Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c59 #ifndef GELF_ST_VISIBILITY
60 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro
113 return GELF_ST_VISIBILITY(sym->st_other); in elf_sym__visibility()