Home | History | Annotate | Download | only in Inputs
      1 .ascii "APS2"
      2 .sleb128 8    // Number of relocations
      3 .sleb128 4096 // Initial offset
      4 
      5 .sleb128 2 // Number of relocations in group
      6 .sleb128 1 // RELOCATION_GROUPED_BY_INFO_FLAG
      7 .sleb128 8 // R_X86_RELATIVE
      8 
      9 .sleb128 256 // Reloc 1: r_offset delta
     10 .sleb128 128 // Reloc 2: r_offset delta
     11 
     12 .sleb128 2 // Number of relocations in group
     13 .sleb128 2 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG
     14 .sleb128 8 // offset delta
     15 
     16 .sleb128 (1 << 32) | 1 // R_X86_64_64 (sym index 1)
     17 .sleb128 (2 << 32) | 1 // R_X86_64_64 (sym index 2)
     18 
     19 .sleb128 2 // Number of relocations in group
     20 .sleb128 8 // RELOCATION_GROUP_HAS_ADDEND_FLAG
     21 
     22 .sleb128 1             // offset delta
     23 .sleb128 (1 << 32) | 1 // R_X86_64_64 (sym index 1)
     24 .sleb128 8             // addend delta
     25 
     26 .sleb128 2             // offset delta
     27 .sleb128 (2 << 32) | 1 // R_X86_64_64 (sym index 2)
     28 .sleb128 4             // addend delta
     29 
     30 .sleb128 2  // Number of relocations in group
     31 .sleb128 12 // RELOCATION_GROUP_HAS_ADDEND_FLAG | RELOCATION_GROUPED_BY_ADDEND_FLAG
     32 .sleb128 -2 // addend delta
     33 
     34 .sleb128 4             // offset delta
     35 .sleb128 (1 << 32) | 1 // R_X86_64_64 (sym index 1)
     36 .sleb128 8             // offset delta
     37 .sleb128 (2 << 32) | 1 // R_X86_64_64 (sym index 2)
     38