| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [llvm-readobj] Change -t to --symbols in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | -t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf. The confusing option should not be used since we aim for improving compatibility. Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.test llvm-svn: 359661 | ||||
| * | llvm-readobj: pretty-print special COFF section names | David Majnemer | 2014-09-20 | 1 | -2/+2 |
| | | | | | | | Print IMAGE_SYM_DEBUG and the like instead of (-2). llvm-svn: 218172 | ||||
| * | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | This adds support for reading the "bigobj" variant of COFF produced by cl's /bigobj and mingw's -mbig-obj. The most significant difference that bigobj brings is more than 2**16 sections to COFF. bigobj brings a few interesting differences with it: - It doesn't have a Characteristics field in the file header. - It doesn't have a SizeOfOptionalHeader field in the file header (it's only used in executable files). - Auxiliary symbol records have the same width as a symbol table entry. Since symbol table entries are bigger, so are auxiliary symbol records. Write support will come soon. Differential Revision: http://reviews.llvm.org/D5259 llvm-svn: 217496 | ||||
| * | llvm-readobj: Print referred symbol name for CLR token definition | Nico Rieck | 2014-03-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 204024 | ||||
| * | llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI | Nico Rieck | 2014-03-17 | 1 | -0/+42 |
| llvm-svn: 204023 | |||||

