Searched defs:ELF32_R_INFO (Results 1 – 3 of 3) sorted by relevance
151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
541 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro
2602 #define ELF32_R_INFO(S,T) (((S) << 8) + (unsigned char) (T)) macro