HomeSort by: relevance | last modified time | path
    Searched defs:Vptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 79 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
84 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
191 /// The offset from the vptr to the start of the most-derived object.
199 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
200 VtablePrefix *Prefix = Vptr - 1;
212 // A crash anywhere within this function probably means the vptr is corrupted.
ubsan_type_hash_itanium.cc 79 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
84 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
191 /// The offset from the vptr to the start of the most-derived object.
199 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
200 VtablePrefix *Prefix = Vptr - 1;
212 // A crash anywhere within this function probably means the vptr is corrupted.

Completed in 28 milliseconds