Home
last modified time | relevance | path

Searched refs:ELF64_ST_VISIBILITY (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h64 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
H A Dsymbol-elf.c36 #ifndef ELF64_ST_VISIBILITY
37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
42 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.h69 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
H A Dsymbol-elf.c54 #ifndef ELF64_ST_VISIBILITY
55 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
60 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_internal.h71 #ifndef ELF64_ST_VISIBILITY
72 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
H A Dlinker.c791 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
1825 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1920 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
H A Dlibbpf.c881 && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
882 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
2994 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
2995 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()

Completed in 29 milliseconds