Home
last modified time | relevance | path

Searched refs:load_object (Results 1 – 1 of 1) sorted by relevance

/dragonfly/libexec/rtld-elf/
H A Drtld.c110 static Obj_Entry *load_object(const char *, int fd, const Obj_Entry *, int);
2061 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed()
2105 obj = load_object(p, -1, NULL, 0); in load_preload_objects()
2143 load_object(const char *name, int fd_u, const Obj_Entry *refobj, int flags) in load_object() function
3068 obj = load_object(name, fd, refobj, lo_flags); in dlopen_object()