Searched refs:load_object (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 127 static Obj_Entry *load_object(const char *, int fd, const Obj_Entry *, int); 2624 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed() 2683 obj = load_object(name, fd, NULL, 0); in load_preload_objects() 2716 load_object(const char *name, int fd_u, const Obj_Entry *refobj, int flags) in load_object() function 3772 obj = load_object(name, fd, refobj, lo_flags); in dlopen_object()
|