Searched defs:cfa_offset (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | ArmExidx.cpp | 222 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
|
H A D | DwarfCfa.cpp | 54 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
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | cfi_backtrace_android.h | 42 uint16_t cfa_offset = 0; member
|
H A D | cfi_backtrace_android.cc | 116 uint16_t cfa_offset() const { return cfi_data & kCFAMask; } in cfa_offset() function
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | cfi_backtrace_android.h | 68 uint16_t cfa_offset = 0; member
|
H A D | cfi_backtrace_android.cc | 107 size_t cfa_offset() const { return cfi_data & kCFAMask; } in cfa_offset() function
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | cfi.h | 178 enum { cfa_undefined, cfa_offset, cfa_expr, cfa_invalid } cfa_rule; enumerator
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | DwarfCfaLogTest.cpp | 102 TYPED_TEST_P(DwarfCfaLogTest, cfa_offset) { in TYPED_TEST_P() argument
|
H A D | DwarfCfaTest.cpp | 105 TYPED_TEST_P(DwarfCfaTest, cfa_offset) { in TYPED_TEST_P() argument
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader_cfi_unittest.cc | 820 int cfa_offset; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
D | i386.h | 2223 HOST_WIDE_INT cfa_offset; member
|