Searched defs:ELF32_R_INFO (Results 1 – 3 of 3) sorted by relevance
441 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
558 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
668 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro