Searched refs:Inst_t (Results 1 – 1 of 1) sorted by relevance
141 typedef int32_t Inst_t; in relocateARM() typedef142 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM()143 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM()144 Inst_t A = 0; in relocateARM()145 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM()146 Inst_t T = 0; in relocateARM()164 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()178 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()183 Inst_t s = (*inst >> 26) & 0x1u, // 26 in relocateARM()188 Inst_t i1 = (~(j1 ^ s)) & 0x1u, in relocateARM()[all …]