Lines Matching refs:sh_size
209 return w(shdr0->sh_size); in get_shnum()
218 shdr0->sh_size = w(new_shnum); in set_shnum()
268 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
273 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
276 shstr->sh_size = _w(t); in append_func()
308 mcsec.sh_size = _w((void *)mlocp - (void *)mloc0); in append_func()
323 mcsec.sh_size = _w((void *)mrelp - (void *)mrel0); in append_func()
410 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in sift_rel_mcount()
457 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in nop_mcount()
522 unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize); in find_secsym_ndx()
595 totrelsz += _w(shdrp->sh_size); in tot_relsize()