Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h107 uint64_t getLastStartOffset(const Module& pModule) const { in getLastStartOffset() function
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/
DELFObjectWriter.cpp190 return getLastStartOffset<32>(pModule) + in getOutputSize()
193 return getLastStartOffset<64>(pModule) + in getOutputSize()
250 header->e_shoff = getLastStartOffset<SIZE>(pModule); in writeELFHeader()
307 pOutput.request(getLastStartOffset<SIZE>(pModule), header_size); in emitSectionHeader()
634 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const { in getLastStartOffset() function in mcld::ELFObjectWriter
642 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const { in getLastStartOffset() function in mcld::ELFObjectWriter