Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "addb2/addb2.h"
#include "addb2/addb2_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_addb2_trace_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_addb2_trace_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_addb2_trace)==16U) | |
M0_BASSERT (sizeof((struct m0_addb2_trace *) 0) ->tr_nr==8U) | |
M0_BASSERT (offsetof(struct m0_addb2_trace, tr_nr)==0U) | |
M0_BASSERT (offsetof(struct m0_addb2_trace, tr_body)==8U) | |
M0_INTERNAL void | m0_xc_m0_addb2_trace_struct_init (void) |
M0_INTERNAL void | m0_xc_addb2_addb2_init (void) |
M0_INTERNAL void | m0_xc_addb2_addb2_fini (void) |
Variables | |
struct m0_xcode_type * | m0_addb2_trace_xc = &_m0_addb2_trace._type |
static struct _m0_addb2_trace_s | _m0_addb2_trace |
M0_BASSERT | ( | offsetof(struct _m0_addb2_trace_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_addb2_trace) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_addb2_trace *) 0) -> | tr_nr = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_addb2_trace, tr_nr) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_addb2_trace, tr_body) | = =8U | ) |
M0_INTERNAL void m0_xc_addb2_addb2_fini | ( | void | ) |
Definition at line 79 of file addb2_xc.c.
M0_INTERNAL void m0_xc_addb2_addb2_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_addb2_trace_struct_init | ( | void | ) |
Definition at line 39 of file addb2_xc.c.
|
static |
struct m0_xcode_type * m0_addb2_trace_xc = &_m0_addb2_trace._type |
Definition at line 10 of file addb2_xc.c.