Searched refs:__start (Results 1 – 11 of 11) 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/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 14 # CHECK: 0000000100000d1c callq __start 17 # CHECK-NOT: __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/libcxx/include/ |
D | __split_buffer | 63 __split_buffer(size_type __cap, size_type __start, __alloc_rr& __a); 303 __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a) 307 __begin_ = __end_ = __first_ + __start;
|
D | algorithm | 4866 _RandomAccessIterator __start) 4870 // left-child of __start is at 2 * __start + 1 4871 // right-child of __start is at 2 * __start + 2 4872 difference_type __child = __start - __first; 4887 if (__comp(*__child_i, *__start)) 4888 // we are, __start is larger than it's largest child 4891 value_type __top(_VSTD::move(*__start)); 4895 *__start = _VSTD::move(*__child_i); 4896 __start = __child_i; 4913 *__start = _VSTD::move(__top); [all …]
|
D | valarray | 375 slice(size_t __start, size_t __size, size_t __stride) 376 : __start_(__start), 1415 gslice(size_t __start, const valarray<size_t>& __size, 1419 {__init(__start);} 1424 gslice(size_t __start, const valarray<size_t>& __size, 1428 {__init(__start);} 1431 gslice(size_t __start, valarray<size_t>&& __size, 1435 {__init(__start);} 1438 gslice(size_t __start, valarray<size_t>&& __size, 1442 {__init(__start);} [all …]
|
D | regex | 6093 _BidirectionalIterator __start = __match_[0].second; 6096 if (__start == __end_) 6101 else if (_VSTD::regex_search(__start, __end_, __match_, *__pregex_, 6106 ++__start; 6109 if (!_VSTD::regex_search(__start, __end_, __match_, *__pregex_, __flags_))
|