/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 68 case SHT_STRTAB: in _libelf_xlate_shtype()
|
H A D | elf_strptr.c | 57 if (shdr.sh_type != SHT_STRTAB || in elf_strptr()
|
/freebsd/lib/libkldelf/ |
H A D | ef_obj.c | 323 case SHT_STRTAB: in ef_obj_open() 337 shdr[symstrindex].sh_type != SHT_STRTAB) { in ef_obj_open() 371 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in ef_obj_open()
|
H A D | ef.c | 425 case SHT_STRTAB: in ef_parse_dynamic()
|
H A D | elf.c | 423 if (shdr->sh_type != SHT_STRTAB) in elf_read_string_table()
|
/freebsd/usr.sbin/btxld/ |
H A D | elfh.c | 89 htole32(SHT_STRTAB), /* sh_type */
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
|
/freebsd/sys/dev/ksyms/ |
H A D | 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/stand/common/ |
H A D | load_elf_obj.c | 294 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN() 305 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
|
/freebsd/sys/kern/ |
H A D | 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() 868 case SHT_STRTAB: in link_elf_load_file() 885 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file() 938 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
|
H A D | kern_ctf.c | 146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in link_elf_ctf_get()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_string_table.c | 186 sh.sh_type != SHT_STRTAB) { in elftc_string_table_from_section()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 537 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/contrib/elftoolchain/elfcopy/ |
H A D | 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()
|
H A D | 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/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 267 case SHT_STRTAB: in ELFNAMEEND()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 336 case SHT_STRTAB: return "SHT_STRTAB"; in sh_types() 700 case SHT_STRTAB: in main()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 717 Type = OriginalType = ELF::SHT_STRTAB; in StringTableSection() 729 return S->OriginalType == ELF::SHT_STRTAB; in classof()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 435 #define SHT_STRTAB 3 /* string table section */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | 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/contrib/elftoolchain/size/ |
H A D | size.c | 712 shdr->sh_type == SHT_STRTAB || shdr->sh_type == SHT_RELA || in sysv_calc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1070 SHT_STRTAB = 3, // String table. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 290 StrTab.Shdr.sh_type = SHT_STRTAB; in fillStrTabShdr()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 291 STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 176 case ELF::SHT_STRTAB:
|