/frameworks/compile/mclinker/lib/CodeGen/ |
MCLinker.cpp | 55 // 2. Namespecs, short names of libraries. A namespec may refer to an archive 78 cl::desc("Add the archive or object file specified by namespec to " 80 cl::value_desc("namespec"), 277 cl::list<std::string>::iterator namespec, nsBegin, nsEnd; local 281 for (namespec = nsBegin; namespec != nsEnd; ++namespec) { 282 unsigned int pos = ArgNameSpecList.getPosition(namespec - nsBegin); 283 actions.push_back(new NamespecAction(pos, *namespec,
|
/frameworks/compile/mclinker/include/mcld/MC/ |
SearchDirs.h | 51 // find - give a namespec, return a real path of the shared object.
|
CommandAction.h | 49 const std::string &namespec() const { return m_Namespec; } function in class:mcld::NamespecAction
|
/frameworks/compile/mclinker/lib/MC/ |
CommandAction.cpp | 45 // find out the real path of the namespec. 52 path = m_SearchDirs.find(namespec(), Input::Archive); 57 path = m_SearchDirs.find(namespec(), Input::DynObj); 62 path = m_SearchDirs.find(namespec(), Input::Archive); 66 fatal(diag::err_cannot_find_namespec) << namespec(); 70 pBuilder.createNode<InputTree::Positional>(namespec(), *path);
|
/external/smack/src/org/xbill/DNS/ |
Master.java | 219 String nameSpec = st.getIdentifier(); 236 generator = new Generator(start, end, step, nameSpec,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagCommonKinds.inc | 7 DIAG(err_cannot_find_namespec, DiagnosticEngine::Fatal, "cannot recognize namespec -l%0", "cannot recognize namespec -l%0")
|
/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.cpp | 503 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
505 UString name = nameSpec;
|
/frameworks/compile/mclinker/include/mcld/ |
IRBuilder.h | 127 /// @param pNameSpec [in] The namespec of the input file. 225 /// to search shared objects before archives for the following namespec. 231 /// search archives before shared objects for the following namespec.
|
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 139 "namespec to the list of files to link."), 140 llvm::cl::value_desc("namespec"), 324 llvm::errs() << "Failed to open the namespec! (detail: " << *lib_it
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ld.1 | 531 .IX Item "-l namespec" 534 .IX Item "--library=namespec" [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ld.1 | 531 .IX Item "-l namespec" 534 .IX Item "--library=namespec" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ld.1 | 531 .IX Item "-l namespec" 534 .IX Item "--library=namespec" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ld.1 | 531 .IX Item "-l namespec" 534 .IX Item "--library=namespec" [all...] |
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 162 // find out the real path of the namespec.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
ld.info | 425 `-l NAMESPEC' 426 `--library=NAMESPEC' 427 Add the archive or object file specified by NAMESPEC to the list 429 If NAMESPEC is of the form `:FILENAME', `ld' will search the [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
ld.info | 425 `-l NAMESPEC' 426 `--library=NAMESPEC' 427 Add the archive or object file specified by NAMESPEC to the list 429 If NAMESPEC is of the form `:FILENAME', `ld' will search the [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
ld.info | 425 `-l NAMESPEC' 426 `--library=NAMESPEC' 427 Add the archive or object file specified by NAMESPEC to the list 429 If NAMESPEC is of the form `:FILENAME', `ld' will search the [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
ld.info | 425 `-l NAMESPEC' 426 `--library=NAMESPEC' 427 Add the archive or object file specified by NAMESPEC to the list 429 If NAMESPEC is of the form `:FILENAME', `ld' will search the [all...] |