Home
last modified time | relevance | path

Searched refs:L_IMPORT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dxcoff.h263 #define L_IMPORT (0x40) macro
/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c4218 ldsym->l_smtype |= L_IMPORT; in xcoff_link_input_bfd()
4234 if ((ldsym->l_smtype & L_IMPORT) == 0) in xcoff_link_input_bfd()
5222 ldsym->l_smtype |= L_IMPORT; in xcoff_write_global_symbol()
5237 if (ldsym->l_smtype & L_IMPORT) in xcoff_write_global_symbol()
5261 if ((ldsym->l_smtype & L_IMPORT) == 0) in xcoff_write_global_symbol()