HomeSort by relevance Sort by last modified time
    Searched refs:getLastStartOffset (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 110 uint64_t getLastStartOffset(const Module& pModule) const
112 assert(0 && "Call invalid ELFObjectWriter::getLastStartOffset");
125 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const;
128 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 195 return getLastStartOffset<32>(pModule) +
198 return getLastStartOffset<64>(pModule) +
253 header->e_shoff = getLastStartOffset<SIZE>(pModule);
314 MemoryRegion region = pOutput.request(getLastStartOffset<SIZE>(pModule),
648 /// getLastStartOffset
650 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const
657 /// getLastStartOffset
659 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const

Completed in 120 milliseconds