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

  /src/lib/csu/arch/aarch64/
crtbegin.h 32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
  /src/lib/csu/arch/or1k/
crtbegin.h 32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
  /src/lib/csu/arch/riscv/
crtbegin.h 32 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
  /src/lib/csu/arch/earm/
crtbegin.h 31 static void __do_global_ctors_aux(void) __attribute__((__constructor__)) __used;
  /src/lib/csu/arch/vax/
crtbegin.S 133 .hidden __do_global_ctors_aux
135 _ENTRY(__do_global_ctors_aux, R8)
175 END(__do_global_ctors_aux)
180 calls $0, __do_global_ctors_aux
  /src/lib/csu/common/
crtbegin.c 70 static void __do_global_ctors_aux(void) __used;
73 __do_global_ctors_aux(void) function in typeref:typename:void __section ("")
  /src/lib/csu/arch/x86_64/
crtbegin.S 116 __do_global_ctors_aux: label
154 call __do_global_ctors_aux
  /src/lib/csu/arch/i386/
crtbegin.S 126 __do_global_ctors_aux: label
172 call __do_global_ctors_aux
  /src/lib/csu/arch/sh3/
crtbegin.S 98 __do_global_ctors_aux: label
363 _CALL_INIT_FINI_FUNCTION(__do_global_ctors_aux)

Completed in 147 milliseconds