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

/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dxcoff.h365 #define XCOFF_MULTIPLY_DEFINED 0x00002000 macro
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dxcoff.h389 #define XCOFF_MULTIPLY_DEFINED 0x00002000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h389 #define XCOFF_MULTIPLY_DEFINED 0x00002000 macro
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h389 #define XCOFF_MULTIPLY_DEFINED 0x00002000 macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxcofflink.c1998 (*sym_hash)->flags |= XCOFF_MULTIPLY_DEFINED;
2001 else if (((*sym_hash)->flags & XCOFF_MULTIPLY_DEFINED) != 0
2018 (*sym_hash)->flags &= ~XCOFF_MULTIPLY_DEFINED;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxcofflink.c2111 (*sym_hash)->flags |= XCOFF_MULTIPLY_DEFINED;
2114 else if (((*sym_hash)->flags & XCOFF_MULTIPLY_DEFINED) != 0
2131 (*sym_hash)->flags &= ~XCOFF_MULTIPLY_DEFINED;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c2111 (*sym_hash)->flags |= XCOFF_MULTIPLY_DEFINED;
2114 else if (((*sym_hash)->flags & XCOFF_MULTIPLY_DEFINED) != 0
2131 (*sym_hash)->flags &= ~XCOFF_MULTIPLY_DEFINED;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c2105 (*sym_hash)->flags |= XCOFF_MULTIPLY_DEFINED;
2108 else if (((*sym_hash)->flags & XCOFF_MULTIPLY_DEFINED) != 0
2125 (*sym_hash)->flags &= ~XCOFF_MULTIPLY_DEFINED;

Completed in 233 milliseconds