Searched defs:main_addr (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/linkloader/
H A Dmain.cpp164 void *main_addr = symtab->getByName("main")->getAddress(machine); local
165 out() << "main address: " << main_addr << "\n";
168 ((int (*)(int, char **))main_addr)(argc, argv);

Completed in 81 milliseconds