Searched refs:E_FLAG_RX_ABI (Results 1 – 7 of 7) sorted by relevance
121 #define E_FLAG_RX_ABI (1 << 3) /* Binary passes stacked arguments using natural alignment. Unoff… macro
554 (E_FLAG_RX_ABI): Define.
47 static int elf_flags = E_FLAG_RX_ABI;171 elf_flags &= ~ E_FLAG_RX_ABI; in md_parse_option()175 elf_flags |= E_FLAG_RX_ABI; in md_parse_option()
3067 if (flags & E_FLAG_RX_ABI) in describe_flags()3115 known_flags = E_FLAG_RX_ABI | E_FLAG_RX_64BIT_DOUBLES in rx_elf_merge_private_bfd_data()
45 * readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.
3564 if (e_flags & E_FLAG_RX_ABI) in get_machine_flags()
119 * config/tc-rx.c (elf_flags): Initialise with E_FLAG_RX_ABI.