Searched refs:remove_so (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 181 remove_so(lml, olmp, clmp); 191 remove_so(lml, olmp, clmp);
|
H A D | remove.c | 39 * its handle (in which case remove_so() can get rid of the new link-map if 47 * the link-map and adding it to a handle, remove_so() is called to remove the 212 remove_so(Lm_list *lml, Rt_map *lmp, Rt_map *clmp) function 536 * Finally, remove each object. remove_so() calls lm_delete(), thus 541 remove_so(lml, lmp, clmp); 1475 remove_so(LIST(lmp), lmp, clmp);
|
H A D | analyze.c | 1869 remove_so(lml, nlmp, clmp); 1874 remove_so(lml, nlmp, clmp); 1921 remove_so(lml, nlmp, clmp); 2462 remove_so(lml, nlmp, clmp); 2512 remove_so(lml, nlmp, clmp); 2528 remove_so(lml, nlmp, clmp);
|
H A D | _rtld.h | 766 extern void remove_so(Lm_list *, Rt_map *, Rt_map *);
|
H A D | elf.c | 1717 * remove_so(0, lmp) can be used to tear down the link-map allocation 2122 remove_so(0, lmp, clmp); 2269 remove_so(0, lmp, clmp); 2275 remove_so(0, lmp, clmp); 2285 remove_so(0, lmp, clmp);
|
Completed in 107 milliseconds