/external/elfutils/src/libelf/ |
D | elf_strptr.c | 91 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/ |
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()
|
D | synth_elf.cc | 191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB); in Finish()
|
D | dump_symbols.cc | 658 FindElfSectionByName<ElfClass>(".dynstr", SHT_STRTAB, in LoadSymbols()
|
/external/elfutils/src/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()
|
D | asm-tst9.c | 236 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | alldts.c | 196 shdr->sh_type = SHT_STRTAB; in main()
|
D | update4.c | 276 shdr->sh_type = SHT_STRTAB; in main()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 48 ELF: Type: SHT_STRTAB 111 ELF: Type: SHT_STRTAB 123 ELF: Type: SHT_STRTAB
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 824 SHT_STRTAB, in writeObjectCode() 836 SHT_STRTAB, in writeObjectCode() 941 SHT_STRTAB, in writeObjectCode() 953 SHT_STRTAB, in writeObjectCode()
|
/external/elfutils/src/libasm/ |
D | asm_end.c | 155 shdr->sh_type = SHT_STRTAB; in binary_end() 306 shdr->sh_type = SHT_STRTAB; in binary_end()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 269 #define SHT_STRTAB 3 macro
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 407 if (shdr.sh_type == SHT_STRTAB) { in parse_elf() 424 if (shdr.sh_type == SHT_STRTAB) { in parse_elf()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 722 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/ |
D | linker.c | 882 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/ |
D | linux_dumper.cc | 162 if (!FindElfSection(elf_base, ".dynstr", SHT_STRTAB, in ElfFileSoNameFromMappedFile()
|
/external/elfutils/src/src/ |
D | elflint.c | 601 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/ |
D | elf2yaml.cpp | 75 case ELF::SHT_STRTAB: in dump()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 587 SHT_STRTAB = 3, // String table. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 289 SHeader.sh_type = ELF::SHT_STRTAB; in initStrtabSectionHeader()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1373 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0); in CreateMetadataSections() 1388 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in CreateMetadataSections()
|