/external/elfutils/libelf/ |
D | elf_strptr.c | 112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB)) 128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
|
D | elf.h | 326 #define SHT_STRTAB 3 /* String table */ macro
|
/external/elfutils/tests/ |
D | asm-tst3.c | 55 [2] = SHT_STRTAB, 57 [4] = SHT_STRTAB
|
D | asm-tst1.c | 194 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst2.c | 210 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | update3.c | 134 shdr->sh_type = SHT_STRTAB; in main()
|
D | asm-tst9.c | 244 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | update4.c | 284 shdr->sh_type = SHT_STRTAB; in main()
|
/external/qemu/elff/ |
D | elff_elf.h | 265 #define SHT_STRTAB 3 macro
|
/external/icu4c/tools/toolutil/ |
D | pkg_genc.c | 797 SHT_STRTAB, in writeObjectCode() 809 SHT_STRTAB, in writeObjectCode() 914 SHT_STRTAB, in writeObjectCode() 926 SHT_STRTAB, in writeObjectCode()
|
/external/elfutils/libasm/ |
D | asm_end.c | 152 shdr->sh_type = SHT_STRTAB; in binary_end() 303 shdr->sh_type = SHT_STRTAB; in binary_end()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 239 #define SHT_STRTAB 3 macro
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 722 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/ |
D | obj_int_extract.c | 510 if (shdr.sh_type == SHT_STRTAB) in parse_elf() 532 if (shdr.sh_type == SHT_STRTAB) in parse_elf()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 880 strtab = findElfSection ( ehdrC, SHT_STRTAB ); 1029 if (shdr[i].sh_type == SHT_STRTAB 1119 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 599 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/ |
D | elflint.c | 581 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()
|
D | ldgeneric.c | 2486 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()
|
D | strip.c | 1032 shdr_info[cnt].shdr.sh_type = SHT_STRTAB; in handle_elf()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 815 SHT_STRTAB = 3, // String table. enumerator
|
/external/qemu/ |
D | elf.h | 1067 #define SHT_STRTAB 3 macro
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 1916 if (sh->sh_type == ELF::SHT_STRTAB) { 2310 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
|
/external/valgrind/main/perf/ |
D | tinycc.c | 343 #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/ |
D | elfutils.pot | 2913 "type is not SHT_STRTAB\n"
|