Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux/arch/mips/boot/tools/
H A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux/arch/s390/tools/
H A Drelocs.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux/tools/perf/util/
H A Dsymbol-elf.c41 #ifndef ELF64_ST_VISIBILITY
42 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
47 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/linux/tools/lib/bpf/
H A Dlibbpf.c973 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
974 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3435 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
3436 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()