Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/riscv/
HDreloc.c91 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
123 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
124 srcobj = srcobj->next) { in do_copy_relocations()
125 res = symlook_obj(&req, srcobj); in do_copy_relocations()
132 if (srcobj == NULL) { in do_copy_relocations()
/NextBSD/libexec/rtld-elf/aarch64/
HDreloc.c70 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
102 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
103 srcobj = srcobj->next) { in do_copy_relocations()
104 res = symlook_obj(&req, srcobj); in do_copy_relocations()
111 if (srcobj == NULL) { in do_copy_relocations()
/NextBSD/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()
/NextBSD/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()
/NextBSD/libexec/rtld-elf/powerpc64/
HDreloc.c77 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
93 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
94 srcobj = srcobj->next) { in do_copy_relocations()
95 res = symlook_obj(&req, srcobj); in do_copy_relocations()
103 if (srcobj == NULL) { in do_copy_relocations()
/NextBSD/libexec/rtld-elf/arm/
HDreloc.c81 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
95 for (srcobj = dstobj->next; srcobj != NULL; in do_copy_relocations()
96 srcobj = srcobj->next) { in do_copy_relocations()
97 res = symlook_obj(&req, srcobj); in do_copy_relocations()
104 if (srcobj == NULL) { in do_copy_relocations()
/NextBSD/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()
/NextBSD/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()