Searched refs:MainAddress (Results 1 – 2 of 2) sorted by relevance
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()
544 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local545 if (!MainAddress) in executeInput()563 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()566 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()