Bhushan Verma wrote: > But regarding your respose I have a query >> crle(1) is a front end that executes the object in a similar manner >> as ldd(1). The use of librtld, and the associated dldump() are >> functions of ld.so.1, which occur on an alternative link-map list >> within ld.so.1. > > As you have written above ,you mean that whenever crle command is fired for > making alternative objects > ld.so.1 loads librtld.so.1 and libc.so.1 in its link map(alternative link map > list) for dumping objects. > is this same as we call dldump(3DL) from our executable?
Yes. -- Rod.