HomeSort by relevance Sort by last modified time
    Searched refs:cfa_offset (Results 1 - 17 of 17) sorted by null

  /external/elfutils/libdw/
dwarf_frame_cfa.c 52 case cfa_offset:
cfi.h 176 enum { cfa_undefined, cfa_offset, cfa_expr, cfa_invalid } cfa_rule; enumerator in enum:Dwarf_Frame_s::__anon18849
cfi.c 95 if (unlikely (fs->cfa_rule != cfa_offset))
175 fs->cfa_rule = cfa_offset;
  /system/core/libunwindstack/
DwarfCfa.h 87 bool LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, uint8_t reg);
89 bool LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, uint64_t* cur_pc);
105 bool cfa_offset(dwarf_loc_regs_t*);
138 &DwarfCfa::cfa_offset,
DwarfCfa.cpp 50 uint64_t cfa_offset; local
52 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc_ <= pc) {
164 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset,
171 memory_->set_cur_offset(cfa_offset);
174 for (uint64_t i = cfa_offset; i < end_offset; i++) {
187 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op,
223 memory_->set_cur_offset(cfa_offset);
225 for (uint64_t i = 0; i < end_offset - cfa_offset; i++) {
256 uint64_t cfa_offset; local
259 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc)
326 bool DwarfCfa<AddressType>::cfa_offset(dwarf_loc_regs_t* loc_regs) { function in class:unwindstack::DwarfCfa
    [all...]
  /art/runtime/arch/mips64/
asm_support_mips64.S 31 .macro ENTRY_NO_GP_CUSTOM_CFA name, cfa_offset
39 .cfi_def_cfa $sp, \cfa_offset
  /art/runtime/arch/mips/
asm_support_mips.S 30 .macro ENTRY_NO_GP_CUSTOM_CFA name, cfa_offset
38 .cfi_def_cfa $sp, \cfa_offset
  /art/runtime/arch/x86/
asm_support_x86.S 117 MACRO2(DEFINE_FUNCTION_CUSTOM_CFA, c_name, cfa_offset)
125 CFI_DEF_CFA(esp, RAW_VAR(cfa_offset))
  /art/runtime/arch/x86_64/
asm_support_x86_64.S 117 MACRO2(DEFINE_FUNCTION_CUSTOM_CFA, c_name, cfa_offset)
125 CFI_DEF_CFA(rsp, RAW_VAR(cfa_offset))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 71 offsetT cfa_offset; member in struct:tic6x_unwind_info
tc-tic6x.c 4890 offsetT cfa_offset = unwind->cfa_offset; local
5089 offsetT cfa_offset = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5470 int cfa_offset; member in struct:Frame_Chunk
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dw2gencfi.c 299 offsetT cfa_offset; member in struct:cfa_save_data
520 p->cfa_offset = frchain_now->frch_cfi_data->cur_cfa_offset;
535 frchain_now->frch_cfi_data->cur_cfa_offset = p->cfa_offset;
    [all...]
  /system/core/libunwindstack/tests/
DwarfCfaLogTest.cpp 101 TYPED_TEST_P(DwarfCfaLogTest, cfa_offset) {
806 REGISTER_TYPED_TEST_CASE_P(DwarfCfaLogTest, cfa_illegal, cfa_nop, cfa_offset, cfa_offset_extended,
DwarfCfaTest.cpp 102 TYPED_TEST_P(DwarfCfaTest, cfa_offset) {
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 601 cfa_offset = 0xf748;
610 // cfa_offset.
639 .ULEB128(cfa_offset)
652 cfa_base_register, cfa_offset))
686 int cfa_offset; member in struct:CFIInsnFixture
862 ValOffsetRule(fde_start, kCFARegister, 0x3e7e9363, cfa_offset))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 2223 HOST_WIDE_INT cfa_offset; variable
    [all...]

Completed in 1360 milliseconds