Searched refs:ELF_KVX_CORE_MASK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dkvx_elfids.h53 #define ELF_KVX_CORE_MASK (0x7f<<ELF_KVX_CORE_BIT_SHIFT) macro
69 #define ELF_KVX_CHECK_CORE(flags,m) (((flags) & ELF_KVX_CORE_MASK)==(m))
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dkvx_elfids.h53 #define ELF_KVX_CORE_MASK (0x7f<<ELF_KVX_CORE_BIT_SHIFT) macro
69 #define ELF_KVX_CHECK_CORE(flags,m) (((flags) & ELF_KVX_CORE_MASK)==(m))
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfnn-kvx.c2840 int e_core = elf_elfheader (abfd)->e_flags & ELF_KVX_CORE_MASK;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfnn-kvx.c2838 int e_core = elf_elfheader (abfd)->e_flags & ELF_KVX_CORE_MASK;

Completed in 562 milliseconds