Searched refs:EF_RH850_DATA_ALIGN4 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dv850.h308 #define EF_RH850_DATA_ALIGN4 0x0001 /* Aligned to 4-byte bounadries. */
306 #define EF_RH850_DATA_ALIGN4 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dv850.h308 #define EF_RH850_DATA_ALIGN4 0x0001 /* Aligned to 4-byte bounadries. */
306 #define EF_RH850_DATA_ALIGN4 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dv850.h308 #define EF_RH850_DATA_ALIGN4 0x0001 /* Aligned to 4-byte bounadries. */
306 #define EF_RH850_DATA_ALIGN4 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dv850.h308 #define EF_RH850_DATA_ALIGN4 0x0001 /* Aligned to 4-byte bounadries. */
306 #define EF_RH850_DATA_ALIGN4 macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c2533 if (oval == EF_RH850_DATA_ALIGN4)
2603 case EF_RH850_DATA_ALIGN4: fprintf (file, _("4-byte")); break;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c2537 if (oval == EF_RH850_DATA_ALIGN4)
2607 case EF_RH850_DATA_ALIGN4: fprintf (file, _("4-byte")); break;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c2537 if (oval == EF_RH850_DATA_ALIGN4)
2607 case EF_RH850_DATA_ALIGN4: fprintf (file, _("4-byte")); break;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c2537 if (oval == EF_RH850_DATA_ALIGN4)
2607 case EF_RH850_DATA_ALIGN4: fprintf (file, _("4-byte")); break;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-v850.c3777 val = v850_data_8 ? EF_RH850_DATA_ALIGN8 : EF_RH850_DATA_ALIGN4;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-v850.c3773 val = v850_data_8 ? EF_RH850_DATA_ALIGN8 : EF_RH850_DATA_ALIGN4;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-v850.c3769 val = v850_data_8 ? EF_RH850_DATA_ALIGN8 : EF_RH850_DATA_ALIGN4;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c18801 case EF_RH850_DATA_ALIGN4: printf (_("4-byte\n")); return TRUE;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c20344 case EF_RH850_DATA_ALIGN4: printf (_("4-byte\n")); return true;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c21090 case EF_RH850_DATA_ALIGN4: printf (_("4-byte\n")); return true;

Completed in 491 milliseconds