HomeSort by relevance Sort by last modified time
    Searched full:ldscript (Results 1 - 25 of 25) sorted by null

  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 45 %s LDSCRIPT
59 case ScriptFile::LDScript:
72 <LDSCRIPT>"ENTRY" { return token::ENTRY; }
74 <LDSCRIPT>"INCLUDE" { return token::INCLUDE; }
75 <LDSCRIPT>"INPUT" { return token::INPUT; }
76 <LDSCRIPT>"GROUP" { return token::GROUP; }
77 <LDSCRIPT>"AS_NEEDED" { return token::AS_NEEDED; }
78 <LDSCRIPT>"OUTPUT" { return token::OUTPUT; }
79 <LDSCRIPT>"SEARCH_DIR" { return token::SEARCH_DIR; }
80 <LDSCRIPT>"STARTUP" { return token::STARTUP;
    [all...]
ScriptParser.yy 206 { m_ScriptScanner.setLexState(ScriptFile::LDScript); }
  /external/elfutils/0.153/src/
Makefile.am 67 ld_SOURCES = ld.c ldgeneric.c ldlex.l ldscript.y symbolhash.c sectionhash.c \
73 ldscript.h xelf.h unaligned.h
127 ldlex.o: ldscript.c
129 ldscript.h: ldscript.c
170 MAINTAINERCLEANFILES = ldlex.c ldscript.c ldscript.h
ldscript.c 77 #line 1 "ldscript.y"
149 #line 150 "ldscript.c"
242 #line 71 "ldscript.y"
260 #line 261 "ldscript.c"
272 #line 273 "ldscript.c"
    [all...]
ldscript.h 106 #line 71 "ldscript.y"
124 #line 125 "ldscript.h"
Makefile.in 42 ldlex.c ldscript.c ylwrap
114 ldscript.$(OBJEXT) symbolhash.$(OBJEXT) sectionhash.$(OBJEXT) \
347 ld_SOURCES = ld.c ldgeneric.c ldlex.l ldscript.y symbolhash.c sectionhash.c \
352 ldscript.h xelf.h unaligned.h
398 MAINTAINERCLEANFILES = ldlex.c ldscript.c ldscript.h
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldscript.Po@am__quote@
755 -rm -f ldscript.c
854 ldlex.o: ldscript.c
855 ldscript.h: ldscript.
    [all...]
ldlex.l 43 #include "ldscript.h"
ChangeLog 245 * ldscript.y (filename_id_star): Remove unused variable.
401 * ldscript.y (add_id_list): Likewise.
    [all...]
ldlex.c     [all...]
  /external/elfutils/0.153/po/
POTFILES.in 38 src/ldscript.y
de.po     [all...]
elfutils.pot     [all...]
en@boldquot.po     [all...]
en@quot.po     [all...]
es.po     [all...]
ja.po     [all...]
pl.po     [all...]
uk.po     [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 39 LDScript, // -T
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 213 ScriptFile script(ScriptFile::LDScript, **input,
379 // force input alignment from ldscript if any
396 // force output alignment from ldscript if any
727 } // for each assertion in ldscript
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1841 LinkerScript& ldscript = pModule.getScript(); local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 194 // all the KEEP sections defined in ldscript are entries, traverse all the
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 282 ScriptFile::LDScript,
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 262 case ScriptFile::LDScript:
  /frameworks/compile/mclinker/tools/mcld/lib/
PositionalOptions.cpp 213 ScriptFile::LDScript,

Completed in 533 milliseconds