![]() |
Dataflow Runtime API
3.0.3.0
|
#include "cdefs-compat.h"Macros | |
| #define | PIC_PROLOGUE |
| #define | PIC_EPILOGUE |
| #define | PIC_PLT(x) x |
| #define | PIC_GOT(x) x |
| #define | _START_ENTRY .p2align 2,0x90 |
| #define | ALTENTRY(x) _ENTRY(x) |
| #define | ENTRY(x) _ENTRY(x) |
| #define | RCSID(x) .text; .asciz x |
| #define | __FBSDID(s) /* nothing */ |
| #define __FBSDID | ( | s | ) | /* nothing */ |
| #define _START_ENTRY .p2align 2,0x90 |
| #define ALTENTRY | ( | x | ) | _ENTRY(x) |
| #define ENTRY | ( | x | ) | _ENTRY(x) |
| #define PIC_EPILOGUE |
| #define PIC_GOT | ( | x | ) | x |
| #define PIC_PLT | ( | x | ) | x |
| #define PIC_PROLOGUE |
| #define RCSID | ( | x | ) | .text; .asciz x |