Searched refs:ConstAddress (Results 1 – 6 of 6) sorted by relevance
29 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()
29 typedef const char* ConstAddress; typedef65 Token scan(ConstAddress pHandler,90 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler,
109 ConstAddress vendor_data = in merge()110 reinterpret_cast<ConstAddress>(region.begin()) + vendor_data_offset; in merge()187 ConstAddress pData, in merge()
20 typedef ConstTraits<uint8_t>::pointer ConstAddress; typedef
31 typedef ConstTraits<unsigned char>::pointer ConstAddress; typedef
89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);