Lines Matching refs:text
6 ; Check we add SHF_LINK_ORDER for .stack_sizes and link it with the corresponding .text sections.
7 ; UNIQ: .section .text._Z3barv,"ax",@progbits{{$}}
8 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3barv{{$}}
9 ; UNIQ: .section .text._Z3foov,"ax",@progbits{{$}}
10 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3foov{{$}}
11 ; NOUNIQ: .section .text,"ax",@progbits,unique,1
12 ; NOUNIQ: .section .stack_sizes,"o",@progbits,.text,unique,1
13 ; NOUNIQ: .section .text,"ax",@progbits,unique,2
14 ; NOUNIQ: .section .stack_sizes,"o",@progbits,.text,unique,2
16 ; Check we add .stack_size section to a COMDAT group with the corresponding .text section if such a…
17 ; UNIQ: .section .text._Z4fooTIiET_v,"axG",@progbits,_Z4fooTIiET_v,comdat{{$}}
18 ; UNIQ: .section .stack_sizes,"Go",@progbits,_Z4fooTIiET_v,comdat,.text._Z4fooTIiET_v{{$}}
19 ; NOUNIQ: .section .text,"axG",@progbits,_Z4fooTIiET_v,comdat,unique,3
20 ; NOUNIQ: .section .stack_sizes,"Go",@progbits,_Z4fooTIiET_v,comdat,.text,unique,3