OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_called
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/
main.c
25
main_called
()
function
55
printf ("
main_called
() == %d\n",
main_called
());
60
printf ("shlib_checkfunptr2 (
main_called
) == %d\n",
61
shlib_checkfunptr2 (
main_called
));
80
if (p ==
main_called
)
84
printf ("
main_called
\n");
sh1.c
79
extern int
main_called
();
84
return
main_called
();
98
/* This function is passed a function pointer to
main_called
. It
106
return p ==
main_called
;
118
/* This function returns a pointer to
main_called
. */
124
return
main_called
;
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
main.c
140
main_called
(void)
function
250
printf ("
main_called
() == %d\n",
main_called
());
254
printf ("shlib_checkfunptr2 (
main_called
) == %d\n",
255
shlib_checkfunptr2 (
main_called
));
267
if (p ==
main_called
)
271
printf ("
main_called
\n");
sh1.c
99
extern int
main_called
();
104
return
main_called
();
118
/* This function is passed a function pointer to
main_called
. It
126
return p ==
main_called
;
138
/* This function returns a pointer to
main_called
. */
144
return
main_called
;
Completed in 1823 milliseconds