Home
last modified time | relevance | path

Searched refs:ELF64_ST_VISIBILITY (Results 1 – 6 of 6) 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/tools/lib/bpf/
H A Dlibbpf_internal.h73 #ifndef ELF64_ST_VISIBILITY
74 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
H A Dlinker.c939 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
2009 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
2107 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
H A Dlibbpf.c983 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
984 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3525 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
3526 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()
/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)