llvm-6502/test/Object
Danil Malyshev b0436a7305 Fixed ObjectFile functions:
- getSymbolOffset() renamed as getSymbolFileOffset()
- getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
- added getRelocationOffset()
- fixed MachOObjectFile::getSymbolSize()
- fixed MachOObjectFile::getSymbolSection()
- fixed MachOObjectFile::getSymbolOffset() for symbols without section data.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145408 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-29 17:40:10 +00:00
..
Inputs Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests) 2011-10-31 23:46:38 +00:00
X86 Move x86-specific tests into X86 folder. 2011-11-01 03:21:48 +00:00
dg.exp
nm-archive.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
nm-trivial-object.test Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00
objdump-file-header.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-relocations.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-section-content.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-sectionheaders.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-symbol-table.test Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00