Searched refs:ldso (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 217 char *ldso; /* name of what we really want to be */ local 308 ldso = "/usr/lib/ld.so.1"; 378 if ((fd = open(ldso, O_RDONLY)) == -1) 379 panic("unable to open %s", ldso); 381 panic("unable to find size of %s", ldso); 385 panic("unable to map %s", ldso); 396 panic("%s is not an ELF file", ldso); 399 panic("%s has wrong class or data encoding", ldso); 401 panic("%s is not a shared object", ldso); 405 ldso, ehdr->e_machine); [all …]
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 305 # (ldso), without identification. "lmid" causes 311 # all all link-map lists except ldso 315 # ldso the runtime linker link-map list 331 @ MSG_USE_R5_A5 " (ldso), without identification. \ 346 except ldso" 359 @ MSG_USE_R5_F " ldso runtime linker \
|