Searched refs:__start (Results 1 – 15 of 15) sorted by relevance
/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/valgrind/none/tests/s390x/ |
D | srst.c | 11 static char * srst3(char *__next, char *__start, char __what, int *__cc) in srst3() argument 15 register char *start asm ("4") = __start; in srst3() 27 static char * srst2(char *__start, char __what, int *__cc) in srst2() argument 30 register char *start asm ("4") = __start; in srst2()
|
/external/clang/test/CodeGen/ |
D | 2002-09-19-StarInLabel.c | 5 extern void __start() __asm__("__start"); 8 void __start() {} in __start() function
|
/external/valgrind/ |
D | Makefile.tool.am | 38 -nodefaultlibs -nostartfiles -Wl,-u,__start -Wl,-e,__start 73 # MIPS Linux default start symbol is __start, not _start like on x86 or amd 75 -static -nodefaultlibs -nostartfiles -u __start @FLAG_NO_BUILD_ID@ \ 79 -static -nodefaultlibs -nostartfiles -u __start @FLAG_NO_BUILD_ID@ \
|
/external/libcxx/src/ |
D | valarray.cpp | 22 gslice::__init(size_t __start) in __init() argument 32 __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 | 193 ({ struct nfattr *__start = NLMSG_TAIL(nlh); \ 195 __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 | 47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 49 __start; })
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 14 # CHECK: 0000000100000d1c callq __start 17 # CHECK-NOT: __start:
|
/external/llvm/test/Object/ |
D | dyn-rel-relocation.test | 6 // .globl __start 7 // __start:
|
/external/libcxx/include/ |
D | __split_buffer | 66 __split_buffer(size_type __cap, size_type __start, __alloc_rr& __a); 308 __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a) 312 __begin_ = __end_ = __first_ + __start;
|
D | algorithm | 4917 _RandomAccessIterator __start) 4921 // left-child of __start is at 2 * __start + 1 4922 // right-child of __start is at 2 * __start + 2 4923 difference_type __child = __start - __first; 4938 if (__comp(*__child_i, *__start)) 4939 // we are, __start is larger than it's largest child 4942 value_type __top(_VSTD::move(*__start)); 4946 *__start = _VSTD::move(*__child_i); 4947 __start = __child_i; 4964 *__start = _VSTD::move(__top); [all …]
|
D | valarray | 374 slice(size_t __start, size_t __size, size_t __stride) 375 : __start_(__start), 1477 gslice(size_t __start, const valarray<size_t>& __size, 1481 {__init(__start);} 1486 gslice(size_t __start, const valarray<size_t>& __size, 1490 {__init(__start);} 1493 gslice(size_t __start, valarray<size_t>&& __size, 1497 {__init(__start);} 1500 gslice(size_t __start, valarray<size_t>&& __size, 1504 {__init(__start);} [all …]
|
D | regex | 6149 _BidirectionalIterator __start = __match_[0].second; 6152 if (__start == __end_) 6157 else if (_VSTD::regex_search(__start, __end_, __match_, *__pregex_, 6162 ++__start; 6165 if (!_VSTD::regex_search(__start, __end_, __match_, *__pregex_, __flags_))
|