reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 | // REQUIRES: x86-registered-target // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | not llvm-readobj -r - 2>&1 | FileCheck %s // CHECK: error: '<stdin>': relocation group unexpectedly large .section .rela.dyn, "a", @0x60000001 .ascii "APS2" .sleb128 4 // Number of relocations .sleb128 0 // Initial offset .sleb128 5 // Number of relocations in group .sleb128 2 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG .sleb128 8 // offset delta |