Lines Matching refs:bind_now
148 static int relocate_object_dag(Obj_Entry *root, bool bind_now,
150 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
1251 obj->bind_now = false; in digest_dynamic1()
1494 obj->bind_now = true; in digest_dynamic1()
1519 obj->bind_now = true; in digest_dynamic1()
3218 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() argument
3226 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag()
3297 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object() argument
3331 if ((obj->bind_now || bind_now) && reloc_jmpslots(obj, flags, in relocate_object()
3356 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects() argument
3366 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects()
3386 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc() argument
3394 !((obj->bind_now || bind_now) && obj->gnu_ifunc) && in resolve_object_ifunc()
3401 ((obj->bind_now || bind_now) && obj->gnu_ifunc && in resolve_object_ifunc()
3411 initlist_objects_ifunc(Objlist *list, bool bind_now, int flags, in initlist_objects_ifunc() argument
3421 if (resolve_object_ifunc(obj, bind_now, flags, in initlist_objects_ifunc()