HomeSort by relevance Sort by last modified time
    Searched refs:abi_type (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 241 abi_type = mach_map.get(machine, 'libc6')
244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 241 abi_type = mach_map.get(machine, 'libc6')
244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 241 abi_type = mach_map.get(machine, 'libc6')
244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 241 abi_type = mach_map.get(machine, 'libc6')
244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)
  /external/python/cpython2/Lib/ctypes/
util.py 250 abi_type = mach_map.get(machine, 'libc6')
253 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)

Completed in 357 milliseconds