1 .ascii "APS2" 2 .sleb128 10 // Number of relocations 3 .sleb128 4096 // Initial offset 4 5 .sleb128 2 // Number of relocations in group 6 .sleb128 2 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG 7 .sleb128 8 // offset delta 8 9 .sleb128 (1 << 8) | 1 // R_386_32 (sym index 1) 10 .sleb128 (2 << 8) | 3 // R_386_GOT32 (sym index 2) 11 12 .sleb128 8 // Number of relocations in group 13 .sleb128 3 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG | RELOCATION_GROUPED_BY_INFO_FLAG 14 .sleb128 -4 // offset delta 15 .sleb128 8 // R_386_RELATIVE 16