Searched defs:ConstAddress (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DFragmentRef.h37 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef in class:mcld::FragmentRef
70 ConstAddress deref() const;
75 ConstAddress operator*() const
H A DEhFrame.h38 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef in class:mcld::EhFrame
123 uint32_t readVal(ConstAddress pAddr, bool pIsTargetLittleEndian);
129 bool skipLEB128(ConstAddress* pp, ConstAddress pend);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCFragmentRef.h36 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef in class:mcld::MCFragmentRef
69 ConstAddress deref() const;
74 ConstAddress operator*() const
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryRegion.h43 typedef Space::ConstAddress ConstAddress; typedef in class:mcld::MemoryRegion
60 ConstAddress start() const
66 ConstAddress end() const
75 ConstAddress getBuffer(size_t pOffset = 0) const
H A DSpace.h42 typedef ConstTraits<uint8_t>::pointer ConstAddress; typedef in class:mcld::Space
65 ConstAddress memory() const

Completed in 69 milliseconds