| UbixOS V2
    2.0
    | 
Go to the source code of this file.
| Macros | |
| #define | ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ | 
| #define | CNAME(csym) csym | 
| #define | END(name) .size name, . - name | 
| #define | ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT | 
| #define | GEN_ENTRY(name) | 
| #define | MCOUNT nop | 
| #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ | 
Definition at line 46 of file asmacros.h.
| #define CNAME | ( | csym | ) | csym | 
Definition at line 45 of file asmacros.h.
Definition at line 53 of file asmacros.h.
| #define GEN_ENTRY | ( | name | ) | 
Definition at line 48 of file asmacros.h.
| #define MCOUNT nop | 
Definition at line 52 of file asmacros.h.