OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_Type
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
Relocation.h
47
{ return
m_Type
; }
96
///
m_Type
- the type of the relocation entries
97
Type
m_Type
;
ELFSegment.h
87
{ return
m_Type
; }
135
if (llvm::ELF::PT_TLS !=
m_Type
)
149
uint32_t
m_Type
; // Type of segment
LDSection.h
64
{ return
m_Type
; }
138
{
m_Type
= type; }
183
uint32_t
m_Type
;
/frameworks/compile/mclinker/include/mcld/Support/
PositionDependentOption.h
44
:
m_Type
(pType),
49
{ return
m_Type
; }
55
Type
m_Type
;
/frameworks/compile/mclinker/include/mcld/MC/
MCLDFile.h
67
{
m_Type
= pType; }
86
{ return
m_Type
; }
113
unsigned int
m_Type
;
Completed in 2921 milliseconds