Home
last modified time | relevance | path

Searched refs:ELF_ST_VIS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h64 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) macro
75 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) macro
H A Dgenelf.c91 .st_other = ELF_ST_VIS(STV_DEFAULT),
98 .st_other = ELF_ST_VIS(STV_DEFAULT),
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.h69 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) macro
80 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) macro
H A Dgenelf.c88 .st_other = ELF_ST_VIS(STV_DEFAULT),
95 .st_other = ELF_ST_VIS(STV_DEFAULT),

Completed in 2 milliseconds