/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 229 checkSection( sec, 27, ".strtab", SHT_STRTAB, 0, 0x0, 0x259, 0, 0, 1, in TEST() 345 checkSection( sec, 28, ".strtab", SHT_STRTAB, 0, 0x0, 0x23f, 0, 0, 1, in TEST() 445 checkSection( sec, 12, ".strtab", SHT_STRTAB, 0, 0x0, 0x13, 0, 0, 1, 0 ); in TEST() 507 checkSection( sec, 10, ".strtab", SHT_STRTAB, 0, 0x0, 0x13, 0, 0, 1, 0 ); in TEST() 561 checkSection( sec, 15, ".strtab", SHT_STRTAB, 0, 0x0, 0x14f, 0, 0, 1, 0 ); in TEST() 639 checkSection( sec, 28, ".shstrtab", SHT_STRTAB, 0, 0x0, 0x101, 0, 0, 1, 0 ); in TEST() 753 checkSection( sec, 1, ".shstrtab", SHT_STRTAB, 0, 0, 17, 0, 0, 1, 0 ); in TEST() 811 checkSection( sec, 1, ".shstrtab", SHT_STRTAB, 0, 0, 17, 0, 0, 1, 0 ); in TEST() 864 checkSection( sec, 1, ".shstrtab", SHT_STRTAB, 0, 0, 17, 0, 0, 1, 0 ); in TEST() 912 checkSection( sec, 1, ".shstrtab", SHT_STRTAB, 0, 0, 17, 0, 0, 1, 0 ); in TEST() [all …]
|
D | ELFIOTest1.cpp | 79 str_sec->set_type( SHT_STRTAB ); in write_obj_i386() 627 str_sec->set_type( SHT_STRTAB ); in TEST() 744 str_sec->set_type( SHT_STRTAB ); in TEST()
|
/third_party/elfutils/libelf/ |
D | elf_strptr.c | 124 if (unlikely (shdr == NULL || shdr->sh_type != SHT_STRTAB)) in elf_strptr() 150 if (unlikely (shdr == NULL || shdr->sh_type != SHT_STRTAB)) in elf_strptr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceELFSectionTest.cpp | 101 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST() 113 ELFStringTableSection Strtab(".strtab", SHT_STRTAB, 0, 1, 0); in TEST()
|
/third_party/elfutils/tests/ |
D | asm-tst3.c | 48 [2] = SHT_STRTAB, 50 [4] = SHT_STRTAB
|
D | asm-tst1.c | 187 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | update3.c | 128 shdr->sh_type = SHT_STRTAB; in main()
|
D | asm-tst2.c | 203 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | emptyfile.c | 169 shdr->sh_type = SHT_STRTAB; in check_elf()
|
D | asm-tst9.c | 237 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | alldts.c | 198 shdr->sh_type = SHT_STRTAB; in main()
|
D | addsections.c | 251 shdr->sh_type = SHT_STRTAB; in add_sections()
|
D | elfstrtab.c | 193 shdr->sh_type = SHT_STRTAB; in check_elf()
|
D | update4.c | 277 shdr->sh_type = SHT_STRTAB; in main()
|
D | fillfile.c | 88 shdr->sh_type = SHT_STRTAB; in create_strtab()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 838 SHT_STRTAB, in writeObjectCode() 850 SHT_STRTAB, in writeObjectCode() 955 SHT_STRTAB, in writeObjectCode() 967 SHT_STRTAB, in writeObjectCode()
|
/third_party/elfio/examples/anonymizer/ |
D | anonymizer.cpp | 96 if ( section->get_type() == SHT_STRTAB && in main()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 943 SHT_STRTAB, in writeObjectCode() 955 SHT_STRTAB, in writeObjectCode() 1060 SHT_STRTAB, in writeObjectCode() 1072 SHT_STRTAB, in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 943 SHT_STRTAB, in writeObjectCode() 955 SHT_STRTAB, in writeObjectCode() 1060 SHT_STRTAB, in writeObjectCode() 1072 SHT_STRTAB, in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 943 SHT_STRTAB, in writeObjectCode() 955 SHT_STRTAB, in writeObjectCode() 1060 SHT_STRTAB, in writeObjectCode() 1072 SHT_STRTAB, in writeObjectCode()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 75 str_sec->set_type( SHT_STRTAB ); in main()
|
/third_party/elfutils/libasm/ |
D | asm_end.c | 151 shdr->sh_type = SHT_STRTAB; in binary_end() 304 shdr->sh_type = SHT_STRTAB; in binary_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 79 ELFStringTableSection(ShStrTabName, SHT_STRTAB, 0, 1, 0); in ELFObjectWriter() 94 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0); in ELFObjectWriter()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 441 sec_hdr[1].sh_type = SHT_STRTAB; in ac_rgp_file_write_elf_object()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 195 #define SHT_STRTAB 3 /* string table section */ macro
|