Where D is a class type and f is
a nonstatic member function defined in D or a
nonvirtual base class of D.
This returns the offset from the beginning of a D object
to the start of the base in which f is defined.
This is the this adjustment necessary when making
a call to f with a pointer to a D.
It is either zero if f is found in D or
the same as __offsetof_base(D,B), where B is
a nonvirtual base class of D that contains f.
If __mcall_this_offset(D,f) is used when f is
found in a virtual base class of D it returns
an arbitrary value designed to cause an assembly error if used.
This is so that such invalid uses of __mcall_this_offset can
occur in sections of assembly code that are to be skipped.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.