Searched refs:load_object (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/libexec/rtld-elf/ |
| HD | rtld.c | 100 static Obj_Entry *load_object(const char *, int fd, const Obj_Entry *, int); 2096 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed() 2138 obj = load_object(p, -1, NULL, 0); in load_preload_objects() 2167 load_object(const char *name, int fd_u, const Obj_Entry *refobj, int flags) in load_object() function 3056 obj = load_object(name, fd, refobj, lo_flags); in dlopen_object()
|