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

  /src/lib/csu/arch/aarch64/
crtbegin.h 34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
  /src/lib/csu/arch/or1k/
crtbegin.h 34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
  /src/lib/csu/arch/riscv/
crtbegin.h 34 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
  /src/lib/csu/arch/earm/
crtbegin.h 33 static void __do_global_dtors_aux(void) __attribute__((__destructor__)) __used;
  /src/lib/csu/arch/vax/
crtbegin.S 83 .hidden __do_global_dtors_aux
85 _ENTRY(__do_global_dtors_aux, R8)
125 END(__do_global_dtors_aux)
182 calls $0, __do_global_dtors_aux
  /src/lib/csu/common/
crtbegin.c 107 static void __do_global_dtors_aux(void) __used;
110 __do_global_dtors_aux(void) function in typeref:typename:void __section ("")
  /src/lib/csu/arch/x86_64/
crtbegin.S 80 __do_global_dtors_aux: label
156 call __do_global_dtors_aux
  /src/lib/csu/arch/i386/
crtbegin.S 84 __do_global_dtors_aux: label
174 call __do_global_dtors_aux
  /src/lib/csu/arch/sh3/
crtbegin.S 240 __do_global_dtors_aux: label
366 _CALL_INIT_FINI_FUNCTION(__do_global_dtors_aux)

Completed in 12 milliseconds