Re-scope Mach-O enums

This commit is contained in:
Romain Thomas
2024-05-09 06:02:00 +02:00
parent 9aec6c0570
commit e46074212d
187 changed files with 4841 additions and 6922 deletions
@@ -28,7 +28,7 @@ template<>
void create<SegmentSplitInfo>(nb::module_& m) {
nb::class_<SegmentSplitInfo, LoadCommand>(m, "SegmentSplitInfo",
"Class that represents the LOAD_COMMAND_TYPES::LC_SEGMENT_SPLIT_INFO command"_doc)
"Class that represents the :attr:`~.LoadCommand.TYPE.SEGMENT_SPLIT_INFO` command"_doc)
.def_prop_rw("data_offset",
nb::overload_cast<>(&SegmentSplitInfo::data_offset, nb::const_),