Searched refs:RFV_SYM (Results 1 – 2 of 2) sorted by relevance
226 if (RFV_SYM(reloc_info)) { /* relocation uses a symbol reference */ in dload_relocate()233 reloc_amt = (RFV_SYM(reloc_info) == ROP_SYMD) ? in dload_relocate()238 reloc_amt = (RFV_SYM(reloc_info) == ROP_SYMD) ? in dload_relocate()
91 #define RFV_SYM(iii) (((iii) >> 4) & 0x3) macro