Searched refs:ELF32_R_INFO (Results 1 – 2 of 2) sorted by relevance
110 # define ELF_R_INFO ELF32_R_INFO
527 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro