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

  /src/lib/csu/arch/x86_64/
crtbegin.S 80 __do_global_dtors_aux: label
156 call __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/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 14 milliseconds