Searched refs:srcobj (Results 1 – 6 of 6) sorted by relevance
| /trueos/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()
|
| /trueos/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()
|
| /trueos/libexec/rtld-elf/powerpc64/ |
| HD | reloc.c | 75 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/ |
| HD | reloc.c | 45 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/ |
| 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()
|
| /trueos/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()
|