OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reloc_data
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDSection.h
159
const RelocData* getRelocData() const { return m_Data.
reloc_data
; }
160
RelocData* getRelocData() { return m_Data.
reloc_data
; }
162
void setRelocData(RelocData* pRD) { m_Data.
reloc_data
= pRD; }
189
RelocData*
reloc_data
;
member in union:mcld::LDSection::SectOrRelocData
/frameworks/compile/mclinker/lib/LD/
EhFrame.cpp
240
const RelocData*
reloc_data
= rel_sec->getRelocData();
local
241
for (RelocData::const_iterator ri =
reloc_data
->begin(),
242
re =
reloc_data
->end(); ri != re; ++ri) {
266
const RelocData*
reloc_data
= pRelocSect->getRelocData();
local
269
for (RelocData::const_iterator ri =
reloc_data
->begin(),
270
re =
reloc_data
->end(); ri != re; ++ri) {
293
for (RelocData::const_iterator ri =
reloc_data
->begin(),
294
re =
reloc_data
->end(); ri != re; ) {
298
const_cast<RelocData*>(
reloc_data
)->remove(rel);
LDSection.cpp
101
return (NULL != m_Data.
reloc_data
);
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
307
RelocData*
reloc_data
= RelocData::Create(pSection);
local
308
pSection.setRelocData(
reloc_data
);
309
return
reloc_data
;
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
870
RelocData*
reloc_data
= (*sectIter)->getRelocData();
local
871
RelocData::iterator relocIter, relocEnd =
reloc_data
->end();
872
for (relocIter =
reloc_data
->begin(); relocIter != relocEnd; ++relocIter) {
[
all
...]
/hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_fake.c
1260
uint32_t
reloc_data
;
local
[
all
...]
Completed in 4545 milliseconds