Searched refs:ConstAddress (Results 1 - 7 of 7) sorted by relevance

/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
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp45 ConstAddress eh_start = region->start();
46 ConstAddress eh_end = region->end();
47 ConstAddress p = eh_start;
151 ConstAddress cie_start = pRegion.start();
152 ConstAddress cie_end = pRegion.end();
153 ConstAddress p = cie_start;
165 ConstAddress aug_str = p;
166 ConstAddress aug_str_end = static_cast<ConstAddress>(
305 ConstAddress fde_star
[all...]
H A DFragmentRef.cpp134 FragmentRef::ConstAddress FragmentRef::deref() const
138 ConstAddress base = NULL;
/frameworks/compile/mclinker/include/mcld/LD/
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);
H A DFragmentRef.h37 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef in class:mcld::FragmentRef
70 ConstAddress deref() const;
75 ConstAddress operator*() const
/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

Completed in 862 milliseconds