/external/elfutils/libdw/ |
D | dwarf_ranges.c | 387 size_t secidx = (attr->cu->version < 5 in initial_offset() local 404 Elf_Data *data = cu->dbg->sectiondata[secidx]; in initial_offset() 409 data = cu->dbg->sectiondata[secidx]; in initial_offset() 414 __libdw_seterrno (secidx == IDX_debug_ranges in initial_offset() 423 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size; in initial_offset() 440 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset() 451 if (__libdw_formptr (attr, secidx, in initial_offset() 452 (secidx == IDX_debug_ranges in initial_offset() 490 size_t secidx = (cu->version < 5 ? IDX_debug_ranges : IDX_debug_rnglists); in dwarf_ranges() local 491 const Elf_Data *d = cu->dbg->sectiondata[secidx]; in dwarf_ranges() [all …]
|
D | dwarf_getlocation.c | 722 size_t secidx = (attr->cu->version < 5 in initial_offset() local 739 Elf_Data *data = cu->dbg->sectiondata[secidx]; in initial_offset() 744 data = cu->dbg->sectiondata[secidx]; in initial_offset() 749 __libdw_seterrno (secidx == IDX_debug_loc in initial_offset() 758 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size; in initial_offset() 775 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset() 786 if (__libdw_formptr (attr, secidx, in initial_offset() 787 (secidx == IDX_debug_loc in initial_offset() 806 size_t secidx = cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in getlocations_addr() local 814 switch (__libdw_read_begin_end_pair_inc (cu, secidx, in getlocations_addr() [all …]
|
/external/llvm/test/MC/COFF/ |
D | secidx-diagnostic.s | 9 .secidx bar 10 .secidx baz
|
D | secidx.s | 6 .secidx Lfoo 8 .secidx Lbar
|
D | cv-empty-linetable.s | 58 .secidx _f
|
D | cv-inline-linetable-infloop.s | 53 .secidx infloop # Function section index
|
D | cv-inline-linetable-unreachable.s | 67 .secidx _g
|
D | cv-inline-linetable.s | 78 .secidx "?baz@@YAXXZ"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | secidx.s | 6 .secidx Lfoo 8 .secidx Lbar
|
D | secrel32-undef.s | 4 # Previously .secrel32 and .secidx relocations against undefined symbols 13 .secidx baz
|
D | cv-empty-linetable.s | 59 .secidx _f
|
D | cv-inline-linetable-unreachable.s | 69 .secidx _g
|
D | cv-inline-linetable-infloop.s | 56 .secidx infloop # Function section index
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | reloc-directive.s | 18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
|
/external/llvm/test/MC/X86/ |
D | reloc-directive.s | 18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
|
/external/llvm/test/DebugInfo/COFF/ |
D | globals.ll | 20 ; ASM: .secidx "?first@@3HA" # Segment 27 ; ASM: .secidx "?middle@@3PEBHEB" # Segment 34 ; ASM: .secidx "?last@@3HA" # Segment 45 ; ASM: .secidx "?comdat@?$A@X@@2HB" # Segment
|
D | multifunction.ll | 72 ; X86-NEXT: .secidx _x 97 ; X86-NEXT: .secidx _y 122 ; X86-NEXT: .secidx _f 339 ; X64-NEXT: .secidx x 364 ; X64-NEXT: .secidx y 389 ; X64-NEXT: .secidx f
|
D | globals-discarded.ll | 9 ; CHECK: .secidx x # Segment
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | globals.ll | 21 ; ASM: .secidx "?first@@3HA" # Segment 28 ; ASM: .secidx "?middle@@3PEBHEB" # Segment 35 ; ASM: .secidx "?last@@3HA" # Segment 46 ; ASM: .secidx "?comdat@?$A@X@@2HB" # Segment
|
D | multifunction.ll | 80 ; X86-NEXT: .secidx _x 106 ; X86-NEXT: .secidx _y 132 ; X86-NEXT: .secidx _f 353 ; X64-NEXT: .secidx x 378 ; X64-NEXT: .secidx y 403 ; X64-NEXT: .secidx f
|
D | globals-discarded.ll | 9 ; CHECK: .secidx x # Segment
|
/external/kmod/libkmod/ |
D | libkmod-elf.c | 1024 uint16_t secidx; in kmod_elf_get_dependency_symbols() local 1034 secidx = READV(st_shndx); in kmod_elf_get_dependency_symbols() 1039 secidx = READV(st_shndx); in kmod_elf_get_dependency_symbols() 1043 if (secidx != SHN_UNDEF) in kmod_elf_get_dependency_symbols() 1120 uint16_t secidx; in kmod_elf_get_dependency_symbols() local 1129 secidx = READV(st_shndx); in kmod_elf_get_dependency_symbols() 1134 secidx = READV(st_shndx); in kmod_elf_get_dependency_symbols() 1138 if (secidx != SHN_UNDEF) in kmod_elf_get_dependency_symbols()
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 64 .secidx __imp__OutputDebugStringA // IMAGE_REL_I386_SECTION
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 59 .secidx __imp__OutputDebugStringA // IMAGE_REL_I386_SECTION
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
D | COFF_AArch64.s | 124 .secidx _test_addr32_reloc
|