Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dor1k.h63 #define EF_OR1K_NODELAY (1UL << 0) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-or1k.c352 elf_elfheader (stdoutput)->e_flags |= EF_OR1K_NODELAY; in or1k_elf_final_processing()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-or1k.c2738 if (elf_elfheader (abfd)->e_flags & EF_OR1K_NODELAY) in or1k_elf_object_p()
2756 elf_elfheader (abfd)->e_flags |= EF_OR1K_NODELAY; in or1k_elf_final_write_processing()
2799 if ((in_flags & EF_OR1K_NODELAY) != (out_flags & EF_OR1K_NODELAY)) in elf32_or1k_merge_private_bfd_data()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2990 if (e_flags & EF_OR1K_NODELAY) in get_machine_flags()