Searched refs:SHT_STRTAB (Results 1 - 25 of 45) sorted by relevance

12

/external/elfutils/libelf/
H A Delf_strptr.c105 if (unlikely (shdr->sh_type != SHT_STRTAB))
131 if (unlikely (shdr->sh_type != SHT_STRTAB))
/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
H A Dsynth_elf.cc191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB);
H A Dsynth_elf_unittest.cc254 EXPECT_EQ(static_cast<unsigned int>(SHT_STRTAB), shdr[1].sh_type);
351 EXPECT_EQ(static_cast<unsigned int>(SHT_STRTAB), shdr[3].sh_type);
/external/swiftshader/third_party/subzero/unittest/
H A DIceELFSectionTest.cpp101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
/external/elfutils/tests/
H A Dasm-tst3.c47 [2] = SHT_STRTAB,
49 [4] = SHT_STRTAB
H A Dasm-tst1.c186 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
H A Dasm-tst2.c202 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate3.c127 shdr->sh_type = SHT_STRTAB;
H A Dalldts.c196 shdr->sh_type = SHT_STRTAB;
H A Dasm-tst9.c236 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Delfstrtab.c192 shdr->sh_type = SHT_STRTAB;
H A Dupdate4.c276 shdr->sh_type = SHT_STRTAB;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.h178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc266 section_locator.Locate(SHT_STRTAB, ".dynstr"),
273 section_locator.Locate(SHT_STRTAB, ".strtab"),
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c826 SHT_STRTAB,
838 SHT_STRTAB,
943 SHT_STRTAB,
955 SHT_STRTAB,
/external/syslinux/com32/include/sys/
H A Delfcommon.h196 #define SHT_STRTAB 3 macro
/external/elfutils/libasm/
H A Dasm_end.c155 shdr->sh_type = SHT_STRTAB;
306 shdr->sh_type = SHT_STRTAB;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc162 if (!FindElfSection(elf_base, ".dynstr", SHT_STRTAB,
/external/kernel-headers/original/uapi/linux/
H A Delf.h269 #define SHT_STRTAB 3 macro
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp304 Section.getType() == ELF::SHT_STRTAB ||
811 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
996 case ELF::SHT_STRTAB:
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp86 ELFStringTableSection(ShStrTabName, SHT_STRTAB, 0, 1, 0);
101 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0);
/external/llvm/include/llvm/Object/
H A DELF.h436 if (Section->sh_type != ELF::SHT_STRTAB)
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp79 case ELF::SHT_STRTAB:
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp307 SHeader.sh_type = ELF::SHT_STRTAB;

Completed in 609 milliseconds

12