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

  /external/u-boot/arch/m68k/cpu/mcf530x/
start.S 12 #define _START _start
44 .long _start - CONFIG_SYS_TEXT_BASE
46 .long _START
89 .globl _start
90 _start: label
217 sub.l #_start, %d1
  /external/u-boot/arch/m68k/cpu/mcf52x2/
start.S 12 #define _START _start
40 .long _start - CONFIG_SYS_TEXT_BASE
42 .long _START
96 .globl _start
97 _start: label
294 sub.l #_start,%d1
  /external/u-boot/arch/m68k/cpu/mcf523x/
start.S 12 #define _START _start
33 INITPC: .long _START /* Initial PC */
88 .globl _start
89 _start: label
216 sub.l #_start,%d1
  /external/u-boot/arch/m68k/cpu/mcf532x/
start.S 15 #define _START _start
38 INITPC: .long _START /* Initial PC */
94 .globl _start
95 _start: label
231 sub.l #_start,%d1
  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
start.S 12 #define _START _start
33 INITPC: .long _START /* Initial PC */
88 .globl _start
89 _start: label
219 sub.l #_start,%d1
  /external/u-boot/arch/m68k/cpu/mcf5227x/
start.S 12 #define _START _start
44 INITPC: .long _START /* Initial PC */
323 .globl _start
324 _start: label
451 sub.l #_start,%d1
  /external/u-boot/arch/m68k/cpu/mcf5445x/
start.S 17 #define _START _start
58 INITPC: .long _START /* Initial PC */
446 .globl _start
447 _start: label
580 sub.l #_start,%d1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 113 _START = 'START'
159 start = D['rules'][self._START][0][1][1] # Blech.
206 rule = '%s ::= %s %s' % (self._START, self._BOF, start)
247 for rule in self.newrules[self._START]:
255 if len(self.newrules[self._START]) == 2 and len(tokens) == 0:
257 start = self.rules[self._START][0][1][1]
334 return self.buildTree(self._START, finalitem,
  /external/python/cpython2/Parser/
spark.py 113 _START = 'START'
159 start = D['rules'][self._START][0][1][1] # Blech.
206 rule = '%s ::= %s %s' % (self._START, self._BOF, start)
247 for rule in self.newrules[self._START]:
255 if len(self.newrules[self._START]) == 2 and len(tokens) == 0:
257 start = self.rules[self._START][0][1][1]
334 return self.buildTree(self._START, finalitem,

Completed in 299 milliseconds