Searched refs:bind_now (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.c | 150 static int relocate_object_dag(Obj_Entry *root, bool bind_now, 1256 obj->bind_now = false; in digest_dynamic1() 1506 obj->bind_now = true; in digest_dynamic1() 1561 obj->bind_now = true; in digest_dynamic1() 3227 error = relocate_object(elm->obj, bind_now, rtldobj, flags, in relocate_object_dag() 3332 if ((obj->bind_now || bind_now) && reloc_jmpslots(obj, flags, in relocate_object() 3367 error = relocate_object(obj, bind_now, rtldobj, flags, in relocate_objects() 3387 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc() argument 3395 !((obj->bind_now || bind_now) && obj->gnu_ifunc) && in resolve_object_ifunc() 3402 ((obj->bind_now || bind_now) && obj->gnu_ifunc && in resolve_object_ifunc() [all …]
|
| H A D | rtld.h | 249 bool bind_now : 1; /* True if all relocations should be made first */ member
|