Home
last modified time | relevance | path

Searched refs:dyld (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.h29 const char* dyld() const;
DMipsGNUInfo.cpp51 const char* MipsGNUInfo::dyld() const { in dyld() function in mcld::MipsGNUInfo
/frameworks/compile/mclinker/include/mcld/Target/
DGNUInfo.h49 virtual const char* dyld() const { return "/usr/lib/libc.so.1"; } in dyld() function
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h92 const std::string& dyld() const { return m_Dyld; } in dyld() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1265 dyld_name = config().options().dyld().c_str(); in sizeInterp()
1267 dyld_name = m_pInfo->dyld(); in sizeInterp()
1280 dyld_name = config().options().dyld().c_str(); in emitInterp()
1282 dyld_name = m_pInfo->dyld(); in emitInterp()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake250 /* Define to 1 if you have the <mach-o/dyld.h> header file. */