HomeSort by: relevance | last modified time | path
    Searched defs:howto_table_std (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 159 ? howto_table_ext : howto_table_std) \
188 #define howto_table_std NAME (aout, std_howto_table) macro
225 reloc_howto_type howto_table_std[] = variable
277 #define STD(i, j) case i: return & howto_table_std [j]
343 howto_table = howto_table_std;
344 size = sizeof (howto_table_std) / sizeof (howto_table_std[0]);
2254 if (howto_idx < TABLE_SIZE (howto_table_std))
2256 cache_ptr->howto = howto_table_std + howto_idx;
4040 if (howto_idx < TABLE_SIZE (howto_table_std))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 159 ? howto_table_ext : howto_table_std) \
188 #define howto_table_std NAME (aout, std_howto_table) macro
225 reloc_howto_type howto_table_std[] = variable
277 #define STD(i, j) case i: return & howto_table_std [j]
343 howto_table = howto_table_std;
344 size = sizeof (howto_table_std) / sizeof (howto_table_std[0]);
2254 if (howto_idx < TABLE_SIZE (howto_table_std))
2256 cache_ptr->howto = howto_table_std + howto_idx;
4040 if (howto_idx < TABLE_SIZE (howto_table_std))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 159 ? howto_table_ext : howto_table_std) \
188 #define howto_table_std NAME (aout, std_howto_table) macro
225 reloc_howto_type howto_table_std[] = variable
277 #define STD(i, j) case i: return & howto_table_std [j]
343 howto_table = howto_table_std;
344 size = sizeof (howto_table_std) / sizeof (howto_table_std[0]);
2254 if (howto_idx < TABLE_SIZE (howto_table_std))
2256 cache_ptr->howto = howto_table_std + howto_idx;
4047 if (howto_idx < TABLE_SIZE (howto_table_std))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
aoutx.h 159 ? howto_table_ext : howto_table_std) \
188 #define howto_table_std NAME (aout, std_howto_table) macro
225 reloc_howto_type howto_table_std[] = variable
277 #define STD(i, j) case i: return & howto_table_std [j]
343 howto_table = howto_table_std;
344 size = sizeof (howto_table_std) / sizeof (howto_table_std[0]);
2262 if (howto_idx < TABLE_SIZE (howto_table_std))
2264 cache_ptr->howto = howto_table_std + howto_idx;
4055 if (howto_idx < TABLE_SIZE (howto_table_std))
    [all...]

Completed in 36 milliseconds