File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
llvm/test/tools/llvm-objdump/ELF Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ ProgramHeaders:
268
268
# AARCH64: Dynamic Section:
269
269
# AARCH64-NEXT: AARCH64_BTI_PLT 0x0000000000000001
270
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
271
274
272
275
--- !ELF
273
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
286
295
- Tag: DT_NULL
287
296
Value: 0
288
297
ProgramHeaders:
You can’t perform that action at this time.
0 commit comments