Searched refs:refobj (Results 1 – 2 of 2) sorted by relevance
92 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj,142 static int symlook_default(SymLook *, const Obj_Entry *refobj);1548 find_library(const char *xname, const Obj_Entry *refobj, int *fdp) in find_library() argument1554 objgiven = refobj != NULL; in find_library()1561 if (objgiven && refobj->z_origin) { in find_library()1563 refobj->origin_path)); in find_library()1570 (name = lm_find(refobj->path, xname)) == NULL) in find_library()1575 nodeflib = objgiven ? refobj->z_nodeflib : false; in find_library()1577 (pathname = search_library_path(name, refobj->rpath)) != NULL) || in find_library()1578 (objgiven && refobj->runpath == NULL && refobj != obj_main && in find_library()[all …]
45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot() argument