Searched refs:SHT_STRTAB (Results 1 - 25 of 35) 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);
H A Ddump_symbols.cc658 FindElfSectionByName<ElfClass>(".dynstr", SHT_STRTAB,
/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/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c824 SHT_STRTAB,
836 SHT_STRTAB,
941 SHT_STRTAB,
953 SHT_STRTAB,
/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/valgrind/VEX/switchback/
H A Dlinker.c882 strtab = findElfSection ( ehdrC, SHT_STRTAB );
1031 if (shdr[i].sh_type == SHT_STRTAB
1121 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
/external/valgrind/VEX/unused/
H A Dlinker.c722 strtab = findElfSection ( ehdrC, SHT_STRTAB );
868 if (shdr[i].sh_type == SHT_STRTAB
958 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
/external/llvm/include/llvm/Object/
H A DELF.h466 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;
/external/elfutils/src/
H A Delflint.c604 if (strshdr->sh_type != SHT_STRTAB)
606 ERROR (gettext ("section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
1640 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1642 section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
3055 if (strshdr->sh_type != SHT_STRTAB)
3202 if (strshdr->sh_type != SHT_STRTAB)
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)
[all...]
H A Delfcompress.c987 shdr->sh_type = SHT_STRTAB;
/external/llvm/include/llvm/Support/
H A DELF.h646 SHT_STRTAB = 3, // String table.

Completed in 316 milliseconds

12