Lines Matching refs:t
196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local
199 shstr->sh_size = _w(t); in append_func()
201 t += sb.st_size; in append_func()
202 t += (_align & -t); /* word-byte align */ in append_func()
203 new_e_shoff = t; in append_func()
211 ulseek(fd_map, t, SEEK_SET); in append_func()
212 t += sizeof(Elf_Shdr) * old_shnum; in append_func()
217 t += 2*sizeof(mcsec); in append_func()
223 mcsec.sh_offset = _w(t); in append_func()
237 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t); in append_func()
319 unsigned t; in sift_rel_mcount() local
323 for (t = nrel; t; --t) { in sift_rel_mcount()
365 unsigned t; in nop_mcount() local
370 for (t = nrel; t; --t) { in nop_mcount()
425 unsigned t; in find_secsym_ndx() local
427 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()