Searched refs:load_object (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/libexec/rtld-elf/ |
| D | rtld.c | 109 static Obj_Entry *load_object(const char *, int fd, const Obj_Entry *, int); 1969 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed() 2011 obj = load_object(p, -1, NULL, 0); in load_preload_objects() 2040 load_object(const char *name, int fd_u, const Obj_Entry *refobj, int flags) in load_object() function 2851 obj = load_object(name, fd, refobj, lo_flags); in dlopen_object()
|