Searched defs:ELF32_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | elf.h | 370 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro |
/openbmc/linux/tools/perf/util/ | ||
H A D | symbol-elf.c | 50 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro |