Lines Matching full:section

40 .Op Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname
47 .Op Fl j Ar sectionname | Fl -only-section= Ns Ar sectionname
52 .Op Fl -add-section Ar sectionname Ns = Ns Ar filename
54 .Fl -adjust-section-vma Ar section Ns {+|-|=} Ns Ar val |
55 .Fl -change-section-address Ar section Ns {+|-|=} Ns Ar val
66 .Op Fl -change-section-lma Ar section Ns {+|-|=} Ns Ar val
67 .Op Fl -change-section-vma Ar section Ns {+|-|=} Ns Ar val
80 .Op Fl -rename-section Ar oldname Ns = Ns Ar newname Ns Op Ar ,flags
81 .Op Fl -set-section-flags Ar sectionname Ns = Ns Ar flags
133 .It Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname
134 Remove any section with name
151 .It Fl j Ar sectionname | Fl -only-section= Ns Ar sectionname
152 Copy only the section named by argument
179 Create a .gnu_debuglink section in the output file that references the
182 .It Fl -add-section Ar sectionname Ns = Ns Ar filename
183 Add a new section to the output file with name
185 The contents of the section are taken from the file named by
188 The size of the section will be the number of bytes in file
191 .Fl -adjust-section-vma Ar section Ns {+|-|=} Ns Ar val |
192 .Fl -change-section-address Ar section Ns {+|-|=} Ns Ar val
195 the virtual memory address and the load memory address of the section
197 .Ar section .
217 Issue a warning if the section specified by the options
218 .Fl -change-section-address ,
219 .Fl -change-section-lma
221 .Fl -change-section-vma
224 .It Fl -change-section-lma Ar section Ns {+|-|=} Ns Ar val
225 Change or set the load memory address of the section named by the
227 .Ar section .
232 .It Fl -change-section-vma Ar section Ns {+|-|=} Ns Ar val
233 Change or set the virtual memory address of the section named by the
235 .Ar section .
262 Do not issue a warning if the section specified by the options
263 .Fl -change-section-address ,
264 .Fl -change-section-lma
266 .Fl -change-section-vma
274 by increasing the size of the section with the highest load memory
277 Prefix the section names of all the allocated sections with
280 Prefix the section names of all the sections with
285 .It Fl -rename-section Ar oldname Ns = Ns Ar newname Ns Op Ar ,flags
286 Rename the section named by argument
295 .Fl -set-section-flags
297 .It Fl -set-section-flags Ar sectionname Ns = Ns Ar flags
298 Set the flags for the section named by argument
307 The section occupies space in the output file.
309 The section contains machine instructions.
313 The section contains writeable data.
315 The section holds debugging information.
317 The section is loadable.
319 The section should not be loaded into memory.
321 The section is not writable.
323 The section contains ROM'able contents.