OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pRelaPLT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
50
m_pRelaPLT
(NULL),
62
delete
m_pRelaPLT
;
103
if (!
m_pRelaPLT
->empty()) {
270
assert(NULL !=
m_pRelaPLT
&& ".rela.plt section not exist");
271
return *
m_pRelaPLT
;
276
assert(NULL !=
m_pRelaPLT
&& ".rela.plt section not exist");
277
return *
m_pRelaPLT
;
303
(
m_pRelaPLT
->numOfRelocs() * getRelaEntrySize());
447
m_pRelaPLT
= new OutputRelocSection(pModule, relaplt);
[
all
...]
HexagonLDBackend.h
185
OutputRelocSection*
m_pRelaPLT
;
Completed in 137 milliseconds