Searched refs:getSegmentStartAddr (Results 1 – 2 of 2) sorted by relevance
107 uint64_t getSegmentStartAddr(const LinkerScript& pScript) const;
148 uint64_t GNULDBackend::getSegmentStartAddr(const LinkerScript& pScript) const { in getSegmentStartAddr() function in mcld::GNULDBackend2165 vma = getSegmentStartAddr(script) + sectionStartOffset(); in setOutputSectionAddress()