Home
last modified time | relevance | path

Searched refs:TC_GENERIC_RELAX_TABLE (Results 1 – 25 of 29) sorted by relevance

12

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10200.h45 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-fr30.h56 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-or1k.h58 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-cr16.h42 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-crx.h43 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-mcore.h41 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-vax.h58 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-xgate.h73 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-v850.h67 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-m68hc11.h73 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-epiphany.h94 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-i960.h178 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-ns32k.h66 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-m32r.h53 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-mn10300.h106 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-cris.h69 #define TC_GENERIC_RELAX_TABLE md_cris_relax_table macro
Dtc-microblaze.h59 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-m68k.h154 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-arc.h232 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-mmix.h118 #define TC_GENERIC_RELAX_TABLE mmix_relax_table macro
Dtc-sh.h107 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-i386.h193 #define TC_GENERIC_RELAX_TABLE md_relax_table macro
Dtc-cris.c529 const relax_typeS *table = TC_GENERIC_RELAX_TABLE; in cris_relax_frag()
/toolchain/binutils/binutils-2.27/gas/
Dwrite.c2232 #ifdef TC_GENERIC_RELAX_TABLE
2251 table = TC_GENERIC_RELAX_TABLE; in relax_frag()
2773 #ifdef TC_GENERIC_RELAX_TABLE in relax_segment()
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi560 assumed to be an index into @code{TC_GENERIC_RELAX_TABLE} for the generic
1217 @item TC_GENERIC_RELAX_TABLE
1218 @cindex TC_GENERIC_RELAX_TABLE
1220 @code{TC_GENERIC_RELAX_TABLE} as a table of @code{relax_typeS} structures. The
1714 @code{TC_GENERIC_RELAX_TABLE}, GAS will relax @code{rs_machine_dependent} frags

12