Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1263 const char* dyld_name; in sizeInterp() local
1265 dyld_name = config().options().dyld().c_str(); in sizeInterp()
1267 dyld_name = m_pInfo->dyld(); in sizeInterp()
1270 interp.setSize(std::strlen(dyld_name) + 1); in sizeInterp()
1278 const char* dyld_name; in emitInterp() local
1280 dyld_name = config().options().dyld().c_str(); in emitInterp()
1282 dyld_name = m_pInfo->dyld(); in emitInterp()
1284 std::memcpy(region.begin(), dyld_name, interp.size()); in emitInterp()