Searched defs:bind_now (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 3256 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag() 3334 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, int flags, in relocate_object() 3392 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, int flags, in relocate_objects() 3421 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc() 3446 initlist_objects_ifunc(Objlist *list, bool bind_now, int flags, in initlist_objects_ifunc()
|
H A D | rtld.h | 234 bool bind_now : 1; /* True if all relocations should be made first */ member
|