|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "bsd_cdefs.h"
Macros | |
| #define | PIC_PLT(x) x |
| #define | PIC_GOT(x) x |
| #define | CNAME(csym) csym |
| #define | HIDENAME(asmsym) .asmsym |
| #define | _START_ENTRY .p2align 4,0x90 |
| #define | ALTENTRY(x) _ENTRY(x) |
| #define | ENTRY(x) _ENTRY(x) |
| #define | RCSID(x) .text; .asciz x |
| #define | __FBSDID(s) .ident s |
| #define _START_ENTRY .p2align 4,0x90 |
| #define ALTENTRY | ( | x | ) | _ENTRY(x) |
| #define CNAME | ( | csym | ) | csym |
| #define ENTRY | ( | x | ) | _ENTRY(x) |
| #define HIDENAME | ( | asmsym | ) | .asmsym |
| #define PIC_GOT | ( | x | ) | x |
| #define PIC_PLT | ( | x | ) | x |
| #define RCSID | ( | x | ) | .text; .asciz x |
1.8.15