HomeSort by relevance Sort by last modified time
    Searched refs:cfa_offset (Results 1 - 13 of 13) 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::__anon18674
cfi.c 95 if (unlikely (fs->cfa_rule != cfa_offset))
175 fs->cfa_rule = cfa_offset;
  /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...]
  /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 256 milliseconds