Searched refs:initial_foop (Results 1 – 1 of 1) sorted by relevance
40 unsigned int *initial_foop; in do_test() local57 initial_foop = dlsym (initial_handle, "foo"); in do_test()58 if (initial_foop != NULL) in do_test()60 printf ("dlsym [initial] (foo): got %p, expected NULL\n", initial_foop); in do_test()143 initial_foop = dlsym (initial_handle, "foo"); in do_test()144 if (initial_foop == NULL) in do_test()165 foo = *initial_foop; in do_test()210 foo = *initial_foop; in do_test()255 foo = *initial_foop; in do_test()300 foo = *initial_foop; in do_test()[all …]