Lines Matching refs:headers
1 ## In this test we test how llvm-readelf prints file headers.
8 # RUN: llvm-readelf --file-headers %t1 \
22 # I386-NEXT: Start of program headers: 52 (bytes into file)
23 # I386-NEXT: Start of section headers: 112 (bytes into file)
26 # I386-NEXT: Size of program headers: 32 (bytes)
27 # I386-NEXT: Number of program headers: 1
28 # I386-NEXT: Size of section headers: 40 (bytes)
29 # I386-NEXT: Number of section headers: 4
51 # RUN: llvm-readelf --file-headers %t2 \
65 # X86-64-NEXT: Start of program headers: 64 (bytes into file)
66 # X86-64-NEXT: Start of section headers: 152 (bytes into file)
69 # X86-64-NEXT: Size of program headers: 56 (bytes)
70 # X86-64-NEXT: Number of program headers: 1
71 # X86-64-NEXT: Size of section headers: 64 (bytes)
72 # X86-64-NEXT: Number of section headers: 4
95 # RUN: llvm-readelf --file-headers %t3 \
109 # MIPSEL-NEXT: Start of program headers: 52 (bytes into file)
110 # MIPSEL-NEXT: Start of section headers: 112 (bytes into file)
113 # MIPSEL-NEXT: Size of program headers: 32 (bytes)
114 # MIPSEL-NEXT: Number of program headers: 1
115 # MIPSEL-NEXT: Size of section headers: 40 (bytes)
116 # MIPSEL-NEXT: Number of section headers: 4