Searched refs:methodOptionsEnd (Results 1 – 1 of 1) sorted by relevance
4375 uint32_t methodOptionsEnd, queueNamesEnd; in registerClass() local4399 if (os_add_overflow(desc->methodOptionsOffset, desc->methodOptionsSize, &methodOptionsEnd)) { in registerClass()4403 if (methodOptionsEnd > size) { in registerClass()4408 …c->queueNamesOffset >= desc->methodOptionsOffset) && (desc->queueNamesOffset < methodOptionsEnd)) { in registerClass()4412 if ((queueNamesEnd >= desc->methodOptionsOffset) && (queueNamesEnd < methodOptionsEnd)) { in registerClass()