Home
last modified time | relevance | path

Searched refs:__start (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/MC/Mips/
Dsym-expr.s6 .global __start symbol
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
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dsym-expr.s6 .global __start symbol
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
Dmemory-offsets.s6 .global __start symbol
7 .ent __start
8 __start: label
28 …lw $31, (8*4) + (8*31) + (8*32 + __start) ($29) # CHECK: lui $ra, %hi((248+((8*32)+__start))+32) …
29 … # fixup A - offset: 0, value: %hi((248+((8*32)+__start))+32), kind: fixu…
31 … # CHECK: lw $ra, %lo((248+((8*32)+__start))+32)($ra) # encoding: [0x8f,0xff,A,A]
32 … # fixup A - offset: 0, value: %lo((248+((8*32)+__start))+32), kind: fixu…
33 .end __start
/external/mesa3d/src/vulkan/util/
Dvk_util.h35 #define vk_foreach_struct(__iter, __start) \ argument
36 for (struct vk_struct_common *__iter = (struct vk_struct_common *)(__start); \
39 #define vk_foreach_struct_const(__iter, __start) \ argument
40 for (const struct vk_struct_common *__iter = (const struct vk_struct_common *)(__start); \
194 #define vk_find_struct(__start, __sType) \ argument
195 __vk_find_struct((__start), VK_STRUCTURE_TYPE_##__sType)
197 #define vk_find_struct_const(__start, __sType) \ argument
198 (const void *)__vk_find_struct((void *)(__start), VK_STRUCTURE_TYPE_##__sType)
/external/u-boot/examples/api/
Dcrt0.S45 .globl __start symbol
46 .ent __start
47 __start: label
50 .end __start
/external/clang/test/CodeGen/
D2002-09-19-StarInLabel.c5 extern void __start() __asm__("__start");
8 void __start() {} in __start() function
/external/libcxx/src/
Dvalarray.cpp19 gslice::__init(size_t __start) in __init() argument
29 __1d_[__k] = __start; in __init()
/external/libnfnetlink/include/libnfnetlink/
Dlinux_nfnetlink_compat.h45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
47 __start; })
Dlibnfnetlink.h200 ({ struct nfattr *__start = NLMSG_TAIL(nlh); \
202 __start; })
/external/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_compat.h47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
49 __start; })
/external/kernel-headers/original/uapi/linux/netfilter/
Dnfnetlink_compat.h48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
50 __start; })
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-dis-symname.test14 # CHECK: 0000000100000d1c callq __start
17 # CHECK-NOT: __start:
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-dis-symname.test14 # CHECK: 0000000100000d1c callq __start
17 # CHECK-NOT: __start:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Ddyn-rel-relocation.test6 // .globl __start
7 // __start:
/external/llvm/test/Object/
Ddyn-rel-relocation.test6 // .globl __start
7 // __start:
/external/python/cpython2/Tools/webchecker/
Dwcgui.py129 self.__start = Button(self.__controls, text="Run", command=self.start)
130 self.__start.pack(side=LEFT)
201 self.__start.config(state=DISABLED, relief=SUNKEN)
213 self.__start.config(state=DISABLED)
224 self.__start.config(state=NORMAL, relief=RAISED)
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Du-boot-spl.lds19 __start = .;
/external/u-boot/arch/arm/cpu/arm1136/
Du-boot-spl.lds23 __start = .;
/external/u-boot/board/Barix/ipam390/
Du-boot-spl-ipam390.lds23 __start = .; symbol
/external/u-boot/arch/arm/mach-omap2/
Du-boot-spl.lds23 __start = .;
/external/u-boot/board/davinci/da8xxevm/
Du-boot-spl-da850evm.lds23 __start = .; symbol
/external/u-boot/board/samsung/common/
Dexynos-uboot-spl.lds22 __start = .;
/external/u-boot/arch/arm/mach-at91/armv7/
Du-boot-spl.lds26 __start = .;
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Du-boot-spl.lds25 __start = .;
/external/u-boot/arch/arm/cpu/armv7/sunxi/
Du-boot-spl.lds28 __start = .;

12