Home
last modified time | relevance | path

Searched refs:relocatable (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp63 bool relocatable) { in finalize() argument
64 if (!relocatable && pOutSect.size() == 0) in finalize()
/frameworks/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
/frameworks/compile/mclinker/tools/mcld/
DOptions.td165 def Relocatable : Flag<["--"], "relocatable">,
167 HelpText<"Generate relocatable output">;