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

12

/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/chromium_org/courgette/
H A Dtypes_elf.h77 SHT_STRTAB = 3, enumerator in enum:sh_type_values
/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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c805 SHT_STRTAB,
817 SHT_STRTAB,
922 SHT_STRTAB,
934 SHT_STRTAB,
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c807 SHT_STRTAB,
819 SHT_STRTAB,
924 SHT_STRTAB,
936 SHT_STRTAB,
/external/elfutils/libasm/
H A Dasm_end.c152 shdr->sh_type = SHT_STRTAB;
303 shdr->sh_type = SHT_STRTAB;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c391 if (shdr.sh_type == SHT_STRTAB) {
408 if (shdr.sh_type == SHT_STRTAB) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h131 SHT_STRTAB = 3, /* string table - symbols need names */ enumerator in enum:__anon13988
H A Delf-objfmt.c839 esdn = elf_secthead_create(elf_shstrtab_name, SHT_STRTAB, 0,
845 esdn = elf_secthead_create(elf_strtab_name, SHT_STRTAB, 0,
900 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.cpp607 Section.getType() == ELF::SHT_STRTAB ||
1136 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
1159 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
1321 case ELF::SHT_STRTAB:
/external/llvm/lib/Object/
H A DELFYAML.cpp247 ECase(SHT_STRTAB)
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp142 SHeader.sh_type = 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...]
/external/llvm/include/llvm/Support/
H A DELF.h1123 SHT_STRTAB = 3, // String table. enumerator in enum:llvm::ELF::__anon21001
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp353 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB );
/external/qemu/
H A Delf.h1067 #define SHT_STRTAB 3 macro

Completed in 152 milliseconds

12