Searched defs:ELF32_R_INFO (Results 1 – 2 of 2) sorted by relevance
151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
2860 #define ELF32_R_INFO(S,T) (((S) << 8) + (unsigned char) (T)) macro