Home
last modified time | relevance | path

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

/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