OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_pSection
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
DebugString.h
28
:
m_pSection
(NULL) {}
49
{
m_pSection
= &pSection; }
52
const LDSection* getSection() const { return
m_pSection
; }
53
LDSection* getSection() { return
m_pSection
; }
57
LDSection*
m_pSection
;
RelocData.h
63
const LDSection& getSection() const { return *
m_pSection
; }
64
LDSection& getSection() { return *
m_pSection
; }
97
LDSection*
m_pSection
;
SectionData.h
54
const LDSection& getSection() const { return *
m_pSection
; }
55
LDSection& getSection() { return *
m_pSection
; }
84
LDSection*
m_pSection
;
EhFrame.h
239
LDSection*
m_pSection
;
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
44
const LDSection* getSection() const { return
m_pSection
; }
45
LDSection* getSection() { return
m_pSection
; }
58
LDSection*
m_pSection
;
91
const LDSection* getSection() const { return
m_pSection
; }
92
LDSection* getSection() { return
m_pSection
; }
94
void setSection(LDSection* pSection) {
m_pSection
= pSection; }
132
LDSection*
m_pSection
;
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
293
CSection*
m_pSection
;
Completed in 78 milliseconds