Searched refs:SHT_STRTAB (Results 1 – 25 of 83) sorted by relevance
1234
/external/llvm/test/Object/ |
D | no-section-header-string-table.test | 9 CHECK: Type: SHT_STRTAB (0x3) 10 CHECK: Type: SHT_STRTAB (0x3)
|
D | readobj-shared-object.test | 48 ELF: Type: SHT_STRTAB 111 ELF: Type: SHT_STRTAB 123 ELF: Type: SHT_STRTAB
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | no-section-header-string-table.test | 9 CHECK: Type: SHT_STRTAB (0x3) 10 CHECK: Type: SHT_STRTAB (0x3)
|
D | readobj-shared-object.test | 48 ELF: Type: SHT_STRTAB 111 ELF: Type: SHT_STRTAB 123 ELF: Type: SHT_STRTAB
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | dynstr.test | 13 Type: SHT_STRTAB 19 #CHECK-NEXT: Type: SHT_STRTAB
|
D | remove-symtab.test | 32 #CHECK-NEXT: Type: SHT_STRTAB (0x3) 46 #CHECK-NEXT: Type: SHT_STRTAB (0x3)
|
D | remove-section.test | 93 # CHECK: Type: SHT_STRTAB (0x3) 107 # CHECK: Type: SHT_STRTAB (0x3)
|
D | remove-multiple-sections.test | 105 # CHECK: Type: SHT_STRTAB (0x3) 119 # CHECK: Type: SHT_STRTAB (0x3)
|
D | basic-archive-copy.test | 86 # CHECK-NEXT: Type: SHT_STRTAB 94 # CHECK-NEXT: Type: SHT_STRTAB
|
D | segment-shift-section-remove.test | 110 # CHECK-NEXT: Type: SHT_STRTAB (0x3) 124 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
|
D | segment-test-remove-section.test | 115 # CHECK-NEXT: Type: SHT_STRTAB (0x3) 129 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
|
D | basic-copy.test | 45 # CHECK-NEXT: Type: SHT_STRTAB
|
D | strip-all-gnu.test | 13 Type: SHT_STRTAB
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols_unittest.cc | 106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F() 146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F()
|
D | synth_elf_unittest.cc | 254 EXPECT_EQ(static_cast<unsigned int>(SHT_STRTAB), shdr[1].sh_type); in TYPED_TEST() 351 EXPECT_EQ(static_cast<unsigned int>(SHT_STRTAB), shdr[3].sh_type); in TYPED_TEST()
|
/external/elfutils/libelf/ |
D | elf_strptr.c | 122 if (unlikely (shdr->sh_type != SHT_STRTAB)) in elf_strptr() 148 if (unlikely (shdr->sh_type != SHT_STRTAB)) in elf_strptr()
|
/external/swiftshader/third_party/subzero/unittest/ |
D | IceELFSectionTest.cpp | 101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST() 113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()
|
/external/elfutils/tests/ |
D | asm-tst3.c | 47 [2] = SHT_STRTAB, 49 [4] = SHT_STRTAB
|
D | asm-tst1.c | 186 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | update3.c | 127 shdr->sh_type = SHT_STRTAB; in main()
|
D | asm-tst2.c | 202 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.h | 178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1); in getStringTableSection() 182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1); in getSectionHeaderStringTableSection()
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 267 section_locator.Locate(SHT_STRTAB, ".dynstr"), in main() 274 section_locator.Locate(SHT_STRTAB, ".strtab"), in main()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 834 SHT_STRTAB, in writeObjectCode() 846 SHT_STRTAB, in writeObjectCode() 951 SHT_STRTAB, in writeObjectCode() 963 SHT_STRTAB, in writeObjectCode()
|
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 141 section_header.sh_type = SHT_STRTAB; in WriteElfWithMultipleBuildids()
|
1234