HomeSort by relevance Sort by last modified time
    Searched defs:defsyms (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 47 typedef llvm::SmallVector<std::string, 8> DefSyms;
69 const DefSyms& defsyms() const { return m_DefSyms; } function in class:mcld::LinkerScript
70 DefSyms& defsyms() { return m_DefSyms; } function in class:mcld::LinkerScript
103 DefSyms m_DefSyms;
  /toolchain/binutils/binutils-2.27/gas/
as.c 64 /* We build a list of defsyms as we read the options, and then define
122 static struct defsym_list *defsyms; variable in typeref:struct:defsym_list
764 n->next = defsyms;
767 defsyms = n;
    [all...]

Completed in 73 milliseconds