/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | strptr.c | 54 if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) { in elf_strptr() 62 if ((sh == 0) || (sh->sh_type != SHT_STRTAB)) { in elf_strptr()
|
/titanic_51/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 57 { MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS}, 58 { MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS}, 340 case SHT_STRTAB: in output() 417 } else if (shdr->sh_type == SHT_STRTAB) { in output()
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 76 #define SHT_STRTAB 3 /* string table section */ macro
|
/titanic_51/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 179 shp->sh_type = SHT_STRTAB; in ksyms_snapshot() 187 shp->sh_type = SHT_STRTAB; in ksyms_snapshot()
|
/titanic_51/usr/src/tools/btxld/ |
H A D | elfh.c | 99 htole32(SHT_STRTAB), /* sh_type */
|
/titanic_51/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 157 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 38 @ MSG_SHT_STRTAB "[ SHT_STRTAB ]" # 3 40 @ MSG_SHT_STRTAB_CF "SHT_STRTAB"
|
/titanic_51/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 82 * ELF strings for SHT_STRTAB 85 { MSG_ORIG(MSG_SHT_STRTAB), SHT_STRTAB }, 86 { MSG_ORIG(MSG_SHT_STRTAB_ALT1), SHT_STRTAB }, 186 { STE_STATIC, sym_sht_strtab }, /* 3: SHT_STRTAB */
|
H A D | util_machelf.c | 748 * allow_shflags - If False (0), only sections of type SHT_STRTAB 774 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()
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 492 sp->sh_type = SHT_STRTAB; in fake_elf64() 565 sp->sh_type = SHT_STRTAB; in fake_elf64()
|
H A D | Pgcore.c | 743 if (write_shdr(pgc, strname, SHT_STRTAB, SHF_STRINGS, addr, in dump_symtab() 1003 shdr.sh_type = SHT_STRTAB; in write_shstrtab() 1020 shdr.sh_type = SHT_STRTAB; in write_shstrtab()
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | load_elf_obj.c | 254 shdr[symstrindex].sh_type != SHT_STRTAB) { in __elfN() 265 shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) { in __elfN()
|
/titanic_51/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 144 SHT_STRTAB, SHF_STRINGS), 148 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 504 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()
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 168 sh[sh[i].sh_link].sh_type != SHT_STRTAB || in __fex_read_syms()
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 177 { "SHT_STRTAB", 0xffffffff, SHT_STRTAB }, in dump_shdr()
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 139 SHTOSTR_STRTAB = 1, /* type is SHT_STRTAB */ 153 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()
|
/titanic_51/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 215 if (strhdr->sh_type != SHT_STRTAB) { in _elf_nlist()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 562 #define SHT_STRTAB 3 macro
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 493 case SHT_STRTAB: in new_section() 2281 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_SHSTRTAB), in make_shstrtab() 2325 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_STRTAB), in make_strtab() 2399 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_DYNSTR), in make_dynstr()
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1174 sp->sh_type != SHT_STRTAB) in iload32() 1331 sp->sh_type != SHT_STRTAB &&
|
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1627 if (strtab->sh_type != SHT_STRTAB) in process_scns() 1675 v[i + 1].sh_type = SHT_STRTAB; in process_scns() 1727 v[i].sh_type = SHT_STRTAB; in process_scns()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 381 #define SHT_STRTAB 3 /* string table section */ macro
|
/titanic_51/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 400 if ((shdr->sh_type == SHT_STRTAB) && in rt_dldump()
|
/titanic_51/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 1025 shp->sh_type = SHT_STRTAB; in xkb_build_ksyms() 1035 shp->sh_type = SHT_STRTAB; in xkb_build_ksyms()
|