Searched refs:reloc_howto (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-s390.c | 1057 reloc_howto_type *reloc_howto; local 1125 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) 1127 size = bfd_get_reloc_size (reloc_howto); 1130 reloc_howto->name, nbytes); 1504 reloc_howto_type *reloc_howto; local 1508 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); 1509 if (!reloc_howto) 1512 size = bfd_get_reloc_size (reloc_howto); 1519 size, &fixups[i].exp, reloc_howto->pc_relative, 1737 reloc_howto_type *reloc_howto = local [all …]
|
| HD | tc-cr16.c | 2330 reloc_howto_type *reloc_howto; in print_insn() local 2333 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn() 2335 if (!reloc_howto) in print_insn() 2338 size = bfd_get_reloc_size (reloc_howto); in print_insn() 2344 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
|
| HD | tc-ppc.c | 1760 reloc_howto_type *reloc_howto; in ppc_elf_cons() local 1763 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in ppc_elf_cons() 1764 size = bfd_get_reloc_size (reloc_howto); in ppc_elf_cons() 1769 reloc_howto->name, nbytes); in ppc_elf_cons() 2721 reloc_howto_type *reloc_howto; in md_assemble() local 2726 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble() 2727 if (!reloc_howto) in md_assemble() 2730 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 2740 reloc_howto->pc_relative, in md_assemble()
|
| HD | tc-alpha.c | 1634 reloc_howto_type *reloc_howto in emit_insn() local 1636 assert (reloc_howto); in emit_insn() 1638 size = bfd_get_reloc_size (reloc_howto); in emit_insn() 1641 pcrel = reloc_howto->pc_relative; in emit_insn() 1969 reloc_howto_type *reloc_howto in assemble_insn() local 1971 if (reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
|
| /trueos/contrib/binutils/bfd/ |
| HD | aout-arm.c | 96 MY (reloc_howto) (bfd *abfd, in MY() argument 138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
| HD | ChangeLog-9495 | 3178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
|