Searched refs:rtldobj (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | rtld.c | 144 Obj_Entry *rtldobj, int flags, RtldLockState *lockstate); 145 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, 2816 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() argument 2824 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag() 2871 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object() argument 2878 if (obj != rtldobj) in relocate_object() 2893 if (reloc_non_plt(obj, rtldobj, flags, lockstate)) in relocate_object() 2932 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects() argument 2942 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects()
|