Embedded Artistry Framework
Embedded Systems C++ Framework
Macros
bsd_asm.h File Reference
#include "bsd_cdefs.h"
Include dependency graph for bsd_asm.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
 

Macro Definition Documentation

◆ __FBSDID

#define __FBSDID (   s)    .ident s

◆ _START_ENTRY

#define _START_ENTRY   .p2align 4,0x90

◆ ALTENTRY

#define ALTENTRY (   x)    _ENTRY(x)

◆ CNAME

#define CNAME (   csym)    csym

◆ ENTRY

#define ENTRY (   x)    _ENTRY(x)

◆ HIDENAME

#define HIDENAME (   asmsym)    .asmsym

◆ PIC_GOT

#define PIC_GOT (   x)    x

◆ PIC_PLT

#define PIC_PLT (   x)    x

◆ RCSID

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