Home
last modified time | relevance | path

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

/elf/
A Dneededtest.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
A Dneededtest2.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
A Dneededtest3.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
A Dneededtest4.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
A Dcircleload1.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
A Dtst-audit18.c88 bool found; in do_test() member
115 audit_iface[i].found = true; in do_test()
121 TEST_COMPARE (audit_iface[i].found, true); in do_test()
A Drtld-debugger-interface.txt8 structure can be found.

Completed in 5 milliseconds