Searched refs:srcobj (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 89 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 121 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 122 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 123 res = symlook_obj(&req, srcobj); in do_copy_relocations() 130 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/amd64/ |
| H A D | reloc.c | 80 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 92 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 93 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 94 res = symlook_obj(&req, srcobj); in do_copy_relocations() 102 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/powerpc64/ |
| H A D | reloc.c | 79 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 95 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 96 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 97 res = symlook_obj(&req, srcobj); in do_copy_relocations() 105 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/i386/ |
| H A D | reloc.c | 79 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 91 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 92 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 93 res = symlook_obj(&req, srcobj); in do_copy_relocations() 101 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 87 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 101 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 102 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 103 res = symlook_obj(&req, srcobj); in do_copy_relocations() 110 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 71 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 103 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 104 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 105 res = symlook_obj(&req, srcobj); in do_copy_relocations() 112 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/powerpc/ |
| H A D | reloc.c | 83 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 99 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 100 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 101 res = symlook_obj(&req, srcobj); in do_copy_relocations() 109 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/mips/ |
| H A D | reloc.c | 112 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 143 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 144 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 145 res = symlook_obj(&req, srcobj); in do_copy_relocations() 152 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd-12.1/libexec/rtld-elf/sparc64/ |
| H A D | reloc.c | 251 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 271 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 272 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 273 res = symlook_obj(&req, srcobj); in do_copy_relocations() 280 if (srcobj == NULL) { in do_copy_relocations()
|