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 107 uint64_t getLastStartOffset(const Module& pModule) const {
108 assert(0 && "Call invalid ELFObjectWriter::getLastStartOffset");
121 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const;
124 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 190 return getLastStartOffset<32>(pModule) +
193 return getLastStartOffset<64>(pModule) +
250 header->e_shoff = getLastStartOffset<SIZE>(pModule);
307 pOutput.request(getLastStartOffset<SIZE>(pModule), header_size);
632 /// getLastStartOffset
634 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const {
640 /// getLastStartOffset
642 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const {

Completed in 697 milliseconds