Searched refs:r_imm32 (Results 1 – 6 of 6) sorted by relevance
32 static reloc_howto_type r_imm32 = variable96 internal->howto = &r_imm32; in rtype2howto()118 case BFD_RELOC_32: return & r_imm32; in coff_z80_reloc_type_lookup()136 if (strcasecmp (r_imm32.name, r_name) == 0) in coff_z80_reloc_name_lookup()137 return &r_imm32; in coff_z80_reloc_name_lookup()
33 static reloc_howto_type r_imm32 = variable109 internal->howto = &r_imm32; in rtype2howto()127 case BFD_RELOC_32: return & r_imm32; in coff_z8k_reloc_type_lookup()146 if (strcasecmp (r_imm32.name, r_name) == 0) in coff_z8k_reloc_name_lookup()147 return &r_imm32; in coff_z8k_reloc_name_lookup()
46 static reloc_howto_type r_imm32 = variable110 internal->howto = &r_imm32; in rtype2howto()
3 * coff-z80.c (r_imm32): Fix copy-paste bug that caused z80-objdump to
2915 * coff-sh.c (r_imm32): Get the width of the reloc right.
2503 (r_imm32): Remove.