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 | ## Test that llvm-readobj/llvm-readelf shows proper relocation type ## names and values for macho-i386 target. ## TODO: use yaml2obj. # RUN: llvm-readobj -r --expand-relocs %p/Inputs/relocs.obj.macho-i386 | FileCheck %s # CHECK: Type: GENERIC_RELOC_VANILLA (0) # CHECK: Type: GENERIC_RELOC_PAIR (1) # CHECK: Type: GENERIC_RELOC_SECTDIFF (2) # CHECK: Type: GENERIC_RELOC_PB_LA_PTR (3) # CHECK: Type: GENERIC_RELOC_LOCAL_SECTDIFF (4) # CHECK: Type: GENERIC_RELOC_TLV (5) |