forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339927 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.ascii "APS2" | ||
.sleb128 6 // Number of relocations | ||
.sleb128 4096 // Initial offset | ||
|
||
.sleb128 2 // Number of relocations in group | ||
.sleb128 8 // RELOCATION_GROUP_HAS_ADDEND_FLAG | ||
|
||
.sleb128 256 // Reloc 1: r_offset delta | ||
.sleb128 8 // Reloc 1: r_info R_X86_RELATIVE | ||
.sleb128 0 // Reloc 1: r_addend delta | ||
.sleb128 128 // Reloc 2: r_offset delta | ||
.sleb128 8 // Reloc 2: r_info R_X86_RELATIVE | ||
.sleb128 8 // Reloc 2: r_addend delta | ||
|
||
.sleb128 2 // Number of relocations in group | ||
.sleb128 0 // No RELOCATION_GROUP_HAS_ADDEND_FLAG | ||
|
||
.sleb128 128 // reloc 1: r_offset delta | ||
.sleb128 (1 << 32) | 1 // r_x86_64_64 (sym index 1) | ||
.sleb128 8 // reloc 2: r_offset delta | ||
.sleb128 (2 << 32) | 1 // r_x86_64_64 (sym index 2) | ||
|
||
.sleb128 2 // Number of relocations in group | ||
.sleb128 8 // RELOCATION_GROUP_HAS_ADDEND_FLAG | ||
|
||
.sleb128 8 // reloc 1: r_offset delta | ||
.sleb128 (1 << 32) | 1 // r_x86_64_64 (sym index 1) | ||
.sleb128 0 // reloc 1: r_addend delta | ||
.sleb128 8 // reloc 2: r_offset delta | ||
.sleb128 (2 << 32) | 1 // r_x86_64_64 (sym index 2) | ||
.sleb128 8 // reloc 2: r_addend delta |