Lines Matching full:offsets

28 ##                                                    ^-------  offsets[0] (4-byte)
30 ## ^------- offsets[1] (4-byte)
51 ## ^------- offsets[0] (4-byte)
52 ## ^------- offsets[1] (4-byte)
115 ## ^------- offsets[0] (4-byte)
117 ## ^------- offsets[1] (4-byte)
138 ## ^------- offsets[0] (4-byte)
139 ## ^------- offsets[1] (4-byte)
171 ## ^---------------- offsets[0] (8-byte)
172 ## ^------- offsets[1] (8-byte)
207 ## ^---------------- offsets[0] (8-byte)
208 ## ^------- offsets[1] (8-byte)
216 ## and offsets fields can be specified manually.
229 ## ^------- offsets[0] (4-byte)
244 Offsets: [ 0x01 ]
609 ## ^------- offsets[0] (4-byte)
611 ## ^------- offsets[1] (4-byte)
612 ## ^------- offsets[2] (4-byte)
655 ## u) Test that when the "OffsetEntryCount" is specified to be 0 and "Offsets" is not specified,
656 ## the offsets array is not emitted.
660 # RUN: FileCheck %s --check-prefix=NO-OFFSETS
662 # NO-OFFSETS: Hex dump of section '.debug_rnglists':
663 # NO-OFFSETS-NEXT: 0x00000000 0e000000 05000800 00000000 02010202 ................
669 # NO-OFFSETS-NEXT: 0x00000010 0102 ..
681 Offsets: [[OFFSETS=<none>]]
690 ## v) Test that when the "Offsets" entry is specified to be empty and the "OffsetEntryCount" is not…
691 ## the offsets array will be omitted.
695 # RUN: FileCheck %s --check-prefix=NO-OFFSETS
697 ## w) Test that if "Offsets" is specified, the offsets array will be emitted accordingly, even when
702 # RUN: FileCheck %s --check-prefix=OFFSETS
704 # OFFSETS: Hex dump of section '.debug_rnglists':
705 # OFFSETS-NEXT: 0x00000000 0e000000 05000800 00000000 01000000 ................
707 ## ^------- offsets[0] (4-byte)
708 # OFFSETS-NEXT: 0x00000010 02000000 03000000 02010202 0102 ..............
709 ## ^------- offsets[1] (4-byte)
710 ## ^------- offsets[2] (4-byte)