Searched refs:ExportStringTable (Results 1 - 6 of 6) sorted by relevance

/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dmachoexport.h55 ExportStringTable stringTable;
58 ExportStringTable externTable;
H A Dpecoffexport.h55 ExportStringTable stringTable;
58 ExportStringTable externTable;
H A Dexporter.h72 class ExportStringTable class
75 ExportStringTable();
76 ~ExportStringTable();
H A Delfexport.h115 unsigned long makeStringTableEntry(const char *str, ExportStringTable *stab);
122 ExportStringTable symStrings, sectionStrings;
124 ExportStringTable externTable;
H A Dexporter.cpp887 ExportStringTable::ExportStringTable(): strings(0), stringSize(0), stringAvailable(0) function in class:ExportStringTable
891 ExportStringTable::~ExportStringTable()
897 unsigned long ExportStringTable::makeEntry(const char *str)
H A Delfexport.cpp420 unsigned long ELFExport::makeStringTableEntry(const char *str, ExportStringTable *stab)

Completed in 67 milliseconds