Lines Matching refs:bind_now
126 static int relocate_object_dag(Obj_Entry *root, bool bind_now,
128 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
132 static int resolve_objects_ifunc(Obj_Entry *first, bool bind_now,
1002 obj->bind_now = false; in digest_dynamic1()
1229 obj->bind_now = true; in digest_dynamic1()
1242 obj->bind_now = true; in digest_dynamic1()
2559 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() argument
2567 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag()
2629 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object() argument
2665 if (obj->bind_now || bind_now) in relocate_object()
2709 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects() argument
2716 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects()
2736 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc() argument
2744 if ((obj->bind_now || bind_now) && obj->gnu_ifunc && in resolve_object_ifunc()
2751 resolve_objects_ifunc(Obj_Entry *first, bool bind_now, int flags, in resolve_objects_ifunc() argument
2757 if (resolve_object_ifunc(obj, bind_now, flags, lockstate) == -1) in resolve_objects_ifunc()
2764 initlist_objects_ifunc(Objlist *list, bool bind_now, int flags, in initlist_objects_ifunc() argument
2770 if (resolve_object_ifunc(elm->obj, bind_now, flags, in initlist_objects_ifunc()