Home
last modified time | relevance | path

Searched refs:howto_iprmed (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-i960.c256 static reloc_howto_type howto_iprmed = variable
277 return &howto_iprmed; in coff_i960_reloc_type_lookup()
289 if (strcasecmp (howto_iprmed.name, r_name) == 0) in coff_i960_reloc_name_lookup()
290 return &howto_iprmed; in coff_i960_reloc_name_lookup()
302 case 25: howto_ptr = &howto_iprmed; break; \
411 case 25: howto = &howto_iprmed; break; in coff_i960_relocate_section()
DChangeLog-94955703 (howto_rellong, howto_iprmed): Use it as special_function.
5756 * coff-i960.c (howto_rellong, howto_iprmed, howto_optcall): Use
DChangeLog-91935674 (howto_rellong, howto_iprmed, howto_optcall): New vars;