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

  /development/vndk/tools/definition-tool/tests/
ndk_toolchain.py 114 crtbegin = os.path.join(self.ndk_lib, 'crtbegin_so.o')
117 crtbegin = os.path.join(self.ndk_lib, 'crtbegin_static.o')
127 cmd.append(crtbegin)
  /device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/
elf32xtensa.x 671 KEEP (*crtbegin.o(.ctors))
675 KEEP (*crtbegin.o(.dtors))
elf32xtensa.xbn 671 KEEP (*crtbegin.o(.ctors))
675 KEEP (*crtbegin.o(.dtors))
elf32xtensa.xn 671 KEEP (*crtbegin.o(.ctors))
675 KEEP (*crtbegin.o(.dtors))
  /external/clang/lib/Driver/
Tools.cpp 8577 const char *crtbegin = nullptr; local
9411 const char *crtbegin; local
9635 const char *crtbegin; local
11055 const char *crtbegin = nullptr; local
    [all...]
  /build/soong/cc/
cc.go 93 CrtBegin, CrtEnd string
121 CrtBegin, CrtEnd android.OptionalPath
350 crtBeginDepTag = dependencyTag{name: "crtbegin"}
    [all...]

Completed in 106 milliseconds