allextract
|
Extract all archive members.
|
combreloc
|
Combine multiple relocation sections.
|
defaultextract
|
Return to the default archive extraction rules.
|
ignore
|
Ignore dynamic dependencies that are not referenced as part of the linking.
|
initfirst
|
Shared objects only. This object's initialization runs before that of others added to the process at the same time. Similarly, its "finalization" runs after that of other objects.
|
lazyload
|
Mark dynamic dependencies for lazy loading. Lazily loaded objects are loaded when the first binding to the object is made, not at process startup.
|
loadfltr
|
Mark the filter object for immediate processing at runtime, instead of at the first binding.
|
muldefs
|
Allow multiple symbol definitions, using the first one that occurs. Otherwise, multiple symbol definitions are a fatal error.
|
nodefs
|
Allow undefined symbols. This is the default for shared objects. The behavior is undefined for executables.
|
nodelete
|
Mark the object as not being deletable at runtime.
|
nodlopen
|
Shared objects only. The object is not available from dlopen
(3x).
|
nolazyload
|
Don't mark dynamic dependencies for lazy loading. Lazily loaded objects are loaded when the first binding to the object is made, not at process startup.
|
nopartial
|
Expand partially initialized symbols in input relocatable objects into the generated output file.
|
noversion
|
Do not include any versioning sections.
|
now
|
Force nonlazy runtime binding for the object.
|
origin
|
The object requires immediate $ORIGIN
processing at runtime.
|
record
|
Record dynamic dependencies that are not referenced as part of the linking. This is the default.
|
redlocsym
|
Remove all local symbols except for the SECT
symbols from the SHT_SYMTAB
symbol table.
|
textoff
|
In dynamic mode, allow relocations against all sections, including those that are not writable. This is the default for shared objects.
|
textwarn
|
Dynamic mode only. Warn if there remain any relocations against nonwritable, allocatable sections. This is the default for executables.
|
weakextract
|
Allow "weak" definitions to trigger archive extraction.
|