HomeSort by relevance Sort by last modified time
    Searched refs:SHT_STRTAB (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/elfutils/libelf/
elf_strptr.c 122 if (unlikely (shdr->sh_type != SHT_STRTAB))
148 if (unlikely (shdr->sh_type != SHT_STRTAB))
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
synth_elf.cc 191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB);
synth_elf_unittest.cc 254 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/LLVM/lib/CodeGen/
ELFWriter.h 178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 58 private static final int SHT_STRTAB = 3;
305 if (sh_type == SHT_STRTAB) {
335 } else if (sh_type == SHT_STRTAB) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 58 private static final int SHT_STRTAB = 3;
305 if (sh_type == SHT_STRTAB) {
335 } else if (sh_type == SHT_STRTAB) {
  /external/elfutils/tests/
asm-tst3.c 47 [2] = SHT_STRTAB,
49 [4] = SHT_STRTAB
asm-tst1.c 186 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
asm-tst2.c 202 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
update3.c 127 shdr->sh_type = SHT_STRTAB;
addsections.c 232 shdr->sh_type = SHT_STRTAB;
alldts.c 196 shdr->sh_type = SHT_STRTAB;
asm-tst9.c 236 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
emptyfile.c 168 shdr->sh_type = SHT_STRTAB;
elfstrtab.c 192 shdr->sh_type = SHT_STRTAB;
fillfile.c 87 shdr->sh_type = SHT_STRTAB;
update4.c 276 shdr->sh_type = SHT_STRTAB;
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 141 section_header.sh_type = SHT_STRTAB;
  /external/vixl/examples/aarch32/
disasm-a32.cc 267 section_locator.Locate(SHT_STRTAB, ".dynstr"),
274 section_locator.Locate(SHT_STRTAB, ".strtab"),
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 834 SHT_STRTAB,
846 SHT_STRTAB,
951 SHT_STRTAB,
963 SHT_STRTAB,
    [all...]
  /external/elfutils/libasm/
asm_end.c 154 shdr->sh_type = SHT_STRTAB;
307 shdr->sh_type = SHT_STRTAB;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 354 Type = ELF::SHT_STRTAB;
365 return S->Type == ELF::SHT_STRTAB;
  /bionic/libc/kernel/uapi/linux/
elf.h 228 #define SHT_STRTAB 3

Completed in 1610 milliseconds

1 2 3