Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc

55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
85 relocation to the reloc entry rather than the raw data.
86 Modify the reloc inplace to reflect what we now know. */
118 bfd/reloc.c) to map to the howto table entries. */
183 (*_bfd_error_handler) (_("Unrecognized reloc type 0x%x"),
212 struct internal_reloc *reloc,
219 relent->address = reloc->r_vaddr;
221 if (reloc->r_symndx != -1)
223 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
227 bfd_get_filename (abfd), reloc->r_symndx);
234 + obj_convert (abfd)[reloc->r_symndx]);
251 /* Calculate any reloc addend by looking at the symbol. */
252 CALC_ADDEND (abfd, ptr, *reloc, relent);
257 /* Fill in the relent->howto field from reloc->r_type. */
258 tic4x_lookup_howto (relent, reloc);