Home
last modified time | relevance | path

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

/trueos/libexec/rtld-elf/i386/
HDreloc.c77 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
89 for (srcobj = dstobj->next; srcobj != NULL; srcobj = srcobj->next) { in do_copy_relocations()
90 res = symlook_obj(&req, srcobj); in do_copy_relocations()
98 if (srcobj == NULL) { in do_copy_relocations()
/trueos/libexec/rtld-elf/amd64/
HDreloc.c76 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
88 for (srcobj = dstobj->next; srcobj != NULL; srcobj = srcobj->next) { in do_copy_relocations()
89 res = symlook_obj(&req, srcobj); in do_copy_relocations()
97 if (srcobj == NULL) { in do_copy_relocations()
/trueos/libexec/rtld-elf/powerpc64/
HDreloc.c75 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
91 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
92 srcobj = srcobj->next) { in do_copy_relocations()
93 res = symlook_obj(&req, srcobj); in do_copy_relocations()
101 if (srcobj == NULL) { in do_copy_relocations()
/trueos/libexec/rtld-elf/arm/
HDreloc.c45 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
59 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
60 srcobj = srcobj->next) { in do_copy_relocations()
61 res = symlook_obj(&req, srcobj); in do_copy_relocations()
68 if (srcobj == NULL) { in do_copy_relocations()
/trueos/libexec/rtld-elf/powerpc/
HDreloc.c81 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
97 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
98 srcobj = srcobj->next) { in do_copy_relocations()
99 res = symlook_obj(&req, srcobj); in do_copy_relocations()
107 if (srcobj == NULL) { in do_copy_relocations()
/trueos/libexec/rtld-elf/sparc64/
HDreloc.c249 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
269 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
270 srcobj = srcobj->next) { in do_copy_relocations()
271 res = symlook_obj(&req, srcobj); in do_copy_relocations()
278 if (srcobj == NULL) { in do_copy_relocations()