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