Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp45 ConstAddress eh_start = region->start(); in readEhFrame()
46 ConstAddress eh_end = region->end(); in readEhFrame()
47 ConstAddress p = eh_start; in readEhFrame()
151 ConstAddress cie_start = pRegion.start(); in addCIE()
152 ConstAddress cie_end = pRegion.end(); in addCIE()
153 ConstAddress p = cie_start; in addCIE()
165 ConstAddress aug_str = p; in addCIE()
166 ConstAddress aug_str_end = static_cast<ConstAddress>( in addCIE()
305 ConstAddress fde_start = pRegion.start(); in addFDE()
306 ConstAddress fde_end = pRegion.end(); in addFDE()
[all …]
DFragmentRef.cpp134 FragmentRef::ConstAddress FragmentRef::deref() const in deref()
138 ConstAddress base = NULL; in deref()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h43 typedef Space::ConstAddress ConstAddress; typedef
60 ConstAddress start() const in start()
66 ConstAddress end() const in end()
75 ConstAddress getBuffer(size_t pOffset = 0) const
DSpace.h42 typedef ConstTraits<uint8_t>::pointer ConstAddress; typedef
65 ConstAddress memory() const in memory()
/frameworks/compile/mclinker/include/mcld/LD/
DEhFrame.h38 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
123 uint32_t readVal(ConstAddress pAddr, bool pIsTargetLittleEndian);
129 bool skipLEB128(ConstAddress* pp, ConstAddress pend);
DFragmentRef.h37 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
70 ConstAddress deref() const;
75 ConstAddress operator*() const
/frameworks/compile/mclinker/include/mcld/MC/
DMCFragmentRef.h36 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
69 ConstAddress deref() const;
74 ConstAddress operator*() const