Home | History | Annotate | Download | only in config

Lines Matching defs:code

1 /* tc-moxie.c -- Assemble code for moxie
171 /* Find the op code end. */
759 bfd_reloc_code_real_type code;
764 code = fixP->fx_r_type;
767 code = fixP->fx_r_type;
792 other offset than the assembly code shows; and since the symbol is
803 howto, and does not execute the code that needs to be undone. */
812 relP->howto = bfd_reloc_type_lookup (stdoutput, code);
820 as_fatal (_("Cannot generate relocation type for symbol %s, code %s"),
821 name, bfd_get_reloc_code_name (code));