Home
last modified time | relevance | path

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

12

/trueos/usr.sbin/kgzip/
HDelfhdr.c88 htole32(SHT_STRTAB), /* sh_type */
100 htole32(SHT_STRTAB), /* sh_type */
/trueos/lib/libelf/
HDlibelf_data.c67 case SHT_STRTAB: in _libelf_xlate_shtype()
/trueos/usr.sbin/btxld/
HDelfh.c89 htole32(SHT_STRTAB), /* sh_type */
/trueos/sys/cddl/contrib/opensolaris/uts/common/ctf/
HDctf_mod.c150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/trueos/usr.sbin/kldxref/
HDef_obj.c406 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/
HDlink_elf_obj.c277 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()
HDkern_ctf.c158 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
/trueos/sys/dev/ksyms/
HDksyms.c312 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/
HDload_elf_obj.c261 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN()
272 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
HDload_elf.c454 case SHT_STRTAB: /* String table */ in __elfN()
/trueos/contrib/binutils/include/elf/
HDcommon.h327 #define SHT_STRTAB 3 /* A string table */ macro
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c560 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/
HDELFObjectWriter.cpp611 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/
HDelfstructs.h230 #define SHT_STRTAB 3 /* string table section */ macro
/trueos/contrib/llvm/lib/Object/
HDELFYAML.cpp247 ECase(SHT_STRTAB) in enumeration()
/trueos/usr.sbin/crunch/crunchide/
HDexec_elf32.c280 case SHT_STRTAB: in ELFNAMEEND()
/trueos/sys/sys/
HDelf_common.h267 #define SHT_STRTAB 3 /* string table section */ macro
/trueos/lib/libdwarf/
HDdwarf_dump.c43 case SHT_STRTAB: in get_sht_desc()
/trueos/usr.bin/elfdump/
HDelfdump.c324 case SHT_STRTAB: return "SHT_STRTAB"; in sh_types()
656 case SHT_STRTAB: in main()
/trueos/contrib/binutils/bfd/
HDelf.c1877 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/
HDELF.h1225 SHT_STRTAB = 3, // String table. in LLVM_ENUM_INT_TYPE()
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp354 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB ); in getElfSectionType()
/trueos/contrib/llvm/include/llvm/Object/
HDELF.h864 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!"); in getString()
/trueos/sys/boot/fdt/
HDfdt_loader_cmd.c154 } else if (shdr[i].sh_type == SHT_STRTAB && strtab == 0) { in fdt_find_static_dtb()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1874 CASE_AND_STREAM(s, SHT_STRTAB , kStrWidth); in DumpELFSectionHeader_sh_type()

12