Home
last modified time | relevance | path

Searched refs:ulong_type (Results 1 – 3 of 3) sorted by relevance

/scripts/gdb/linux/
A Dxarray.py16 ulong_type = utils.get_ulong_type()
17 return ((entry.cast(ulong_type) & 3) == 2)
23 ulong_type = utils.get_ulong_type()
24 return entry.cast(ulong_type) == xa_mk_internal(257)
27 ulong_type = utils.get_ulong_type()
28 return xa_is_internal(entry) and (entry.cast(ulong_type) > 4096)
A Dmapletree.py113 ulong_type = utils.get_ulong_type()
119 ulong_type = utils.get_ulong_type()
122 val = entry.cast(ulong_type)
123 elif entry.type == ulong_type:
134 ulong_type = utils.get_ulong_type()
140 ulong_type = utils.get_ulong_type()
143 elif enode.type == ulong_type:
195 ulong_type = utils.get_ulong_type()
196 return slots[offset].cast(ulong_type)
199 ulong_type = utils.get_ulong_type()
[all …]
A Dutils.py43 ulong_type = CachedType("unsigned long") variable
62 global ulong_type
63 return ulong_type.get_type()

Completed in 5 milliseconds