Home
last modified time | relevance | path

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

12

/external/elfutils/src/libelf/
Delf_strptr.c91 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
107 if (unlikely (strscn->shdr.e64->sh_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()
Dsynth_elf.cc191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB); in Finish()
Ddump_symbols.cc658 FindElfSectionByName<ElfClass>(".dynstr", SHT_STRTAB, in LoadSymbols()
/external/elfutils/src/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()
Dasm-tst9.c236 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dalldts.c196 shdr->sh_type = SHT_STRTAB; in main()
Dupdate4.c276 shdr->sh_type = SHT_STRTAB; in main()
/external/llvm/test/Object/
Dreadobj-shared-object.test48 ELF: Type: SHT_STRTAB
111 ELF: Type: SHT_STRTAB
123 ELF: Type: SHT_STRTAB
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c824 SHT_STRTAB, in writeObjectCode()
836 SHT_STRTAB, in writeObjectCode()
941 SHT_STRTAB, in writeObjectCode()
953 SHT_STRTAB, in writeObjectCode()
/external/elfutils/src/libasm/
Dasm_end.c155 shdr->sh_type = SHT_STRTAB; in binary_end()
306 shdr->sh_type = SHT_STRTAB; in binary_end()
/external/kernel-headers/original/uapi/linux/
Delf.h269 #define SHT_STRTAB 3 macro
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c407 if (shdr.sh_type == SHT_STRTAB) { in parse_elf()
424 if (shdr.sh_type == SHT_STRTAB) { in parse_elf()
/external/valgrind/VEX/unused/
Dlinker.c722 strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocResolve_ELF()
868 if (shdr[i].sh_type == SHT_STRTAB in ocVerifyImage_ELF()
958 char* strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocGetNames_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c882 strtab = findElfSection ( ehdrC, SHT_STRTAB );
1031 if (shdr[i].sh_type == SHT_STRTAB
1121 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc162 if (!FindElfSection(elf_base, ".dynstr", SHT_STRTAB, in ElfFileSoNameFromMappedFile()
/external/elfutils/src/src/
Delflint.c601 if (strshdr->sh_type != SHT_STRTAB) in check_symtab()
696 || strshdr->sh_type != SHT_STRTAB); in check_symtab()
1620 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB) in check_dynamic()
2896 if (strshdr->sh_type != SHT_STRTAB) in check_verneed()
3025 if (strshdr->sh_type != SHT_STRTAB) in check_verdef()
3403 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
3420 { ".shstrtab", 10, SHT_STRTAB, exact, 0, 0 },
3421 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
3837 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB) in check_sections()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp75 case ELF::SHT_STRTAB: in dump()
/external/llvm/include/llvm/Support/
DELF.h587 SHT_STRTAB = 3, // String table. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp289 SHeader.sh_type = ELF::SHT_STRTAB; in initStrtabSectionHeader()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1373 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0); in CreateMetadataSections()
1388 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in CreateMetadataSections()

12