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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h110 uint64_t getLastStartOffset(const Module& pModule) const function in class:mcld::ELFObjectWriter
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/
H A DELFObjectWriter.cpp195 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 function in class:ELFObjectWriter
657 /// getLastStartOffset
659 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const function in class:ELFObjectWriter

Completed in 62 milliseconds