Lines Matching full:lastsec
31 LastSec: .init
37 LastSec: .data
88 # UNKNOWN-ERR: error: unknown section or fill referenced: '.unknown2' by the 'LastSec' key of the p…
119 LastSec: [[LAST=<none>]]
122 ## is greater than the index of the section specified by the "LastSec" key.
129 ## Check that we can't use the "LastSec" key without the "FirstSec" key.
134 # ONLY-LAST-ERR: error: the "LastSec" key can't be used without the "FirstSec" key
136 ## Check that we can't use the "FirstSec" key without the "LastSec" key.
141 # ONLY-FIRST-ERR: error: the "FirstSec" key can't be used without the "LastSec" key
143 ## Check we create an empty segment when neither "FirstSec" nor "LastSec" are specified.
152 ## Check that we include all sections between FirstSec and LastSec in the segment when both keys ar…
160 ## Check that we include fills that are between FirstSec and LastSec in the segment when both keys …