Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/openbmc/linux/arch/x86/tools/
H A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/openbmc/linux/tools/perf/util/
H A Dgenelf.h80 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
H A Dsymbol-elf.c49 #ifndef ELF32_ST_VISIBILITY
50 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
55 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/openbmc/u-boot/include/
H A Delf.h370 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro