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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1754 LinkerScript& ldscript = pModule.getScript(); local
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
[all...]

Completed in 64 milliseconds