#include <types.h>
#include "globals.h"
#include "structs.h"
#include "reveng_errors.h"
#include <string.h>
#include "misc.h"
#include "graph.h"
Functions | |
int32 | RE_PrintMappingCallee (FILE *f_OutputFile, uint32 i_Level, Mapping *p_Mapping) |
Print the mapping label and all its callees. | |
int32 | RE_PrintGraphEntry (FILE *f_OutputFile, uint32 i_Level, Callee *p_Entry) |
Gets alls references of objects that are in the mapping. | |
int32 | RE_PrintGraph (FILE *f_OutputFile, LIST_Mapping *projectMapping) |
Gets alls references of objects that are in the mapping. |