/external/llvm/test/Object/ |
D | no-section-header-string-table.test | 9 CHECK: Type: SHT_STRTAB (0x3) 10 CHECK: Type: SHT_STRTAB (0x3)
|
D | readobj-shared-object.test | 48 ELF: Type: SHT_STRTAB 111 ELF: Type: SHT_STRTAB 123 ELF: 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/libelf/ |
D | elf_strptr.c | 105 if (unlikely (shdr->sh_type != SHT_STRTAB)) in elf_strptr() 131 if (unlikely (shdr->sh_type != SHT_STRTAB)) in elf_strptr()
|
/external/elfutils/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 | elfstrtab.c | 192 shdr->sh_type = SHT_STRTAB; in check_elf()
|
D | update4.c | 276 shdr->sh_type = SHT_STRTAB; in main()
|
/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/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/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/ |
D | elflint.c | 604 if (strshdr->sh_type != SHT_STRTAB) in check_symtab() 1640 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB) in check_dynamic() 3055 if (strshdr->sh_type != SHT_STRTAB) in check_verneed() 3202 if (strshdr->sh_type != SHT_STRTAB) in check_verdef() 3600 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 }, 3617 { ".shstrtab", 10, SHT_STRTAB, exact, 0, 0 }, 3618 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests 4097 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB) in check_sections()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 646 SHT_STRTAB = 3, // String table. enumerator
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 79 case ELF::SHT_STRTAB: in dump()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 466 if (Section->sh_type != ELF::SHT_STRTAB) in getStringTable()
|