/external/llvm/test/MC/Mips/ |
D | sym-expr.s | 6 .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/ |
D | sym-expr.s | 6 .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
|
D | memory-offsets.s | 6 .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/ |
D | vk_util.h | 35 #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/ |
D | crt0.S | 45 .globl __start symbol 46 .ent __start 47 __start: label 50 .end __start
|
/external/clang/test/CodeGen/ |
D | 2002-09-19-StarInLabel.c | 5 extern void __start() __asm__("__start"); 8 void __start() {} in __start() function
|
/external/libcxx/src/ |
D | valarray.cpp | 19 gslice::__init(size_t __start) in __init() argument 29 __1d_[__k] = __start; in __init()
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink_compat.h | 45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 47 __start; })
|
D | libnfnetlink.h | 200 ({ struct nfattr *__start = NLMSG_TAIL(nlh); \ 202 __start; })
|
/external/libnl/include/linux-private/linux/netfilter/ |
D | nfnetlink_compat.h | 47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 49 __start; })
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nfnetlink_compat.h | 48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 50 __start; })
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 14 # CHECK: 0000000100000d1c callq __start 17 # CHECK-NOT: __start:
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 14 # CHECK: 0000000100000d1c callq __start 17 # CHECK-NOT: __start:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | dyn-rel-relocation.test | 6 // .globl __start 7 // __start:
|
/external/llvm/test/Object/ |
D | dyn-rel-relocation.test | 6 // .globl __start 7 // __start:
|
/external/python/cpython2/Tools/webchecker/ |
D | wcgui.py | 129 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/ |
D | u-boot-spl.lds | 19 __start = .;
|
/external/u-boot/arch/arm/cpu/arm1136/ |
D | u-boot-spl.lds | 23 __start = .;
|
/external/u-boot/board/Barix/ipam390/ |
D | u-boot-spl-ipam390.lds | 23 __start = .; symbol
|
/external/u-boot/arch/arm/mach-omap2/ |
D | u-boot-spl.lds | 23 __start = .;
|
/external/u-boot/board/davinci/da8xxevm/ |
D | u-boot-spl-da850evm.lds | 23 __start = .; symbol
|
/external/u-boot/board/samsung/common/ |
D | exynos-uboot-spl.lds | 22 __start = .;
|
/external/u-boot/arch/arm/mach-at91/armv7/ |
D | u-boot-spl.lds | 26 __start = .;
|
/external/u-boot/arch/arm/cpu/arm926ejs/spear/ |
D | u-boot-spl.lds | 25 __start = .;
|
/external/u-boot/arch/arm/cpu/armv7/sunxi/ |
D | u-boot-spl.lds | 28 __start = .;
|