Searched refs:sym (Results 1 - 25 of 812) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dredef5.s1 .comm sym, 1
2 .set sym, 0
H A Dredef2.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 sym: label
12 .long sym
[all...]
H A Dredef4.s2 sym: label
3 .set sym, 0
H A Dredef3.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 .comm sym, 1
12 .long sym
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dredef5.s1 .comm sym, 1
2 .set sym, 0
H A Dredef2.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 sym: label
12 .long sym
[all...]
H A Dredef4.s2 sym: label
3 .set sym, 0
H A Dredef3.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 .comm sym, 1
12 .long sym
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Drelocs-errors.s1 j sym@plt
2 jl sym@plt
3 jeq sym@plt
5 j sym@pcl
6 jl sym@pcl
7 jeq sym@pcl
/haiku-buildtools/gcc/libgcc/
H A Dmkmap-flat.awk85 sym = prefix $1;
87 delete export[sym];
89 export[sym] = 1;
100 for (sym in export)
101 if (def[sym] || (pe_dll && def["_" sym]))
102 print sym;
/haiku-buildtools/binutils/gold/testsuite/
H A Darm_abs_global.sh33 sym=$2
36 found=`grep " $sym\$" $file`
38 echo "Symbol $sym not found."
42 match_reloc=`grep " $sym\$" $file | grep " $reloc "`
44 echo "Expected symbol $sym to have relocation $reloc but found"
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dpc2210.s3 sym: .word 0 label
5 sethi %pc22(sym), %o1
6 or %o1, %pc10(sym), %o1
H A Dgotop32.s4 sym: .word 0 label
7 foo: sethi %gdop_hix22(sym), %l1
8 xor %l1, %gdop_lox10(sym), %l1
9 ld [%l7 + %l1], %l2, %gdop(sym)
H A Dgotop64.s4 sym: .word 0 label
7 foo: sethi %gdop_hix22(sym), %l1
8 xor %l1, %gdop_lox10(sym), %l1
9 ldx [%l7 + %l1], %l2, %gdop(sym)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr42767.c13 unsigned char *sym; local
17 for (; sym < symend; sym += 1);
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dreloc-dtprel_lo12-ldst16.s5 ldrsh x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst32.s5 ldrsw x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst64.s5 ldr x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst8.s5 ldrsb x21, [x8, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12_nc-ldst16.s5 ldrh w27, [x4, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst32.s5 ldrsw x20, [x7, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst64.s5 ldr x27, [x4, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst8.s5 ldrb w29, [x2, #:dtprel_lo12_nc:sym]

Completed in 173 milliseconds

1234567891011>>