From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- python/macholib/doc/_build/html/_sources/macho_o.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/macholib/doc/_build/html/_sources/macho_o.txt (limited to 'python/macholib/doc/_build/html/_sources/macho_o.txt') diff --git a/python/macholib/doc/_build/html/_sources/macho_o.txt b/python/macholib/doc/_build/html/_sources/macho_o.txt new file mode 100644 index 000000000..dfa347e8f --- /dev/null +++ b/python/macholib/doc/_build/html/_sources/macho_o.txt @@ -0,0 +1,13 @@ +:mod:`macholib.mach_o` --- Low-level definitions +================================================ + +.. module:: macholib.mach_o + :synopsis: Low-level definitions of elements in a Mach-O file + +This module defines constants and packable structure types +that correspond to elements of a Mach-O file. + +The names of classes and constants is the same as those in +the Mach-O header files and +`Apple's documentation `_. This document therefore +doesn't explictly document the names in this module. -- cgit v1.2.3