Searched refs:rtldobj (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 149 Obj_Entry *rtldobj, int flags, RtldLockState *lockstate); 150 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, 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 3304 if (obj != rtldobj) in relocate_object() 3316 if (reloc_non_plt(obj, rtldobj, flags, lockstate)) 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()
|