Lines Matching refs:Addr
102 /* True if one or more bytes in [addr, addr+len[ are being watched by
112 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
115 // indicates the given Addr/len is being watched (insert)
119 // access to an Addr is in one of the watched intervals.
124 // multiple kinds for the same addr and len and with
126 // Behaviour with multiple watches having overlapping addr+len
128 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
189 extern Bool VG_(strtok_get_address_and_size) (Addr* address,