Searched refs:get_long_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dradixtree.py21 long_type = utils.get_long_type()
25 long_type = utils.get_long_type()
H A Ddmesg.py82 desc_sv_bits = utils.get_long_type().sizeof * 8
123 text_start = begin + utils.get_long_type().sizeof
H A Dutils.py52 def get_long_type(): function
70 return (ptr.cast(get_long_type()) -
149 if get_long_type().sizeof == 8:
H A Dmodules.py73 " " if utils.get_long_type().sizeof == 8 else ""))
H A Dcpus.py52 pointer = var_ptr.cast(utils.get_long_type()) + offset

Completed in 111 milliseconds