Home
last modified time | relevance | path

Searched defs:ELF32_ST_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Delf.h139 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/openbmc/u-boot/include/
H A Delf.h368 #define ELF32_ST_TYPE(x) (((unsigned int) x) & 0xf) macro
/openbmc/qemu/include/
H A Delf.h304 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro