Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Delf.h161 #define ELF32_R_TYPE(x) ((x) & 0xff) macro
/openbmc/u-boot/include/
H A Delf.h427 #define ELF32_R_TYPE(i) ((unsigned char) (i)) macro
/openbmc/qemu/include/
H A Delf.h363 #define ELF32_R_TYPE(x) ((x) & 0xff) macro