Home | History | Annotate | Download | only in Object
      1 RUN: llvm-readobj %p/Inputs/no-section-header-string-table.elf-x86-64 --sections \
      2 RUN:   | FileCheck %s
      3 
      4 CHECK:    Type: SHT_PROGBITS (0x1)
      5 CHECK:    Type: SHT_PROGBITS (0x1)
      6 CHECK:    Type: SHT_PROGBITS (0x1)
      7 CHECK:    Type: SHT_RELA (0x4)
      8 CHECK:    Type: SHT_SYMTAB (0x2)
      9 CHECK:    Type: SHT_STRTAB (0x3)
     10 CHECK:    Type: SHT_STRTAB (0x3)
     11