Searched defs:shtype (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/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]),
|
/illumos-gate/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) argument 135 if (shtype == SHT_INIT_ARRAY) 137 else if (shtype == SHT_FINI_ARRAY)
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 147 * shtype - Type of desired section 154 elfedit_type_to_shndx(elfedit_obj_state_t *obj_state, Word shtype) argument 162 if (shtype == sec->sec_shdr->sh_type) { 169 shtype, 0, &inv_buf)); 177 obj_state->os_ehdr->e_machine, shtype, 0, &inv_buf));
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 406 * shtype - SHT_ type code for section. 426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, argument 467 switch (shtype) { 649 shdr->sh_type = shtype; 819 make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp) argument 839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == 852 if ((ofl->ofl_osinitarray == NULL) && (shtype == SHT_INIT_ARRAY)) 854 if ((ofl->ofl_ospreinitarray == NULL) && (shtype == SHT_PREINIT_ARRAY)) 856 else if ((ofl->ofl_osfiniarray == NULL) && (shtype == SHT_FINI_ARRAY)) 1597 make_cap(Ofl_desc *ofl, Word shtype, cons argument [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 656 call_array(Addr *array, uint_t arraysz, Rt_map *lmp, Word shtype) argument 668 if (shtype == SHT_FINI_ARRAY) { 684 DBG_CALL(Dbg_util_call_array(lmp, (void *)fptr, ndx, shtype));
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1177 Word shtype; local 1192 shtype = SHT_RELA; 1196 shtype = SHT_REL; 1213 if (do_relocate(mp, rela, shtype, relasz/relaent,
|
Completed in 1309 milliseconds