Searched refs:srcobj (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/libexec/rtld-elf/riscv/ |
| HD | reloc.c | 91 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/ |
| HD | reloc.c | 70 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/ |
| HD | reloc.c | 76 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/ |
| HD | reloc.c | 77 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/ |
| HD | reloc.c | 77 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/ |
| HD | reloc.c | 81 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/ |
| HD | reloc.c | 81 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/ |
| HD | reloc.c | 249 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()
|