Searched refs:MainAddress (Results 1 – 3 of 3) sorted by relevance
112 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput() local113 if (MainAddress == 0) in executeInput()127 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()130 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()
455 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local456 if (!MainAddress) in executeInput()472 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()475 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()
449 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local450 if (!MainAddress) in executeInput()464 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()467 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()