Searched defs:__start (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/csu/riscv/ |
H A D | crt1_c.c | 43 __start(int argc, char **argv, char **env, void (*cleanup)(void)) in __start() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | valarray.cpp | 22 __init(size_t __start) __init() argument
|
/freebsd/sys/powerpc/aim/ |
H A D | locore32.S | 77 __start: label
|
/freebsd/lib/csu/arm/ |
H A D | crt1_c.c | 62 __start(int argc, char **argv, char **env, struct ps_strings *ps_strings, in __start() function
|
/freebsd/contrib/llvm-project/libcxx/src/include/ |
H A D | overridable_function.h | 82 uintptr_t __start = reinterpret_cast<uintptr_t>(&__lcxx_override_start); in __is_function_overridden() local
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | make_heap.h | 38 for (difference_type __start = (__n - 2) / 2; __start >= 0; --__start) { in __make_heap() local
|
H A D | sift_down.h | 31 __sift_down(_RandomAccessIterator __first,_Compare && __comp,typename iterator_traits<_RandomAccessIterator>::difference_type __len,_RandomAccessIterator __start) __sift_down() argument [all...] |
/freebsd/sys/powerpc/booke/ |
H A D | locore.S | 103 __start: label
|
/freebsd/sys/dev/hptmv/ |
H A D | raid5n.h | 120 LBA_T __start[MAX_MEMBERS]; member
|