Lines Matching full:ldscript
1754 LinkerScript& ldscript = pModule.getScript();
1755 LinkerScript::AddressMap::iterator addrEnd = ldscript.addressMap().end();
1757 outBegin = ldscript.sectionMap().begin();
1758 outEnd = ldscript.sectionMap().end();
1781 addrEnd != ldscript.addressMap().find(".bss")) {
1787 (addrEnd != ldscript.addressMap().find(sect->name()))) {
1793 // 5. create PT_LOAD to hold NULL section if there is a default ldscript
2152 // assign address based on `.' symbol in ldscript
2160 // Let SECTIONS starts at 0 if we have a default ldscript but don't
2432 // sort output section orders if there is no default ldscript