Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/tools/
Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/Linux-v5.15/arch/mips/boot/tools/
Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/Linux-v5.15/tools/perf/util/
Dgenelf.h59 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
Dsymbol-elf.c37 #ifndef ELF64_ST_VISIBILITY
38 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
43 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/Linux-v5.15/tools/lib/bpf/
Dlinker.c796 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
1816 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1911 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()