Lines Matching refs:words
1020 words = code.split()
1021 if len(words) > 6 and words[5] == "call":
1022 offset = int(words[4] + words[3] + words[2] + words[1], 16)
1024 code = code.replace(words[6], "0x%08x" % target)
2642 words = code.split()
2643 if len(words) > 6 and words[5] == "call":
2644 offset = int(words[4] + words[3] + words[2] + words[1], 16)
2646 code = code.replace(words[6], "0x%08x" % target)
2728 # Print as words
2940 (if available) as a sequence of words. Automatic alignment is not performed.
2941 If the num is not specified, a default value of 16 words is used.