Searched refs:debug_frame (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm/test/MC/X86/ |
D | 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:
|
/external/llvm/test/MC/ELF/ |
D | cfi-version.ll | 5 ; .debug_frame is not emitted for targeting Windows x64. 6 ; REQUIRES: debug_frame 40 ; DWARF2: .debug_frame contents: 46 ; DWARF3: .debug_frame contents: 52 ; DWARF4: .debug_frame contents:
|
D | fde.s | 4 # CHECK: Contents of section .debug_frame: 28 .cfi_sections .debug_frame
|
D | cfi-sections.s | 10 .cfi_sections .debug_frame
|
/external/llvm/test/MC/ARM/ |
D | dwarf-cfi-initial-state.s | 5 .cfi_sections .debug_frame 10 # CHECK: .debug_frame contents:
|
/external/llvm/test/DebugInfo/X86/ |
D | debug_frame.ll | 3 ; Test that we produce a .debug_frame, not an .eh_frame 5 ; CHECK: .cfi_sections .debug_frame
|
/external/llvm/test/DebugInfo/Sparc/ |
D | gnu-window-save.ll | 4 ; Check for DW_CFA_GNU_Window_save in debug_frame. Also, Ensure that relocations 17 ; SPARC64: .debug_frame 33 ; SPARC32: .debug_frame
|
/external/elfutils/tests/ |
D | run-elfputzdata.sh | 130 Lets compress 28 .debug_frame, size: 56 166 Lets compress 28 .debug_frame, size: 56 207 Lets compress 30 .debug_frame, size: 96 246 Lets compress 30 .debug_frame, size: 96 290 Lets compress 32 .debug_frame, size: 64 331 Lets compress 32 .debug_frame, size: 64
|
/external/llvm/test/MC/MachO/ |
D | eh_symbol.s | 14 .cfi_sections .debug_frame
|
D | debug_frame.s | 26 .cfi_sections .debug_frame
|
/external/clang/test/Driver/ |
D | as-default-dwarf.s | 14 .cfi_sections .debug_frame
|
/external/libunwind/src/mi/ |
D | flush_cache.c | 43 free (w->debug_frame); in unw_flush_cache()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-debug-frame-simple.test | 4 ; FRAMES: .debug_frame
|
/external/llvm/test/tools/dsymutil/X86/ |
D | frame-1.test | 23 # CHECK: .debug_frame contents:
|
D | frame-2.test | 29 # CHECK: .debug_frame contents:
|
/external/libunwind/ |
D | configure.ac | 223 AC_MSG_CHECKING([whether to load .debug_frame sections]) 224 AC_ARG_ENABLE(debug_frame, optenable 225 AS_HELP_STRING([--enable-debug-frame],[Load the ".debug_frame" section if available]),, [
|
/external/elfutils/ |
D | NOTES | 60 .debug_frame |
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 376 fdesc->debug_frame = buf; in locate_debug_info() 472 buf = fdesc->debug_frame; in dwarf_find_debug_frame() 941 debug_frame_base = (uintptr_t) fdesc->debug_frame; in dwarf_search_unwind_table()
|
/external/zlib/src/contrib/asm686/ |
D | match.S | 86 .cfi_sections .debug_frame
|
/external/elfutils/src/ |
D | elf32-i386.script | 219 .debug_frame;
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 435 mach_o::SectionMap::const_iterator debug_frame 437 if (debug_frame != section_map.end()) { 439 dumper_.ReadCFI(module_, reader_, debug_frame->second, false);
|
/external/libunwind/include/ |
D | dwarf.h | 356 char *debug_frame; member
|
D | libunwind-common.h.in | 122 /* The information comes from a .debug_frame section. */
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.s | 96 .cfi_sections .debug_frame
|
/external/llvm/test/ |
D | lit.cfg | 462 # .debug_frame is not emitted for targeting Windows x64. 464 config.available_features.add('debug_frame')
|
12