Searched refs:c_uint64 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Ddisassembler.py19 from ctypes import c_uint64 namespace
76 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
77 c_uint64(pc), out_str, 255)
105 c_uint64(len(source) - offset), c_uint64(address),
125 c_uint64, c_uint64, c_char_p, c_size_t]
128 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64,
[all...]
H A Dobject.py81 from ctypes import c_uint64 namespace
471 library.LLVMGetSectionSize.restype = c_uint64
477 library.LLVMGetSectionAddress.restype = c_uint64
496 library.LLVMGetSymbolAddress.restype = c_uint64
499 library.LLVMGetSymbolFileOffset.restype = c_uint64
502 library.LLVMGetSymbolSize.restype = c_uint64
505 library.LLVMGetRelocationAddress.restype = c_uint64
508 library.LLVMGetRelocationOffset.restype = c_uint64
514 library.LLVMGetRelocationType.restype = c_uint64
/external/v8/tools/
H A Dgrokdump.py119 ("flags", ctypes.c_uint64)
137 ("record", ctypes.c_uint64),
138 ("address", ctypes.c_uint64),
141 ("information", ctypes.c_uint64 * MD_EXCEPTION_MAXIMUM_PARAMETERS)
245 ("p1_home", ctypes.c_uint64),
246 ("p2_home", ctypes.c_uint64),
247 ("p3_home", ctypes.c_uint64),
248 ("p4_home", ctypes.c_uint64),
249 ("p5_home", ctypes.c_uint64),
250 ("p6_home", ctypes.c_uint64),
[all...]
H A Dll_prof.py338 "x64": ctypes.c_uint64
491 "u64": ctypes.c_uint64

Completed in 610 milliseconds