Home
last modified time | relevance | path

Searched refs:NUM_ELEM (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-mcore.c269 #ifndef NUM_ELEM
270 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
279 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;) in mcore_elf_howto_init()
285 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table)); in mcore_elf_howto_init()
Dcoff-mcore.c34 #ifndef NUM_ELEM
35 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) macro
276 #define NUM_HOWTOS NUM_ELEM (mcore_coff_howto_table)
Delf32-microblaze.c501 #ifndef NUM_ELEM
502 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
512 for (i = NUM_ELEM (microblaze_elf_howto_raw); i--;) in microblaze_elf_howto_init()
518 BFD_ASSERT (type < NUM_ELEM (microblaze_elf_howto_table)); in microblaze_elf_howto_init()
631 for (i = 0; i < NUM_ELEM (microblaze_elf_howto_raw); i++) in microblaze_elf_reloc_name_lookup()
Dcoff-arm.c70 #ifndef NUM_ELEM
71 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro
500 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
DChangeLog-989926 * coff-arm.c (NUM_ELEM): New macro.
2293 * elfarm-oabi.c (NUM_ELEM): New macro: Compute the number of
2309 * elfarm-nabi.c (NUM_ELEM): New macro: Compute the number of
/toolchain/binutils/binutils-2.27/opcodes/
Dscore7-dis.c44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
536 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
Dscore-dis.c487 #ifndef NUM_ELEM
488 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
508 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
Darm-dis.c44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro
3211 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
DChangeLog-00012177 * arm-dis.c (NUM_ELEM): Define this macro if not already
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2007383 * readelf.c (NUM_ELEM): Remove redundant macro; replace references