HomeSort by relevance Sort by last modified time
    Searched full:main_addr (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/cpu_ref/linkloader/
main.cpp 162 void *main_addr = symtab->getByName("main")->getAddress(machine); local
163 out() << "main address: " << main_addr << "\n";
166 ((int (*)(int, char **))main_addr)(argc, argv);

Completed in 63 milliseconds