Home
last modified time | relevance | path

Searched refs:ELF_ST_VIS (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dgenelf.h61 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) macro
72 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) macro
Dgenelf.c91 .st_other = ELF_ST_VIS(STV_DEFAULT),
98 .st_other = ELF_ST_VIS(STV_DEFAULT),