parrotcode: Functions for dumping packfile structures | |
Contents | C |
src/packdump.c - Functions for dumping packfile structures
This is only used by the PBC dumper pdump
.
void PackFile_ConstTable_dump(Interp *interpreter, struct PackFile_ConstTable *self)
self
.void PackFile_Constant_dump(Interp *interpreter, struct PackFile_Constant *self)
self
.void PackFile_Fixup_dump(Interp *interpreter, struct PackFile_FixupTable *ft)
ft
.
|