HomeSort by: relevance | last modified time | path
    Searched refs:__CTOR_LIST__ (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/amd64/conf/
kern.ldscript 52 __CTOR_LIST__ = .;
kern.ldscript.Xen 36 __CTOR_LIST__ = .;
  /src/sys/arch/sun2/conf/
kern.ldscript 40 __CTOR_LIST__ = .;
  /src/sys/arch/evbarm/conf/
ldscript.evbarm 31 __CTOR_LIST__ = .;
  /src/sys/arch/netwinder/conf/
kern.ldscript 30 __CTOR_LIST__ = .;
  /src/lib/csu/common/
crtbegin.c 42 extern __dso_hidden const fptr_t __CTOR_LIST__start __asm("__CTOR_LIST__");
44 __dso_hidden const fptr_t __aligned(sizeof(void *)) __CTOR_LIST__[] __section(".ctors") = {
  /src/lib/csu/arch/vax/
crtbegin.S 37 __CTOR_LIST__: /* symbol is not used */
  /src/lib/csu/arch/sh3/
crtbegin.S 37 __CTOR_LIST__:
184 !! call all constructors on __CTOR_LIST__ in reverse order
191 not r9, r0 ! sentinel at __CTOR_LIST__[0] is -1
  /src/lib/csu/arch/x86_64/
crtbegin.S 37 __CTOR_LIST__:
  /src/lib/csu/arch/i386/
crtbegin.S 37 __CTOR_LIST__:
  /src/sys/kern/
subr_asan.c 129 extern Elf_Addr __CTOR_LIST__, __CTOR_END__;
133 nentries = ((size_t)&__CTOR_END__ - (size_t)&__CTOR_LIST__) /
136 ptr = &__CTOR_LIST__;

Completed in 19 milliseconds