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

  /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...]
  /system/core/libunwindstack/
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...]
  /external/elfutils/libdw/
cfi.h 176 enum { cfa_undefined, cfa_offset, cfa_expr, cfa_invalid } cfa_rule; enumerator in enum:Dwarf_Frame_s::__anon18849
  /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/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...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5470 int cfa_offset; member in struct:Frame_Chunk
    [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 807 milliseconds