Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
bsd_asm.h File Reference
#include "cdefs-compat.h"

Go to the source code of this file.

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 */

Definition at line 115 of file bsd_asm.h.

◆ _START_ENTRY

#define _START_ENTRY   .p2align 2,0x90

Definition at line 73 of file bsd_asm.h.

◆ ALTENTRY

#define ALTENTRY (   x)    _ENTRY(x)

Definition at line 108 of file bsd_asm.h.

◆ ENTRY

#define ENTRY (   x)    _ENTRY(x)

Definition at line 109 of file bsd_asm.h.

◆ PIC_EPILOGUE

#define PIC_EPILOGUE

Definition at line 58 of file bsd_asm.h.

◆ PIC_GOT

#define PIC_GOT (   x)    x

Definition at line 60 of file bsd_asm.h.

◆ PIC_PLT

#define PIC_PLT (   x)    x

Definition at line 59 of file bsd_asm.h.

◆ PIC_PROLOGUE

#define PIC_PROLOGUE

Definition at line 57 of file bsd_asm.h.

◆ RCSID

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

Definition at line 112 of file bsd_asm.h.