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

/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dnfp.h102 #define SHF_NFP_INIT 0x80000000 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dnfp.h102 #define SHF_NFP_INIT 0x80000000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dnfp.h102 #define SHF_NFP_INIT 0x80000000 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dnfp.h102 #define SHF_NFP_INIT 0x80000000 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;
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;
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;
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;
2832 & (SHF_NFP_INIT | SHF_NFP_INIT2)) == 0;

Completed in 152 milliseconds