Lines Matching defs:reloc

426   /* Now write out reloc info, followed by syms and strings */
478 /* Some reloc hackery. */
491 get_value (arelent *reloc,
496 asymbol *symbol = *(reloc->sym_ptr_ptr);
524 input_section->owner, input_section, reloc->address,
534 value += reloc->addend;
670 /* Allocate enough room for all the reloc entries, plus pointers to them all. */
780 The reloc entry addend has added to it the offset into the
781 file of the data, so subtract the base to make the reloc
857 /* Ouch! this reloc is out of order, insert into the right place. */
1078 /* Change the reloc type from 32bitcode possible 24, to 24bit
1122 /* Change the reloc so that it knows how far to align to. */
1126 know how big the reloc used to be. */
1182 /* An alignment reloc. */
1186 /* A 32bit reloc in an addressing mode. */
1253 arelent *reloc ;
1262 reloc = *parent;
1263 if (reloc)
1268 BFD_ASSERT (reloc->address >= src_address);
1269 run = reloc->address - src_address;
1280 if (reloc)
1282 switch (reloc->howto->type)
1285 calljx_callback (input_bfd, link_info, reloc,
1294 + get_value (reloc, link_info, input_section)),
1300 callj_callback (input_bfd, link_info, reloc, data,
1307 BFD_ASSERT (reloc->addend >= src_address);
1308 BFD_ASSERT ((bfd_vma) reloc->addend
1310 src_address = reloc->addend;
1311 dst_address = ((dst_address + reloc->howto->size)
1312 & ~reloc->howto->size);
1317 callj_callback (input_bfd, link_info, reloc, data,
1329 value = get_value (reloc, link_info, input_section);
1334 + reloc->addend)
1349 value = get_value (reloc, link_info, input_section);
1353 + reloc->addend