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/SymbolTable.html | 136 +++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 python/macholib/doc/_build/html/SymbolTable.html (limited to 'python/macholib/doc/_build/html/SymbolTable.html') diff --git a/python/macholib/doc/_build/html/SymbolTable.html b/python/macholib/doc/_build/html/SymbolTable.html new file mode 100644 index 000000000..f6847d612 --- /dev/null +++ b/python/macholib/doc/_build/html/SymbolTable.html @@ -0,0 +1,136 @@ + + + + + + + + macholib.SymbolTable — Class to read the symbol table from a Mach-O header — macholib 1.7 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

macholib.SymbolTable — Class to read the symbol table from a Mach-O header

+

This module is deprecated because it is not by the author +and likely contains bugs. It also does not work for 64-bit binaries.

+
+
+class macholib.SymbolTable.SymbolTable(macho[, openfile])
+

Reads the SymbolTable for the given Mach-O object.

+

The option argument openfile specifies the +function to use to open the file, defaulting to +the builtin open() function.

+
+

Warning

+

As far as we know this class is not used +by any user of the modulegraph package, and the code +has not been updated after the initial implementation.

+

The end result of this is that the code does not +support 64-bit code at all and likely doesn’t work +properly for 32-bit code as well.

+
+
+ +
+ + +
+
+
+
+
+

Previous topic

+

macholib.MachOStandalone — Create standalone application bundles

+

Next topic

+

macholib.dyld — Dyld emulation

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3