/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020402-1.c | 7 #define NUM_ELEM 4 macro 11 int listElem[NUM_ELEM]={30,2,10,5}; in main() 24 for (i=SMALL_N; i<NUM_ELEM; i++) { in main()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfarm-oabi.c | 36 #ifndef NUM_ELEM 37 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro 361 for (i = NUM_ELEM (elf32_arm_howto_table); i--;) 416 for (i = NUM_ELEM (elf32_arm_reloc_map); i--;)
|
H A D | elfarm-nabi.c | 26 #ifndef NUM_ELEM 27 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) macro 617 if (r_type >= NUM_ELEM (elf32_arm_howto_table)) 676 for (i = 0; i < NUM_ELEM (elf32_arm_reloc_map); i ++)
|
H A D | elf32-mcore.c | 222 #ifndef NUM_ELEM 223 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro 232 for (i = NUM_ELEM (mcore_elf_howto_raw); i--;) in mcore_elf_howto_init() 238 BFD_ASSERT (type < NUM_ELEM (mcore_elf_howto_table)); in mcore_elf_howto_init()
|
H A D | coff-mcore.c | 34 #ifndef NUM_ELEM 35 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) macro 335 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
|
H A D | coff-arm.c | 73 #ifndef NUM_ELEM 74 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro 555 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
|
H A D | ChangeLog-9899 | 26 * 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
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-mcore.c | 269 #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()
|
H A D | coff-mcore.c | 35 #ifndef NUM_ELEM 36 #define NUM_ELEM(A) (sizeof (A) / sizeof (A)[0]) macro 303 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
|
H A D | coff-arm.c | 71 #ifndef NUM_ELEM 72 #define NUM_ELEM(a) ((sizeof (a)) / sizeof ((a)[0])) macro 502 #define NUM_RELOCS NUM_ELEM (aoutarm_std_reloc_howto)
|
H A D | elf32-arm.c | 29 #ifndef NUM_ELEM 30 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) macro 1295 if (r_type < NUM_ELEM (elf32_arm_howto_table_1)) in elf32_arm_howto_from_type() 1299 && r_type < R_ARM_MOVW_BREL_NC + NUM_ELEM (elf32_arm_howto_table_2)) in elf32_arm_howto_from_type() 1303 && r_type < R_ARM_RREL32 + NUM_ELEM (elf32_arm_howto_table_2)) in elf32_arm_howto_from_type() 1384 for (i = 0; i < NUM_ELEM (elf32_arm_reloc_map); i ++) in elf32_arm_reloc_type_lookup() 8300 htab->plt_entry_size = 4 * NUM_ELEM (elf32_arm_symbian_plt_entry); in elf32_arm_symbian_link_hash_table_create()
|
H A D | ChangeLog-9899 | 26 * 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
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | arm-dis.c | 45 #ifndef NUM_ELEM 46 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro 94 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
|
H A D | ChangeLog-0001 | 2177 * arm-dis.c (NUM_ELEM): Define this macro if not already
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | arm-dis.c | 42 #ifndef NUM_ELEM 43 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) macro 1121 #define NUM_ARM_REGNAMES NUM_ELEM (regnames)
|
H A D | ChangeLog-0001 | 2177 * arm-dis.c (NUM_ELEM): Define this macro if not already
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 233 #define NUM_ELEM(array) (sizeof (array) / sizeof ((array)[0])) macro 4272 for (cnt = 0; cnt < NUM_ELEM (opts); ++cnt) in dynamic_segment_mips_val() 9393 for (i = NUM_ELEM (debug_displays); i--;) in display_debug_section() 10299 for (i = NUM_ELEM (version_info); i--;) in process_object() 10302 for (i = NUM_ELEM (dynamic_info); i--;) in process_object()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 257 #define NUM_ELEM(array) (sizeof (array) / sizeof ((array)[0])) macro 5810 for (cnt = 0; cnt < NUM_ELEM (opts); ++cnt) in dynamic_section_mips_val() 9557 for (i = NUM_ELEM (version_info); i--;) in process_object() 9560 for (i = NUM_ELEM (dynamic_info); i--;) in process_object()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.4 | 10641 (NUM_ELEM): Remove macro. 10642 (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
|