You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
This commit is contained in:
parent
32d52ae4ca
commit
f32dbaf0b2
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