Lines Matching refs:RunElf
38 int rt = RunElf(testELF, NULL, NULL);
50 int rt = RunElf(testELF, NULL, NULL);
84 rt = RunElf(testELF1, NULL, NULL);
87 rt = RunElf("./executor3", NULL, NULL);
89 rt = RunElf("../data/executor3", NULL, NULL);
92 rt = RunElf("../executor2", NULL, NULL);
116 rt = RunElf(resELF, arg, NULL);
121 rt = RunElf(resELF, arg2, NULL);
126 rt = RunElf(resELF, arg3, NULL);
141 rt = RunElf(resELF, NULL, arg);
146 rt = RunElf(resELF, NULL, arg2);
151 rt = RunElf(resELF, NULL, arg3);