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