Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc

156   bfd_mach_o_reloc_info reloc;
167 bfd_mach_o_swap_in_non_scattered_reloc (abfd, &reloc, raw->r_symbolnum);
169 if (reloc.r_type == BFD_MACH_O_ARM64_RELOC_ADDEND)
171 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
174 res->addend = reloc.r_value;
181 if (!bfd_mach_o_canonicalize_non_scattered_reloc (abfd, &reloc, res, syms))
184 switch (reloc.r_type)
187 switch ((reloc.r_length << 1) | reloc.r_pcrel)
215 if (reloc.r_pcrel)
217 switch (reloc.r_length)
230 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
237 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
244 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
251 if (reloc.r_length == 2 && reloc.r_pcrel == 1)
258 if (reloc.r_length == 2 && reloc.r_pcrel == 0)
265 if (reloc.r_length == 2 && reloc.r_pcrel == 1)