Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-opc.c27 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
Dm68hc11-opc.c28 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro
1715 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);
1739 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h260 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2174 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()
Dpdp11.c251 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0])) macro
3287 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11)); in pdp11_aout_link_input_section()
DChangeLog-91931495 (TABLE_SIZE): New macro.