diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/MachO.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/CompilerKit/MachO.h b/include/CompilerKit/MachO.h index a8a8b78..1b6282d 100644 --- a/include/CompilerKit/MachO.h +++ b/include/CompilerKit/MachO.h @@ -21,9 +21,9 @@ namespace MachO { constexpr const char* kSegmentPageZero = "__PAGEZERO"; /// @brief Mach-O section names - constexpr const char* kSectionText = "__text"; - constexpr const char* kSectionData = "__data"; - constexpr const char* kSectionBss = "__bss"; + constexpr const char* kSectionText = "__text"; + constexpr const char* kSectionData = "__data"; + constexpr const char* kSectionPageZero = "__pagezero"; /// @brief Default base address for Mach-O executables constexpr uint64_t kDefaultBaseAddress = 0x100000000ULL; |
