Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h263 #define L_IMPORT (0x40) macro
/toolchain/binutils/binutils-2.27/bfd/
Dxcofflink.c4216 ldsym->l_smtype |= L_IMPORT; in xcoff_link_input_bfd()
4232 if ((ldsym->l_smtype & L_IMPORT) == 0) in xcoff_link_input_bfd()
5220 ldsym->l_smtype |= L_IMPORT; in xcoff_write_global_symbol()
5235 if (ldsym->l_smtype & L_IMPORT) in xcoff_write_global_symbol()
5259 if ((ldsym->l_smtype & L_IMPORT) == 0) in xcoff_write_global_symbol()