Searched defs:ELF32_R_INFO (Results 1 – 3 of 3) sorted by relevance
428 #define ELF32_R_INFO(s,t) (((s) << 8) + (unsigned char)(t)) macro
558 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
670 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro