Home | History | Annotate | Download | only in tests

Lines Matching defs:dd

6 dd foo-$
7 dd baz-$
14 dd foo-$
15 ;dd $-foo ; illegal
16 dd baz-$
17 dd $-baz
18 dd foo+4-$ ; with constant
19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
20 dd baz+foo+4-$-$ ; ditto, slightly different
21 ;dd (bar-$)+(foo-$) ; illegal (too many cross-segment)
22 dd baz-$+baz-$ ; two from same segment