APM:Libraries
Macros
defs.h File Reference

Go to the source code of this file.

Macros

#define __EXPORT   __attribute__ ((visibility ("default")))
 
#define __PRIVATE   __attribute__ ((visibility ("hidden")))
 
#define packed_struct   __attribute__ ((packed))
 
#define _WANT_REGISTER_FINI   1
 
#define HAVE_INITFINI_ARRAY   1
 

Macro Definition Documentation

◆ __EXPORT

#define __EXPORT   __attribute__ ((visibility ("default")))

Definition at line 9 of file defs.h.

◆ __PRIVATE

#define __PRIVATE   __attribute__ ((visibility ("hidden")))

Definition at line 13 of file defs.h.

◆ _WANT_REGISTER_FINI

#define _WANT_REGISTER_FINI   1

Definition at line 20 of file defs.h.

◆ HAVE_INITFINI_ARRAY

#define HAVE_INITFINI_ARRAY   1

Definition at line 21 of file defs.h.

◆ packed_struct

#define packed_struct   __attribute__ ((packed))

Definition at line 17 of file defs.h.