Home
last modified time | relevance | path

Searched defs:bind_now (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/libexec/rtld-elf/
H A Drtld.c2559 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag()
2629 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object()
2709 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects()
2736 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc()
2751 resolve_objects_ifunc(Obj_Entry *first, bool bind_now, int flags, in resolve_objects_ifunc()
2764 initlist_objects_ifunc(Objlist *list, bool bind_now, int flags, in initlist_objects_ifunc()
H A Drtld.h232 bool bind_now : 1; /* True if all relocations should be made first */ member