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

/external/elfutils/libelf/
H A Delf_strptr.c112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
H A Delf.h326 #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.c55 [2] = SHT_STRTAB,
57 [4] = SHT_STRTAB
H A Dasm-tst1.c194 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
H A Dasm-tst2.c210 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate3.c134 shdr->sh_type = SHT_STRTAB;
H A Dasm-tst9.c244 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate4.c284 shdr->sh_type = SHT_STRTAB;
/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.c152 shdr->sh_type = SHT_STRTAB;
303 shdr->sh_type = SHT_STRTAB;
/external/valgrind/main/VEX/switchback/
H A Dlinker.c880 strtab = findElfSection ( ehdrC, SHT_STRTAB );
1029 if (shdr[i].sh_type == SHT_STRTAB
1119 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
/external/valgrind/main/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/lib/MC/
H A DELFObjectWriter.cpp599 Section.getType() == ELF::SHT_STRTAB ||
1122 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
1145 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
1307 case ELF::SHT_STRTAB:
/external/elfutils/src/
H A Delflint.c581 if (strshdr->sh_type != SHT_STRTAB)
583 ERROR (gettext ("section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
1560 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1562 section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
2815 if (strshdr->sh_type != SHT_STRTAB)
2944 if (strshdr->sh_type != SHT_STRTAB)
3322 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
3339 { ".shstrtab", 10, SHT_STRTAB, exact, 0, 0 },
3340 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
3737 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB)
[all...]
H A Dldgeneric.c2486 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC,
3300 assert (head->type != SHT_STRTAB || head->kind != scn_normal);
5607 shdr->sh_type = SHT_STRTAB;
6175 shdr->sh_type = SHT_STRTAB;
H A Dstrip.c1032 shdr_info[cnt].shdr.sh_type = 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.h815 SHT_STRTAB = 3, // String table. enumerator in enum:llvm::ELF::__anon9110
/external/qemu/
H A Delf.h1067 #define SHT_STRTAB 3 macro
/external/llvm/include/llvm/Object/
H A DELF.h1916 if (sh->sh_type == ELF::SHT_STRTAB) {
2310 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
/external/valgrind/main/perf/
H A Dtinycc.c343 #define SHT_STRTAB 3 /* String table */ macro
6834 case SHT_STRTAB:
19018 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags);
19410 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0);
19526 s->sh_type == SHT_STRTAB ||
21164 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0);

Completed in 603 milliseconds