OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defsyms
(Results
1 - 4
of
4
) 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
...]
ChangeLog-9697
[
all
...]
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
858
script_.
defsyms
().push_back(std::move(expr));
859
action.reset(new mcld::DefSymAction(index, script_.
defsyms
().back()));
[
all
...]
Completed in 258 milliseconds