Searched full:debug_addr (Results 1 – 25 of 120) sorted by relevance
12345
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-addr.yaml | 1 ## Test that yaml2obj emits .debug_addr section. 3 ## a) Generate and verify a little endian DWARF32 .debug_addr section in a 64-bit object file. 10 # SHDR-NEXT: Name: .debug_addr (1) 147 debug_addr: 222 ## b) Generate and verify a big endian DWARF32 .debug_addr section. 351 ## c) Generate and verify a little endian DWARF64 .debug_addr section. 390 debug_addr: 403 ## d) Generate and verify a big endian DWARF64 .debug_addr section. 448 debug_addr: 451 ## f) Generate the .debug_addr section from raw section content. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAddr.cpp | 32 ".debug_addr table length at offset 0x%" in extract() 50 "DWARF64 is not supported in .debug_addr at offset 0x%" PRIx64, in extract() 57 ".debug_addr table at offset 0x%" PRIx64 in extract() 67 "section is not large enough to contain a .debug_addr table " in extract() 87 // implementations of .debug_addr table, which doesn't contain a header in extract() 91 " of .debug_addr section at offset 0x%" PRIx64 " is not supported", in extract() 95 // however the correct way to associate a .debug_addr table in extract() 100 ".debug_addr table at offset 0x%" PRIx64 in extract() 107 ".debug_addr table at offset 0x%" PRIx64 in extract() 112 ".debug_addr table at offset 0x%" PRIx64 in extract() [all …]
|
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/DWARF/ |
D | debug-addr.yaml | 1 ## Test how we dump the .debug_addr section. 34 # BASIC-NEXT: debug_addr: 69 debug_addr: 95 ## b) Test dumping a .debug_addr section whose section header properties are 127 # COMMON-NEXT: - Name: .debug_addr 138 # COMMON-NEXT: debug_addr: 153 - Name: .debug_addr 164 debug_addr: 178 # RAW-NEXT: - Name: .debug_addr 190 - Name: .debug_addr [all …]
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_info_addrx.s | 9 # issue (in this case, the index is outside the bounds of the debug_addr 10 # contribution/debug_addr section) 15 # FIXME: Should error "no debug_addr contribution" - rather than parsing debug_addr 71 .section .debug_addr,"",@progbits
|
D | debug_addr_unsupported_version.s | 9 # CHECK: .debug_addr contents 27 .section .debug_addr,"",@progbits 36 .section .debug_addr,"",@progbits 45 .section .debug_addr,"",@progbits
|
D | debug_addr_rela.s | 6 ## addresses of an address table. In this test, the raw data in the .debug_addr 10 # CHECK: .debug_addr contents 20 .section .debug_addr,"",@progbits
|
D | debug_addr.s | 4 # CHECK: .debug_addr contents 24 .section .debug_addr,"",@progbits 33 .section .debug_addr,"",@progbits
|
D | debug_addr_address_size_mismatch.s | 8 # CHECK: .debug_addr contents 30 .section .debug_addr,"",@progbits 39 .section .debug_addr,"",@progbits
|
D | debug_addr_empty.s | 3 # CHECK: .debug_addr contents: 7 .section .debug_addr,"",@progbits
|
D | debug_addr_too_small_for_length_field.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_addr_dwarf4.s | 4 # CHECK: .debug_addr contents 17 .section .debug_addr,"",@progbits
|
D | debug_addr_small_length_field.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_addr_too_small_for_section.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_addr_invalid_addr_size.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_addr_segment_selector.s | 5 # CHECK: .debug_addr contents: 12 .section .debug_addr,"",@progbits
|
D | debug_addr_too_small_for_extended_length_field.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_rnglists.s | 192 .byte 0 # Base address (index 0 in .debug_addr) 204 .byte 1 # Start address (index in .debug_addr) 205 .byte 10 # End address (index in .debug_addr) 217 .byte 2 # Start address (index in .debug_addr) 231 .byte 0x80, 0x20 # End offset (index in .debug_addr)
|
D | debug_addr_address_size_not_multiple.s | 5 # CHECK: .debug_addr contents: 11 .section .debug_addr,"",@progbits
|
D | debug_addr_dwarf64.s | 5 # CHECK: .debug_addr contents: 17 .section .debug_addr,"",@progbits
|
/external/llvm/test/DebugInfo/PowerPC/ |
D | tls-fission.ll | 9 ; DW_OP_const_index (0xfx == 252) to refer to the debug_addr table 11 ; an index of zero into the debug_addr table 15 ; check that the expected TLS address description is the first thing in the debug_addr section 16 ; CHECK: debug_addr
|
/external/llvm-project/llvm/test/DebugInfo/PowerPC/ |
D | tls-fission.ll | 9 ; DW_OP_const_index (0xfx == 252) to refer to the debug_addr table 11 ; an index of zero into the debug_addr table 15 ; check that the expected TLS address description is the first thing in the debug_addr section 16 ; CHECK: .section .debug_addr,"",@progbits
|
/external/llvm-project/lld/test/ELF/ |
D | gdb-index-invalid-section-index.yaml | 72 - Name: .debug_addr 76 - Name: .rela.debug_addr 81 Info: .debug_addr
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | tls.ll | 35 ; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table 37 ; an index of zero into the debug_addr table 79 ; check that the expected TLS address description is the first thing in the debug_addr section 80 ; FISSION: .section .debug_addr
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strip-dwo-inplace.test | 14 CHECK: Name: .debug_addr 24 CHECK: Name: .rela.debug_addr
|
/external/llvm/test/DebugInfo/X86/ |
D | tls.ll | 35 ; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table 37 ; an index of zero into the debug_addr table 79 ; check that the expected TLS address description is the first thing in the debug_addr section 80 ; FISSION: .section .debug_addr
|
12345