Home
last modified time | relevance | path

Searched refs:EF_MEP_LIBRARY (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDmep.h78 #define EF_MEP_LIBRARY 0x00000100 /* Built as a library */ macro
/NextBSD/contrib/binutils/bfd/
HDelf32-mep.c788 else if ((new_flags | old_flags) & EF_MEP_LIBRARY) in mep_elf_merge_private_bfd_data()
792 if (old_flags & EF_MEP_LIBRARY) in mep_elf_merge_private_bfd_data()
/NextBSD/contrib/binutils/gas/config/
HDtc-mep.c286 library_flag = EF_MEP_LIBRARY; in md_parse_option()