Lines Matching defs:rtldobj
147 Obj_Entry *rtldobj, int flags, RtldLockState *lockstate);
148 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
3256 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj,
3264 error = relocate_object(elm->obj, bind_now, rtldobj, flags,
3334 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, int flags,
3340 if (obj != rtldobj)
3352 if (reloc_non_plt(obj, rtldobj, flags, lockstate))
3371 if (obj != rtldobj && !obj->mainprog && obj_enforce_relro(obj) == -1)
3392 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, int flags,
3401 error = relocate_object(obj, bind_now, rtldobj, flags,