Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Object] | David Meyer | 2012-03-01 | 1 | -2/+4 |
| | | | | | | | | | * Add begin_dynamic_table() / end_dynamic_table() private interface to ELFObjectFile. * Add begin_libraries_needed() / end_libraries_needed() interface to ObjectFile, for grabbing the list of needed libraries for a shared object or dynamic executable. * Implement this new interface completely for ELF, leave stubs for COFF and MachO. * Add 'llvm-readobj' tool for dumping ObjectFile information. llvm-svn: 151785 | ||||
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 1 | -0/+31 |
Add -D option to llvm-nm to dump dynamic symbols. Patch by David Meyer. llvm-svn: 151600 |