Lines Matching refs:reloc
141 relocation to the reloc entry rather than the raw data.
142 Modify the reloc inplace to reflect what we now know. */
216 bfd/reloc.c) to map to the howto table entries. */
278 (*_bfd_error_handler) (_("Unrecognized reloc type 0x%x"),
283 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
284 tic54x_reloc_processing(RELENT,RELOC,SYMS,ABFD,SECT)
350 struct internal_reloc *reloc,
357 relent->address = reloc->r_vaddr;
359 if (reloc->r_symndx != -1)
361 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
365 abfd, reloc->r_symndx);
372 + obj_convert (abfd)[reloc->r_symndx]);
389 /* Calculate any reloc addend by looking at the symbol. */
390 CALC_ADDEND (abfd, ptr, *reloc, relent);
395 /* Fill in the relent->howto field from reloc->r_type. */
396 tic54x_lookup_howto (relent, reloc);