Home
last modified time | relevance | path

Searched refs:NUM_HOWTOS (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-i386.c343 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0])) macro
353 ((dst)->r_type < NUM_HOWTOS \
391 if (ptr && reloc.r_type < NUM_HOWTOS \
444 if (rel->r_type >= NUM_HOWTOS) in coff_i386_rtype_to_howto()
580 for (i = 0; i < NUM_HOWTOS; i++) in coff_i386_reloc_name_lookup()
Dcoff-x86_64.c451 #define NUM_HOWTOS ARRAY_SIZE (howto_table) macro
461 ((dst)->r_type < NUM_HOWTOS) \
501 if (ptr && reloc.r_type < NUM_HOWTOS \
552 if (rel->r_type >= NUM_HOWTOS) in coff_amd64_rtype_to_howto()
695 for (i = 0; i < NUM_HOWTOS; i++) in coff_amd64_reloc_name_lookup()
Dpe-mips.c342 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0])) macro
384 if (ptr && reloc.r_type < NUM_HOWTOS \
515 for (i = 0; i < NUM_HOWTOS; i++) in coff_mips_reloc_name_lookup()
DChangeLog270 * pe-mips.c (NUM_HOWTOS): Typo fix.
285 * coff-i386.c (NUM_HOWTOS): New define.
290 * coff-x86_64.c (NUM_HOWTOS): New define.
306 * pe-mips.c (NUM_HOWTOS): New define.