Searched full:debug_rnglists (Results 1 – 25 of 82) sorted by relevance
1234
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-rnglists.yaml | 1 ## Test that yaml2obj emits a .debug_rnglists section when requested. 3 ## a) Generate and verify a little endian DWARF32 .debug_rnglists section in a 64-bit object file. 10 # SHDR-NEXT: Name: .debug_rnglists (1) 76 debug_rnglists: 102 ## b) Generate and verify a big endian DWARF32 .debug_rnglists section in a 64-bit object file. 157 ## c) Generate and verify a little endian DWARF64 .debug_rnglists section in a 64-bit object file. 185 debug_rnglists: 193 ## d) Generate and verify a big endian DWARF64 .debug_rnglists section in a 64-bit object file. 219 # RUN: llvm-readelf --hex-dump=.debug_rnglists %t3.o | \ 222 # OVERWRITE: Hex dump of section '.debug_rnglists': [all …]
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_rnglists_invalid.s | 5 # SHORT: error: parsing .debug_rnglists table at offset 0x0: unexpected end of data at offset 0x3 13 # GOOD: .debug_rnglists contents: 28 # CHECK: error: .debug_rnglists table at offset 0x22 has too small length (0xb) to contain a comple… 29 # CHECK-NEXT: error: unrecognised .debug_rnglists table version 4 in table at offset 0x2d 30 # CHECK-NEXT: error: .debug_rnglists table at offset 0x39 has unsupported address size 2 31 # CHECK-NEXT: error: .debug_rnglists table at offset 0x45 has unsupported segment selector size 4 32 # CHECK-NEXT: error: .debug_rnglists table at offset 0x51 has more offset entries (12345678) than t… 36 # CHECK-NEXT: error: no end of list marker detected at end of .debug_rnglists table starting at off… 37 # CHECK-NEXT: error: section is not large enough to contain a .debug_rnglists table of length 0x1f … 40 .section .debug_rnglists,"",@progbits
|
D | debug_rnglists_empty.s | 3 # CHECK: .debug_rnglists contents: 7 .section .debug_rnglists,"",@progbits
|
D | debug_rnglists_reserved_length.s | 5 # CHECK: error: parsing .debug_rnglists table at offset 0x0: unsupported reserved unit length of va… 7 .section .debug_rnglists,"",@progbits
|
D | debug_rnglists_dwarf64.s | 5 # CHECK: .debug_rnglists contents: 21 .section .debug_rnglists,"",@progbits
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFListTableTest.cpp | 22 DWARFListTableHeader Header(/*SectionName=*/".debug_rnglists", in TEST() 28 "parsing .debug_rnglists table at offset 0x0: unexpected end of data " in TEST() 43 DWARFListTableHeader Header(/*SectionName=*/".debug_rnglists", in TEST() 49 "parsing .debug_rnglists table at offset 0x0: unexpected end of data " in TEST() 63 DWARFListTableHeader Header(/*SectionName=*/".debug_rnglists", in TEST() 68 FailedWithMessage(".debug_rnglists table at offset 0x0 has too small " in TEST()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwp-v5-rnglists.s | 14 # CHECK: .debug_rnglists.dwo contents: 51 .section .debug_rnglists.dwo,"e",@progbits 103 .long .LRLT1-.debug_rnglists.dwo # Offset in .debug_rnglists.dwo 107 .long .LRLT1End-.LRLT1 # Size in .debug_rnglists.dwo
|
D | dwarfdump-rnglists-zero-length.s | 7 # CHECK: error: .debug_rnglists table at offset 0x0 has too small length (0x4) to contain a complet… 11 .section .debug_rnglists,"",@progbits
|
D | dwarfdump-rnglists-dwarf64.s | 120 .section .debug_rnglists,"",@progbits 156 .section .debug_rnglists.dwo,"e",@progbits 215 # RNGLISTS: .debug_rnglists contents: 234 # RNGLISTS: .debug_rnglists.dwo contents:
|
D | dwp-v5-cu-index.s | 44 .long 0x7000 # Offset in .debug_rnglists.dwo 52 .long 0x70 # Size in .debug_rnglists.dwo
|
D | cu-ranges.ll | 31 ; a .debug_rnglists section. There is only 1 CU range with no scope ranges. 36 ; DWARF5-NOT: .debug_rnglists contents:
|
D | dwarfdump-rnglists.s | 116 .section .debug_rnglists,"",@progbits 151 .section .debug_rnglists.dwo,"e",@progbits
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | debug_rnglists-dwo.s | 4 # RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s >debug_rnglists-dwo.o 5 # RUN: %lldb debug_rnglists-dwo.o -o "image lookup -v -s lookup_rnglists" \ 49 .asciz "debug_rnglists-dwo.o" # DW_AT_dwo_name 66 .section .debug_rnglists,"",@progbits 142 .section .debug_rnglists.dwo,"e",@progbits
|
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
D | section-types.yaml | 28 # CHECK-LABEL: Name: .debug_rnglists 31 # CHECK-LABEL: Name: .debug_rnglists.dwo 101 - Name: .debug_rnglists 105 - Name: .debug_rnglists.dwo
|
D | build-id-case.yaml | 22 # CHECK: Name: .debug_rnglists 92 - Name: .debug_rnglists
|
/external/elfutils/tests/ |
D | run-readelf-ranges.sh | 82 # .debug_rnglists (DWARF5), see tests/testfile-dwarf-45.source 86 DWARF section [33] '.debug_rnglists' at offset 0x1d9a: 145 DWARF section [35] '.debug_rnglists' at offset 0x393a:
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | dwarf-asm-multiple-sections.s | 94 // DWARF5: .debug_rnglists contents: 111 // RELOC5-NEXT: 00000011 R_ARM_ABS32 .debug_rnglists 126 // RELOC5: RELOCATION RECORDS FOR [.debug_rnglists]:
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
D | debug_rnglists_short_section.s | 1 .section .debug_rnglists,"",@progbits
|
/external/llvm-project/lld/test/ELF/ |
D | gdb-index-rng-lists.s | 11 ## The code contains DWARF v5 sections .debug_rnglists and .debug_addr. 181 .section .debug_rnglists,"",@progbits
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | gen-dwarf64.s | 18 # REL5-NEXT: R_X86_64_64 .debug_rnglists 0x14 88 # DUMP5: .debug_rnglists contents:
|
/external/llvm-project/lldb/test/Shell/Breakpoint/Inputs/ |
D | split-dwarf5-debug-stroffsets-file1.dwo.yaml | 33 - Name: .debug_rnglists.dwo
|
D | split-dwarf5-debug-stroffsets-file2.dwo.yaml | 33 - Name: .debug_rnglists.dwo
|
D | debug_rnglist_basic.yaml | 32 - Name: .debug_rnglists
|
D | debug_rnglist_rlestartend.yaml | 32 - Name: .debug_rnglists
|
D | debug_rnglist_offset_pair.yaml | 36 - Name: .debug_rnglists
|
1234