Home
last modified time | relevance | path

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

/freebsd-10-stable/libexec/rtld-elf/
Drtld.c84 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj,
134 static int symlook_default(SymLook *, const Obj_Entry *refobj);
1482 find_library(const char *xname, const Obj_Entry *refobj) in find_library() argument
1488 objgiven = refobj != NULL; in find_library()
1495 return (origin_subst(__DECONST(Obj_Entry *, refobj), in find_library()
1500 (name = lm_find(refobj->path, xname)) == NULL) in find_library()
1511 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library()
1513 (refobj != NULL && in find_library()
1514 (pathname = search_library_path(name, refobj->rpath)) != NULL) || in find_library()
1519 nodeflib = objgiven ? refobj->z_nodeflib : false; in find_library()
[all …]
/freebsd-10-stable/libexec/rtld-elf/amd64/
Drtld_machdep.h45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot() argument
/freebsd-10-stable/libexec/rtld-elf/i386/
Drtld_machdep.h45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot() argument
/freebsd-10-stable/libexec/rtld-elf/sparc64/
Dreloc.c577 const Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot() argument
583 if (rela - refobj->pltrela < 32764) { in reloc_jmpslot()
782 (Elf_Addr)refobj->relocbase; in reloc_jmpslot()
/freebsd-10-stable/libexec/rtld-elf/ia64/
Dreloc.c517 const Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot() argument