Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_data.c68 case SHT_STRTAB: in _libelf_xlate_shtype()
H A Delf_strptr.c57 if (shdr.sh_type != SHT_STRTAB || in elf_strptr()
/freebsd-14.2/usr.sbin/kldxref/
H A Def_obj.c318 case SHT_STRTAB: in ef_obj_open()
332 shdr[symstrindex].sh_type != SHT_STRTAB) { in ef_obj_open()
366 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in ef_obj_open()
H A Def.c426 case SHT_STRTAB: in ef_parse_dynamic()
H A Delf.c423 if (shdr->sh_type != SHT_STRTAB) in elf_read_string_table()
/freebsd-14.2/usr.sbin/btxld/
H A Delfh.c89 htole32(SHT_STRTAB), /* sh_type */
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/freebsd-14.2/sys/dev/ksyms/
H A Dksyms.c337 hdr->kh_shdr[SHDR_STRTAB].sh_type = SHT_STRTAB; in ksyms_snapshot()
351 hdr->kh_shdr[SHDR_SHSTRTAB].sh_type = SHT_STRTAB; in ksyms_snapshot()
/freebsd-14.2/stand/common/
H A Dload_elf_obj.c296 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN()
307 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
/freebsd-14.2/sys/kern/
H A Dkern_ctf.c139 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
H A Dlink_elf_obj.c430 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 || in link_elf_link_preload()
432 shdr[shstrindex].sh_type != SHT_STRTAB) { in link_elf_link_preload()
861 case SHT_STRTAB: in link_elf_load_file()
878 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file()
931 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
/freebsd-14.2/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c186 sh.sh_type != SHT_STRTAB) { in elftc_string_table_from_section()
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c537 shp->sh_type = SHT_STRTAB; in dump_elf32()
555 shp->sh_type = SHT_STRTAB; in dump_elf32()
694 shp->sh_type = SHT_STRTAB; in dump_elf64()
712 shp->sh_type = SHT_STRTAB; in dump_elf64()
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dsections.c923 case SHT_STRTAB: in section_type_alignment()
1485 s->type = SHT_STRTAB; in init_shstrtab()
1520 sh.sh_type = SHT_STRTAB; in set_shstrtab()
H A Dsymbols.c822 SHT_STRTAB, ELF_T_BYTE, 0, 1, 0, 0); in create_external_symtab()
1125 sht.sh_type = SHT_STRTAB; in create_symtab_data()
/freebsd-14.2/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c267 case SHT_STRTAB: in ELFNAMEEND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h601 Type = OriginalType = ELF::SHT_STRTAB; in StringTableSection()
613 return S->OriginalType == ELF::SHT_STRTAB; in classof()
H A DELFObjcopy.cpp418 case SHT_STRTAB: in replaceAndRemoveSections()
/freebsd-14.2/usr.bin/elfdump/
H A Delfdump.c337 case SHT_STRTAB: return "SHT_STRTAB"; in sh_types()
701 case SHT_STRTAB: in main()
/freebsd-14.2/sys/sys/
H A Delf_common.h415 #define SHT_STRTAB 3 /* string table section */ macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp431 Sec->Type = ELF::SHT_STRTAB; in ELFState()
437 Sec->Type = ELF::SHT_STRTAB; in ELFState()
1041 SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB; in initStrtabSectionHeader()
/freebsd-14.2/contrib/elftoolchain/size/
H A Dsize.c712 shdr->sh_type == SHT_STRTAB || shdr->sh_type == SHT_RELA || in sysv_calc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1052 SHT_STRTAB = 3, // String table. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp288 STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB); in getELFSectionTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp290 StrTab.Shdr.sh_type = SHT_STRTAB; in fillStrTabShdr()

12