Home
last modified time | relevance | path

Searched refs:testobjs (Results 1 – 1 of 1) sorted by relevance

/elf/
A Dloadtest.c21 } testobjs[] = variable
30 #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 2 milliseconds