OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRealFunctionAddress
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/interception/tests/
interception_linux_test.cc
33
TEST(Interception,
GetRealFunctionAddress
) {
36
EXPECT_TRUE(
GetRealFunctionAddress
("malloc", &malloc_address, 0, 0));
41
GetRealFunctionAddress
("dummy_doesnt_exist__", &dummy_address, 0, 0));
/external/compiler-rt/lib/interception/
interception_linux.h
26
bool
GetRealFunctionAddress
(const char *func_name, uptr *func_addr,
32
::__interception::
GetRealFunctionAddress
( \
interception_linux.cc
21
bool
GetRealFunctionAddress
(const char *func_name, uptr *func_addr,
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
[
all
...]
Completed in 341 milliseconds