Lines Matching full:ldscript
1841 LinkerScript& ldscript = pModule.getScript();
1842 LinkerScript::AddressMap::iterator addrEnd= ldscript.addressMap().end();
1844 outBegin = ldscript.sectionMap().begin();
1845 outEnd = ldscript.sectionMap().end();
1871 addrEnd != ldscript.addressMap().find(".bss")) {
1878 (addrEnd != ldscript.addressMap().find(sect->name()))) {
1885 // 5. create PT_LOAD to hold NULL section if there is a default ldscript
2255 // assign address based on `.' symbol in ldscript
2263 // Let SECTIONS starts at 0 if we have a default ldscript but don't
2527 // sort output section orders if there is no default ldscript