Lines Matching full:offset
2 ## memory size and offset parameters.
8 # CHECK: Offset: 0x1234
12 # CHECK: Offset: 0x2000
16 # CHECK: Offset: 0x2000
20 # CHECK: Offset: 0x1FFF
24 # CHECK: Offset: 0xFFE
28 # CHECK: Offset: 0x3000
32 # CHECK: Offset: 0x2004
33 ## Offset of .nobits2 (0x2009) - offset of .data (0x2004) == 0x5.
70 Offset: 0x1234
83 # Program header with only offset set.
85 Offset: 0x1fff
90 Offset: 0xffe
97 Offset: 0x3000
102 Offset: 0x2004
106 ## Test the "Offset" property.
109 ## offset of the section with the minimum offset.
112 # RUN: FileCheck %s --check-prefixes=DEFAULT-OFFSET
114 # DEFAULT-OFFSET: [Nr] Name Type Address Off
115 # DEFAULT-OFFSET: [ 1] .foo PROGBITS 0000000000001000 0000b0
116 # DEFAULT-OFFSET-NEXT: [ 2] .bar PROGBITS 0000000000001001 0000b1
118 # DEFAULT-OFFSET: Type Offset
119 # DEFAULT-OFFSET-NEXT: LOAD 0x0000b0
120 # DEFAULT-OFFSET-NEXT: LOAD 0x0000b1
145 ## Check we can set the "Offset" value explicitly to be less than or equal to
146 ## the offset of a section in the segment.
149 # RUN: FileCheck %s --check-prefixes=VALID-OFFSET,VALID-OFFSET-LESS
152 # RUN: FileCheck %s --check-prefixes=VALID-OFFSET,VALID-OFFSET-EQ
154 # VALID-OFFSET: [Nr] Name Type Address Off
155 # VALID-OFFSET: [ 1] .foo PROGBITS 0000000000000000 000078
157 # VALID-OFFSET: Type Offset
158 # VALID-OFFSET-EQ: LOAD 0x000078
159 # VALID-OFFSET-LESS: LOAD 0x000077
173 Offset: [[OFFSET]]
177 ## Check we report an error when the "Offset" value is larger than the offset of a section in the s…
179 # RUN: FileCheck %s --check-prefix=INVALID-OFFSET
181 # INVALID-OFFSET: yaml2obj: error: 'Offset' for segment with index 1 must be less than or equal to …
183 ## Document that the "Offset" value is checked after the section offset is overriden using "ShOffse…
190 # SHOFFSET: Type Offset
203 ## Note: the real .foo offset is much less than 0xFFFFFFFF or
208 Offset: 0xFFFFFF00