History log of /external/llvm/include/llvm/Object/MachOObject.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e96531186ba574b0c25a4be62d24b8b7d752c9f 18-May-2012 Jim Grosbach <grosbach@apple.com> Refactor data-in-code annotations.

Use a dedicated MachO load command to annotate data-in-code regions.
This is the same format the linker produces for final executable images,
allowing consistency of representation and use of introspection tools
for both object and executable files.

Data-in-code regions are annotated via ".data_region"/".end_data_region"
directive pairs, with an optional region type.

data_region_directive := ".data_region" { region_type }
region_type := "jt8" | "jt16" | "jt32" | "jta32"
end_data_region_directive := ".end_data_region"

The previous handling of ARM-style "$d.*" labels was broken and has
been removed. Specifically, it didn't handle ARM vs. Thumb mode when
marking the end of the section.

rdar://11459456

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157062 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
381e2bee6520a10d736a7fa633809c372cfab37c 22-Jan-2012 Eli Bendersky <eli.bendersky@intel.com> Remove trailing spaces


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148655 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
d4522460d495fb0be3303f0727f9bd00867c0b16 31-Aug-2011 Benjamin Kramer <benny.kra@googlemail.com> Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
9942acab0a42755637a682308c8262b88cbbb9e9 30-Aug-2011 Benjamin Kramer <benny.kra@googlemail.com> Teach macho-dump how to dump linkedit_data load commands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138807 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
592cf78f842999d3b6c958822927790bc3f45c62 04-Apr-2011 Eric Christopher <echristo@apple.com> Start migrating mach-o dumping facilities to the object file out of a
separate executable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128801 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
71130f8aa1cef096083b95267a8a688a3bef6426 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for --dump-section-data and tweak a few format strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120219 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
2208b58b83392b2a3558e556c7447b13c3aea857 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping symbol table entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120218 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
f2e2a5ff04e13720cec0c130c1d88d81d0ae6007 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping string table data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120217 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
90e3e3a429e75a7d3671afcc30ed376b6186fd58 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping relocation entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120216 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
2acadbddf6783055249da9fc9ea40a05b83ce56a 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120215 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
4c55e0db0f0a095dcd76326bef24d0fe05d2a5e4 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping dysymtab indirect symbol table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120214 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
f879f14cef93fe51ee8c180be7acf70294807b8f 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping symtab and dysymtab commands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120204 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
4ba1f5e0011fa0c17ff121634bf8e88270f3b52e 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Add support for dumping segment load commands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120203 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
a956d8b71755b908d8a150736e8857d2214060c6 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> Object/Mach-O: Add header and load command information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120198 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
95369163f58f06a6494ca9623184a8849ecf85f3 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> Object/Mach-O: Validate Mach-O magic and initialize format info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120195 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h
fbd25b7d1d030ca0cbea28c690b636c35299826e 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O: Start stubbing out a Mach-O object file wrapper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120190 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Object/MachOObject.h