#include <stddef.h>#include <stdint.h>#include "unwind-dw2-fde.h"

Go to the source code of this file.
Defines | |
| #define | SECTION_DECL(name, decl) decl __attribute__((__section__(name))) |
Functions/Subroutines | |
| int | __init_environment (void *) |
| int | __deinit_environment (void *) |
| SECTION_DECL (".ctors", void(*const __CTOR_LIST__)(void)) | |
| SECTION_DECL (".ctors$_", void(*const __CTOR_END__)(void)) | |
| SECTION_DECL (".dtors", void(*const __DTOR_LIST__)(void)) | |
| SECTION_DECL (".dtors$_", void(*const __DTOR_END__)(void)) | |
| void | __register_frame_info (const void *, struct object *) |
| SECTION_DECL (".eh_frame$_", uint32_t __EH_FRAME_END__[]) | |
| int | __init_environment (void *unused __attribute__((__unused__))) |
| int | __deinit_environment (void *unused __attribute__((__unused__))) |
Definition at line 30 of file netware-crt0.c.
Definition at line 66 of file netware-crt0.c.
References __deregister_frame_info(), __DTOR_LIST__, NULL, and void.
| int __deinit_environment | ( | void * | ) |
Definition at line 50 of file netware-crt0.c.
References __CTOR_LIST__, __register_frame_info(), NULL, and void.
| int __init_environment | ( | void * | ) |
Definition at line 42 of file netware-crt0.c.
| SECTION_DECL | ( | ".eh_frame$_" | , | |
| uint32_t | __EH_FRAME_END__[] | |||
| ) |
1.5.6