Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dv850.h166 #define EF_RH850_DATA_ALIGN8 0x00000080 /* 8-byte alignment supported. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Delf32-v850.c2476 if ((in_flags & EF_RH850_DATA_ALIGN8) != (out_flags & EF_RH850_DATA_ALIGN8)) in v850_elf_merge_private_bfd_data()
2480 elf_elfheader (obfd)->e_flags |= EF_RH850_DATA_ALIGN8; in v850_elf_merge_private_bfd_data()
2564 if (elf_elfheader (abfd)->e_flags & EF_RH850_DATA_ALIGN8) in v850_elf_print_private_bfd_data()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-v850.c1649 v850_e_flags |= EF_RH850_DATA_ALIGN8; in md_parse_option()
1651 v850_e_flags &= ~ EF_RH850_DATA_ALIGN8; in md_parse_option()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2806 case EF_RH850_DATA_ALIGN8: strcat (buf, ", 8-byte alignment"); break; in get_machine_flags()