LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
visibility.h File Reference

Go to the source code of this file.

Macros

#define LIEF_HELPER_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIEF_HELPER_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIEF_HELPER_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIEF_API
 
#define LIEF_LOCAL   LIEF_HELPER_LOCAL
 

Macro Definition Documentation

◆ LIEF_API

#define LIEF_API

◆ LIEF_HELPER_EXPORT

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

◆ LIEF_HELPER_IMPORT

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

◆ LIEF_HELPER_LOCAL

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

◆ LIEF_LOCAL

#define LIEF_LOCAL   LIEF_HELPER_LOCAL