Searched refs:fx_r_type (Results 126 - 137 of 137) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10200.c1254 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1259 (int) fixp->fx_r_type);
H A Dtc-h8300.c2235 if (fix_ptr->fx_r_type == TC_CONS_RELOC)
2256 intr->r_type = fix_ptr->fx_r_type;
2308 r_type = fixp->fx_r_type;
H A Dtc-m68k.c856 switch (fixP->fx_r_type)
913 if (fixp->fx_r_type != BFD_RELOC_NONE)
915 code = fixp->fx_r_type;
4420 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
4429 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
4430 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
4487 || fixP->fx_r_type == BFD_RELOC_8_PCREL
H A Dtc-ia64.c6401 fix->fx_plt = (fix->fx_r_type == BFD_RELOC_IA64_PLTOFF22);
10211 switch (fix->fx_r_type)
10232 switch (fix->fx_r_type)
10584 switch (fix->fx_r_type)
10678 switch (fix->fx_r_type)
10681 fix->fx_r_type = BFD_RELOC_IA64_PCREL32MSB;
10685 fix->fx_r_type = BFD_RELOC_IA64_PCREL32LSB;
10689 fix->fx_r_type = BFD_RELOC_IA64_PCREL64MSB;
10693 fix->fx_r_type = BFD_RELOC_IA64_PCREL64LSB;
10702 switch (fix->fx_r_type)
[all...]
H A Dtc-tic54x.c5506 bfd_reloc_code_real_type code = fixP->fx_r_type;
5578 switch (fixP->fx_r_type)
5581 as_fatal ("Bad relocation type: 0x%02x", fixP->fx_r_type);
5644 return (fixP->fx_r_type);
H A Dobj-coff.c1908 if (fixup_ptr->fx_r_type == RELOC_CONSTH)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mn10200.c813 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
818 (int) fixp->fx_r_type);
H A Dtc-m68k.c931 switch (fixP->fx_r_type)
984 if (fixp->fx_r_type != BFD_RELOC_NONE)
986 code = fixp->fx_r_type;
4547 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
4555 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
4556 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
4611 || fixP->fx_r_type == BFD_RELOC_8_PCREL)
H A Dtc-maxq.c237 switch (fixp->fx_r_type)
242 code = fixp->fx_r_type;
569 fixP->fx_frag->fr_subtype = fixP->fx_r_type;
H A Dtc-ia64.c7069 fix->fx_plt = (fix->fx_r_type == BFD_RELOC_IA64_PLTOFF22);
11076 switch (fix->fx_r_type)
11097 switch (fix->fx_r_type)
11499 switch (fix->fx_r_type)
11593 switch (fix->fx_r_type)
11607 fix->fx_r_type = ia64_gen_real_reloc_type (pseudo_func[FUNC_PC_RELATIVE].u.sym,
11608 fix->fx_r_type);
11614 switch (fix->fx_r_type)
11671 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
11677 bfd_get_reloc_code_name (fixp->fx_r_type));
[all...]
H A Dtc-tic54x.c5420 bfd_reloc_code_real_type code = fixP->fx_r_type;
5492 switch (fixP->fx_r_type)
5495 as_fatal ("Bad relocation type: 0x%02x", fixP->fx_r_type);
H A Dtc-h8300.c2188 r_type = fixp->fx_r_type;

Completed in 376 milliseconds

123456