| /trueos/usr.sbin/kgzip/ |
| HD | elfhdr.c | 88 htole32(SHT_STRTAB), /* sh_type */ 100 htole32(SHT_STRTAB), /* sh_type */
|
| /trueos/lib/libelf/ |
| HD | libelf_data.c | 67 case SHT_STRTAB: in _libelf_xlate_shtype()
|
| /trueos/usr.sbin/btxld/ |
| HD | elfh.c | 89 htole32(SHT_STRTAB), /* sh_type */
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| HD | ctf_mod.c | 150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
|
| /trueos/usr.sbin/kldxref/ |
| HD | ef_obj.c | 406 case SHT_STRTAB: in ef_obj_open() 420 shdr[symstrindex].sh_type != SHT_STRTAB) { in ef_obj_open() 457 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in ef_obj_open()
|
| /trueos/sys/kern/ |
| HD | link_elf_obj.c | 277 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 || in link_elf_link_preload() 279 shdr[shstrindex].sh_type != SHT_STRTAB) { in link_elf_link_preload() 568 case SHT_STRTAB: in link_elf_load_file() 584 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file() 636 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
|
| HD | kern_ctf.c | 158 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
|
| /trueos/sys/dev/ksyms/ |
| HD | ksyms.c | 312 hdr->kh_shdr[SHDR_STRTAB].sh_type = SHT_STRTAB; in ksyms_snapshot() 326 hdr->kh_shdr[SHDR_SHSTRTAB].sh_type = SHT_STRTAB; in ksyms_snapshot()
|
| /trueos/sys/boot/common/ |
| HD | load_elf_obj.c | 261 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN() 272 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
|
| HD | load_elf.c | 454 case SHT_STRTAB: /* String table */ in __elfN()
|
| /trueos/contrib/binutils/include/elf/ |
| HD | common.h | 327 #define SHT_STRTAB 3 /* A string table */ macro
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 560 shp->sh_type = SHT_STRTAB; in dump_elf32() 578 shp->sh_type = SHT_STRTAB; in dump_elf32() 708 shp->sh_type = SHT_STRTAB; in dump_elf64() 726 shp->sh_type = SHT_STRTAB; in dump_elf64()
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | ELFObjectWriter.cpp | 611 Section.getType() == ELF::SHT_STRTAB || in WriteSymbolTable() 1153 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections() 1176 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections() 1340 case ELF::SHT_STRTAB: in WriteSection()
|
| /trueos/sys/xen/interface/ |
| HD | elfstructs.h | 230 #define SHT_STRTAB 3 /* string table section */ macro
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELFYAML.cpp | 247 ECase(SHT_STRTAB) in enumeration()
|
| /trueos/usr.sbin/crunch/crunchide/ |
| HD | exec_elf32.c | 280 case SHT_STRTAB: in ELFNAMEEND()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 267 #define SHT_STRTAB 3 /* string table section */ macro
|
| /trueos/lib/libdwarf/ |
| HD | dwarf_dump.c | 43 case SHT_STRTAB: in get_sht_desc()
|
| /trueos/usr.bin/elfdump/ |
| HD | elfdump.c | 324 case SHT_STRTAB: return "SHT_STRTAB"; in sh_types() 656 case SHT_STRTAB: in main()
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf.c | 1877 if (elf_elfsections (abfd)[hdr->sh_link]->sh_type != SHT_STRTAB) in bfd_section_from_shdr() 1985 case SHT_STRTAB: /* A string table */ in bfd_section_from_shdr() 2342 { STRING_COMMA_LEN (".dynstr"), 0, SHT_STRTAB, SHF_ALLOC }, 2412 { STRING_COMMA_LEN (".shstrtab"), 0, SHT_STRTAB, 0 }, 2413 { STRING_COMMA_LEN (".strtab"), 0, SHT_STRTAB, 0 }, 2417 { ".stabstr", 5, 3, SHT_STRTAB, 0 }, 2821 case SHT_STRTAB: in elf_fake_sections() 3285 case SHT_STRTAB: in assign_section_numbers() 3600 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions() 6278 symstrtab_hdr->sh_type = SHT_STRTAB; in swap_out_syms() [all …]
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 1225 SHT_STRTAB = 3, // String table. in LLVM_ENUM_INT_TYPE()
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 354 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB ); in getElfSectionType()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ELF.h | 864 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!"); in getString()
|
| /trueos/sys/boot/fdt/ |
| HD | fdt_loader_cmd.c | 154 } else if (shdr[i].sh_type == SHT_STRTAB && strtab == 0) { in fdt_find_static_dtb()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 1874 CASE_AND_STREAM(s, SHT_STRTAB , kStrWidth); in DumpELFSectionHeader_sh_type()
|