• Home
  • Raw
  • Download

Lines Matching refs:howto

251 #define SELECT_RELOC(x,howto) \  argument
252 { x.r_type = select_reloc (howto); }
267 select_reloc (reloc_howto_type *howto) in select_reloc() argument
269 return howto->type; in select_reloc()
280 internal->howto = howto_table + 0; in rtype2howto()
283 internal->howto = howto_table + 1; in rtype2howto()
286 internal->howto = howto_table + 2; in rtype2howto()
289 internal->howto = howto_table + 3; in rtype2howto()
292 internal->howto = howto_table + 4; in rtype2howto()
295 internal->howto = howto_table + 5; in rtype2howto()
298 internal->howto = howto_table + 6; in rtype2howto()
301 internal->howto = howto_table + 7; in rtype2howto()
304 internal->howto = howto_table + 8; in rtype2howto()
307 internal->howto = howto_table + 9; in rtype2howto()
310 internal->howto = howto_table + 10; in rtype2howto()
313 internal->howto = howto_table + 11; in rtype2howto()
316 internal->howto = howto_table + 12; in rtype2howto()
319 internal->howto = howto_table + 13; in rtype2howto()
322 internal->howto = howto_table + 14; in rtype2howto()
325 internal->howto = howto_table + 15; in rtype2howto()
328 internal->howto = howto_table + 16; in rtype2howto()
331 internal->howto = howto_table + 17; in rtype2howto()
334 internal->howto = howto_table + 18; in rtype2howto()
337 internal->howto = howto_table + 19; in rtype2howto()
423 switch (reloc->howto->type) in h8300_reloc16_estimate()
437 dot += (reloc->howto->type == R_JMP1 ? 1 : 2); in h8300_reloc16_estimate()
485 && last_reloc->howto->type == R_PCRBYTE) in h8300_reloc16_estimate()
495 reloc->howto = howto_table + 19; in h8300_reloc16_estimate()
496 last_reloc->howto = howto_table + 18; in h8300_reloc16_estimate()
506 reloc->howto = reloc->howto + 1; in h8300_reloc16_estimate()
534 reloc->howto = howto_table + 15; in h8300_reloc16_estimate()
554 reloc->howto = reloc->howto + 1; in h8300_reloc16_estimate()
573 reloc->howto = reloc->howto + 1; in h8300_reloc16_estimate()
598 reloc->howto = howto_table + 17; in h8300_reloc16_estimate()
635 switch (reloc->howto->type) in h8300_reloc16_extra_cases()
654 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
686 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
776 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
800 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
847 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
1047 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
1130 reloc->howto->name, reloc->addend, input_section->owner, in h8300_reloc16_extra_cases()
1323 if (reloc->howto->type == R_MEM_INDIRECT in h8300_bfd_link_add_symbols()