Searched full:debug_aranges (Results 1 – 25 of 110) sorted by relevance
12345
/external/elfutils/tests/ |
D | run-elfgetzdata.sh | 73 2: .debug_aranges, ELF compressed, size: 60 84 2: .debug_aranges, ELF compressed, size: 60 97 3: .debug_aranges, ELF compressed, size: 60 109 3: .debug_aranges, ELF compressed, size: 60 169 2: .debug_aranges, ELF compressed, size: 40 180 2: .debug_aranges, ELF compressed, size: 40 193 3: .debug_aranges, ELF compressed, size: 40 205 3: .debug_aranges, ELF compressed, size: 40
|
D | run-elfputzdata.sh | 50 Lets compress 27 .debug_aranges, size: 56 88 Lets compress 27 .debug_aranges, size: 56 125 Lets compress 23 .debug_aranges, size: 192 161 Lets compress 23 .debug_aranges, size: 192 203 Lets compress 26 .debug_aranges, size: 96 242 Lets compress 26 .debug_aranges, size: 96 286 Lets compress 28 .debug_aranges, size: 64 327 Lets compress 28 .debug_aranges, size: 64
|
D | run-readelf-zx.sh | 35 testrun_compare ${abs_top_builddir}/src/readelf -z -x.debug_aranges testfile-zgabi64 <<\EOF 37 Hex dump of section [2] '.debug_aranges', 62 bytes (96 uncompressed) at offset 0x260: 57 testrun_compare ${abs_top_builddir}/src/readelf -z -x.debug_aranges testfile-zgabi32 <<\EOF 59 Hex dump of section [2] '.debug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
|
D | run-zstrptr.sh | 54 [e3] '.debug_aranges' 90 [e3] '.debug_aranges' 125 [ba] '.debug_aranges' 158 [ba] '.debug_aranges'
|
D | run-readelf-z.sh | 76 [ 2] .debug_aranges PROGBITS 0000000000000000 00000260 0000003e 0 C 0 0 16 99 [ 3] .debug_aranges PROGBITS 0000000000000000 000002c0 00000040 0 C 0 0 16 166 [ 2] .debug_aranges PROGBITS 00000000 0001c0 000031 0 C 0 0 8 189 [ 3] .debug_aranges PROGBITS 00000000 000220 000033 0 C 0 0 8
|
D | run-strptr.sh | 54 [e3] '.debug_aranges' 89 [ba] '.debug_aranges'
|
D | run-readelf-aranges.sh | 116 DWARF section [27] '.debug_aranges' at offset 0x1044: 153 DWARF section [27] '.debug_aranges' at offset 0x1044 contains 5 entries:
|
/external/llvm/test/MC/ELF/ |
D | gen-dwarf.s | 11 // 2. the debug_aranges has relocations to text and debug_line. 27 // CHECK-NEXT: Section ({{[^ ]+}}) .rel.debug_aranges { 33 // First instance of the section is just to give it a label for debug_aranges to refer to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | gen-dwarf.s | 12 // 2. the debug_aranges has relocations to text and debug_line. 28 // CHECK-NEXT: Section ({{[^ ]+}}) .rel.debug_aranges { 34 // First instance of the section is just to give it a label for debug_aranges to refer to
|
/external/llvm/test/MC/ARM/ |
D | dwarf-asm-no-code.s | 16 // DWARF: .debug_aranges contents: 27 // RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-single-section.s | 31 // DWARF: .debug_aranges contents: 54 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-nonstandard-section.s | 30 // DWARF: .debug_aranges contents: 55 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-multiple-sections-dwarf-2.s | 36 // DWARF: .debug_aranges contents: 63 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-multiple-sections.s | 42 // DWARF: .debug_aranges contents: 75 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dbg-asm.s | 17 # CHECK-COFF: Section {{.*}} .debug_aranges { 27 # CHECK-ELF: Section {{.*}} .rel.debug_aranges {
|
D | arange.ll | 19 ; Check that we have a relocation back to the debug_info section from the debug_aranges section 20 ; OBJ: debug_aranges
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-asm.s | 17 # CHECK-COFF: Section {{.*}} .debug_aranges { 27 # CHECK-ELF: Section {{.*}} .rel.debug_aranges {
|
D | arange.ll | 19 ; Check that we have a relocation back to the debug_info section from the debug_aranges section 20 ; OBJ: debug_aranges
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | dwarf-asm-single-section.s | 31 // DWARF: .debug_aranges contents: 53 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-nonstandard-section.s | 30 // DWARF: .debug_aranges contents: 54 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
D | dwarf-asm-multiple-sections-dwarf-2.s | 36 // DWARF: .debug_aranges contents: 62 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFCompileUnit.cpp | 222 DWARFCompileUnit::buildAddressRangeTable(DWARFDebugAranges *debug_aranges, in buildAddressRangeTable() argument 224 // This function is usually called if there in no .debug_aranges section in buildAddressRangeTable() 232 DieArray[0].buildAddressRangeTable(this, debug_aranges); in buildAddressRangeTable()
|
/external/u-boot/arch/nios2/cpu/ |
D | u-boot.lds | 113 .debug_aranges 0 : { *(.debug_aranges) }
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 43 // Extract aranges from .debug_aranges section. in generate() 47 // Generate aranges from DIEs: even if .debug_aranges section is present, in generate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 45 // Extract aranges from .debug_aranges section. in generate() 50 // Generate aranges from DIEs: even if .debug_aranges section is present, in generate()
|
12345