Searched refs:ra_offset (Results 1 – 9 of 9) sorted by relevance
104 size_t ra_offset() const { return (cfi_data & kRAMask) << kRAShift; } in ra_offset() function206 memcpy(&pc, reinterpret_cast<uintptr_t*>(sp - cfi.ra_offset), in Unwind()262 uint16_t ra_offset = 0; in FindCFIRowForPC() local279 if (cfi_row.ra_offset()) in FindCFIRowForPC()280 ra_offset = cfi_row.ra_offset(); in FindCFIRowForPC()283 *cfi = {cfi_row.cfa_offset(), ra_offset}; in FindCFIRowForPC()285 DCHECK(cfi->ra_offset); in FindCFIRowForPC()
62 return cfa_offset == o.cfa_offset && ra_offset == o.ra_offset;71 uint16_t ra_offset = 0; member
45 return ebl->ra_offset; in ebl_ra_offset()
68 int ra_offset; member
291 * libeblP.h (struct ebl): new field ra_offset;
74 eh->ra_offset = 8; in sparc_init()
443 * sparc_init.c (sparc_init): Set eh->frame_nregs, eh->ra_offset
2195 uint32_t ra_offset = 0; in Emulate_Branch_MM() local2260 ra_offset = 6; in Emulate_Branch_MM()2268 ra_offset = 6; in Emulate_Branch_MM()2281 pc + ra_offset)) in Emulate_Branch_MM()2292 uint32_t ra_offset = 0; in Emulate_JALRx16_MM() local2308 ra_offset = 6; // 2-byte instruction with 4-byte delay slot. in Emulate_JALRx16_MM()2310 ra_offset = 4; // 2-byte instruction with 2-byte delay slot. in Emulate_JALRx16_MM()2319 pc + ra_offset)) in Emulate_JALRx16_MM()2331 uint32_t offset = 0, target = 0, pc = 0, ra_offset = 0; in Emulate_JALx() local2354 ra_offset = 6; in Emulate_JALx()[all …]
198 pub ra_offset: ::off_t,