Searched refs:ELF64_ST_VISIBILITY (Results 1 – 7 of 7) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
69 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
54 #ifndef ELF64_ST_VISIBILITY55 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro60 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
71 #ifndef ELF64_ST_VISIBILITY72 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
787 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()1821 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()1916 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
881 && (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()