Searched refs:rtldobj (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/libexec/rtld-elf/ |
| HD | rtld.c | 149 Obj_Entry *rtldobj, int flags, RtldLockState *lockstate); 150 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, 3221 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() argument 3229 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag() 3300 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object() argument 3307 if (obj != rtldobj) in relocate_object() 3319 if (reloc_non_plt(obj, rtldobj, flags, lockstate)) in relocate_object() 3359 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects() argument 3369 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects()
|