Barrelfish
Typedefs | Variables
crtbegin.c File Reference

C++ startup code. Contains .ctors section header and _main(). More...

Typedefs

typedef void(* CDtor) (void)
 A global constructor takes no arguments and returns nothing.
 

Variables

CDtor __init_array_start
 

Detailed Description

C++ startup code. Contains .ctors section header and _main().

Variable Documentation

CDtor __init_array_start

Symbols provided by linker that point to the first and after the last entry of the .init_array section, respectively.