Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Delf.h160 #define ELF32_R_SYM(x) ((x) >> 8) macro
/openbmc/u-boot/include/
H A Delf.h426 #define ELF32_R_SYM(i) ((i) >> 8) macro
/openbmc/qemu/include/
H A Delf.h362 #define ELF32_R_SYM(x) ((x) >> 8) macro