HomeSort by relevance Sort by last modified time
    Searched refs:abi_type (Results 1 - 6 of 6) 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)
  /external/python/cpython3/Lib/ctypes/
util.py 261 abi_type = mach_map.get(machine, 'libc6')
265 regex = os.fsencode(regex % (re.escape(name), abi_type))

Completed in 191 milliseconds