Home
last modified time | relevance | path

Searched refs:HasSectionsCommand (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp246 if (Script->HasSectionsCommand) in addReservedSymbols()
314 bool HasDataRelRo = Script->HasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
1243 if (!Script->HasSectionsCommand) in sortSection()
1250 if (!Script->HasSectionsCommand) in sortSection()
1301 if (!Script->HasSectionsCommand) { in sortSections()
1794 if (!Script->HasSectionsCommand && !Config->Relocatable) in finalizeSections()
2161 if (Script->HasSectionsCommand) in assignFileOffsets()
2485 if (Script->HasSectionsCommand) in writeTrapInstr()
H A DLinkerScript.h290 bool HasSectionsCommand = false; variable
H A DLinkerScript.cpp682 if (HasSectionsCommand) in addOrphanSections()
957 if (!Script->HasSectionsCommand || AllocateHeaders) in computeBase()
1020 if (Script->HasSectionsCommand) in getInitialDot()
H A DScriptParser.cpp524 Script->HasSectionsCommand = true; in readSections()
H A DDriver.cpp319 if (Config->SingleRoRx && !Script->HasSectionsCommand) in checkOptions()