OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_ctor_called_ifun
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/libs/
dlopen_testlib_ifunc.c
26
static const char* is_ctor_called() __attribute__ ((ifunc("
is_ctor_called_ifun
")));
31
const char* is_ctor_called_jump_slot() __attribute__ ((ifunc("
is_ctor_called_ifun
")));
54
void*
is_ctor_called_ifun
() {
function
Completed in 70 milliseconds