Lines Matching defs:deref
1930 /* Setup DEREF a helper function which loads a value from an address.
1935 const auto deref = [=] (CORE_ADDR p) -> uint64_t
1948 if (deref (ptr) == execfn_string_addr
1950 && deref (ptr - ptr_bytes) == AT_EXECFN)
1966 && (deref (ptr) != 0 || deref (ptr + ptr_bytes) != 0))
2001 if (deref (ptr - ptr_bytes) != 0)
2005 while (ptr > low && deref (ptr) != 0)
2029 uint64_t val = deref (ptr);
2064 while ((v = deref (ptr)) != 0)
2079 while ((v = deref (ptr)) != 0)