/external/elfutils/0.153/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 | 323 #define SHT_STRTAB 3 /* String table */ macro
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 48 ELF: Type: SHT_STRTAB 111 ELF: Type: SHT_STRTAB 123 ELF: Type: SHT_STRTAB
|
/external/chromium_org/courgette/ |
D | types_elf.h | 77 SHT_STRTAB = 3, enumerator
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | pkg_genc.c | 826 SHT_STRTAB, in writeObjectCode() 838 SHT_STRTAB, in writeObjectCode() 943 SHT_STRTAB, in writeObjectCode() 955 SHT_STRTAB, in writeObjectCode()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 818 SHT_STRTAB, in writeObjectCode() 830 SHT_STRTAB, in writeObjectCode() 935 SHT_STRTAB, in writeObjectCode() 947 SHT_STRTAB, in writeObjectCode()
|
/external/elfutils/0.153/libasm/ |
D | asm_end.c | 152 shdr->sh_type = SHT_STRTAB; in binary_end() 303 shdr->sh_type = SHT_STRTAB; in binary_end()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 296 #define SHT_STRTAB 3 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 269 #define SHT_STRTAB 3 macro
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 407 if (shdr.sh_type == SHT_STRTAB) { in parse_elf() 424 if (shdr.sh_type == SHT_STRTAB) { in parse_elf()
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | obj_int_extract.c | 407 if (shdr.sh_type == SHT_STRTAB) { in parse_elf() 424 if (shdr.sh_type == SHT_STRTAB) { in parse_elf()
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 839 esdn = elf_secthead_create(elf_shstrtab_name, SHT_STRTAB, 0, in elf_objfmt_output() 845 esdn = elf_secthead_create(elf_strtab_name, SHT_STRTAB, 0, in elf_objfmt_output() 900 type = SHT_STRTAB; in elf_objfmt_init_new_section()
|
D | elf.h | 131 SHT_STRTAB = 3, /* string table - symbols need names */ enumerator
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 882 strtab = findElfSection ( ehdrC, SHT_STRTAB ); 1031 if (shdr[i].sh_type == SHT_STRTAB 1121 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 72 case ELF::SHT_STRTAB: in dump()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 661 Section.getType() == ELF::SHT_STRTAB || in WriteSymbolTable() 1409 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections() 1422 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections() 1557 case ELF::SHT_STRTAB: in WriteSection()
|
/external/elfutils/0.153/src/ |
D | elflint.c | 600 if (strshdr->sh_type != SHT_STRTAB) in check_symtab() 1594 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB) in check_dynamic() 2840 if (strshdr->sh_type != SHT_STRTAB) in check_verneed() 2969 if (strshdr->sh_type != SHT_STRTAB) in check_verdef() 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) in check_sections()
|
D | ldgeneric.c | 2484 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC, in ld_generic_generate_sections() 3298 assert (head->type != SHT_STRTAB || head->kind != scn_normal); in ld_generic_create_sections() 5605 shdr->sh_type = SHT_STRTAB; in ld_generic_create_outfile() 6172 shdr->sh_type = SHT_STRTAB; in ld_generic_create_outfile()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 281 SHeader.sh_type = ELF::SHT_STRTAB; in initStrtabSectionHeader()
|
/external/qemu/include/ |
D | elf.h | 1315 #define SHT_STRTAB 3 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1265 SHT_STRTAB = 3, // String table. enumerator
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 306 ECase(SHT_STRTAB) in enumeration()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 874 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!"); in getString()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 417 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB ); in getElfSectionType()
|