Searched defs:cfa_offset (Results 1 – 4 of 4) sorted by relevance
221 uint32_t cfa_offset = __builtin_popcount(registers) * 4; in DecodePrefix_10_00() local309 uint32_t cfa_offset = (end_reg - 3) * 4; in DecodePrefix_10_10() local405 uint32_t cfa_offset = __builtin_popcount(byte) * 4; in DecodePrefix_10_11_0001() local457 int32_t cfa_offset = 0x204 + result; in DecodePrefix_10_11_0010() local785 int32_t cfa_offset = ((byte & 0x3f) << 2) + 4; in Decode() local802 uint32_t cfa_offset = ((byte & 0x3f) << 2) + 4; in Decode() local
54 uint64_t cfa_offset; in GetLocationInfo() local183 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, in LogOffsetRegisterString()206 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, in LogInstruction()279 uint64_t cfa_offset; in Log() local349 bool DwarfCfa<AddressType>::cfa_offset(DwarfLocations* loc_regs) { in cfa_offset() function in unwindstack::DwarfCfa
102 TYPED_TEST_P(DwarfCfaLogTest, cfa_offset) { in TYPED_TEST_P() argument
104 TYPED_TEST_P(DwarfCfaTest, cfa_offset) { in TYPED_TEST_P() argument