Home
last modified time | relevance | path

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

/tools/perf/util/
A Dgenelf.h72 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
A Dsymbol-elf.c52 #ifndef ELF64_ST_VISIBILITY
53 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
58 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/tools/lib/bpf/
A Dlibbpf_internal.h73 #ifndef ELF64_ST_VISIBILITY
74 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
A Dlinker.c940 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
2010 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
2105 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
A Dlibbpf.c943 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
944 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3407 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
3408 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL) in btf_fixup_datasec()

Completed in 40 milliseconds