HomeSort by relevance Sort by last modified time
    Searched full:constaddress (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 29 typedef const char* ConstAddress;
65 Token scan(ConstAddress pHandler,
90 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler,
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 29 static bool skip_LEB128(EhFrameReader::ConstAddress* pp,
30 EhFrameReader::ConstAddress pend) {
31 for (EhFrameReader::ConstAddress p = *pp; p < pend; ++p) {
44 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler,
131 ConstAddress handler = (ConstAddress)sect_reg.begin();
169 ConstAddress handler = pRegion.begin() + pToken.data_off;
170 ConstAddress cie_end = pRegion.end();
171 ConstAddress handler_start = handler;
181 ConstAddress aug_str_front = handler
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 20 typedef ConstTraits<uint8_t>::pointer ConstAddress;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 31 typedef ConstTraits<unsigned char>::pointer ConstAddress;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 109 ConstAddress vendor_data =
110 reinterpret_cast<ConstAddress>(region.begin()) + vendor_data_offset;
187 ConstAddress pData,
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 330 constexpr bool constaddress = (void *)externalvar == (void *)0x4000UL; // expected-error {{must be initialized by a constant expression}} expected-note {{reinterpret_cast}} member in namespace:PointerComparison
    [all...]

Completed in 212 milliseconds