Home | History | Annotate | Download | only in strace

Lines Matching defs:ld

436 	tprintf((uid == -1) ? "%ld" : "%lu", uid);
1556 fprintf(stderr, "PANIC: setbpt for syscall %ld on %u???\n",
1734 struct link_dynamic_2 ld;
1746 if (umove(tcp, (int) dyn.ld_un.ld_2, &ld) < 0) {
1750 if ((strtab = malloc((unsigned)ld.ld_symb_size)) == NULL) {
1754 if (umoven(tcp, (int)ld.ld_symbols+(int)N_TXTADDR(hdr),
1755 (int)ld.ld_symb_size, strtab) < 0)
1758 for (cp = strtab; cp < strtab + ld.ld_symb_size; ) {
1767 if (cp < strtab + ld.ld_symb_size)
1772 if (tload(pid, (int)ld.ld_symbols+(int)N_TXTADDR(hdr),
1773 (int)ld.ld_symb_size, strtab) < 0)