vector table

8 views
Skip to first unread message

suraj swaminathan

unread,
Oct 23, 2012, 6:54:28 PM10/23/12
to ncsu-lug-os...@googlegroups.com
can someone share a sample vector table in C.

Thanks in advance!

Michael Yenik

unread,
Oct 24, 2012, 1:24:49 AM10/24/12
to suraj swaminathan, ncsu-lug-os...@googlegroups.com
Right at the top of this file there's a vtable in C:

The syntax might seem a little crazy, but it's just an array of function pointers that take void and return void, with an attribute to slap them in the correct section. Also notice the cast of the stack top address to a function pointer to rid myself of compiler warnings.

I honestly prefer the assembly vector table. Reserving words just looks a little nicer, but it all does the same thing.

On Tue, Oct 23, 2012 at 6:54 PM, suraj swaminathan <surajs...@gmail.com> wrote:
can someone share a sample vector table in C.

Thanks in advance!

--
 
 

Reply all
Reply to author
Forward
0 new messages