HomeSort by relevance Sort by last modified time
    Searched refs:_init (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
init.s 1 .global _init
2 .type _init,@function
3 _init: label
6 .size _init,.Lfe3-_init
dso-1b.s 4 .symver _init,expobj@@TST2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
dyn-sec64.s 2 .globl _init
3 .ent _init
4 .type _init, @function
5 _init: label
7 .end _init
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
init.s 2 .global _init
3 .type _init,@function
5 _init: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
2.c 1 /* Normally we should loose foo and keep _start and _init.
10 _init() function
  /external/iptables/extensions/
libip6t_eui64.c 12 void _init(void) function
libxt_standard.c 21 void _init(void) function
libxt_TRACE.c 26 void _init(void) function
  /external/iproute2/include/
iptables_common.h 37 #define _init __attribute__((constructor)) my_init macro
39 # ifdef _INIT
40 # undef _init macro
41 # define _init _INIT macro
xt-internal.h 64 extern void _init(void);
  /external/libunwind/doc/
unw_init_local.tex 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}(
    [all...]
unw_init_remote.tex 8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
38 generally preferable to use \Func{unw\_init\_local}() instead, because
43 On successful completion, \Func{unw\_init\_remote}() returns 0.
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 29 _init(false),
54 if(_init)
115 if(!_init)
120 if(!_init)
151 if(!_init)
217 _init = true;
235 if(!_init)
308 if(!_init)
368 if(!_init)
384 if(!_init)
    [all...]
udp_socket2_manager_win.h 89 bool _init; member in class:webrtc::test::IoContextPool
112 bool _init; member in class:webrtc::test::UdpSocket2WorkerWindows
150 bool _init; member in class:webrtc::test::UdpSocket2ManagerWindows
  /external/libdrm/libkms/
kms-symbol-check 12 _init
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-symbols-check 10 _init
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) function
  /external/libdaemon/libdaemon/
dsignal.c 49 static int _init(void) { function
70 if (_init() < 0)
105 if (_init() < 0)
  /external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py 37 self._init()
46 def _init(self): member in class:BuffetDBusHelper
  /external/boringssl/src/crypto/fipsmodule/
delocate.h 54 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
56 CRYPTO_once(name##_once_bss_get(), name##_init); \
  /external/libdrm/etnaviv/
etnaviv-symbol-check 12 _init
  /external/libdrm/exynos/
exynos-symbol-check 12 _init
  /external/libdrm/omap/
omap-symbol-check 12 _init
  /external/libdrm/tegra/
tegra-symbol-check 12 _init
  /external/mesa3d/src/gbm/
gbm-symbols-check 32 _init

Completed in 1431 milliseconds

1 2 3 4 5 6 7 8 9