HomeSort by relevance Sort by last modified time
    Searched defs:mytext (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
p3041.s 1 lea mytext,%a0
2 lea mytext+2,%a0
3 lea mytext-4,%a0
10 .weak mytext
11 mytext: label
p3041data.s 5 .weak mytext
6 mytext: label
11 .long mytext
12 .long mytext+1
15 .long mytext-3
p3041pcrel.s 1 lea mytext(%pc),%a0
2 lea mytext+2(%pc),%a0
3 lea mytext-4(%pc),%a0
10 .weak mytext
11 mytext: label

Completed in 66 milliseconds