OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_sect
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h
39
FoldingCandidate() : sect(NULL),
reloc_sect
(NULL), obj(NULL) {}
41
: sect(pCode),
reloc_sect
(pReloc), obj(pInput) {}
51
LDSection*
reloc_sect
;
member in class:mcld::IdenticalCodeFolding::FoldingCandidate
EhFrame.h
227
void setupAttributes(const LDSection*
reloc_sect
);
234
const LDSection*
reloc_sect
);
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
136
LDSection*
reloc_sect
= *rs;
local
137
LDSection* apply_sect =
reloc_sect
->getLink();
138
if ((LDFileFormat::Ignore ==
reloc_sect
->kind()) ||
139
(!
reloc_sect
->hasRelocData()))
148
RelocData::iterator reloc_it, rEnd =
reloc_sect
->getRelocData()->end();
149
for (reloc_it =
reloc_sect
->getRelocData()->begin(); reloc_it != rEnd;
350
LDSection*
reloc_sect
= *rs;
local
351
if (LDFileFormat::Ignore ==
reloc_sect
->getLink()->kind())
352
reloc_sect
->setKind(LDFileFormat::Ignore);
IdenticalCodeFolding.cpp
234
if (
reloc_sect
!= NULL &&
reloc_sect
->hasRelocData()) {
235
for (Relocation& rel : *
reloc_sect
->getRelocData()) {
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
570
LDSection*
reloc_sect
= *rs;
local
571
LDSection* apply_sect =
reloc_sect
->getLink();
572
if ((LDFileFormat::Ignore ==
reloc_sect
->kind()) ||
573
(!
reloc_sect
->hasRelocData()))
580
RelocData::iterator reloc_it, rEnd =
reloc_sect
->getRelocData()->end();
581
for (reloc_it =
reloc_sect
->getRelocData()->begin(); reloc_it != rEnd;
[
all
...]
Completed in 870 milliseconds