Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux/arch/mips/boot/tools/
A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux/tools/perf/util/
A Dgenelf.h59 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
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/tools/lib/bpf/
A Dlibbpf_internal.h57 #ifndef ELF64_ST_VISIBILITY
58 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
A Dlinker.c795 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
1815 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1910 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
A Dlibbpf.c783 && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
784 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()

Completed in 35 milliseconds