Searched refs:EF_MEP_INDEX_MASK (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dmep.h86 #define EF_MEP_INDEX_MASK 0x000000ff /* Configuration index */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dmep.h86 #define EF_MEP_INDEX_MASK 0x000000ff /* Configuration index */ macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dmep.h86 #define EF_MEP_INDEX_MASK 0x000000ff /* Configuration index */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dmep.h86 #define EF_MEP_INDEX_MASK 0x000000ff /* Configuration index */ macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-mep.c632 new_partial = (new_flags & EF_MEP_INDEX_MASK);
633 old_partial = (old_flags & EF_MEP_INDEX_MASK);
639 old_flags = (old_flags & ~EF_MEP_INDEX_MASK) | new_partial;
687 partial_flags = flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-mep.c632 new_partial = (new_flags & EF_MEP_INDEX_MASK);
633 old_partial = (old_flags & EF_MEP_INDEX_MASK);
639 old_flags = (old_flags & ~EF_MEP_INDEX_MASK) | new_partial;
687 partial_flags = flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-mep.c632 new_partial = (new_flags & EF_MEP_INDEX_MASK);
633 old_partial = (old_flags & EF_MEP_INDEX_MASK);
639 old_flags = (old_flags & ~EF_MEP_INDEX_MASK) | new_partial;
687 partial_flags = flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-mep.c632 new_partial = (new_flags & EF_MEP_INDEX_MASK);
633 old_partial = (old_flags & EF_MEP_INDEX_MASK);
639 old_flags = (old_flags & ~EF_MEP_INDEX_MASK) | new_partial;
687 partial_flags = flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-dis.c650 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmep-dis.c650 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmep-tdep.c2358 int flag = elf_elfheader (info.abfd)->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmep-dis.c650 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmep-tdep.c2357 int flag = elf_elfheader (info.abfd)->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmep-dis.c650 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3902 if (e_flags & EF_MEP_INDEX_MASK)
3904 e_flags & EF_MEP_INDEX_MASK);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3699 if (e_flags & EF_MEP_INDEX_MASK)
3701 e_flags & EF_MEP_INDEX_MASK);

Completed in 338 milliseconds