HomeSort by relevance Sort by last modified time
    Searched refs:m_Offset (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 22 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)) {
26 : m_Kind(pKind), m_pParent(pParent), m_Offset(~uint64_t(0)) {
38 return m_Offset;
43 return (m_Offset != ~uint64_t(0));
FragmentRef.cpp 38 : m_pFragment(NULL), m_Offset(0) {
43 : m_pFragment(&pFrag), m_Offset(pOffset) {
111 m_Offset = pCopy.m_Offset;
118 m_Offset = pOffset;
127 unsigned int total_offset = m_Offset + pOffset;
167 return base + m_Offset;
184 return base + m_Offset;
192 return (result + m_Offset);
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 57 void setOffset(uint64_t pOffset) { m_Offset = pOffset; }
76 uint64_t m_Offset;
Stub.h 39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
45 DWord offset() const { return m_Offset; }
52 DWord m_Offset;
FragmentRef.h 77 { return m_Offset; }
103 Offset m_Offset;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 92 : m_Offset(pOffset), m_Length(pLength)
95 size_t offset() const { return m_Offset; }
109 size_t m_Offset;
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 30 m_Offset(~uint64_t(0)),
50 m_Offset(~uint64_t(0)),
65 return (m_Offset != ~uint64_t(0));
ELFSegment.cpp 26 m_Offset(pOffset),
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 59 { return m_Offset; }
88 { m_Offset = pOffset; }
126 uint64_t m_Offset; // File offset where segment is located, in bytes
LDSection.h 95 { return m_Offset; }
139 { m_Offset = Offset; }
204 uint64_t m_Offset;

Completed in 35 milliseconds