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

12

/freebsd-current/sys/sys/
H A Delf_common.h415 #define SHT_STRTAB 3 /* string table section */ macro
/freebsd-current/stand/common/
H A Dload_elf.c788 case SHT_STRTAB: /* String table */
/freebsd-current/stand/fdt/
H A Dfdt_loader_cmd.c151 } else if (shdr[i].sh_type == SHT_STRTAB && strtab == 0) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c788 dmp->dm_strtab.cts_type = SHT_STRTAB;
/freebsd-current/sys/kern/
H A Dlink_elf.c1277 if (shstrindex != 0 && shdr[shstrindex].sh_type == SHT_STRTAB &&
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1097 Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1171 if (Section.sh_type != ELF::SHT_STRTAB)
1174 ": expected SHT_STRTAB, but got " +
1184 return createError("SHT_STRTAB string table section " +
1187 return createError("SHT_STRTAB string table section " +
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp799 case SHT_STRTAB:
H A DSyntheticSections.cpp1211 : SyntheticSection(dynamic ? (uint64_t)SHF_ALLOC : 0, SHT_STRTAB, 1, name),
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1687 case SHT_STRTAB:
2239 // Reuse an existing SHT_STRTAB section if it exists.
2242 if (Sec.Type == ELF::SHT_STRTAB && !(Sec.Flags & SHF_ALLOC)) {
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c399 case SHT_STRTAB: return "SHT_STRTAB";
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h1128 _ELF_DEFINE_SHT(SHT_STRTAB, 3, "string table") \
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp660 ECase(SHT_STRTAB);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3336 CASE_AND_STREAM(s, SHT_STRTAB, kStrWidth);
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c788 case SHT_STRTAB: return "STRTAB";

Completed in 494 milliseconds

12