OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkOnce
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
44
LinkOnce
,
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
146
/**
linkonce
sections **/
147
case LDFileFormat::
LinkOnce
: {
149
// .gnu.
linkonce
+ "." + type + "." + name
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
52
if (name.startswith(".gnu.
linkonce
"))
53
return LDFileFormat::
LinkOnce
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
690
(pInputSection.kind() == LDFileFormat::
LinkOnce
) ||
[
all
...]
Completed in 7589 milliseconds