Searched refs:TABLE_SIZE (Results 1 – 5 of 5) sorted by relevance
27 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
28 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro1715 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);1739 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
260 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro2174 if (r_type < TABLE_SIZE (howto_table_ext)) in NAME()2245 if (howto_idx < TABLE_SIZE (howto_table_std)) in NAME()4013 if (howto_idx < TABLE_SIZE (howto_table_std)) in aout_link_input_section_std()4346 if (r_type >= TABLE_SIZE (howto_table_ext)) in aout_link_input_section_ext()
251 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0])) macro3287 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11)); in pdp11_aout_link_input_section()
1495 (TABLE_SIZE): New macro.