Searched refs:Inst_t (Results 1 – 1 of 1) sorted by relevance
140 typedef int32_t Inst_t; in relocateARM() typedef141 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM()142 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM()143 Inst_t A = 0; in relocateARM()144 Inst_t S = (Inst_t)(int64_t)sym->getAddress(); in relocateARM()162 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()183 S = (Inst_t)(uintptr_t)ext_func; in relocateARM()227 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()269 typedef int32_t Inst_t; in relocateX86_64() typedef270 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateX86_64()[all …]