Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c104 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj,
172 static int symlook_default(SymLook *, const Obj_Entry *refobj);
1903 find_library(const char *xname, const Obj_Entry *refobj, int *fdp) in find_library() argument
1909 objgiven = refobj != NULL; in find_library()
1912 (name = lm_find(refobj->path, xname)) == NULL) in find_library()
1922 return (origin_subst(__DECONST(Obj_Entry *, refobj), in find_library()
1927 refobj_path = objgiven ? refobj->path : NULL; in find_library()
1930 * If refobj->rpath != NULL, then refobj->runpath is NULL. Fall in find_library()
1935 if (objgiven && refobj in find_library()
2013 find_symdef(unsigned long symnum,const Obj_Entry * refobj,const Obj_Entry ** defobj_out,int flags,SymCache * cache,RtldLockState * lockstate) find_symdef() argument
2841 load_object(const char * name,int fd_u,const Obj_Entry * refobj,int flags) load_object() argument
3933 dlopen_object(const char * name,int fd,Obj_Entry * refobj,int lo_flags,int mode,RtldLockState * lockstate) dlopen_object() argument
4809 symlook_default(SymLook * req,const Obj_Entry * refobj) symlook_default() argument
5978 check_object_provided_version(Obj_Entry * refobj,const Obj_Entry * depobj,const Elf_Vernaux * vna) check_object_provided_version() argument
[all...]
/freebsd/libexec/rtld-elf/amd64/
H A Drtld_machdep.h53 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
H A Dreloc.c417 const struct Struct_Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()
/freebsd/libexec/rtld-elf/i386/
H A Drtld_machdep.h51 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
H A Dreloc.c365 const Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()