Lines Matching refs:linkage
646 def architecture(executable=sys.executable, bits='', linkage=''):
651 Returns a tuple (bits, linkage) which contains information about
652 the bit architecture and the linkage format used for the
689 linkage = l
690 return bits, linkage
694 return bits, linkage
704 linkage = 'ELF'
708 linkage = 'WindowsPE'
710 linkage = 'PE'
712 linkage = 'COFF'
714 linkage = 'MSDOS'
719 return bits, linkage
1254 bits, linkage = architecture(sys.executable)
1256 processor, bits, linkage)