Searched refs:TABLE_SIZE (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm68hc11-opc.c26 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);
1082 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h276 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2375 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
4946 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
5270 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
H A Dpdp11.c401 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0])) macro
4575 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));

Completed in 188 milliseconds