Lines Matching full:ta
43 ta = "$x1"
48 ta = "a"
55 # in {ta} matches the logical tag in {ta}.
56 co = gdb.execute(f"memory-tag check {ta}", False, True)
67 # address starting at {ta} address to a known value, i.e. 0x04.
68 gdb.execute(f"memory-tag set-allocation-tag {ta} 1 04", False, True)
73 gdb.execute(f"memory-tag set-allocation-tag {ta}+16 1 06", False, True)
77 co = gdb.execute(f"memory-tag print-allocation-tag {ta}", False, True)
80 co = gdb.execute(f"memory-tag print-allocation-tag {ta}+16", False, True)
89 gdb.execute(f"memory-tag set-allocation-tag {ta} 4096 0a0b", False, True)
94 co = gdb.execute(f"memory-tag print-allocation-tag {ta}+4096-32", False, True)
97 co = gdb.execute(f"memory-tag print-allocation-tag {ta}+4096-16", False, True)