Home
last modified time | relevance | path

Searched refs:debug_addr (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_addr_unsupported_version.s5 # ERR: version 6 of .debug_addr section at offset 0x0 is not supported
8 # CHECK: .debug_addr contents
26 .section .debug_addr,"",@progbits
35 .section .debug_addr,"",@progbits
Ddebug_addr_version_mismatch.s5 # ERR: .debug_addr table at offset 0x0 has version 4 which is different from the version suggested …
8 # CHECK: .debug_addr contents
26 .section .debug_addr,"",@progbits
35 .section .debug_addr,"",@progbits
Ddebug_addr_address_size_mismatch.s5 # ERR: .debug_addr table at offset 0x0 has address size 8 which is different from CU address size 4
8 # CHECK: .debug_addr contents
26 .section .debug_addr,"",@progbits
35 .section .debug_addr,"",@progbits
Ddebug_addr_dwarf64.s5 # CHECK: .debug_addr contents:
7 # ERR: DWARF64 is not supported in .debug_addr at offset 0x0
11 .section .debug_addr,"",@progbits
Ddebug_addr_too_small_for_length_field.s5 # CHECK: .debug_addr contents:
7 # ERR: section is not large enough to contain a .debug_addr table length at offset 0x0
11 .section .debug_addr,"",@progbits
Ddebug_addr_segment_selector.s5 # CHECK: .debug_addr contents:
7 # ERR: .debug_addr table at offset 0x0 has unsupported segment selector size 1
12 .section .debug_addr,"",@progbits
Ddebug_addr_small_length_field.s5 # CHECK: .debug_addr contents:
7 # ERR: .debug_addr table at offset 0x0 has too small length (0x5) to contain a complete header
11 .section .debug_addr,"",@progbits
Ddebug_addr_too_small_for_section.s5 # CHECK: .debug_addr contents:
7 # ERR: section is not large enough to contain a .debug_addr table of length 0x10 at offset 0x0
11 .section .debug_addr,"",@progbits
Ddebug_addr_address_size_not_multiple.s5 # CHECK: .debug_addr contents:
7 # ERR: .debug_addr table at offset 0x0 contains data of size 7 which is not a multiple of addr size…
11 .section .debug_addr,"",@progbits
Ddebug_addr.s4 # CHECK: .debug_addr contents
24 .section .debug_addr,"",@progbits
33 .section .debug_addr,"",@progbits
Ddebug_addr_empty.s3 # CHECK: .debug_addr contents:
7 .section .debug_addr,"",@progbits
Ddebug_addr_invalid_addr_size.s5 # CHECK: .debug_addr contents:
11 .section .debug_addr,"",@progbits
Ddebug_addr_dwarf4.s4 # CHECK: .debug_addr contents
18 .section .debug_addr,"",@progbits
Ddebug_rnglists.s160 .byte 0 # Base address (index 0 in .debug_addr)
172 .byte 1 # Start address (index in .debug_addr)
173 .byte 10 # End address (index in .debug_addr)
185 .byte 2 # Start address (index in .debug_addr)
199 .byte 0x80, 0x20 # End offset (index in .debug_addr)
Ddebug_addr_64bit_address.s4 # CHECK: .debug_addr contents
22 .section .debug_addr,"",@progbits
Ddebug_addr_absent.s3 # CHECK: .debug_addr contents:
Ddebug-names-find-dwo.s48 .long .debug_addr # DW_AT_GNU_addr_base
127 .section .debug_addr,"",@progbits
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PowerPC/
Dtls-fission.ll9 ; 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/test/DebugInfo/PowerPC/
Dtls-fission.ll9 ; 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/elfutils/libdw/
Ddwarf_getlocation_attr.c60 Elf_Data *debug_addr = cu->dbg->sectiondata[IDX_debug_addr]; in addr_valp() local
61 if (debug_addr == NULL) in addr_valp()
68 return (unsigned char *) debug_addr->d_buf + offset; in addr_valp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dstrip-dwo-inplace.test14 CHECK: Name: .debug_addr
24 CHECK: Name: .rela.debug_addr
Ddrawf-fission.test28 #STRIP: Name: .debug_addr
38 #STRIP: Name: .rela.debug_addr
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dtls.ll35 ; 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
Ddebug_addr.ll21 ; DWARF4: .debug_addr contents:
35 ; DWARF5: .debug_addr contents:
/external/llvm/test/DebugInfo/X86/
Dtls.ll35 ; 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

12