Home
last modified time | relevance | path

Searched defs:ELF32_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Delf.h370 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro
/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c50 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro