Searched refs:sh_coff_howtos (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-sh.c98 static reloc_howto_type sh_coff_howtos[] = variable
367 #define SH_COFF_HOWTO_COUNT (sizeof sh_coff_howtos / sizeof sh_coff_howtos[0])
426 howto = sh_coff_howtos + rel->r_type;
502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val];
515 for (i = 0; i < sizeof (sh_coff_howtos) / sizeof (sh_coff_howtos[0]); i++)
516 if (sh_coff_howtos[i].name != NULL
517 && strcasecmp (sh_coff_howtos[i].name, r_name) == 0)
518 return &sh_coff_howtos[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-sh.c98 static reloc_howto_type sh_coff_howtos[] = variable
367 #define SH_COFF_HOWTO_COUNT (sizeof sh_coff_howtos / sizeof sh_coff_howtos[0])
426 howto = sh_coff_howtos + rel->r_type;
502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val];
515 for (i = 0; i < sizeof (sh_coff_howtos) / sizeof (sh_coff_howtos[0]); i++)
516 if (sh_coff_howtos[i].name != NULL
517 && strcasecmp (sh_coff_howtos[i].name, r_name) == 0)
518 return &sh_coff_howtos[
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-sh.c98 static reloc_howto_type sh_coff_howtos[] = variable
367 #define SH_COFF_HOWTO_COUNT (sizeof sh_coff_howtos / sizeof sh_coff_howtos[0])
426 howto = sh_coff_howtos + rel->r_type;
502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val];
515 for (i = 0; i < sizeof (sh_coff_howtos) / sizeof (sh_coff_howtos[0]); i++)
516 if (sh_coff_howtos[i].name != NULL
517 && strcasecmp (sh_coff_howtos[i].name, r_name) == 0)
518 return &sh_coff_howtos[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-sh.c98 static reloc_howto_type sh_coff_howtos[] = variable
367 #define SH_COFF_HOWTO_COUNT (sizeof sh_coff_howtos / sizeof sh_coff_howtos[0])
426 howto = sh_coff_howtos + rel->r_type;
502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val];
515 for (i = 0; i < sizeof (sh_coff_howtos) / sizeof (sh_coff_howtos[0]); i++)
516 if (sh_coff_howtos[i].name != NULL
517 && strcasecmp (sh_coff_howtos[i].name, r_name) == 0)
518 return &sh_coff_howtos[
[all...]

Completed in 146 milliseconds