Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dstrptr.c52 if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) { in elf_strptr()
60 if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) { in elf_strptr()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c56 { MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS},
57 { MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS},
339 case SHT_STRTAB: in output()
416 } else if (shdr->sh_type == SHT_STRTAB) { in output()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h76 #define SHT_STRTAB 3 /* string table section */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c177 shp->sh_type = SHT_STRTAB; in ksyms_snapshot()
185 shp->sh_type = SHT_STRTAB; in ksyms_snapshot()
/illumos-gate/usr/src/tools/btxld/
H A Delfh.c99 htole32(SHT_STRTAB), /* sh_type */
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c157 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h63 #ifndef SHT_STRTAB
64 #define SHT_STRTAB 3 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg38 @ MSG_SHT_STRTAB "[ SHT_STRTAB ]" # 3
40 @ MSG_SHT_STRTAB_CF "SHT_STRTAB"
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c87 { MSG_ORIG(MSG_SHT_STRTAB), SHT_STRTAB },
88 { MSG_ORIG(MSG_SHT_STRTAB_ALT1), SHT_STRTAB },
H A Dutil_machelf.c774 if (strsec->sec_shdr->sh_type == SHT_STRTAB) { in elfedit_sec_getstr()
1157 if (strsec->sec_shdr->sh_type != SHT_STRTAB) in elfedit_offset_to_str()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c494 sp->sh_type = SHT_STRTAB; in fake_elf64()
567 sp->sh_type = SHT_STRTAB; in fake_elf64()
H A DPgcore.c729 if (write_shdr(pgc, shstrtab_data[strname], SHT_STRTAB, SHF_STRINGS, in dump_symtab()
1053 shdr.sh_type = SHT_STRTAB; in write_shstrtab()
1073 shdr.sh_type = SHT_STRTAB; in write_shstrtab()
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c254 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN()
265 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c142 SHT_STRTAB, SHF_STRINGS),
146 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c504 shp->sh_type = SHT_STRTAB; in dump_elf32()
522 shp->sh_type = SHT_STRTAB; in dump_elf32()
641 shp->sh_type = SHT_STRTAB; in dump_elf64()
659 shp->sh_type = SHT_STRTAB; in dump_elf64()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c168 sh[sh[i].sh_link].sh_type != SHT_STRTAB || in __fex_read_syms()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c175 { "SHT_STRTAB", 0xffffffff, SHT_STRTAB }, in dump_shdr()
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c372 if (shdr.sh_type == SHT_STRTAB) { in main()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c153 if (sh_type == SHT_STRTAB) in shtype_to_strtab()
892 (obj_state->os_secarr[strtab_ndx].sec_shdr->sh_type != SHT_STRTAB)) in cpl_sec_str()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c215 if (strhdr->sh_type != SHT_STRTAB) { in _elf_nlist()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c496 case SHT_STRTAB: in new_section()
2310 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_SHSTRTAB), in make_shstrtab()
2354 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_STRTAB), in make_strtab()
2428 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_DYNSTR), in make_dynstr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h563 #define SHT_STRTAB 3 macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1046 sp->sh_type != SHT_STRTAB) in iload32()
1193 sp->sh_type != SHT_STRTAB && in iload64()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h381 #define SHT_STRTAB 3 /* string table section */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1025 shp->sh_type = SHT_STRTAB; in xkb_build_ksyms()
1035 shp->sh_type = SHT_STRTAB; in xkb_build_ksyms()

12