Searched refs:NUM_ELEM (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dscore-dis.c44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
65 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
H A Darm-dis.c43 #ifndef NUM_ELEM
44 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
1489 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c71 #ifndef NUM_ELEM
72 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro
501 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
H A Delf32-score.c200 #ifndef NUM_ELEM
201 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) macro
2183 if (r_type >= NUM_ELEM (elf32_score_howto_table))
3695 for (i = 0; i < NUM_ELEM (elf32_score_reloc_map); i++)
H A Delf32-arm.c29 #ifndef NUM_ELEM
30 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) macro
1667 if (r_type < NUM_ELEM (elf32_arm_howto_table_1))
1671 && r_type < R_ARM_RREL32 + NUM_ELEM (elf32_arm_howto_table_2))
1780 for (i = 0; i < NUM_ELEM (elf32_arm_reloc_map); i ++)
10358 htab->plt_entry_size = 4 * NUM_ELEM (elf32_arm_symbian_plt_entry);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c294 #define NUM_ELEM(array) (sizeof (array) / sizeof ((array)[0]))
5574 for (cnt = 0; cnt < NUM_ELEM (opts); ++cnt)
9580 for (i = NUM_ELEM (version_info); i--;)
9583 for (i = NUM_ELEM (dynamic_info); i--;)
292 #define NUM_ELEM macro

Completed in 246 milliseconds