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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 144 // FIXME: OffsetHere is the offset in the vtable of the virtual base
145 // offset. Read the vbase offset out of the vtable and use it.
198 VtablePrefix *getVtablePrefix(void *Vtable) {
199 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
204 // This can't possibly be a valid vtable.
223 VtablePrefix *Vtable = getVtablePrefix(VtablePtr);
224 if (!Vtable)
226 if (Vtable->Offset < -VptrMaxOffsetToTop || Vtable->Offset > VptrMaxOffsetToTop) {
227 // Too large or too small offset are signs of Vtable corruption
    [all...]

Completed in 11 milliseconds