Searched refs:getLastStartOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h107 uint64_t getLastStartOffset(const Module& pModule) const { function in class:mcld::ELFObjectWriter
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/
H A DELFObjectWriter.cpp190 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 { function in class:mcld::ELFObjectWriter
640 /// getLastStartOffset
642 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const { function in class:mcld::ELFObjectWriter

Completed in 2583 milliseconds