]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/sparc64/sparc64/elf_machdep.c
Fix bhyve SVM guest escape.
[FreeBSD/FreeBSD.git] / sys / sparc64 / sparc64 / elf_machdep.c
1 /*-
2  * Copyright (c) 2001 Jake Burkholder.
3  * Copyright (c) 2000 Eduardo Horvath.
4  * Copyright (c) 1999 The NetBSD Foundation, Inc.
5  * All rights reserved.
6  *
7  * This code is derived from software contributed to The NetBSD Foundation
8  * by Paul Kranenburg.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  * 1. Redistributions of source code must retain the above copyright
14  *    notice, this list of conditions and the following disclaimer.
15  * 2. Redistributions in binary form must reproduce the above copyright
16  *    notice, this list of conditions and the following disclaimer in the
17  *    documentation and/or other materials provided with the distribution.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29  * POSSIBILITY OF SUCH DAMAGE.
30  *
31  *      from: NetBSD: mdreloc.c,v 1.42 2008/04/28 20:23:04 martin Exp
32  */
33
34 #include <sys/cdefs.h>
35 __FBSDID("$FreeBSD$");
36
37 #include <sys/param.h>
38 #include <sys/kernel.h>
39 #include <sys/systm.h>
40 #include <sys/exec.h>
41 #include <sys/imgact.h>
42 #include <sys/linker.h>
43 #include <sys/proc.h>
44 #include <sys/sysent.h>
45 #include <sys/imgact_elf.h>
46 #include <sys/syscall.h>
47 #include <sys/signalvar.h>
48 #include <sys/vnode.h>
49
50 #include <vm/vm.h>
51 #include <vm/vm_param.h>
52
53 #include <machine/elf.h>
54
55 #include "linker_if.h"
56
57 static struct sysentvec elf64_freebsd_sysvec = {
58         .sv_size        = SYS_MAXSYSCALL,
59         .sv_table       = sysent,
60         .sv_mask        = 0,
61         .sv_errsize     = 0,
62         .sv_errtbl      = NULL,
63         .sv_transtrap   = NULL,
64         .sv_fixup       = __elfN(freebsd_fixup),
65         .sv_sendsig     = sendsig,
66         .sv_sigcode     = NULL,
67         .sv_szsigcode   = NULL,
68         .sv_name        = "FreeBSD ELF64",
69         .sv_coredump    = __elfN(coredump),
70         .sv_imgact_try  = NULL,
71         .sv_minsigstksz = MINSIGSTKSZ,
72         .sv_pagesize    = PAGE_SIZE,
73         .sv_minuser     = VM_MIN_ADDRESS,
74         .sv_maxuser     = VM_MAXUSER_ADDRESS,
75         .sv_usrstack    = USRSTACK,
76         .sv_psstrings   = PS_STRINGS,
77         .sv_stackprot   = VM_PROT_READ | VM_PROT_WRITE,
78         .sv_copyout_strings = exec_copyout_strings,
79         .sv_setregs     = exec_setregs,
80         .sv_fixlimit    = NULL,
81         .sv_maxssiz     = NULL,
82         .sv_flags       = SV_ABI_FREEBSD | SV_LP64,
83         .sv_set_syscall_retval = cpu_set_syscall_retval,
84         .sv_fetch_syscall_args = cpu_fetch_syscall_args,
85         .sv_syscallnames = syscallnames,
86         .sv_schedtail   = NULL,
87         .sv_thread_detach = NULL,
88         .sv_trap        = NULL,
89 };
90
91 static Elf64_Brandinfo freebsd_brand_info = {
92         .brand          = ELFOSABI_FREEBSD,
93         .machine        = EM_SPARCV9,
94         .compat_3_brand = "FreeBSD",
95         .emul_path      = NULL,
96         .interp_path    = "/libexec/ld-elf.so.1",
97         .sysvec         = &elf64_freebsd_sysvec,
98         .interp_newpath = NULL,
99         .brand_note     = &elf64_freebsd_brandnote,
100         .flags          = BI_CAN_EXEC_DYN | BI_BRAND_NOTE
101 };
102
103 SYSINIT(elf64, SI_SUB_EXEC, SI_ORDER_FIRST,
104     (sysinit_cfunc_t)elf64_insert_brand_entry, &freebsd_brand_info);
105
106 static Elf64_Brandinfo freebsd_brand_oinfo = {
107         .brand          = ELFOSABI_FREEBSD,
108         .machine        = EM_SPARCV9,
109         .compat_3_brand = "FreeBSD",
110         .emul_path      = NULL,
111         .interp_path    = "/usr/libexec/ld-elf.so.1",
112         .sysvec         = &elf64_freebsd_sysvec,
113         .interp_newpath = NULL,
114         .brand_note     = &elf64_freebsd_brandnote,
115         .flags          = BI_CAN_EXEC_DYN | BI_BRAND_NOTE
116 };
117
118 SYSINIT(oelf64, SI_SUB_EXEC, SI_ORDER_ANY,
119     (sysinit_cfunc_t)elf64_insert_brand_entry, &freebsd_brand_oinfo);
120
121 void
122 elf64_dump_thread(struct thread *td __unused, void *dst __unused,
123     size_t *off __unused)
124 {
125
126 }
127
128 /*
129  * The following table holds for each relocation type:
130  *      - the width in bits of the memory location the relocation
131  *        applies to (not currently used)
132  *      - the number of bits the relocation value must be shifted to the
133  *        right (i.e. discard least significant bits) to fit into
134  *        the appropriate field in the instruction word.
135  *      - flags indicating whether
136  *              * the relocation involves a symbol
137  *              * the relocation is relative to the current position
138  *              * the relocation is for a GOT entry
139  *              * the relocation is relative to the load address
140  *
141  */
142 #define _RF_S           0x80000000              /* Resolve symbol */
143 #define _RF_A           0x40000000              /* Use addend */
144 #define _RF_P           0x20000000              /* Location relative */
145 #define _RF_G           0x10000000              /* GOT offset */
146 #define _RF_B           0x08000000              /* Load address relative */
147 #define _RF_U           0x04000000              /* Unaligned */
148 #define _RF_X           0x02000000              /* Bare symbols, needs proc */
149 #define _RF_D           0x01000000              /* Use dynamic TLS offset */
150 #define _RF_O           0x00800000              /* Use static TLS offset */
151 #define _RF_I           0x00400000              /* Use TLS object ID */
152 #define _RF_SZ(s)       (((s) & 0xff) << 8)     /* memory target size */
153 #define _RF_RS(s)       ( (s) & 0xff)           /* right shift */
154 static const int reloc_target_flags[] = {
155         0,                                                      /* NONE */
156         _RF_S|_RF_A|            _RF_SZ(8)  | _RF_RS(0),         /* 8 */
157         _RF_S|_RF_A|            _RF_SZ(16) | _RF_RS(0),         /* 16 */
158         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* 32 */
159         _RF_S|_RF_A|_RF_P|      _RF_SZ(8)  | _RF_RS(0),         /* DISP_8 */
160         _RF_S|_RF_A|_RF_P|      _RF_SZ(16) | _RF_RS(0),         /* DISP_16 */
161         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(0),         /* DISP_32 */
162         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* WDISP_30 */
163         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* WDISP_22 */
164         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(10),        /* HI22 */
165         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 22 */
166         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 13 */
167         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* LO10 */
168         _RF_G|                  _RF_SZ(32) | _RF_RS(0),         /* GOT10 */
169         _RF_G|                  _RF_SZ(32) | _RF_RS(0),         /* GOT13 */
170         _RF_G|                  _RF_SZ(32) | _RF_RS(10),        /* GOT22 */
171         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(0),         /* PC10 */
172         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(10),        /* PC22 */
173               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* WPLT30 */
174                                 _RF_SZ(32) | _RF_RS(0),         /* COPY */
175         _RF_S|_RF_A|            _RF_SZ(64) | _RF_RS(0),         /* GLOB_DAT */
176                                 _RF_SZ(32) | _RF_RS(0),         /* JMP_SLOT */
177               _RF_A|    _RF_B|  _RF_SZ(64) | _RF_RS(0),         /* RELATIVE */
178         _RF_S|_RF_A|    _RF_U|  _RF_SZ(32) | _RF_RS(0),         /* UA_32 */
179
180               _RF_A|            _RF_SZ(32) | _RF_RS(0),         /* PLT32 */
181               _RF_A|            _RF_SZ(32) | _RF_RS(10),        /* HIPLT22 */
182               _RF_A|            _RF_SZ(32) | _RF_RS(0),         /* LOPLT10 */
183               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(0),         /* PCPLT32 */
184               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(10),        /* PCPLT22 */
185               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(0),         /* PCPLT10 */
186         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 10 */
187         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 11 */
188         _RF_S|_RF_A|_RF_X|      _RF_SZ(64) | _RF_RS(0),         /* 64 */
189         _RF_S|_RF_A|/*extra*/   _RF_SZ(32) | _RF_RS(0),         /* OLO10 */
190         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(42),        /* HH22 */
191         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(32),        /* HM10 */
192         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(10),        /* LM22 */
193         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(42),        /* PC_HH22 */
194         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(32),        /* PC_HM10 */
195         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(10),        /* PC_LM22 */
196         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* WDISP16 */
197         _RF_S|_RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* WDISP19 */
198         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* GLOB_JMP */
199         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 7 */
200         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 5 */
201         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* 6 */
202         _RF_S|_RF_A|_RF_P|      _RF_SZ(64) | _RF_RS(0),         /* DISP64 */
203               _RF_A|            _RF_SZ(64) | _RF_RS(0),         /* PLT64 */
204         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(10),        /* HIX22 */
205         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* LOX10 */
206         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(22),        /* H44 */
207         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(12),        /* M44 */
208         _RF_S|_RF_A|_RF_X|      _RF_SZ(32) | _RF_RS(0),         /* L44 */
209         _RF_S|_RF_A|            _RF_SZ(64) | _RF_RS(0),         /* REGISTER */
210         _RF_S|_RF_A|    _RF_U|  _RF_SZ(64) | _RF_RS(0),         /* UA64 */
211         _RF_S|_RF_A|    _RF_U|  _RF_SZ(16) | _RF_RS(0),         /* UA16 */
212
213 #if 0
214         /* TLS */
215         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(10),        /* GD_HI22 */
216         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* GD_LO10 */
217         0,                                                      /* GD_ADD */
218               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* GD_CALL */
219         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(10),        /* LDM_HI22 */
220         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* LDM_LO10 */
221         0,                                                      /* LDM_ADD */
222               _RF_A|_RF_P|      _RF_SZ(32) | _RF_RS(2),         /* LDM_CALL */
223         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(10),        /* LDO_HIX22 */
224         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* LDO_LOX10 */
225         0,                                                      /* LDO_ADD */
226         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(10),        /* IE_HI22 */
227         _RF_S|_RF_A|            _RF_SZ(32) | _RF_RS(0),         /* IE_LO10 */
228         0,                                                      /* IE_LD */
229         0,                                                      /* IE_LDX */
230         0,                                                      /* IE_ADD */
231         _RF_S|_RF_A|    _RF_O|  _RF_SZ(32) | _RF_RS(10),        /* LE_HIX22 */
232         _RF_S|_RF_A|    _RF_O|  _RF_SZ(32) | _RF_RS(0),         /* LE_LOX10 */
233         _RF_S|          _RF_I|  _RF_SZ(32) | _RF_RS(0),         /* DTPMOD32 */
234         _RF_S|          _RF_I|  _RF_SZ(64) | _RF_RS(0),         /* DTPMOD64 */
235         _RF_S|_RF_A|    _RF_D|  _RF_SZ(32) | _RF_RS(0),         /* DTPOFF32 */
236         _RF_S|_RF_A|    _RF_D|  _RF_SZ(64) | _RF_RS(0),         /* DTPOFF64 */
237         _RF_S|_RF_A|    _RF_O|  _RF_SZ(32) | _RF_RS(0),         /* TPOFF32 */
238         _RF_S|_RF_A|    _RF_O|  _RF_SZ(64) | _RF_RS(0)          /* TPOFF64 */
239 #endif
240 };
241
242 #if 0
243 static const char *const reloc_names[] = {
244         "NONE", "8", "16", "32", "DISP_8", "DISP_16", "DISP_32", "WDISP_30",
245         "WDISP_22", "HI22", "22", "13", "LO10", "GOT10", "GOT13", "GOT22",
246         "PC10", "PC22", "WPLT30", "COPY", "GLOB_DAT", "JMP_SLOT", "RELATIVE",
247         "UA_32", "PLT32", "HIPLT22", "LOPLT10", "LOPLT10", "PCPLT22",
248         "PCPLT32", "10", "11", "64", "OLO10", "HH22", "HM10", "LM22",
249         "PC_HH22", "PC_HM10", "PC_LM22", "WDISP16", "WDISP19", "GLOB_JMP",
250         "7", "5", "6", "DISP64", "PLT64", "HIX22", "LOX10", "H44", "M44",
251         "L44", "REGISTER", "UA64", "UA16", "GD_HI22", "GD_LO10", "GD_ADD",
252         "GD_CALL", "LDM_HI22", "LDMO10", "LDM_ADD", "LDM_CALL", "LDO_HIX22",
253         "LDO_LOX10", "LDO_ADD", "IE_HI22", "IE_LO10", "IE_LD", "IE_LDX",
254         "IE_ADD", "LE_HIX22", "LE_LOX10", "DTPMOD32", "DTPMOD64", "DTPOFF32",
255         "DTPOFF64", "TPOFF32", "TPOFF64"
256 };
257 #endif
258
259 #define RELOC_RESOLVE_SYMBOL(t)         ((reloc_target_flags[t] & _RF_S) != 0)
260 #define RELOC_PC_RELATIVE(t)            ((reloc_target_flags[t] & _RF_P) != 0)
261 #define RELOC_BASE_RELATIVE(t)          ((reloc_target_flags[t] & _RF_B) != 0)
262 #define RELOC_UNALIGNED(t)              ((reloc_target_flags[t] & _RF_U) != 0)
263 #define RELOC_USE_ADDEND(t)             ((reloc_target_flags[t] & _RF_A) != 0)
264 #define RELOC_BARE_SYMBOL(t)            ((reloc_target_flags[t] & _RF_X) != 0)
265 #define RELOC_USE_TLS_DOFF(t)           ((reloc_target_flags[t] & _RF_D) != 0)
266 #define RELOC_USE_TLS_OFF(t)            ((reloc_target_flags[t] & _RF_O) != 0)
267 #define RELOC_USE_TLS_ID(t)             ((reloc_target_flags[t] & _RF_I) != 0)
268 #define RELOC_TARGET_SIZE(t)            ((reloc_target_flags[t] >> 8) & 0xff)
269 #define RELOC_VALUE_RIGHTSHIFT(t)       (reloc_target_flags[t] & 0xff)
270
271 static const long reloc_target_bitmask[] = {
272 #define _BM(x)  (~(-(1ULL << (x))))
273         0,                              /* NONE */
274         _BM(8), _BM(16), _BM(32),       /* 8, 16, 32 */
275         _BM(8), _BM(16), _BM(32),       /* DISP8, DISP16, DISP32 */
276         _BM(30), _BM(22),               /* WDISP30, WDISP22 */
277         _BM(22), _BM(22),               /* HI22, 22 */
278         _BM(13), _BM(10),               /* 13, LO10 */
279         _BM(10), _BM(13), _BM(22),      /* GOT10, GOT13, GOT22 */
280         _BM(10), _BM(22),               /* PC10, PC22 */
281         _BM(30), 0,                     /* WPLT30, COPY */
282         _BM(32), _BM(32), _BM(32),      /* GLOB_DAT, JMP_SLOT, RELATIVE */
283         _BM(32), _BM(32),               /* UA32, PLT32 */
284         _BM(22), _BM(10),               /* HIPLT22, LOPLT10 */
285         _BM(32), _BM(22), _BM(10),      /* PCPLT32, PCPLT22, PCPLT10 */
286         _BM(10), _BM(11), -1,           /* 10, 11, 64 */
287         _BM(13), _BM(22),               /* OLO10, HH22 */
288         _BM(10), _BM(22),               /* HM10, LM22 */
289         _BM(22), _BM(10), _BM(22),      /* PC_HH22, PC_HM10, PC_LM22 */
290         _BM(16), _BM(19),               /* WDISP16, WDISP19 */
291         -1,                             /* GLOB_JMP */
292         _BM(7), _BM(5), _BM(6),         /* 7, 5, 6 */
293         -1, -1,                         /* DISP64, PLT64 */
294         _BM(22), _BM(13),               /* HIX22, LOX10 */
295         _BM(22), _BM(10), _BM(13),      /* H44, M44, L44 */
296         -1, -1, _BM(16),                /* REGISTER, UA64, UA16 */
297 #if 0
298         _BM(22), _BM(10), 0, _BM(30),   /* GD_HI22, GD_LO10, GD_ADD, GD_CALL */
299         _BM(22), _BM(10), 0,            /* LDM_HI22, LDMO10, LDM_ADD */
300         _BM(30),                        /* LDM_CALL */
301         _BM(22), _BM(10), 0,            /* LDO_HIX22, LDO_LOX10, LDO_ADD */
302         _BM(22), _BM(10), 0, 0,         /* IE_HI22, IE_LO10, IE_LD, IE_LDX */
303         0,                              /* IE_ADD */
304         _BM(22), _BM(13),               /* LE_HIX22, LE_LOX10 */
305         _BM(32), -1,                    /* DTPMOD32, DTPMOD64 */
306         _BM(32), -1,                    /* DTPOFF32, DTPOFF64 */
307         _BM(32), -1                     /* TPOFF32, TPOFF64 */
308 #endif
309 #undef _BM
310 };
311 #define RELOC_VALUE_BITMASK(t)  (reloc_target_bitmask[t])
312
313 bool
314 elf_is_ifunc_reloc(Elf_Size r_info __unused)
315 {
316
317         return (false);
318 }
319
320 int
321 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data,
322     int type, elf_lookup_fn lookup __unused)
323 {
324         const Elf_Rela *rela;
325         Elf_Addr *where;
326
327         if (type != ELF_RELOC_RELA)
328                 return (-1);
329
330         rela = (const Elf_Rela *)data;
331         if (ELF64_R_TYPE_ID(rela->r_info) != R_SPARC_RELATIVE)
332                 return (-1);
333
334         where = (Elf_Addr *)(relocbase + rela->r_offset);
335         *where = elf_relocaddr(lf, rela->r_addend + relocbase);
336
337         return (0);
338 }
339
340 /* Process one elf relocation with addend. */
341 int
342 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type,
343     elf_lookup_fn lookup)
344 {
345         const Elf_Rela *rela;
346         Elf_Word *where32;
347         Elf_Addr *where;
348         Elf_Size rtype, symidx;
349         Elf_Addr value;
350         Elf_Addr mask;
351         Elf_Addr addr;
352         int error;
353
354         if (type != ELF_RELOC_RELA)
355                 return (-1);
356
357         rela = (const Elf_Rela *)data;
358         where = (Elf_Addr *)(relocbase + rela->r_offset);
359         where32 = (Elf_Word *)where;
360         rtype = ELF64_R_TYPE_ID(rela->r_info);
361         symidx = ELF_R_SYM(rela->r_info);
362
363         if (rtype == R_SPARC_NONE || rtype == R_SPARC_RELATIVE)
364                 return (0);
365
366         if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY ||
367             rtype >= nitems(reloc_target_bitmask)) {
368                 printf("kldload: unexpected relocation type %ld\n", rtype);
369                 return (-1);
370         }
371
372         if (RELOC_UNALIGNED(rtype)) {
373                 printf("kldload: unaligned relocation type %ld\n", rtype);
374                 return (-1);
375         }
376
377         value = rela->r_addend;
378
379         if (RELOC_RESOLVE_SYMBOL(rtype)) {
380                 error = lookup(lf, symidx, 1, &addr);
381                 if (error != 0)
382                         return (-1);
383                 value += addr;
384                 if (RELOC_BARE_SYMBOL(rtype))
385                         value = elf_relocaddr(lf, value);
386         }
387
388         if (rtype == R_SPARC_OLO10)
389                 value = (value & 0x3ff) + ELF64_R_TYPE_DATA(rela->r_info);
390
391         if (rtype == R_SPARC_HIX22)
392                 value ^= 0xffffffffffffffff;
393
394         if (RELOC_PC_RELATIVE(rtype))
395                 value -= (Elf_Addr)where;
396
397         if (RELOC_BASE_RELATIVE(rtype))
398                 value = elf_relocaddr(lf, value + relocbase);
399
400         mask = RELOC_VALUE_BITMASK(rtype);
401         value >>= RELOC_VALUE_RIGHTSHIFT(rtype);
402         value &= mask;
403
404         if (rtype == R_SPARC_LOX10)
405                 value |= 0x1c00;
406
407         if (RELOC_TARGET_SIZE(rtype) > 32) {
408                 *where &= ~mask;
409                 *where |= value;
410         } else {
411                 *where32 &= ~mask;
412                 *where32 |= value;
413         }
414
415         return (0);
416 }
417
418 int
419 elf_cpu_load_file(linker_file_t lf __unused)
420 {
421
422         return (0);
423 }
424
425 int
426 elf_cpu_unload_file(linker_file_t lf __unused)
427 {
428
429         return (0);
430 }