Home
last modified time | relevance | path

Searched defs:cfa_offset (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DArmExidx.cpp221 uint32_t cfa_offset = __builtin_popcount(registers) * 4; in DecodePrefix_10_00() local
309 uint32_t cfa_offset = (end_reg - 3) * 4; in DecodePrefix_10_10() local
405 uint32_t cfa_offset = __builtin_popcount(byte) * 4; in DecodePrefix_10_11_0001() local
457 int32_t cfa_offset = 0x204 + result; in DecodePrefix_10_11_0010() local
785 int32_t cfa_offset = ((byte & 0x3f) << 2) + 4; in Decode() local
802 uint32_t cfa_offset = ((byte & 0x3f) << 2) + 4; in Decode() local
DDwarfCfa.cpp54 uint64_t cfa_offset; in GetLocationInfo() local
183 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() local
349 bool DwarfCfa<AddressType>::cfa_offset(DwarfLocations* loc_regs) { in cfa_offset() function in unwindstack::DwarfCfa
/system/unwinding/libunwindstack/tests/
DDwarfCfaLogTest.cpp102 TYPED_TEST_P(DwarfCfaLogTest, cfa_offset) { in TYPED_TEST_P() argument
DDwarfCfaTest.cpp104 TYPED_TEST_P(DwarfCfaTest, cfa_offset) { in TYPED_TEST_P() argument