Searched refs:sh_type (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl_helper.c39 if (grub_le_to_cpu32 (s->sh_type) == SHT_SYMTAB)
48 if (grub_le_to_cpu32 (s->sh_type) == SHT_RELA)
H A Ddl.c180 if (s->sh_type == SHT_SYMTAB)
191 if (s->sh_type == SHT_RELA)
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c55 if (s->sh_type == SHT_SYMTAB)
64 if (s->sh_type == SHT_RELA)
111 if (s->sh_type == SHT_SYMTAB)
122 if (s->sh_type == SHT_RELA)
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Ddl.c53 if (s->sh_type == SHT_SYMTAB)
64 if (s->sh_type == SHT_REL)
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c100 switch (s->sh_type)
125 if (s->sh_type == SHT_STRTAB && offset < s->sh_size)
192 if (s->sh_type == SHT_SYMTAB)
206 if (s->sh_type == SHT_REL || s->sh_type == SHT_RELA)
229 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Ddl.c54 if (s->sh_type == SHT_SYMTAB)
65 if (s->sh_type == SHT_RELA)
/osnet-11/usr/src/grub/grub2/grub-core/kern/x86_64/
H A Ddl.c53 if (s->sh_type == SHT_SYMTAB)
64 if (s->sh_type == SHT_RELA)
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h50 int sh_type; /* pub/sub channel binding */ member in struct:sysevent_impl_handle
98 #define SH_TYPE(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_type)
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c68 if (s->sh_type == SHT_SYMTAB)
80 if (s->sh_type == SHT_MIPS_REGINFO)
91 if (s->sh_type == SHT_REL)
129 if (s->sh_type == SHT_REL)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h63 Elf32_Word sh_type; /* Section type. */ member in struct:__anon214
74 /* sh_type */
/osnet-11/usr/src/lib/libctf/common/
H A Dctf_lib.c145 dst->sh_type = src->sh_type;
347 if (shp->sh_type == SHT_PROGBITS &&
350 ctfsect.cts_type = shp->sh_type;
356 } else if (shp->sh_type == SHT_SYMTAB) {
358 symsect.cts_type = shp->sh_type;
365 strsect.cts_type = lhp->sh_type;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/i386/
H A Dloadcore32.c56 if (s->sh_type == SHT_REL)
H A Dloadcore64.c52 if (s->sh_type == SHT_RELA)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c316 if ((s->sh_type == grub_host_to_target32 (SHT_REL)) ||
317 (s->sh_type == grub_host_to_target32 (SHT_RELA)))
363 addend = (s->sh_type == grub_target_to_host32 (SHT_RELA)) ?
636 if ((s->sh_type == grub_cpu_to_le32 (SHT_REL)) ||
637 (s->sh_type == grub_cpu_to_le32 (SHT_RELA)))
779 && grub_target_to_host32 (s->sh_type) != SHT_PROGBITS)
792 && grub_target_to_host32 (s->sh_type) != SHT_PROGBITS)
959 if (grub_target_to_host32 (s->sh_type) == SHT_NOBITS)
989 if (s->sh_type == grub_host_to_target32 (SHT_SYMTAB))
1063 if (grub_target_to_host32 (s->sh_type)
[all...]
H A Dgrub-pe2elf.c183 shdr[idx].sh_type = (idx == BSS_SECTION) ? SHT_NOBITS : SHT_PROGBITS;
299 shdr[i].sh_type = SHT_REL;
396 shdr[SYMTAB_SECTION].sh_type = SHT_SYMTAB;
415 shdr[STRTAB_SECTION].sh_type = SHT_STRTAB;
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c487 sp->sh_type = SHT_STRTAB;
506 sp->sh_type = SHT_SUNW_LDYNSYM;
534 sp->sh_type = SHT_DYNSYM;
560 sp->sh_type = SHT_STRTAB;
584 sp->sh_type = SHT_DYNAMIC;
680 sp->sh_type = SHT_PROGBITS;
H A DPsymtab.c783 symtab.cts_type = symp->sym_hdr_pri.sh_type;
791 strtab.cts_type = symp->sym_strhdr.sh_type;
1228 shdr.sh_type == SHT_DYNAMIC)
1784 if (shp->sh_type == SHT_SYMTAB || shp->sh_type == SHT_DYNSYM) {
1785 sym_tbl_t *symp = shp->sh_type == SHT_SYMTAB ?
1813 } else if (shp->sh_type == SHT_SUNW_LDYNSYM) {
1828 } else if (shp->sh_type == SHT_DYNAMIC) {
1839 (cache[shp->sh_link].c_shdr.sh_type != SHT_DYNSYM &&
1840 cache[shp->sh_link].c_shdr.sh_type !
[all...]
H A DPcore.c875 b->shdr[1].sh_type = SHT_SYMTAB;
893 b->shdr[2].sh_type = SHT_STRTAB;
941 b->shdr[1].sh_type = SHT_SYMTAB;
958 b->shdr[2].sh_type = SHT_STRTAB;
1023 dst->sh_type = src->sh_type;
1676 if (shdrs[shp->sh_link].sh_type == SHT_DYNSYM)
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c503 shp->sh_type = SHT_STRTAB;
512 shp->sh_type = SHT_SUNW_dof;
521 shp->sh_type = SHT_STRTAB;
530 shp->sh_type = SHT_SYMTAB;
553 shp->sh_type = SHT_RELA;
555 shp->sh_type = SHT_REL;
640 shp->sh_type = SHT_STRTAB;
649 shp->sh_type = SHT_SUNW_dof;
658 shp->sh_type = SHT_STRTAB;
667 shp->sh_type
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c130 switch (s->sh_type)
228 switch (s->sh_type)
302 if (s->sh_type == SHT_SYMTAB)
418 if (s->sh_type == SHT_SYMTAB)
528 if (s->sh_type == SHT_SYMTAB)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h106 Elf32_Word sh_type; /* Section type */ member in struct:__anon308
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c521 if (shdr.sh_type != SHT_NOBITS &&
589 shdr.sh_type = SHT_SUNW_SIGNATURE;
736 if (shdr.sh_type == SHT_NOBITS) {
932 if (shdr.sh_type == SHT_SUNW_SIGNATURE) {
949 while ((data = (shdr.sh_type == SHT_STRTAB ?
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c301 if(((type = sh_type(cp = av[0])) & SH_TYPE_SH) && (!(name = nv_getval(L_ARGNOD)) || !((type = sh_type(cp = name)) & SH_TYPE_SH)))
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c993 DPRINT("ret. sh_type: \"%d\"", tcon->tc_sh.sh_type);
995 ctx->ct_shtype_req != tcon->tc_sh.sh_type) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c302 switch (s->sh_type)
347 if (s->sh_type == SHT_SYMTAB)

Completed in 89 milliseconds

12