Lines Matching full:headers
7 # RUN: llvm-readelf --section-headers %t1 | FileCheck %s --check-prefix=NO-OP
9 # NO-OP: Section Headers:
47 # RUN: llvm-readelf --section-headers %t2 | FileCheck %s --check-prefix=REORDERED
49 # REORDERED: Section Headers:
101 # RUN: llvm-readelf --file-headers %t3.1 | FileCheck %s --check-prefix=NO-HEADERS-TRUE
103 # NO-HEADERS-TRUE: Start of section headers: 0 (bytes into file)
104 # NO-HEADERS-TRUE: Size of section headers: 64 (bytes)
105 # NO-HEADERS-TRUE: Number of section headers: 0
106 # NO-HEADERS-TRUE: Section header string table index: 0
122 # RUN: llvm-readelf --file-headers --sections %t3.2 | FileCheck %s --check-prefix=NO-HEADERS-FALSE
124 # NO-HEADERS-FALSE: Start of section headers: 96 (bytes into file)
125 # NO-HEADERS-FALSE: Size of section headers: 64 (bytes)
126 # NO-HEADERS-FALSE: Number of section headers: 4
127 # NO-HEADERS-FALSE: Section header string table index: 3
129 # NO-HEADERS-FALSE: Section Headers:
130 # NO-HEADERS-FALSE-NEXT: [Nr] Name Type Address Off Size ES Flg Lk Inf Al
131 # NO-HEADERS-FALSE-NEXT: [ 0] NULL 0000000000000000 000000 000000 00 0 0 0
132 # NO-HEADERS-FALSE-NEXT: [ 1] .foo PROGBITS 0000000000000000 000040 000000 00 0 0 0
133 # NO-HEADERS-FALSE-NEXT: [ 2] .strtab STRTAB 0000000000000000 000040 000001 00 0 0 1
134 # NO-HEADERS-FALSE-NEXT: [ 3] .shstrtab STRTAB 0000000000000000 000041 000018 00 0 0 1
137 … %s --docnum=4 -DNOHEADERS=true -o /dev/null 2>&1 | FileCheck %s --check-prefix=SECTIONS-NO-HEADERS
138 …%s --docnum=4 -DNOHEADERS=false -o /dev/null 2>&1 | FileCheck %s --check-prefix=SECTIONS-NO-HEADERS
140 # SECTIONS-NO-HEADERS: error: NoHeaders can't be used together with Sections/Excluded
175 ## fields even when we do not produce section headers.
177 # RUN: not llvm-readelf --file-headers %t4 | FileCheck %s --check-prefix=NO-HEADERS-OVERRIDE
179 # NO-HEADERS-OVERRIDE: Start of section headers: 2 (bytes into file)
180 # NO-HEADERS-OVERRIDE: Number of section headers: 3
181 # NO-HEADERS-OVERRIDE: Section header string table index: 4
197 # RUN: llvm-readelf --section-headers --symbols %t5 | FileCheck %s --check-prefix=INDICES-A
199 # RUN: llvm-readelf --section-headers --symbols %t6 | FileCheck %s --check-prefix=INDICES-B