Searched refs:dllOrder (Results 1 – 3 of 3) sorted by relevance
165 std::map<std::string, int> dllOrder; member
151 return ctx.config.dllOrder[a] < ctx.config.dllOrder[b]; in binImports()
1173 if (ctx.config.dllOrder.count(dll) == 0) in createImportTables()1174 ctx.config.dllOrder[dll] = ctx.config.dllOrder.size(); in createImportTables()