Luqman Aden
568035ac39
[llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test.
Akin to dumpbin's /TLS option, this will print out the TLS directory, if
present, in the image.
Example output:
```
> llvm-readobj --coff-tls-directory test.exe
File: test.exe
Format: COFF-x86-64
Arch: x86_64
AddressSize: 64bit
TLSDirectory {
StartAddressOfRawData: 0x140004000
EndAddressOfRawData: 0x140004040
AddressOfIndex: 0x140002000
AddressOfCallBacks: 0x0
SizeOfZeroFill: 0x0
Characteristics [ (0x0)
]
}
```
Reviewed By: jhenderson, grimar
Differential Revision: https://reviews.llvm.org/D88635
2020-10-08 01:53:15 -07:00
..
2020-09-10 09:46:10 -07:00
2020-08-31 13:20:04 -07:00
2020-08-07 12:51:58 -07:00
2020-08-06 21:02:41 -04:00
2020-07-20 10:43:28 -07:00
2020-07-20 10:43:28 -07:00
2020-04-16 16:16:21 -07:00
2020-05-01 11:03:06 +01:00
2020-06-25 11:04:28 +02:00
2020-08-04 15:57:46 +01:00
2020-08-09 19:31:49 -07:00
2020-09-17 13:44:26 -07:00
2020-08-25 15:04:23 -07:00
2020-03-22 22:49:40 +01:00
2020-06-07 11:14:24 -04:00
2020-06-22 13:05:47 -07:00
2020-05-05 11:22:56 +01:00
2020-08-17 18:06:22 -07:00
2020-07-27 20:17:40 -07:00
2020-07-20 10:39:05 +01:00
2020-10-08 01:53:15 -07:00
2020-03-22 22:49:40 +01:00
2020-03-22 22:49:40 +01:00
2020-05-26 16:49:56 -07:00
2020-08-10 08:21:43 -07:00