Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h345 const_rpath_iterator rpath_begin() const { return m_RpathList.begin(); } in rpath_begin() function
346 rpath_iterator rpath_begin() { return m_RpathList.begin(); } in rpath_begin() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp866 for (rpath = config().options().rpath_begin(); in sizeNamePools()
1130 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()