Lines Matching refs:resELF
62 char* resELF = RES_DIR_DYLOAD "executor1";
63 char* testELF1 = resELF;
113 char* resELF = RES_DIR_DYLOAD "executor2";
116 rt = RunElf(resELF, arg, NULL);
121 rt = RunElf(resELF, arg2, NULL);
126 rt = RunElf(resELF, arg3, NULL);
138 char* resELF = RES_DIR_DYLOAD "executor2";
141 rt = RunElf(resELF, NULL, arg);
146 rt = RunElf(resELF, NULL, arg2);
151 rt = RunElf(resELF, NULL, arg3);