Lines Matching refs:rinfo
221 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_x86_64_swap_reloc_out() argument
223 rinfo->r_address = rel->address; in bfd_mach_o_x86_64_swap_reloc_out()
224 rinfo->r_scattered = 0; in bfd_mach_o_x86_64_swap_reloc_out()
228 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
229 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
230 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
233 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
234 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
235 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
238 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
239 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
240 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
243 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_1; in bfd_mach_o_x86_64_swap_reloc_out()
244 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
245 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
248 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_2; in bfd_mach_o_x86_64_swap_reloc_out()
249 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
250 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
253 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_4; in bfd_mach_o_x86_64_swap_reloc_out()
254 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
255 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
258 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_BRANCH; in bfd_mach_o_x86_64_swap_reloc_out()
259 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
260 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
263 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR; in bfd_mach_o_x86_64_swap_reloc_out()
264 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
265 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
268 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR; in bfd_mach_o_x86_64_swap_reloc_out()
269 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
270 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
273 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_GOT; in bfd_mach_o_x86_64_swap_reloc_out()
274 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
275 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
278 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_GOT_LOAD; in bfd_mach_o_x86_64_swap_reloc_out()
279 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
280 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
287 rinfo->r_extern = 0; in bfd_mach_o_x86_64_swap_reloc_out()
288 rinfo->r_value = in bfd_mach_o_x86_64_swap_reloc_out()
293 rinfo->r_extern = 1; in bfd_mach_o_x86_64_swap_reloc_out()
294 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i; in bfd_mach_o_x86_64_swap_reloc_out()