summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-13 03:11:08 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-13 03:11:08 +0000
commit9ede5c7dd00b48a1c07d9d08695228a1a68d5c33 (patch)
tree259ae2e9572de8386440c2b555ab7788e78d8b40 /llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm
parent81c55b62552f5a3de43ebb83364047e7d9a4ebec (diff)
downloadbcm5719-llvm-9ede5c7dd00b48a1c07d9d08695228a1a68d5c33.tar.gz
bcm5719-llvm-9ede5c7dd00b48a1c07d9d08695228a1a68d5c33.zip
tools: teach objdump about FILE aux records
Add support for file auxiliary symbol entries in COFF symbol tables. A COFF symbol table with a FILE entry is followed by sizeof(__FILE__) / 18 auxiliary symbol records which contain the filename. Read them and form the original filename that the record contains. Then display the name in the output. llvm-svn: 206126
Diffstat (limited to 'llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm')
-rwxr-xr-xllvm/test/tools/llvm-objdump/Inputs/file.obj.coff-armbin0 -> 374 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm b/llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm
new file mode 100755
index 00000000000..a333a87929b
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm
Binary files differ
OpenPOWER on IntegriCloud