You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
15
external/llvm/test/tools/llvm-readobj/Inputs/elf-packed-relocs2.s
vendored
Normal file
15
external/llvm/test/tools/llvm-readobj/Inputs/elf-packed-relocs2.s
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.ascii "APS2"
|
||||
.sleb128 10 // Number of relocations
|
||||
.sleb128 4096 // Initial offset
|
||||
|
||||
.sleb128 2 // Number of relocations in group
|
||||
.sleb128 2 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG
|
||||
.sleb128 8 // offset delta
|
||||
|
||||
.sleb128 (1 << 8) | 1 // R_386_32 (sym index 1)
|
||||
.sleb128 (2 << 8) | 3 // R_386_GOT32 (sym index 2)
|
||||
|
||||
.sleb128 8 // Number of relocations in group
|
||||
.sleb128 3 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG | RELOCATION_GROUPED_BY_INFO_FLAG
|
||||
.sleb128 -4 // offset delta
|
||||
.sleb128 8 // R_386_RELATIVE
|
Reference in New Issue
Block a user