Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrameReader.cpp29 static bool skip_LEB128(EhFrameReader::ConstAddress* pp, in skip_LEB128()
30 EhFrameReader::ConstAddress pend) { in skip_LEB128()
31 for (EhFrameReader::ConstAddress p = *pp; p < pend; ++p) { in skip_LEB128()
44 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler, in scan()
131 ConstAddress handler = (ConstAddress)sect_reg.begin(); in read()
169 ConstAddress handler = pRegion.begin() + pToken.data_off; in addCIE()
170 ConstAddress cie_end = pRegion.end(); in addCIE()
171 ConstAddress handler_start = handler; in addCIE()
181 ConstAddress aug_str_front = handler; in addCIE()
182 ConstAddress aug_str_back = static_cast<ConstAddress>( in addCIE()
/frameworks/compile/mclinker/include/mcld/LD/
DEhFrameReader.h29 typedef const char* ConstAddress; typedef
65 Token scan(ConstAddress pHandler,
90 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler,
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp109 ConstAddress vendor_data = in merge()
110 reinterpret_cast<ConstAddress>(region.begin()) + vendor_data_offset; in merge()
187 ConstAddress pData, in merge()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h20 typedef ConstTraits<uint8_t>::pointer ConstAddress; typedef
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h31 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);