Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/elftoolchain/libelf/
HDlibelf_data.c68 case SHT_STRTAB: in _libelf_xlate_shtype()
HDelf_strptr.c57 if (shdr.sh_type != SHT_STRTAB || in elf_strptr()
/freebsd-14-stable/usr.sbin/kldxref/
HDef_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()
HDef.c426 case SHT_STRTAB: in ef_parse_dynamic()
HDelf.c423 if (shdr->sh_type != SHT_STRTAB) in elf_read_string_table()
/freebsd-14-stable/usr.sbin/btxld/
HDelfh.c89 htole32(SHT_STRTAB), /* sh_type */
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
HDctf_mod.c150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/freebsd-14-stable/sys/dev/ksyms/
HDksyms.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-stable/stand/common/
HDload_elf_obj.c296 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN()
307 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
/freebsd-14-stable/sys/kern/
HDkern_ctf.c139 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
HDlink_elf_obj.c436 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 || in link_elf_link_preload()
438 shdr[shstrindex].sh_type != SHT_STRTAB) { in link_elf_link_preload()
867 case SHT_STRTAB: in link_elf_load_file()
884 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file()
937 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
/freebsd-14-stable/contrib/elftoolchain/libelftc/
HDelftc_string_table.c186 sh.sh_type != SHT_STRTAB) { in elftc_string_table_from_section()
/freebsd-14-stable/contrib/elftoolchain/elfcopy/
HDsections.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()
HDsymbols.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-stable/usr.sbin/crunch/crunchide/
HDexec_elf32.c267 case SHT_STRTAB: in ELFNAMEEND()
/freebsd-14-stable/usr.bin/elfdump/
HDelfdump.c337 case SHT_STRTAB: return "SHT_STRTAB"; in sh_types()
701 case SHT_STRTAB: in main()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h717 Type = OriginalType = ELF::SHT_STRTAB; in StringTableSection()
729 return S->OriginalType == ELF::SHT_STRTAB; in classof()
HDELFObjcopy.cpp449 case SHT_STRTAB: in replaceAndRemoveSections()
/freebsd-14-stable/sys/sys/
HDelf_common.h415 #define SHT_STRTAB 3 /* string table section */ macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFEmitter.cpp437 Sec->Type = ELF::SHT_STRTAB; in ELFState()
443 Sec->Type = ELF::SHT_STRTAB; in ELFState()
1047 SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB; in initStrtabSectionHeader()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1070 SHT_STRTAB = 3, // String table. enumerator
/freebsd-14-stable/contrib/elftoolchain/size/
HDsize.c712 shdr->sh_type == SHT_STRTAB || shdr->sh_type == SHT_RELA || in sysv_calc()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
HDELFObjHandler.cpp290 StrTab.Shdr.sh_type = SHT_STRTAB; in fillStrTabShdr()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp291 STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB); in getELFSectionTypeName()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp176 case ELF::SHT_STRTAB: in considerForSize()

12