Lines Matching refs:rinfo
228 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
230 rinfo->r_address = rel->address; in bfd_mach_o_x86_64_swap_reloc_out()
231 rinfo->r_scattered = 0; in bfd_mach_o_x86_64_swap_reloc_out()
235 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
236 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
237 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
240 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
241 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
242 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
245 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
246 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
247 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
250 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_1; in bfd_mach_o_x86_64_swap_reloc_out()
251 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
252 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
255 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_2; in bfd_mach_o_x86_64_swap_reloc_out()
256 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
257 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
260 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_4; in bfd_mach_o_x86_64_swap_reloc_out()
261 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
262 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
265 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_BRANCH; in bfd_mach_o_x86_64_swap_reloc_out()
266 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
267 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
270 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR; in bfd_mach_o_x86_64_swap_reloc_out()
271 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
272 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
275 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR; in bfd_mach_o_x86_64_swap_reloc_out()
276 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
277 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
280 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_GOT; in bfd_mach_o_x86_64_swap_reloc_out()
281 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
282 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
285 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_GOT_LOAD; in bfd_mach_o_x86_64_swap_reloc_out()
286 rinfo->r_pcrel = 1; in bfd_mach_o_x86_64_swap_reloc_out()
287 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
294 rinfo->r_extern = 0; in bfd_mach_o_x86_64_swap_reloc_out()
295 rinfo->r_value = in bfd_mach_o_x86_64_swap_reloc_out()
300 rinfo->r_extern = 1; in bfd_mach_o_x86_64_swap_reloc_out()
301 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i; in bfd_mach_o_x86_64_swap_reloc_out()