Searched refs:begin (Results 1 - 4 of 4) sorted by relevance

/bionic/linker/
H A DAndroid.mk14 LOCAL_SRC_FILES_arm := arch/arm/begin.S
15 LOCAL_SRC_FILES_arm64 := arch/arm64/begin.S
16 LOCAL_SRC_FILES_x86 := arch/x86/begin.c
17 LOCAL_SRC_FILES_x86_64 := arch/x86_64/begin.S
18 LOCAL_SRC_FILES_mips := arch/mips/begin.S
19 LOCAL_SRC_FILES_mips64 := arch/mips64/begin.S
41 # we don't want crtbegin.o (because we have begin.o), so unset it
H A Dlinker.cpp1456 int begin = reverse ? (count - 1) : 0; local
1460 for (int i = begin; i != end; i += step) {
2284 * This is the entry point for the linker, called from begin.S. This
/bionic/benchmarks/
H A Dbenchmark_main.cpp198 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {
204 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {
219 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {
/bionic/tests/
H A Ddirent_test.cpp71 std::sort(sorted_name_list.begin(), sorted_name_list.end());

Completed in 434 milliseconds