/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | view.c | 144 static char *shtype[] = { variable 152 static char *shtype[] = { variable 196 gettext(shtype[sti]), in print_shares()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | util.c | 127 Dbg_util_call_array(Rt_map *lmp, void *addr, int ndx, Word shtype) in Dbg_util_call_array() argument 135 if (shtype == SHT_INIT_ARRAY) in Dbg_util_call_array() 137 else if (shtype == SHT_FINI_ARRAY) in Dbg_util_call_array()
|
/titanic_50/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 154 elfedit_type_to_shndx(elfedit_obj_state_t *obj_state, Word shtype) in elfedit_type_to_shndx() argument 162 if (shtype == sec->sec_shdr->sh_type) { in elfedit_type_to_shndx() 169 shtype, 0, &inv_buf)); in elfedit_type_to_shndx() 177 obj_state->os_ehdr->e_machine, shtype, 0, &inv_buf)); in elfedit_type_to_shndx()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() argument 467 switch (shtype) { in new_section() 649 shdr->sh_type = shtype; in new_section() 819 make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp) in make_array() argument 839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == in make_array() 852 if ((ofl->ofl_osinitarray == NULL) && (shtype == SHT_INIT_ARRAY)) in make_array() 854 if ((ofl->ofl_ospreinitarray == NULL) && (shtype == SHT_PREINIT_ARRAY)) in make_array() 856 else if ((ofl->ofl_osfiniarray == NULL) && (shtype == SHT_FINI_ARRAY)) in make_array() 1594 make_cap(Ofl_desc *ofl, Word shtype, const char *shname, int ident) in make_cap() argument 1693 if (new_section(ofl, shtype, shname, size, &isec, in make_cap()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 1004 Elf32_Word shtype); 1006 Elf64_Word shtype);
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate64.m4 | 762 _elf64_mtype(Elf * elf, Elf64_Word shtype, unsigned ver) 766 if (shtype < SHT_NUM) 767 return (mtype[ver - 1][shtype]); 769 switch (shtype) { 817 (shtype == SHT_SPARC_GOTDATA)) 825 (shtype == SHT_AMD64_UNWIND)) 838 _elf64_entsz(Elf *elf, Elf64_Word shtype, unsigned ver) 842 ttype = _elf64_mtype(elf, shtype, ver);
|
H A D | xlate.m4 | 705 _elf32_mtype(Elf * elf, Elf32_Word shtype, unsigned ver) 709 if (shtype < SHT_NUM) 710 return (mtype[ver - 1][shtype]); 712 switch (shtype) { 765 (shtype == SHT_SPARC_GOTDATA)) 773 (shtype == SHT_AMD64_UNWIND)) 786 _elf32_entsz(Elf *elf, Elf32_Word shtype, unsigned ver) 790 ttype = _elf32_mtype(elf, shtype, ver);
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 656 call_array(Addr *array, uint_t arraysz, Rt_map *lmp, Word shtype) in call_array() argument 668 if (shtype == SHT_FINI_ARRAY) { in call_array() 684 DBG_CALL(Dbg_util_call_array(lmp, (void *)fptr, ndx, shtype)); in call_array()
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1177 Word shtype; in bind_primary() local 1192 shtype = SHT_RELA; in bind_primary() 1196 shtype = SHT_REL; in bind_primary() 1213 if (do_relocate(mp, rela, shtype, relasz/relaent, in bind_primary()
|