Dataflow Runtime API  4.0.1.0
Macros
bsd_asm.h File Reference
#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 */
 

Macro Definition Documentation

◆ __FBSDID

#define __FBSDID (   s)    /* nothing */

◆ _START_ENTRY

#define _START_ENTRY   .p2align 2,0x90

◆ ALTENTRY

#define ALTENTRY (   x)    _ENTRY(x)

◆ ENTRY

#define ENTRY (   x)    _ENTRY(x)

◆ PIC_EPILOGUE

#define PIC_EPILOGUE

◆ PIC_GOT

#define PIC_GOT (   x)    x

◆ PIC_PLT

#define PIC_PLT (   x)    x

◆ PIC_PROLOGUE

#define PIC_PROLOGUE

◆ RCSID

#define RCSID (   x)    .text; .asciz x