Searched defs:ELF32_R_INFO (Results 1 – 2 of 2) sorted by relevance
159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
624 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro