#include <types.h>
#include "globals.h"
#include "structs.h"
#include "reveng_errors.h"
#include <zem_errors.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
#include "chainlist.h"
Functions | |
int32 | RE_GetCustomSymbols (Settings *projectSettings, LIST_Mapping *globalMapping) |
Reads the custom symbols files and adds them in the symbols list. |