1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/tools/llvm-readobj
Rafael Espindola 9e7ded9509 Use pointers to iterate over symbols.
While here, don't report a dummy symbol for relocations that don't have symbols.
We used to says such relocations were for the first defined symbol, but now we
return end_symbols(). The llvm-readobj output change agrees with otool.

llvm-svn: 180214
2013-04-24 19:47:55 +00:00
..
Inputs At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
file-headers.test
lit.local.cfg
program-headers.test Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
reloc-types.test Add extensive relocation tests for llvm-readobj 2013-04-12 04:02:23 +00:00
relocations.test Use pointers to iterate over symbols. 2013-04-24 19:47:55 +00:00
sections-ext.test Use pointers to iterate over symbols. 2013-04-24 19:47:55 +00:00
sections.test At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
symbols.test