Searched refs:testobjs (Results 1 – 1 of 1) sorted by relevance
21 } testobjs[] = variable30 #define NOBJS (sizeof (testobjs) / sizeof (testobjs[0]))119 testobjs[index].handle = dlopen (testobjs[index].name, in main()121 if (testobjs[index].handle == NULL) in main()135 testobjs[index].name, testobjs[index].handle); in main()146 testobjs[index].name, testobjs[index].handle); in main()148 testobjs[index].handle = NULL; in main()150 if (testobjs[0].handle == NULL in main()151 && testobjs[1].handle == NULL in main()152 && testobjs[5].handle == NULL) in main()[all …]
Completed in 3 milliseconds