Home
last modified time | relevance | path

Searched refs:EF_PPC_EMB (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDppc.h155 #define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */ macro
/NextBSD/sys/sys/
HDelf_common.h347 #define EF_PPC_EMB 0x80000000 macro
/NextBSD/contrib/binutils/bfd/
HDelf32-ppc.c3804 elf_elfheader (obfd)->e_flags |= (new_flags & EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
3806 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
3807 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h417 _ELF_DEFINE_EF(EF_PPC_EMB, 0x80000000UL, \
/NextBSD/contrib/binutils/gas/config/
HDtc-ppc.c1015 ppc_flags |= EF_PPC_EMB; in md_parse_option()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c398 {EF_PPC_EMB, "emb"},
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2099 if (e_flags & EF_PPC_EMB) in get_machine_flags()