HomeSort by relevance Sort by last modified time
    Searched full:debug_frame (Results 1 - 25 of 1778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
reloc-pe-i386.s 2 .cfi_sections .debug_frame
reloc-pe-i386.d 4 RELOCATION RECORDS FOR \[.debug_frame\]:
6 0.* secrel32 .* .debug_frame
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-6.s 2 .section .debug_frame,"",@progbits
  /external/llvm/test/MC/MachO/
eh_symbol.s 3 // test that we don't produce foo.eh symbols in a debug_frame section.
14 .cfi_sections .debug_frame
  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 5 .cfi_sections .debug_frame
10 # CHECK: .debug_frame contents:
  /external/llvm/test/Object/Inputs/
IsNAN.o 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
linkonce1.d 8 RELOCATION RECORDS FOR \[.debug_frame\]:
linkonce1b.s 16 .section .debug_frame,"",%progbits
linkonce2.d 10 RELOCATION RECORDS FOR \[.debug_frame\]:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
cfib.s 1 .cfi_sections .debug_frame
cfia.s 10 .cfi_sections .debug_frame
  /external/clang/test/Driver/
as-default-dwarf.s 14 .cfi_sections .debug_frame
as-dwarf-cie.s 5 # CHECK: .debug_frame contents:
32 .cfi_sections .debug_frame
  /external/llvm/test/MC/X86/
i386-darwin-frame-register.ll 6 ; x86 Darwin uses different register mappings for eh_frame and debug_frame
7 ; sections. Check that the right mapping is used in debug_frame.
8 ; In the debug_frame mapping, regsiter 4 is ESP, thus the below tests that
11 ; CHECK: .debug_frame contents:
  /prebuilts/go/darwin-x86/src/debug/elf/testdata/
go-relocation-test-gcc5-ppc.obj 
  /prebuilts/go/linux-x86/src/debug/elf/testdata/
go-relocation-test-gcc5-ppc.obj 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
diff_overflow2.s 20 .section .debug_frame,"",@progbits
  /system/core/libbacktrace/
BacktraceOffline.cpp 240 // If call frame information is stored in .debug_frame, libunwind can read it from file
272 DebugFrameInfo* debug_frame = GetDebugFrameInFile(filename); local
273 if (debug_frame == nullptr) {
283 uint64_t ip_vaddr = ip - map.start + debug_frame->min_vaddr;
285 // The unwind info can come from .ARM.exidx or .eh_frame, or .debug_frame/.gnu_debugdata.
286 // First check .eh_frame/.debug_frame, then check .ARM.exidx. Because .eh_frame/.debug_frame has
290 // To prevent ip addresses hit in .eh_frame/.debug_frame being regarded as addresses hit in
291 // .ARM.exidx, we need to check .eh_frame/.debug_frame first.
292 if (debug_frame->has_eh_frame)
573 DebugFrameInfo* debug_frame = ReadDebugFrameFromFile(filename); local
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
cfi-sections.s 4 .cfi_sections .debug_frame
16 // ELF_64: (('sh_name', 0x00000011) # '.debug_frame'
28 // ELF_32: (('sh_name', 0x00000010) # '.debug_frame'
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.o 
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 1 //===-- DWARFDebugFrame.h - Parsing of .debug_frame -------------*- C++ -*-===//
22 /// \brief A parsed .debug_frame or .eh_frame section
  /external/llvm/test/DebugInfo/X86/
debug_frame.ll 3 ; Test that we produce a .debug_frame, not an .eh_frame
5 ; CHECK: .cfi_sections .debug_frame
  /external/llvm/test/MC/ELF/
fde.s 4 # CHECK: Contents of section .debug_frame:
28 .cfi_sections .debug_frame
  /external/swiftshader/third_party/LLVM/test/DebugInfo/X86/
debug_frame.ll 3 ; Test that we produce a .debug_frame, not an .eh_frame
5 ; CHECK: .cfi_sections .debug_frame
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 1 //===- DWARFDebugFrame.h - Parsing of .debug_frame --------------*- C++ -*-===//
22 /// \brief A parsed .debug_frame or .eh_frame section

Completed in 1483 milliseconds

1 2 3 4 5 6 7 8 91011>>