HomeSort by relevance Sort by last modified time
    Searched defs:__start (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
textalign-xcoff-001.s 1 .globl __start
2 .globl .__start
4 __start: label
6 .long .__start
9 .__start:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
ehdr_start-new.s 4 .globl __start
5 .ent __start
8 __start: label
10 .cpsetup $t9, $zero, __start
13 .end __start
ehdr_start-o32.s 4 .globl __start
5 .ent __start
8 __start: label
14 .end __start
mips16-call-global-1.s 3 .globl __start
4 .ent __start
6 __start: label
13 .end __start
mips16-intermix-1.s 3 .globl __start
5 .ent __start
6 __start: label
104 .end __start
mips16-pic-1b.s 14 .globl __start
15 .ent __start
17 __start: label
19 .end __start
no-shared-1-n64.s 3 .globl __start
4 .ent __start
5 __start: label
10 .end __start
no-shared-1-o32.s 3 .globl __start
4 .ent __start
5 __start: label
10 .end __start
pic-and-nonpic-1b.s 3 .global __start
4 .ent __start
5 __start: label
9 .end __start
pic-and-nonpic-2a.s 3 .global __start
4 .ent __start
5 __start: label
7 .end __start
pic-and-nonpic-4b.s 3 .global __start
4 .ent __start
5 __start: label
8 .end __start
pic-and-nonpic-5a.s 3 .global __start
4 .ent __start
5 __start: label
10 .end __start
pic-and-nonpic-6-n32c.s 4 .global __start
5 .ent __start
6 __start: label
21 .end __start
pic-and-nonpic-6-n64c.s 4 .global __start
5 .ent __start
6 __start: label
21 .end __start
pic-and-nonpic-6-o32c.s 4 .global __start
5 .ent __start
6 __start: label
21 .end __start
relax-jalr.s 1 .globl __start
3 .ent __start
4 __start: label
7 jal __start
9 jal __start
12 .end __start
reloc-merge-lo16.s 19 .globl __start
20 .ent __start
21 .type __start, @function
22 __start: label
26 .end __start
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-glink-3.s 2 .globl __start
3 .csect __start[PR]
4 __start: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
vxworks2.s 1 .globl __start
2 .type __start, %function
3 __start: label
6 .end __start
vxworks1.s 2 .globl __start
3 .type __start, %function
4 __start: label
25 .size __start, .-__start
  /external/llvm/test/MC/Mips/
sym-expr.s 6 .global __start
7 .ent __start
8 __start: label
11 jal __start + 0x4 # CHECK: instruction: [jal, Imm<__start+4>]
12 jal __start + (-0x10) # CHECK: instruction: [jal, Imm<__start-16>]
13 jal (__start + (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]
14 .end __start
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/
stub.s 3 .global __start
4 __start: label
  /bionic/linker/arch/mips/
begin.S 31 .type __start,@function
33 .ent __start
34 .globl __start
36 __start: label
104 .end __start
  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 5 extern void __start() __asm__("__start");
8 void __start() {} function
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
exclude-1.s 8 .type __start,"function"
9 .global __start
10 __start: label

Completed in 196 milliseconds

1 2 3 4 5