Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Delf.h398 #define STV_HIDDEN 2 /* Symbol unavailable in other mods */ macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c194 SYM_VISIBILITY(STV_HIDDEN), in sym_visibility()
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c807 if (sym_vis != STV_DEFAULT && sym_vis != STV_HIDDEN) { in linker_sanity_check_elf_symtab()
H A Dlibbpf.c881 && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
2994 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in btf_fixup_datasec()
/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c141 elf_sym__visibility(sym) != STV_HIDDEN && in elf_sym__is_label()