Lines Matching refs:t
32 char *t; in _dl_reloc_overflow() local
33 t = stpcpy (buffer, name); in _dl_reloc_overflow()
37 t = stpcpy (t, " reloc at 0x0000000000000000"); in _dl_reloc_overflow()
38 _itoa_word ((unsigned long) reloc_addr, t, 16, 0); in _dl_reloc_overflow()
44 t = stpcpy (t, " for symbol `"); in _dl_reloc_overflow()
45 t = stpcpy (t, strtab + refsym->st_name); in _dl_reloc_overflow()
46 t = stpcpy (t, "'"); in _dl_reloc_overflow()
48 t = stpcpy (t, " out of range"); in _dl_reloc_overflow()
57 char *t; in _dl_error_localentry() local
61 t = stpcpy (buffer, "expected localentry:0 `"); in _dl_error_localentry()
62 t = stpcpy (t, strtab + refsym->st_name); in _dl_error_localentry()
63 t = stpcpy (t, "'"); in _dl_error_localentry()