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

12

/freebsd-10.3-release/lib/libelf/
H A Dlibelf_data.c67 case SHT_STRTAB:
/freebsd-10.3-release/usr.sbin/kgzip/
H A Delfhdr.c88 htole32(SHT_STRTAB), /* sh_type */
100 htole32(SHT_STRTAB), /* sh_type */
/freebsd-10.3-release/usr.sbin/btxld/
H A Delfh.c89 htole32(SHT_STRTAB), /* sh_type */
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c150 strsect.cts_type = SHT_STRTAB;
/freebsd-10.3-release/usr.sbin/kldxref/
H A Def_obj.c406 case SHT_STRTAB:
420 shdr[symstrindex].sh_type != SHT_STRTAB) {
457 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) {
/freebsd-10.3-release/sys/kern/
H A Dkern_ctf.c158 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
H A Dlink_elf_obj.c281 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 ||
283 shdr[shstrindex].sh_type != SHT_STRTAB) {
582 case SHT_STRTAB:
598 shdr[symstrindex].sh_type != SHT_STRTAB) {
650 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) {
/freebsd-10.3-release/sys/boot/common/
H A Dload_elf_obj.c257 shdr[symstrindex].sh_type != SHT_STRTAB) {
268 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
H A Dload_elf.c500 case SHT_STRTAB: /* String table */
/freebsd-10.3-release/sys/dev/ksyms/
H A Dksyms.c312 hdr->kh_shdr[SHDR_STRTAB].sh_type = SHT_STRTAB;
326 hdr->kh_shdr[SHDR_SHSTRTAB].sh_type = SHT_STRTAB;
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h230 #define SHT_STRTAB 3 /* string table section */ macro
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp611 Section.getType() == ELF::SHT_STRTAB ||
1153 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
1176 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
1340 case ELF::SHT_STRTAB:
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp247 ECase(SHT_STRTAB)
/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf_dump.c43 case SHT_STRTAB:
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h327 #define SHT_STRTAB 3 /* A string table */ macro
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c560 shp->sh_type = SHT_STRTAB;
578 shp->sh_type = SHT_STRTAB;
708 shp->sh_type = SHT_STRTAB;
726 shp->sh_type = SHT_STRTAB;
/freebsd-10.3-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c267 case SHT_STRTAB:
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf.c1012 "SHT_NULL", "SHT_PROGBITS", "SHT_SYMTAB", "SHT_STRTAB",
1882 if (elf_elfsections (abfd)[hdr->sh_link]->sh_type != SHT_STRTAB)
1990 case SHT_STRTAB: /* A string table */
2347 { STRING_COMMA_LEN (".dynstr"), 0, SHT_STRTAB, SHF_ALLOC },
2417 { STRING_COMMA_LEN (".shstrtab"), 0, SHT_STRTAB, 0 },
2418 { STRING_COMMA_LEN (".strtab"), 0, SHT_STRTAB, 0 },
2422 { ".stabstr", 5, 3, SHT_STRTAB, 0 },
2826 case SHT_STRTAB:
3290 case SHT_STRTAB:
3605 shstrtab_hdr->sh_type = SHT_STRTAB;
[all...]
/freebsd-10.3-release/usr.bin/elfdump/
H A Delfdump.c326 case SHT_STRTAB: return "SHT_STRTAB";
660 case SHT_STRTAB:
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h864 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!");
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp354 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB );
/freebsd-10.3-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c154 } else if (shdr[i].sh_type == SHT_STRTAB && strtab == 0) {
/freebsd-10.3-release/sys/sys/
H A Delf_common.h381 #define SHT_STRTAB 3 /* string table section */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1225 SHT_STRTAB = 3, // String table.
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1874 CASE_AND_STREAM(s, SHT_STRTAB , kStrWidth);

Completed in 290 milliseconds

12