OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ldscript
(Results
1 - 25
of
25
) sorted by null
/frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll
52
%s
LDSCRIPT
66
case ScriptFile::
LDScript
:
79
<
LDSCRIPT
>"ENTRY" { return token::ENTRY; }
81
<
LDSCRIPT
>"INCLUDE" { return token::INCLUDE; }
82
<
LDSCRIPT
>"INPUT" { return token::INPUT; }
83
<
LDSCRIPT
>"GROUP" { return token::GROUP; }
84
<
LDSCRIPT
>"AS_NEEDED" { return token::AS_NEEDED; }
85
<
LDSCRIPT
>"OUTPUT" { return token::OUTPUT; }
86
<
LDSCRIPT
>"SEARCH_DIR" { return token::SEARCH_DIR; }
87
<
LDSCRIPT
>"STARTUP" { return token::STARTUP;
[
all
...]
ScriptParser.yy
209
{ m_ScriptScanner.setLexState(ScriptFile::
LDScript
); }
/external/elfutils/src/
Makefile.am
57
ld_SOURCES = ld.c ldgeneric.c ldlex.l
ldscript
.y symbolhash.c sectionhash.c \
63
ldscript
.h xelf.h unaligned.h
130
ldlex.o:
ldscript
.c
132
ldscript
.h:
ldscript
.c
173
MAINTAINERCLEANFILES = ldlex.c
ldscript
.c
ldscript
.h
ldlex.l
35
#include "
ldscript
.h"
ChangeLog
203
*
ldscript
.y (add_id_list): Add missing '%s'.
[
all
...]
/external/elfutils/po/
POTFILES.in
38
src/
ldscript
.y
fr.po
[
all
...]
it.po
[
all
...]
nl.po
[
all
...]
ru.po
[
all
...]
zh_CN.po
[
all
...]
de.po
[
all
...]
ja.po
[
all
...]
uk.po
[
all
...]
es.po
[
all
...]
pl.po
[
all
...]
/external/elfutils/
.gitignore
65
/src/
ldscript
.c
66
/src/
ldscript
.h
/frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h
41
LDScript
, // -T
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
212
ScriptFile::
LDScript
, **input, m_pBuilder->getInputBuilder());
306
// Set up input/output from
ldscript
requirement if any
319
// force input alignment from
ldscript
if any
330
// force output alignment from
ldscript
if any
769
} // for each assertion in
ldscript
[
all
...]
ObjectBuilder.cpp
110
// force input alignment from
ldscript
if any
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
1754
LinkerScript&
ldscript
= pModule.getScript();
local
[
all
...]
/external/autotest/client/deps/systemtap/
elfutils-0.140.tar.bz2
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
182
// all the KEEP sections defined in
ldscript
are entries, traverse all the
/frameworks/compile/mclinker/lib/MC/
CommandAction.cpp
253
case ScriptFile::
LDScript
:
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
839
0x0, value, mcld::ScriptFile::
LDScript
, script_.directories()));
[
all
...]
Completed in 1088 milliseconds