#include "auto-host.h"#include "tconfig.h"#include "tsystem.h"#include "coretypes.h"#include "tm.h"#include "unwind-dw2-fde.h"#include "gbl-ctors.h"

Go to the source code of this file.
Defines | |
| #define | IN_LIBGCC2 |
| #define | CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) |
| #define | EH_FRAME_SECTION_CONST |
| #define | STATIC |
| #define CRT_CALL_STATIC_FUNCTION | ( | SECTION_OP, | |||
| FUNC | ) |
Value:
static void __attribute__((__used__)) \ call_ ## FUNC (void) \ { \ asm (SECTION_OP); \ FUNC (); \ FORCE_CODE_SECTION_ALIGN \ asm (TEXT_SECTION_ASM_OP); \ }
Definition at line 78 of file crtstuff.c.
| #define EH_FRAME_SECTION_CONST |
Definition at line 104 of file crtstuff.c.
| #define IN_LIBGCC2 |
Definition at line 55 of file crtstuff.c.
| #define STATIC |
1.5.6