Home
last modified time | relevance | path

Searched refs:STV_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dgenelf.c88 .st_other = ELF_ST_VIS(STV_DEFAULT),
95 .st_other = ELF_ST_VIS(STV_DEFAULT),
/openbmc/u-boot/include/
H A Delf.h396 #define STV_DEFAULT 0 /* Normal visibility rules */ macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c192 SYM_VISIBILITY(STV_DEFAULT), 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()