Home
last modified time | relevance | path

Searched refs:secidx (Results 1 – 25 of 43) sorted by relevance

12

/external/elfutils/libdw/
Ddwarf_ranges.c387 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 …]
Ddwarf_getlocation.c722 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/
Dsecidx-diagnostic.s9 .secidx bar
10 .secidx baz
Dsecidx.s6 .secidx Lfoo
8 .secidx Lbar
Dcv-empty-linetable.s58 .secidx _f
Dcv-inline-linetable-infloop.s53 .secidx infloop # Function section index
Dcv-inline-linetable-unreachable.s67 .secidx _g
Dcv-inline-linetable.s78 .secidx "?baz@@YAXXZ"
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsecidx.s6 .secidx Lfoo
8 .secidx Lbar
Dsecrel32-undef.s4 # Previously .secrel32 and .secidx relocations against undefined symbols
13 .secidx baz
Dcv-empty-linetable.s59 .secidx _f
Dcv-inline-linetable-unreachable.s69 .secidx _g
Dcv-inline-linetable-infloop.s56 .secidx infloop # Function section index
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dreloc-directive.s18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
/external/llvm/test/MC/X86/
Dreloc-directive.s18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
/external/llvm/test/DebugInfo/COFF/
Dglobals.ll20 ; 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
Dmultifunction.ll72 ; 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
Dglobals-discarded.ll9 ; CHECK: .secidx x # Segment
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobals.ll21 ; 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
Dmultifunction.ll80 ; 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
Dglobals-discarded.ll9 ; CHECK: .secidx x # Segment
/external/kmod/libkmod/
Dlibkmod-elf.c1024 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/
DCOFF_i386.s64 .secidx __imp__OutputDebugStringA // IMAGE_REL_I386_SECTION
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s59 .secidx __imp__OutputDebugStringA // IMAGE_REL_I386_SECTION
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DCOFF_AArch64.s124 .secidx _test_addr32_reloc

12