Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 25 of 83) sorted by relevance

1234

/external/llvm/test/Object/
Dno-section-header-string-table.test9 CHECK: Type: SHT_STRTAB (0x3)
10 CHECK: Type: SHT_STRTAB (0x3)
Dreadobj-shared-object.test48 ELF: Type: SHT_STRTAB
111 ELF: Type: SHT_STRTAB
123 ELF: Type: SHT_STRTAB
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dno-section-header-string-table.test9 CHECK: Type: SHT_STRTAB (0x3)
10 CHECK: Type: SHT_STRTAB (0x3)
Dreadobj-shared-object.test48 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/
Ddynstr.test13 Type: SHT_STRTAB
19 #CHECK-NEXT: Type: SHT_STRTAB
Dremove-symtab.test32 #CHECK-NEXT: Type: SHT_STRTAB (0x3)
46 #CHECK-NEXT: Type: SHT_STRTAB (0x3)
Dremove-section.test93 # CHECK: Type: SHT_STRTAB (0x3)
107 # CHECK: Type: SHT_STRTAB (0x3)
Dremove-multiple-sections.test105 # CHECK: Type: SHT_STRTAB (0x3)
119 # CHECK: Type: SHT_STRTAB (0x3)
Dbasic-archive-copy.test86 # CHECK-NEXT: Type: SHT_STRTAB
94 # CHECK-NEXT: Type: SHT_STRTAB
Dsegment-shift-section-remove.test110 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
124 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
Dsegment-test-remove-section.test115 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
129 # CHECK-NEXT: Type: SHT_STRTAB (0x3)
Dbasic-copy.test45 # CHECK-NEXT: Type: SHT_STRTAB
Dstrip-all-gnu.test13 Type: SHT_STRTAB
/external/google-breakpad/src/common/linux/
Ddump_symbols_unittest.cc106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F()
146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F()
Dsynth_elf_unittest.cc254 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/
Delf_strptr.c122 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/
DIceELFSectionTest.cpp101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()
113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()
/external/elfutils/tests/
Dasm-tst3.c47 [2] = SHT_STRTAB,
49 [4] = SHT_STRTAB
Dasm-tst1.c186 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dupdate3.c127 shdr->sh_type = SHT_STRTAB; in main()
Dasm-tst2.c202 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h178 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/
Ddisasm-a32.cc267 section_locator.Locate(SHT_STRTAB, ".dynstr"), in main()
274 section_locator.Locate(SHT_STRTAB, ".strtab"), in main()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp834 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/
Ddso_test_utils.cc141 section_header.sh_type = SHT_STRTAB; in WriteElfWithMultipleBuildids()

1234