This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What does the vtable look like?


Almost identical (on non-thunk systems), on thunk systems, it is a pointer to
an array of function pointers.  Please compile into a .s file (-S), and look
at the output.  The first entry or two is used for rtti stuff (offset to start
of complete obejct in bytes, and an rtti pointer).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]