BOOST_DLL_ALIAS_SECTIONED — Same as BOOST_DLL_ALIAS but puts alias name into the user specified section.
// In header: <boost/dll/alias.hpp> BOOST_DLL_ALIAS_SECTIONED(FunctionOrVar, AliasName, SectionName)
Example:
Parameters:
AliasName
Name of the alias. Must be a valid C identifier.
FunctionOrVar
Function or variable for which an alias must be made.
SectionName
Name of the section. Must be a valid C identifier without quotes not longer than 8 bytes.