Lines Matching refs:t
278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local
281 shstr->sh_size = _w(t); in append_func()
283 t += sb.st_size; in append_func()
284 t += (_align & -t); /* word-byte align */ in append_func()
285 new_e_shoff = t; in append_func()
298 if (ulseek(t, SEEK_SET) < 0) in append_func()
300 t += sizeof(Elf_Shdr) * old_shnum; in append_func()
306 t += 2*sizeof(mcsec); in append_func()
312 mcsec.sh_offset = _w(t); in append_func()
327 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t); in append_func()
417 unsigned t; in sift_rel_mcount() local
421 for (t = nrel; t; --t) { in sift_rel_mcount()
464 unsigned t; in nop_mcount() local
469 for (t = nrel; t; --t) { in nop_mcount()
529 unsigned t; in find_secsym_ndx() local
531 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()