OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_addr
(Results
1 - 22
of
22
) sorted by null
/external/compiler-rt/lib/interception/
interception_linux.cc
21
bool GetRealFunctionAddress(const char *func_name, uptr *
func_addr
,
23
*
func_addr
= (uptr)dlsym(RTLD_NEXT, func_name);
interception_win.cc
256
static bool GetFunctionAddressInDLLs(const char *func_name, uptr *
func_addr
) {
257
*
func_addr
= 0;
259
for (size_t i = 0; *
func_addr
== 0 && DLLs[i]; ++i)
260
*
func_addr
= InternalGetProcAddress(DLLs[i], func_name);
261
return (*
func_addr
!= 0);
interception_linux.h
26
bool GetRealFunctionAddress(const char *func_name, uptr *
func_addr
,
/external/compiler-rt/test/profile/
instrprof-value-prof.c
38
#define
FUNC_ADDR
(x) &x,
39
#define FUNC_2_ADDRS(x)
FUNC_ADDR
(x##_1)
FUNC_ADDR
(x##_2)
/external/clang/utils/
ClangDataFormat.py
104
func_addr
= frame.GetFunction().GetStartAddress().GetFileAddress()
105
key = (
func_addr
, typename)
/external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c
214
Addr
func_addr
;
local
232
func_addr
= bpaddr - offset;
233
if (
func_addr
> boundary &&
func_addr
<= bpaddr)
234
boundary =
func_addr
;
valgrind-low-mips64.c
215
Addr
func_addr
;
local
233
func_addr
= bpaddr - offset;
234
if (
func_addr
> boundary &&
func_addr
<= bpaddr)
235
boundary =
func_addr
;
/external/opencv/cxcore/src/
cxswitcher.cpp
381
for( i = 0; func_tab[i].
func_addr
!= 0; i++ )
384
func_tab[i].default_func_addr = *func_tab[i].
func_addr
;
386
*func_tab[i].
func_addr
= func_tab[i].default_func_addr;
401
for( i = 0; func_tab[i].
func_addr
!= 0; i++ )
450
*func_tab[i].
func_addr
= addr;
468
for( i = 0; func_tab[i].
func_addr
!= 0; i++ )
/external/valgrind/coregrind/
vgdb-invoker-ptrace.c
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
1761
void**
func_addr
;
member in struct:CvPluginFuncInfo
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
1813
void**
func_addr
;
member in struct:CvPluginFuncInfo
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so
libasan.so.0
libasan.so.0.0.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so
libasan.so.0
libasan.so.0.0.0
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
Completed in 1349 milliseconds