OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pEXIDX
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
66
m_pEXIDX
(NULL),
85
m_pEXIDX
=
144
if (
m_pEXIDX
!= NULL &&
m_pEXIDX
->size() != 0x0) {
146
FragmentRef::Create(
m_pEXIDX
->getSectionData()->front(), 0x0);
148
m_pEXIDX
->getSectionData()->front(),
m_pEXIDX
->size());
406
if (
m_pEXIDX
->hasSectionData()) {
408
NullFragment* null = new NullFragment(
m_pEXIDX
->getSectionData());
409
null->setOffset(
m_pEXIDX
->size())
[
all
...]
ARMException.cpp
228
if (!
m_pEXIDX
->hasSectionData()) {
233
SectionData* sectData =
m_pEXIDX
->getSectionData();
318
m_pEXIDX
->setSize(offset);
ARMLDBackend.h
204
LDSection*
m_pEXIDX
; // .ARM.exidx
Completed in 1472 milliseconds