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

12

/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf_data.c68 case SHT_STRTAB:
H A Delf_strptr.c57 if (shdr.sh_type != SHT_STRTAB ||
/freebsd-current/usr.sbin/btxld/
H A Delfh.c89 htole32(SHT_STRTAB), /* sh_type */
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c150 strsect.cts_type = SHT_STRTAB;
/freebsd-current/usr.sbin/kldxref/
H A Def_obj.c318 case SHT_STRTAB:
332 shdr[symstrindex].sh_type != SHT_STRTAB) {
366 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) {
H A Def.c426 case SHT_STRTAB:
H A Delf.c423 if (shdr->sh_type != SHT_STRTAB)
/freebsd-current/sys/dev/ksyms/
H A Dksyms.c337 hdr->kh_shdr[SHDR_STRTAB].sh_type = SHT_STRTAB;
351 hdr->kh_shdr[SHDR_SHSTRTAB].sh_type = SHT_STRTAB;
/freebsd-current/stand/common/
H A Dload_elf_obj.c296 shdr[symstrindex].sh_type != SHT_STRTAB) {
307 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
/freebsd-current/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c186 sh.sh_type != SHT_STRTAB) {
/freebsd-current/sys/kern/
H A Dkern_ctf.c146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
H A Dlink_elf_obj.c439 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 ||
441 shdr[shstrindex].sh_type != SHT_STRTAB) {
871 case SHT_STRTAB:
888 shdr[symstrindex].sh_type != SHT_STRTAB) {
941 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c537 shp->sh_type = SHT_STRTAB;
555 shp->sh_type = SHT_STRTAB;
694 shp->sh_type = SHT_STRTAB;
712 shp->sh_type = SHT_STRTAB;
/freebsd-current/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c267 case SHT_STRTAB:
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c923 case SHT_STRTAB:
1485 s->type = SHT_STRTAB;
1520 sh.sh_type = SHT_STRTAB;
H A Dsymbols.c822 SHT_STRTAB, ELF_T_BYTE, 0, 1, 0, 0);
1125 sht.sh_type = SHT_STRTAB;
/freebsd-current/usr.bin/elfdump/
H A Delfdump.c336 case SHT_STRTAB: return "SHT_STRTAB";
700 case SHT_STRTAB:
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h601 Type = OriginalType = ELF::SHT_STRTAB;
613 return S->OriginalType == ELF::SHT_STRTAB;
H A DELFObjcopy.cpp418 case SHT_STRTAB:
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp431 Sec->Type = ELF::SHT_STRTAB;
437 Sec->Type = ELF::SHT_STRTAB;
1041 SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB;
/freebsd-current/contrib/elftoolchain/size/
H A Dsize.c712 shdr->sh_type == SHT_STRTAB || shdr->sh_type == SHT_RELA ||
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp288 STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB);
/freebsd-current/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp290 StrTab.Shdr.sh_type = SHT_STRTAB;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1052 SHT_STRTAB = 3, // String table.
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp176 case ELF::SHT_STRTAB:

Completed in 270 milliseconds

12