HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 476 - 500 of 7031) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
warning-003.s 2 .global foo
3 foo: label
warning-004.s 2 .global foo
3 foo: label
warning-005.s 2 .global foo
3 foo: label
warning-006.s 2 .global foo
3 foo: label
warning-007.s 2 .global foo
3 foo: label
warning-008.s 2 .global foo
3 foo: label
warning-009.s 2 .global foo
3 foo: label
warning-010.s 2 .global foo
3 foo: label
warning-012.s 2 .global foo
3 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section3.s 1 .section .foo,"","note"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
localpic.s 2 foo: label
5 movl foo@GOT(%ecx), %eax
reloc.s 2 foo: mov $foo, %bl label
3 push $foo
4 add $foo, %eax
5 add $foo, %ebx
6 imul $foo, %edx
7 lcall $0, $foo
8 pushw $foo
x86-64-localpic.s 2 foo: label
4 movq foo@GOTPCREL(%rip), %rax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
global.s 2 foo::
secname.s 1 .section .foo#,"aw","progbits"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
pr11676.s 2 .global foo
3 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
relocs-refs.s 3 .global foo
8 lb $5, foo($3)
9 bsr foo
10 repeat $5, foo
14 lb $5, (-foo & 0xffff)($3)
15 bsr -foo
16 repeat $5, -foo
20 lb $5, (foo + bar)($3)
21 bsr (foo + bar)
22 repeat $5, (foo + bar
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
call-nonpic-1.s 1 la $25,foo
expr1.s 1 .globl foo
2 .ent foo
3 foo: label
4 lw $4,%lo(foo)($4)
6 lw $4,%lo (2 * 4) + foo($4)
7 lw $4,%lo((2 * 4) + foo)($4)
8 lw $4,(((%lo ((2 * 4) + foo))))($4)
10 .end foo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-2.s 0 foo:
2 beqz $r0, foo
3 bgez $r0, foo
4 bgezal $r0, foo
5 bgtz $r0, foo
6 blez $r0, foo
7 bltz $r0, foo
8 bltzal $r0, foo
1 foo: label
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dynamic_list_lib2.cc 28 foo() function
36 return foo();
ifuncvar2.c 3 extern void foo (void);
4 void (*f) (void) = &foo;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-lib-plt-2b.s 2 .word foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
begin.c 1 extern void foo (void);
5 = { foo };
data2.c 1 int foo = 0; variable
2 extern int foo_alias __attribute__ ((weak, alias ("foo")));
7 foo = -1;

Completed in 300 milliseconds

<<11121314151617181920>>