48 lines · plain
1# RUN: llvm-readobj --sections %p/Inputs/reloc-overflow.o | \2# RUN: FileCheck --check-prefix=SECOVERFLOW %s3# SECOVERFLOW: File: {{.*}}reloc-overflow.o4# SECOVERFLOW-NEXT: Format: aixcoff-rs60005# SECOVERFLOW-NEXT: Arch: powerpc6# SECOVERFLOW-NEXT: AddressSize: 32bit7# SECOVERFLOW-NEXT: Sections [8# SECOVERFLOW-NEXT: Section {9# SECOVERFLOW-NEXT: Index: 110# SECOVERFLOW-NEXT: Name: .text11# SECOVERFLOW-NEXT: PhysicalAddress: 0x012# SECOVERFLOW-NEXT: VirtualAddress: 0x013# SECOVERFLOW-NEXT: Size: 0x3814# SECOVERFLOW-NEXT: RawDataOffset: 0x8C15# SECOVERFLOW-NEXT: RelocationPointer: 0x016# SECOVERFLOW-NEXT: LineNumberPointer: 0x017# SECOVERFLOW-NEXT: NumberOfRelocations: 018# SECOVERFLOW-NEXT: NumberOfLineNumbers: 019# SECOVERFLOW-NEXT: Type: STYP_TEXT (0x20)20# SECOVERFLOW-NEXT: }21# SECOVERFLOW-NEXT: Section {22# SECOVERFLOW-NEXT: Index: 223# SECOVERFLOW-NEXT: Name: .data24# SECOVERFLOW-NEXT: PhysicalAddress: 0x3825# SECOVERFLOW-NEXT: VirtualAddress: 0x3826# SECOVERFLOW-NEXT: Size: 0x1C27# SECOVERFLOW-NEXT: RawDataOffset: 0xC428# SECOVERFLOW-NEXT: RelocationPointer: 0xE029# SECOVERFLOW-NEXT: LineNumberPointer: 0x030# SECOVERFLOW-NEXT: NumberOfRelocations: 6553531# SECOVERFLOW-NEXT: NumberOfLineNumbers: 6553532# SECOVERFLOW-NEXT: Type: STYP_DATA (0x40)33# SECOVERFLOW-NEXT: }34# SECOVERFLOW-NEXT: Section {35# SECOVERFLOW-NEXT: Index: 336# SECOVERFLOW-NEXT: Name: .ovrflo37# SECOVERFLOW-NEXT: NumberOfRelocations: 338# SECOVERFLOW-NEXT: NumberOfLineNumbers: 339# SECOVERFLOW-NEXT: Size: 0x040# SECOVERFLOW-NEXT: RawDataOffset: 0x041# SECOVERFLOW-NEXT: RelocationPointer: 0xE042# SECOVERFLOW-NEXT: LineNumberPointer: 0x043# SECOVERFLOW-NEXT: IndexOfSectionOverflowed: 244# SECOVERFLOW-NEXT: IndexOfSectionOverflowed: 245# SECOVERFLOW-NEXT: Type: STYP_OVRFLO (0x8000)46# SECOVERFLOW-NEXT: }47# SECOVERFLOW-NEXT: ]48