Lines Matching refs:excluded
5 ## Check we do not include the name of the excluded section in the string table.
117 ## Check how we handle cases when a section is excluded, but its section index is needed.
119 ## excluded, then we report an error. In the case when it is linked implicitly with an excluded
123 ## points to an excluded section.
127 # LINK: error: unable to link '[[SEC]]' to excluded section '[[TARGET]]'
149 ## points to an excluded section.
174 ## Case B.2: check we do not link .dynsym with .dynstr implicitly when the latter is excluded.
199 ## Case B.3: check we do not link .symtab with .strtab implicitly when the latter is excluded.
224 ## points to an excluded section.
245 ## points to an excluded section.
267 ## with an excluded section explicitly.
291 ## Case E: check we report an error when a symbol references an excluded section.
295 # SYMBOL-SECTION: error: excluded section referenced: '.foo' by symbol 'foo'
318 ## contains an excluded section member.
340 ## to an excluded section explicitly.
365 ## with .symtab implicitly when the latter is excluded.
407 ## implicitly when the latter is excluded.
438 ## Case I: document the case when an excluded section is explicitly linked to another excluded sect…
445 # CROSS-LINK: error: unable to link '.foo' to excluded section '.bar'
446 # CROSS-LINK-NEXT: error: unable to link '.bar' to excluded section '.foo'
468 ## Check we set e_shstrndx field to 0 when the section header string table is excluded.