Searched refs:SHT_STRTAB (Results 1 - 22 of 22) sorted by relevance

/external/elfutils/libelf/
H A Delf_strptr.c79 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
95 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
H A Delf.h315 #define SHT_STRTAB 3 /* String table */ macro
/external/qemu/elff/
H A Delff_elf.h265 #define SHT_STRTAB 3 macro
/external/elfutils/tests/
H A Dasm-tst3.c39 [2] = SHT_STRTAB,
41 [4] = SHT_STRTAB
H A Dasm-tst1.c171 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
H A Dasm-tst2.c187 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate3.c122 shdr->sh_type = SHT_STRTAB;
H A Dasm-tst9.c221 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate4.c272 shdr->sh_type = SHT_STRTAB;
/external/llvm/lib/CodeGen/
H A DELFWriter.h178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c797 SHT_STRTAB,
809 SHT_STRTAB,
914 SHT_STRTAB,
926 SHT_STRTAB,
/external/kernel-headers/original/linux/
H A Delf.h239 #define SHT_STRTAB 3 macro
/external/elfutils/libasm/
H A Dasm_end.c141 shdr->sh_type = SHT_STRTAB;
288 shdr->sh_type = SHT_STRTAB;
/external/elfutils/src/
H A Delflint.c600 if (strshdr->sh_type != SHT_STRTAB)
601 ERROR (gettext ("section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
1343 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1345 section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
1815 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
1832 { ".shstrtab", 10, SHT_STRTAB, exact, 0, 0 },
1833 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
2222 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB)
H A Dldgeneric.c2276 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC,
3082 assert (head->type != SHT_STRTAB || head->kind != scn_normal);
4893 shdr->sh_type = SHT_STRTAB;
5509 shdr->sh_type = SHT_STRTAB;
H A Dstrip.c1026 shdr_info[cnt].shdr.sh_type = SHT_STRTAB;
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp304 Section.getType() == ELF::SHT_STRTAB ||
811 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
996 case ELF::SHT_STRTAB:
/external/libvpx/build/make/
H A Dobj_int_extract.c510 if (shdr.sh_type == SHT_STRTAB)
532 if (shdr.sh_type == SHT_STRTAB)
/external/llvm/include/llvm/Support/
H A DELF.h705 SHT_STRTAB = 3, // String table. enumerator in enum:llvm::ELF::__anon6498
/external/llvm/lib/Object/
H A DELFObjectFile.cpp1195 if (sh->sh_type == ELF::SHT_STRTAB) {
1412 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
/external/qemu/
H A Delf.h1067 #define SHT_STRTAB 3 macro
/external/valgrind/main/perf/
H A Dtinycc.c343 #define SHT_STRTAB 3 /* String table */ macro
6834 case SHT_STRTAB:
19017 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags);
19409 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0);
19525 s->sh_type == SHT_STRTAB ||
21163 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0);

Completed in 170 milliseconds