HomeSort by relevance Sort by last modified time
    Searched refs:debug_line (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/test/MC/ELF/
debug-line2.s 7 // CHECK: Name: .debug_line
26 .section .debug_line,"",@progbits
relax-crash.s 6 .section .debug_line,"",@progbits
debug-loc.s 8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK: Name: .debug_line
25 .section .debug_line,"",@progbits
debug-line.s 3 // Test that .debug_line is populated. TODO: This test should really be using
5 // of .debug_line was checked using GNU binutils:
15 // CHECK: Name: .debug_line
35 .section .debug_line,"",@progbits
compression.s 56 // Check that debug_line section was not renamed, so it is
69 .section .debug_line,"",@progbits
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
debug-line.s 3 // Test that .debug_line is populated.
5 // CHECK: (('sh_name', 0x00000011) # '.debug_line'
17 .section .debug_line,"",@progbits
relax-crash.s 6 .section .debug_line,"",@progbits
debug-loc.s 8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
11 // CHECK-NEXT: (('sh_name', 0x00000011) # '.debug_line'
23 .section .debug_line,"",@progbits
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
debug-line2.s 7 // CHECK: Name: .debug_line
26 .section .debug_line,"",@progbits
relax-crash.s 6 .section .debug_line,"",@progbits
debug-loc.s 8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK: Name: .debug_line
25 .section .debug_line,"",@progbits
debug-line.s 3 // Test that .debug_line is populated. TODO: This test should really be using
5 // of .debug_line was checked using GNU binutils:
15 // CHECK: Name: .debug_line
35 .section .debug_line,"",@progbits
compression.s 55 // Check that debug_line section was not renamed, so it is
68 .section .debug_line,"",@progbits
debug-md5.s 10 # CHECK: debug_line[0x00000000]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
elf-debug-section.s 5 # CHECK: Name: .debug_line
  /device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/
elf32xtensa.xr 32 .debug_line 0 : { *(.debug_line) }
elf32xtensa.xu 32 .debug_line 0 : { *(.debug_line) }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 119 struct debug_line_info *debug_line; local
120 debug_line = (struct debug_line_info *)calloc(
124 debug_line[i].vma = (unsigned long)It.first;
125 debug_line[i].lineno = It.second.Line;
126 debug_line[i].filename =
132 debug_line) == -1) {
  /external/elfutils/tests/
run-readelf-macro.sh 70 .debug_line offset: 0x0
334 .debug_line offset: 0x47
run-elfgetzdata.sh 76 5: .debug_line, ELF compressed, size: 8d
87 5: .debug_line, ELF compressed, size: 8d
100 6: .debug_line, ELF compressed, size: 8d
112 6: .debug_line, ELF compressed, size: 8d
172 5: .debug_line, ELF compressed, size: 85
183 5: .debug_line, ELF compressed, size: 85
196 6: .debug_line, ELF compressed, size: 85
208 6: .debug_line, ELF compressed, size: 85
run-readelf-macros.sh 44 .debug_line offset: 0x0
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-line-mismatch.s 36 .long .debug_line # DW_AT_stmt_list
38 .section .debug_line,"",@progbits
dbg-asm.s 15 # CHECK-COFF: 0xC IMAGE_REL_I386_SECREL .debug_line
25 # CHECK-ELF: 0xC R_386_32 .debug_line
  /external/u-boot/arch/nios2/cpu/
u-boot.lds 117 .debug_line 0 : { *(.debug_line) }
  /external/llvm/test/DebugInfo/X86/
dbg-asm.s 15 # CHECK-COFF: 0xC IMAGE_REL_I386_SECREL .debug_line
25 # CHECK-ELF: 0xC R_386_32 .debug_line

Completed in 546 milliseconds

1 2 3