We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c6f3f commit d06f0ebCopy full SHA for d06f0eb
llvm/test/tools/llvm-objdump/ELF/dynamic-section-machine-specific.test
@@ -268,6 +268,9 @@ ProgramHeaders:
268
# AARCH64: Dynamic Section:
269
# AARCH64-NEXT: AARCH64_BTI_PLT 0x0000000000000001
270
# AARCH64-NEXT: AARCH64_PAC_PLT 0x0000000000000002
271
+# AARCH64-NEXT: AARCH64_AUTH_RELR 0x0000000000000003
272
+# AARCH64-NEXT: AARCH64_AUTH_RELRSZ 0x0000000000000004
273
+# AARCH64-NEXT: AARCH64_AUTH_RELRENT 0x0000000000000005
274
275
--- !ELF
276
FileHeader:
@@ -283,6 +286,12 @@ Sections:
283
286
Value: 1
284
287
- Tag: DT_AARCH64_PAC_PLT
285
288
Value: 2
289
+ - Tag: DT_AARCH64_AUTH_RELR
290
+ Value: 3
291
+ - Tag: DT_AARCH64_AUTH_RELRSZ
292
+ Value: 4
293
+ - Tag: DT_AARCH64_AUTH_RELRENT
294
+ Value: 5
295
- Tag: DT_NULL
296
Value: 0
297
ProgramHeaders:
0 commit comments