| /freebsd-14-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_data.c | 68 case SHT_STRTAB: in _libelf_xlate_shtype()
|
| HD | elf_strptr.c | 57 if (shdr.sh_type != SHT_STRTAB || in elf_strptr()
|
| /freebsd-14-stable/usr.sbin/kldxref/ |
| HD | ef_obj.c | 318 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()
|
| HD | ef.c | 426 case SHT_STRTAB: in ef_parse_dynamic()
|
| HD | elf.c | 423 if (shdr->sh_type != SHT_STRTAB) in elf_read_string_table()
|
| /freebsd-14-stable/usr.sbin/btxld/ |
| HD | elfh.c | 89 htole32(SHT_STRTAB), /* sh_type */
|
| /freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| HD | ctf_mod.c | 150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
|
| /freebsd-14-stable/sys/dev/ksyms/ |
| HD | ksyms.c | 337 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/ |
| HD | load_elf_obj.c | 296 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN() 307 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_ctf.c | 139 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
|
| HD | link_elf_obj.c | 436 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/ |
| HD | elftc_string_table.c | 186 sh.sh_type != SHT_STRTAB) { in elftc_string_table_from_section()
|
| /freebsd-14-stable/contrib/elftoolchain/elfcopy/ |
| HD | sections.c | 923 case SHT_STRTAB: in section_type_alignment() 1485 s->type = SHT_STRTAB; in init_shstrtab() 1520 sh.sh_type = SHT_STRTAB; in set_shstrtab()
|
| HD | symbols.c | 822 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/ |
| HD | exec_elf32.c | 267 case SHT_STRTAB: in ELFNAMEEND()
|
| /freebsd-14-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 337 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/ |
| HD | ELFObject.h | 717 Type = OriginalType = ELF::SHT_STRTAB; in StringTableSection() 729 return S->OriginalType == ELF::SHT_STRTAB; in classof()
|
| HD | ELFObjcopy.cpp | 449 case SHT_STRTAB: in replaceAndRemoveSections()
|
| /freebsd-14-stable/sys/sys/ |
| HD | elf_common.h | 415 #define SHT_STRTAB 3 /* string table section */ macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFEmitter.cpp | 437 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/ |
| HD | ELF.h | 1070 SHT_STRTAB = 3, // String table. enumerator
|
| /freebsd-14-stable/contrib/elftoolchain/size/ |
| HD | size.c | 712 shdr->sh_type == SHT_STRTAB || shdr->sh_type == SHT_RELA || in sysv_calc()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| HD | ELFObjHandler.cpp | 290 StrTab.Shdr.sh_type = SHT_STRTAB; in fillStrTabShdr()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 291 STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB); in getELFSectionTypeName()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| HD | llvm-size.cpp | 176 case ELF::SHT_STRTAB: in considerForSize()
|