HomeSort by relevance Sort by last modified time
    Searched refs:NUM_ELEM (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-mcore.c 34 #ifndef NUM_ELEM
35 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0])
312 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
elf32-mcore.c 270 #ifndef NUM_ELEM
271 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
281 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;)
287 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table));
elf32-microblaze.c 501 #ifndef NUM_ELEM
502 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
513 for (i = NUM_ELEM (microblaze_elf_howto_raw); i--;)
519 BFD_ASSERT (type < NUM_ELEM (microblaze_elf_howto_table));
633 for (i = 0; i < NUM_ELEM (microblaze_elf_howto_raw); i++)
    [all...]
coff-arm.c 70 #ifndef NUM_ELEM
71 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0]))
500 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
score-dis.c 488 #ifndef NUM_ELEM
489 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
509 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
    [all...]
score7-dis.c 44 #ifndef NUM_ELEM
45 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
536 #define NUM_SCORE_REGNAMES NUM_ELEM (regnames)
    [all...]
arm-dis.c 43 #ifndef NUM_ELEM
44 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0])
    [all...]

Completed in 421 milliseconds