BOOST_DLL_SECTION — Macro that puts symbol to a specific section. On MacOS all the sections are put into "__DATA" segment.
// In header: <boost/dll/alias.hpp> BOOST_DLL_SECTION(SectionName, Permissions)
Parameters:
Permissions
Can be "read" or "write" (without quotes!).
SectionName
Name of the section. Must be a valid C identifier without quotes not longer than 8 bytes.