Home
last modified time | relevance | path

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

/tools/perf/util/
Dgenelf.h59 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
Dsymbol-elf.c36 #ifndef ELF64_ST_VISIBILITY
37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
42 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)