HomeSort by: relevance | last modified time | path
    Searched refs:constructor (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/tests/libexec/ld.elf_so/helper_onlyctor_dynamic/
h_onlyctor_dynamic.c 32 static void __attribute__((constructor))
  /src/tests/lib/csu/
t_crt0.sh 36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 47 __attribute__((constructor)) void StopTheWorldTestLibConstructor(void) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc 112 __attribute__ ((constructor (0)))
  /src/sbin/ifconfig/
af_link.c 72 static void link_constructor(void) __attribute__((constructor));
agr.c 54 static void agr_constructor(void) __attribute__((constructor));
ether.c 58 static void ether_constructor(void) __attribute__((constructor));
pfsync.c 61 static void pfsync_constructor(void) __attribute__((constructor));
vlan.c 60 static void vlan_constructor(void) __attribute__((constructor));
af_atalk.c 68 static void at_constructor(void) __attribute__((constructor));
af_inet.c 62 static void in_constructor(void) __attribute__((constructor));
tunnel.c 65 static void tunnel_constructor(void) __attribute__((constructor));
carp.c 59 static void carp_constructor(void) __attribute__((constructor));
l2tp.c 55 static void l2tp_constructor(void) __attribute__((constructor));
af_inet6.c 62 static void in6_constructor(void) __attribute__((constructor));
media.c 31 static void media_constructor(void) __attribute__((constructor));
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 55 constructor Create(Strm: TStream);
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream);
118 constructor Create(Source: TStream);
389 constructor TCustomZLibStream.Create(Strm: TStream);
406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel;
483 constructor TDecompressionStream.Create(Source: TStream);
  /src/lib/libc/gen/
tolower_.c 75 __attribute__((constructor))
toupper_.c 75 __attribute__((constructor))
ctype_.c 193 * isctype.c outside a constructor, where it could use getenv, and
246 * false if not. May be used only in an ELF constructor.
264 __attribute__((constructor))
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
afl_driver.cpp 143 __attribute__((constructor(0))) void __decide_deferred_forkserver(void) {
  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 268 // On ELF platforms, the constructor is invoked using .preinit_array (see below)
269 __attribute__((constructor(0)))
292 // On other platforms we use the constructor attribute to arrange to run our
  /src/sys/rump/include/rump-sys/
kern.h 82 * If RUMP_USE_CTOR is defined, we use __attribute__((constructor)) to
90 static void rumpcomp_ctor##type(void) __attribute__((constructor)); \
  /src/lib/libm/arch/i387/
fenv.c 136 static void __init_libm(void) __attribute__ ((constructor, used));
  /src/lib/libm/arch/x86_64/
fenv.c 122 static void __init_libm(void) __attribute__ ((constructor, used));

Completed in 22 milliseconds

1 2