Home | History | Annotate | Download | only in tools

Lines Matching refs:words

911       words = code.split()
912 if len(words) > 6 and words[5] == "call":
913 offset = int(words[4] + words[3] + words[2] + words[1], 16)
915 code = code.replace(words[6], "0x%08x" % target)
2516 words = code.split()
2517 if len(words) > 6 and words[5] == "call":
2518 offset = int(words[4] + words[3] + words[2] + words[1], 16)
2520 code = code.replace(words[6], "0x%08x" % target)
2601 # Print as words
2813 of words. Automatic alignment is not performed.