Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dgenelf.h66 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) macro
77 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) macro
A Dgenelf.c88 .st_other = ELF_ST_VIS(STV_DEFAULT),
95 .st_other = ELF_ST_VIS(STV_DEFAULT),

Completed in 4 milliseconds