Home
last modified time | relevance | path

Searched refs:ELF64_ST_VISIBILITY (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/x86/tools/
Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-6.12.1/arch/mips/boot/tools/
Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-6.12.1/tools/perf/util/
Dgenelf.h72 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
Dsymbol-elf.c55 #ifndef ELF64_ST_VISIBILITY
56 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
61 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/linux-6.12.1/tools/lib/bpf/
Dlibbpf_internal.h72 #ifndef ELF64_ST_VISIBILITY
73 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
Dlinker.c810 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
1858 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1953 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
Dlibbpf.c932 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
933 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3375 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
3376 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()
/linux-6.12.1/arch/s390/tools/
Drelocs.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)