#include "vxd.h"#include "vxdserv.h"Go to the source code of this file.
Functions | |
| vxd_t * | find_vxd (vxd_desc *table, int key) |
| char * | find_vxd_service (vxd_service_desc *table, int key) |
Variables | |
| vxd_desc | vxds [] |
|
||||||||||||
|
Definition at line 24 of file vxd.cc. References vxd_desc::key, and vxd_desc::vxd. Referenced by x86dis_vxd::decode(). |
|
||||||||||||
|
Definition at line 33 of file vxd.cc. References vxd_service_desc::key, and vxd_service_desc::name. Referenced by x86dis_vxd::decode(). |
|
|
Definition at line 42 of file vxd.cc. Referenced by x86dis_vxd::decode(). |
1.3.5