Searched refs:rtldobj (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.c | 151 Obj_Entry *rtldobj, int flags, RtldLockState *lockstate); 152 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, 3219 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() argument 3227 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag() 3298 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object() argument 3305 if (obj != rtldobj) in relocate_object() 3317 if (reloc_non_plt(obj, rtldobj, flags, lockstate)) in relocate_object() 3357 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects() argument 3367 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects()
|