HomeSort by relevance Sort by last modified time
    Searched refs:crtbegin (Results 576 - 579 of 579) sorted by null

<<21222324

  /external/qemu/
ia64.ld 107 /* gcc uses crtbegin.o to find the start of
111 actually link against crtbegin.o; the
114 doesn't matter which directory crtbegin.o
116 KEEP (*crtbegin*.o(.ctors))
127 KEEP (*crtbegin*.o(.dtors))
ppc.ld 115 /* gcc uses crtbegin.o to find the start of
119 actually link against crtbegin.o; the
122 doesn't matter which directory crtbegin.o
124 KEEP (*crtbegin*.o(.ctors))
135 KEEP (*crtbegin*.o(.dtors))
  /external/clang/lib/Driver/
Tools.cpp 5666 const char *crtbegin = NULL; local
6209 const char *crtbegin; local
    [all...]
  /bionic/libc/
Android.mk 590 libc_crt_target_crtbegin_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin.c

Completed in 82 milliseconds

<<21222324