Searched refs:SHT_STRTAB (Results 1 - 19 of 19) 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 Delf.h267 #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/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c789 SHT_STRTAB,
801 SHT_STRTAB,
906 SHT_STRTAB,
918 SHT_STRTAB,
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c789 SHT_STRTAB,
801 SHT_STRTAB,
906 SHT_STRTAB,
918 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/libvpx/build/make/
H A Dobj_int_extract.c354 if (shdr.sh_type == SHT_STRTAB)
/external/qemu/
H A Delf.h1019 #define SHT_STRTAB 3 macro
/external/elfcopy/
H A Delfcopy.c186 shdr_info[shdridx].shdr.sh_type = SHT_STRTAB;

Completed in 60 milliseconds