Searched refs:common_init (Results 1 - 25 of 26) sorted by relevance

12

/external/libunwind/src/aarch64/
H A DGinit_local.c52 return common_init (c, 1);
H A DGinit_remote.c43 return common_init (c, 0);
/external/libunwind/src/arm/
H A DGinit_local.c52 return common_init (c, 1);
H A DGinit_remote.c43 return common_init (c, 0);
H A Dinit.h28 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/hppa/
H A DGinit_local.c52 return common_init (c, 1);
H A DGinit_remote.c44 return common_init (c, 0);
H A Dinit.h29 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/mips/
H A DGinit_local.c51 return common_init (c, 1);
H A DGinit_remote.c43 return common_init (c, 0);
H A Dinit.h28 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/sh/
H A DGinit_local.c52 return common_init (c, 1);
H A DGinit_remote.c43 return common_init (c, 0);
H A Dinit.h28 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/x86/
H A DGinit_local.c54 return common_init (c, 1);
H A DGinit_remote.c54 return common_init (c, 0);
H A Dinit.h29 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/x86_64/
H A DGinit_local.c56 return common_init (c, 1);
H A DGinit_remote.c55 return common_init (c, 0);
H A Dinit.h45 common_init (struct cursor *c, unsigned use_prev_instr) function
/external/libunwind/src/ia64/
H A DGinit_remote.c59 return common_init (c, sp, bsp);
H A DGinit_local.c99 if ((ret = common_init (c, sp, bsp)) < 0)
H A Dinit.h29 common_init (struct cursor *c, unw_word_t sp, unw_word_t bsp) function
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.c239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) function
333 common_init(dpy, drawable, d);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) function
333 common_init(dpy, drawable, d);

Completed in 219 milliseconds

12