Home | History | Annotate | Download | only in i386

Lines Matching refs:SIZE

3 	movl	$xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
12 .size yyy,30
18 .size xxx,80
21 .long xxx@SIZE - 1
22 .long yyy@SIZE + 2