Home | History | Annotate | Download | only in drd

Lines Matching full:address

79  * Return the data associated with the client object at client address addr.
81 * address.
89 * Return the data associated with the client object at client address addr
91 * set with the specified start address.
102 /** Return true if and only if the address range of any client object overlaps
103 * with the specified address range.
122 * Add state information for the client object at client address addr and
123 * of type t. Suppress data race reports on the address range [addr,addr+size[.
125 * @pre No other client object is present in the address range [addr,addr+size[.
154 * @param[in] addr Address of the client object in the client address space.
197 * Clean up all client objects p for which their start address p->any.a1 fits
198 * inside the address range [ a1, a2 [.
201 * data in s_clientobj_set is sorted on the start address of client objects.