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

  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 45 typedef Space::ConstAddress ConstAddress;
94 ConstAddress start() const { return m_VMAStart; }
97 ConstAddress end() const { return m_VMAStart+m_Length; }
102 ConstAddress getBuffer(size_t pOffset = 0) const
RegionFactory.h 31 typedef MemoryRegion::ConstAddress ConstAddress;
Space.h 39 typedef ConstTraits<uint8_t>::pointer ConstAddress;
55 ConstAddress memory() const
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 35 typedef ConstTraits<unsigned char>::pointer ConstAddress;
84 ConstAddress deref() const;
89 ConstAddress operator*() const
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 31 typedef const uint8_t* ConstAddress;
78 scan(ConstAddress pHandler, uint64_t pOffset, const MemoryRegion& pData) const;
102 EhFrameReader::scan<true>(ConstAddress pHandler,
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 31 skip_LEB128(EhFrameReader::ConstAddress* pp, EhFrameReader::ConstAddress pend)
33 for (EhFrameReader::ConstAddress p = *pp; p < pend; ++p) {
46 EhFrameReader::scan<true>(ConstAddress pHandler,
128 ConstAddress handler = (ConstAddress)sect_reg->start();
167 ConstAddress handler = pRegion.start() + pToken.data_off;
168 ConstAddress cie_end = pRegion.end();
177 ConstAddress aug_str_front = handler;
178 ConstAddress aug_str_back = static_cast<ConstAddress>
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 170 FragmentRef::ConstAddress FragmentRef::deref() const
174 ConstAddress base = NULL;

Completed in 1340 milliseconds