#include <codeobj.h>
Public Attributes | |
PmObjDesc_t | od |
uint8_t const * | co_codeimgaddr |
pPmTuple_t | co_names |
pPmTuple_t | co_consts |
uint8_t const * | co_codeaddr |
PmMemSpace_t | co_memspace:8 |
uint8_t | co_argcount |
uint8_t | co_flags |
uint8_t | co_stacksize |
uint8_t | co_nlocals |
An extended object that holds only the most frequently used parts of the static code image. Other parts can be obtained by inspecting the code image itself.
Definition at line 73 of file codeobj.h.
uint8_t const* PmCo_s::co_codeaddr |
uint8_t const* PmCo_s::co_codeimgaddr |