OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DlSymTestFunction
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
Android.mk
88
test_dynamic_ldflags = -Wl,--export-dynamic -Wl,-u,
DlSymTestFunction
dlfcn_test.cpp
31
extern "C" void
DlSymTestFunction
() {
41
void* sym = dlsym(self, "
DlSymTestFunction
");
123
void* sym = dlsym(self, "
DlSymTestFunction
");
147
ASSERT_STREQ(info.dli_sname, "
DlSymTestFunction
");
Completed in 347 milliseconds