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

12

/external/elfutils/0.153/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.h323 #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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c826 SHT_STRTAB,
838 SHT_STRTAB,
943 SHT_STRTAB,
955 SHT_STRTAB,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c818 SHT_STRTAB,
830 SHT_STRTAB,
935 SHT_STRTAB,
947 SHT_STRTAB,
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c407 if (shdr.sh_type == SHT_STRTAB) {
424 if (shdr.sh_type == SHT_STRTAB) {
/external/elfutils/0.153/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.c407 if (shdr.sh_type == SHT_STRTAB) {
424 if (shdr.sh_type == SHT_STRTAB) {
/external/chromium_org/third_party/libvpx/include/
H A Delf.h296 #define SHT_STRTAB 3 macro
/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:__anon16345
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/kernel-headers/original/uapi/linux/
H A Delf.h269 #define SHT_STRTAB 3 macro
/external/valgrind/main/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/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/tools/obj2yaml/
H A Delf2yaml.cpp72 case ELF::SHT_STRTAB:
/external/elfutils/0.153/src/
H A Delflint.c600 if (strshdr->sh_type != SHT_STRTAB)
602 ERROR (gettext ("section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
1594 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1596 section [%2d] '%s': referenced as string table for section [%2d] '%s' but type is not SHT_STRTAB\n"),
2840 if (strshdr->sh_type != SHT_STRTAB)
2969 if (strshdr->sh_type != SHT_STRTAB)
3347 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
3364 { ".shstrtab", 10, SHT_STRTAB, exact, 0, 0 },
3365 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
3779 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB)
[all...]
H A Dldgeneric.c2484 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC,
3298 assert (head->type != SHT_STRTAB || head->kind != scn_normal);
5605 shdr->sh_type = SHT_STRTAB;
6172 shdr->sh_type = SHT_STRTAB;
H A Dstrip.c1080 shdr_info[cnt].shdr.sh_type = SHT_STRTAB;
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp661 Section.getType() == ELF::SHT_STRTAB ||
1409 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
1422 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
1557 case ELF::SHT_STRTAB:
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp281 SHeader.sh_type = ELF::SHT_STRTAB;
/external/llvm/include/llvm/Object/
H A DELF.h874 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
/external/llvm/lib/Object/
H A DELFYAML.cpp306 ECase(SHT_STRTAB)
/external/qemu/include/
H A Delf.h1315 #define SHT_STRTAB 3 macro
/external/llvm/include/llvm/Support/
H A DELF.h1265 SHT_STRTAB = 3, // String table.
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp417 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB );

Completed in 4776 milliseconds

12