/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | strptr.c | 52 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 D | elfwrap.c | 56 { 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/uts/common/os/ |
H A D | ksyms_snapshot.c | 177 shp->sh_type = SHT_STRTAB; in ksyms_snapshot() 185 shp->sh_type = SHT_STRTAB; in ksyms_snapshot()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 76 #define SHT_STRTAB 3 /* string table section */ macro
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.c | 99 htole32(SHT_STRTAB), /* sh_type */
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 157 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 87 { MSG_ORIG(MSG_SHT_STRTAB), SHT_STRTAB }, 88 { MSG_ORIG(MSG_SHT_STRTAB_ALT1), SHT_STRTAB },
|
H A D | util_machelf.c | 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()
|
/illumos-gate/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"
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 63 #ifndef SHT_STRTAB 64 #define SHT_STRTAB 3 macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 494 sp->sh_type = SHT_STRTAB; in fake_elf64() 567 sp->sh_type = SHT_STRTAB; in fake_elf64()
|
H A D | Pgcore.c | 729 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 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()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 142 SHT_STRTAB, SHF_STRINGS), 146 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/ |
H A D | secmapper.c | 372 if (shdr.sh_type == SHT_STRTAB) { in main()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 175 { "SHT_STRTAB", 0xffffffff, SHT_STRTAB }, in dump_shdr()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 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()
|
H A D | ehdr.c | 1139 SHT_STRTAB)) in cmd_body() 1503 if (sec->sec_shdr->sh_type != SHT_STRTAB) in cpl_e_shstrndx()
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 215 if (strhdr->sh_type != SHT_STRTAB) { in _elf_nlist()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 496 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 D | elf.h | 563 #define SHT_STRTAB 3 macro
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1046 sp->sh_type != SHT_STRTAB) in iload32() 1193 sp->sh_type != SHT_STRTAB && in iload64()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 381 #define SHT_STRTAB 3 /* string table section */ macro
|