Searched refs:SHF_NFP_INIT2 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dnfp.h103 #define SHF_NFP_INIT2 0x40000000 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dnfp.h103 #define SHF_NFP_INIT2 0x40000000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dnfp.h103 #define SHF_NFP_INIT2 0x40000000 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dnfp.h103 #define SHF_NFP_INIT2 0x40000000 macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnfp-dis.c2688 is_for_text = (sec->sh_flags & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
2693 if (sec->sh_flags & SHF_NFP_INIT2)
2824 & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnfp-dis.c2694 is_for_text = (sec->sh_flags & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
2699 if (sec->sh_flags & SHF_NFP_INIT2)
2830 & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnfp-dis.c2694 is_for_text = (sec->sh_flags & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
2699 if (sec->sh_flags & SHF_NFP_INIT2)
2830 & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnfp-dis.c2696 is_for_text = (sec->sh_flags & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;
2701 if (sec->sh_flags & SHF_NFP_INIT2)
2832 & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;

Completed in 228 milliseconds