Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DArmExidx.cpp222 uint32_t cfa_offset = __builtin_popcount(registers) * 4; in DecodePrefix_10_00() local
310 uint32_t cfa_offset = (end_reg - 3) * 4; in DecodePrefix_10_10() local
406 uint32_t cfa_offset = __builtin_popcount(byte) * 4; in DecodePrefix_10_11_0001() local
458 int32_t cfa_offset = 0x204 + result; in DecodePrefix_10_11_0010() local
786 int32_t cfa_offset = ((byte & 0x3f) << 2) + 4; in Decode() local
803 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
357 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.cpp105 TYPED_TEST_P(DwarfCfaTest, cfa_offset) { in TYPED_TEST_P() argument