mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
b65ead9186
ELF for the 64-bit Arm Architecture defines two processor-specific dynamic tags: DT_AARCH64_BTI_PLT 0x70000001, d_val DT_AARCH64_PAC_PLT 0x70000003, d_val These presence of these tags indicate that PLT sequences have been protected using Branch Target Identification and Pointer Authentication respectively. The presence of both indicates that the PLT sequences have been protected with both Branch Target Identification and Pointer Authentication. This patch adds the tags and tests for llvm-readobj and yaml2obj. As some of the processor specific dynamic tags overlap, this patch splits them up, keeping their original default value if they were not previously mentioned explicitly in a switch case. Differential Revision: https://reviews.llvm.org/D62596 llvm-svn: 362493 |
||
---|---|---|
.. | ||
Inputs | ||
aix_xcoff_truncated_file_header.test | ||
aix_xcoff.test | ||
basic-minidump.yaml | ||
coff-bss.s | ||
dynamic-section-arch-tags.test | ||
dynamic-section.test | ||
elf-entsize.yaml | ||
elf-gnu-unique-symbols.yaml | ||
elf-reladyn-section-shinfo.yaml | ||
elf-shinfo.yaml | ||
invalid_input_file.test | ||
lit.local.cfg | ||
missing_symtab.test | ||
section-type.yaml | ||
special-symbol-indices.yaml | ||
symbol-type.yaml | ||
verdef-section.yaml | ||
verneed-section.yaml | ||
versym-section.yaml |