NAME ^

src/packdump.c - Functions for dumping packfile structures

DESCRIPTION ^

This is only used by the PBC dumper pdump.

Functions ^

void PackFile_ConstTable_dump(Interp *interpreter, struct PackFile_ConstTable *self)

Dumps the constant table self.

void PackFile_Constant_dump(Interp *interpreter, struct PackFile_Constant *self)

Dumps the constant self.

void PackFile_Fixup_dump(Interp *interpreter, struct PackFile_FixupTable *ft)

Dumps the fix-up table ft.

SEE ALSO ^

src/pdump.c.


parrot