Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/libelf/
Delf_strptr.c112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
Delf.h326 #define SHT_STRTAB 3 /* String table */ macro
/external/elfutils/tests/
Dasm-tst3.c55 [2] = SHT_STRTAB,
57 [4] = SHT_STRTAB
Dasm-tst1.c194 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dasm-tst2.c210 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dupdate3.c134 shdr->sh_type = SHT_STRTAB; in main()
Dasm-tst9.c244 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dupdate4.c284 shdr->sh_type = SHT_STRTAB; in main()
/external/qemu/elff/
Delff_elf.h265 #define SHT_STRTAB 3 macro
/external/icu4c/tools/toolutil/
Dpkg_genc.c797 SHT_STRTAB, in writeObjectCode()
809 SHT_STRTAB, in writeObjectCode()
914 SHT_STRTAB, in writeObjectCode()
926 SHT_STRTAB, in writeObjectCode()
/external/elfutils/libasm/
Dasm_end.c152 shdr->sh_type = SHT_STRTAB; in binary_end()
303 shdr->sh_type = SHT_STRTAB; in binary_end()
/external/kernel-headers/original/linux/
Delf.h239 #define SHT_STRTAB 3 macro
/external/valgrind/main/VEX/unused/
Dlinker.c722 strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocResolve_ELF()
868 if (shdr[i].sh_type == SHT_STRTAB in ocVerifyImage_ELF()
958 char* strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocGetNames_ELF()
/external/libvpx/build/make/
Dobj_int_extract.c510 if (shdr.sh_type == SHT_STRTAB) in parse_elf()
532 if (shdr.sh_type == SHT_STRTAB) in parse_elf()
/external/valgrind/main/VEX/switchback/
Dlinker.c880 strtab = findElfSection ( ehdrC, SHT_STRTAB );
1029 if (shdr[i].sh_type == SHT_STRTAB
1119 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
/external/llvm/lib/MC/
DELFObjectWriter.cpp599 Section.getType() == ELF::SHT_STRTAB || in WriteSymbolTable()
1122 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1145 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1307 case ELF::SHT_STRTAB: in WriteSection()
/external/elfutils/src/
Delflint.c581 if (strshdr->sh_type != SHT_STRTAB) in check_symtab()
1560 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB) in check_dynamic()
2815 if (strshdr->sh_type != SHT_STRTAB) in check_verneed()
2944 if (strshdr->sh_type != SHT_STRTAB) in check_verdef()
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) in check_sections()
Dldgeneric.c2486 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC, in ld_generic_generate_sections()
3300 assert (head->type != SHT_STRTAB || head->kind != scn_normal); in ld_generic_create_sections()
5607 shdr->sh_type = SHT_STRTAB; in ld_generic_create_outfile()
6175 shdr->sh_type = SHT_STRTAB; in ld_generic_create_outfile()
Dstrip.c1032 shdr_info[cnt].shdr.sh_type = SHT_STRTAB; in handle_elf()
/external/llvm/include/llvm/Support/
DELF.h815 SHT_STRTAB = 3, // String table. enumerator
/external/qemu/
Delf.h1067 #define SHT_STRTAB 3 macro
/external/llvm/include/llvm/Object/
DELF.h1916 if (sh->sh_type == ELF::SHT_STRTAB) {
2310 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
/external/valgrind/main/perf/
Dtinycc.c343 #define SHT_STRTAB 3 /* String table */ macro
6832 case SHT_STRTAB: in new_section()
19016 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags); in new_symtab()
19408 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0); in tcc_output_file()
19524 s->sh_type == SHT_STRTAB || in tcc_output_file()
21162 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0); in tcc_set_output_type()
/external/elfutils/po/
Delfutils.pot2913 "type is not SHT_STRTAB\n"