Lines Matching refs:howto
47 #define SELECT_RELOC(x,howto) \ argument
48 { x.r_type = select_reloc(howto); }
62 select_reloc (reloc_howto_type *howto) in select_reloc() argument
64 return howto->type ; in select_reloc()
73 internal->howto = howto_table + dst->r_type - 1; in rtype2howto()
127 switch (reloc->howto->type) in w65_reloc16_estimate()
142 reloc->howto = reloc->howto + 1; in w65_reloc16_estimate()
169 reloc->howto = reloc->howto + 1; in w65_reloc16_estimate()
191 reloc->howto = reloc->howto + 1; in w65_reloc16_estimate()
226 switch (reloc->howto->type) in w65_reloc16_extra_cases()
317 reloc->howto->name, reloc->addend, input_section->owner, in w65_reloc16_extra_cases()
342 reloc->howto->name, reloc->addend, input_section->owner, in w65_reloc16_extra_cases()
354 printf (_("ignoring reloc %s\n"), reloc->howto->name); in w65_reloc16_extra_cases()