OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relaplt
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
115
LDSection&
relaplt
= file_format->getRelaPlt();
local
116
relaplt
.setLink(&plt);
117
m_pRelaPLT = new OutputRelocSection(pModule,
relaplt
);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
421
LDSection&
relaplt
= file_format->getRelaPlt();
local
422
relaplt
.setLink(&plt);
423
m_pRelaPLT = new OutputRelocSection(pModule,
relaplt
);
[
all
...]
Completed in 43 milliseconds