Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H 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)
H A Dmapletree.py113 ulong_type = utils.get_ulong_type()
114 indirect_ptr = node.cast(ulong_type) & ~0x2
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()
136 indirect_ptr = node['parent'].cast(ulong_type) & ~constants.LX_MAPLE_NODE_MASK
140 ulong_type = utils.get_ulong_type()
142 indirect_ptr = enode.cast(ulong_type)
143 elif enode.type == ulong_type:
[all …]
H A Dutils.py43 ulong_type = CachedType("unsigned long") variable
62 global ulong_type
63 return ulong_type.get_type()