Home
last modified time | relevance | path

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

/freebsd-14-stable/libexec/rtld-elf/
HDrtld.c3221 relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj, in relocate_object_dag()
3300 relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, in relocate_object()
3359 relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj, in relocate_objects()
3389 resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags, in resolve_object_ifunc()
3414 initlist_objects_ifunc(Objlist *list, bool bind_now, int flags, in initlist_objects_ifunc()
HDrtld.h244 bool bind_now : 1; /* True if all relocations should be made first */ member