Searched refs:srcobj (Results 1 – 8 of 8) sorted by relevance
| /freebsd/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 79 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 111 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 112 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 113 res = symlook_obj(&req, srcobj); in do_copy_relocations() 120 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | reloc.c | 81 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 94 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 95 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 96 res = symlook_obj(&req, srcobj); in do_copy_relocations() 104 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/i386/ |
| H A D | reloc.c | 78 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/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 45 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 59 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 60 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 61 res = symlook_obj(&req, srcobj); in do_copy_relocations() 68 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 118 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 150 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 151 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 152 res = symlook_obj(&req, srcobj); in do_copy_relocations() 159 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/powerpc64/ |
| H A D | reloc.c | 89 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 105 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 106 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 107 res = symlook_obj(&req, srcobj); in do_copy_relocations() 115 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/powerpc/ |
| H A D | reloc.c | 94 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local 110 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations() 111 srcobj = globallist_next(srcobj)) { in do_copy_relocations() 112 res = symlook_obj(&req, srcobj); in do_copy_relocations() 120 if (srcobj == NULL) { in do_copy_relocations()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5331 zdb_copy_object(objset_t *os, uint64_t srcobj, char *destfile) in zdb_copy_object() argument 5338 (void) printf("Copying object %" PRIu64 " to file %s\n", srcobj, in zdb_copy_object() 5342 if ((err = sa_handle_get(os, srcobj, NULL, SA_HDL_PRIVATE, &hdl))) { in zdb_copy_object() 5352 (void) printf("Object %" PRIu64 " is %" PRIu64 " bytes\n", srcobj, in zdb_copy_object() 5376 err = dmu_read(os, srcobj, offset, readsize, buf, 0); in zdb_copy_object()
|