/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 63 Elf32_Word sh_type; /* Section type. */ member in struct:__anon2090 74 /* sh_type */
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 655 * sh_type - New section type to apply 662 isp_convert_type(Is_desc *isp, Word sh_type) argument 670 shdr->sh_type = sh_type; 775 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { 806 if (shdr->sh_type == SHT_GROUP) { 854 if (enp->ec_type && (enp->ec_type != shdr->sh_type)) 1098 (shdr->sh_type != SHT_GROUP) && 1099 (shdr->sh_type != SHT_SUNW_dof) && 1100 ((shdr->sh_type [all...] |
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent_impl.h | 49 int sh_type; /* pub/sub channel binding */ member in struct:sysevent_impl_handle 97 #define SH_TYPE(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_type)
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 146 shtype_to_strtab(Word sh_type, Word sh_flags) argument 153 if (sh_type == SHT_STRTAB) 162 switch (sh_type) { 209 switch (shtype_to_strtab(shdr->sh_type, shdr->sh_flags)) { 361 if ((dynsec->sec_shdr->sh_type == SHT_DYNAMIC) && 720 add_shtyp_match(Word sh_type, void *cpldata) argument 726 s = elfedit_atoconst_value_to_str(ELFEDIT_CONST_SHT, sh_type, 0); 792 shtostr_type = shtype_to_strtab(shdr->sh_type, shdr->sh_flags); 805 add_shtyp_match(shdr->sh_type, cpldata); 869 elfedit_atoui_t sh_type; local [all...] |
H A D | shdr.c | 57 SHDR_CMD_T_SH_TYPE = 10 /* shdr:sh_type */ 239 if (shdr->sh_type != ref_sec->sec_shdr->sh_type) 331 conv_sec_type(osabi, mach, shdr->sh_type, 0, 335 EC_WORD(shdr->sh_type)); 699 Word sh_type = elfedit_atoconst(argstate.argv[1], local 703 if (shdr->sh_type == sh_type) { 708 conv_sec_type(osabi, mach, shdr->sh_type, 715 conv_sec_type(osabi, mach, shdr->sh_type, [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 106 Elf32_Word sh_type; /* Section type */ member in struct:__anon2185
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 152 Word sh_type; member in struct:__anon1429 908 sec->shdr->sh_type = tinfo->sh_type; 955 switch (tinfo->sh_type) {
|
H A D | elfdump.c | 230 if (strsec->c_shdr->sh_type != SHT_STRTAB) { 477 if (shdr->sh_type == 0) { 479 file, secname, EC_WORD(shdr->sh_type)); 482 if (!match(MATCH_F_ALL, secname, seccnt, shdr->sh_type)) 921 if ((shdr->sh_type != SHT_PROGBITS) && 922 (shdr->sh_type != SHT_AMD64_UNWIND)) 944 if (!match(MATCH_F_ALL, _cache->c_name, cnt, shdr->sh_type)) 1050 if ((shdr->sh_type != SHT_SYMTAB_SHNDX) || 1363 if (cishdr->sh_type != SHT_SUNW_capinfo) { 1384 if ((sshdr->sh_type ! 2771 dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn, Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file) argument [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 91 Elf32_Word sh_type; /* Section type. */ member in struct:__anon409
|
H A D | elf64.h | 100 Elf64_Word sh_type; /* Section type. */ member in struct:__anon426
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 910 int sh_type(register const char *path) function 1135 type = sh_type(*argv); 1166 else if((cp && (sh_type(cp)&SH_TYPE_SH)) || (argc>0 && strchr(cp= *argv,'/'))) 1795 if((cp = nv_getval(SHELLNOD)) && (sh_type(cp)&SH_TYPE_RESTRICTED))
|
H A D | name.c | 74 struct sh_type struct 206 register struct sh_type *sp = (struct sh_type*)sh.mktype; 300 struct sh_type shtp; 401 if(shp->mktype && shp->dot_depth==0 && np==((struct sh_type*)shp->mktype)->nodes[0])
|
/illumos-gate/usr/src/uts/common/netsmb/ |
H A D | smb_dev.h | 223 uint32_t sh_type; /* returned */ member in struct:smbioc_oshare
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 381 Elf32_Word sh_type; /* SHT_... */ member in struct:__anon256 395 Elf64_Word sh_type; /* SHT_... */ member in struct:__anon257 407 #define SHT_NULL 0 /* sh_type */
|