Red Hat ENTERPRISE LINUX 4 - USING BINUTILS Manuel d'utilisateur Page 21

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 80
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 20
Chapter 4. objcopy 15
_binary_objfile_end and _binary_objfile_size. e.g. you can transform a picture file into an
object file and then access it in your code using these symbols.
-j sectionname
-only-section=sectionname
Copy only the named section from the input file to the output file. This option may be given more
than once. Note that using this option inappropriately may make the output file unusable.
-R sectionname
-remove-section=sectionname
Remove any section named sectionname from the output file. This option may be given more
than once. Note that using this option inappropriately may make the output file unusable.
-S
-strip-all
Do not copy relocation and symbol information from the source file.
-g
-strip-debug
Do not copy debugging symbols or sections from the source file.
-strip-unneeded
Strip all symbols that are not needed for relocation processing.
-K symbolname
-keep-symbol=symbolname
Copy only symbol symbolname from the source file. This option may be given more than once.
-N symbolname
-strip-symbol=symbolname
Do not copy symbol symbolname from the source file. This option may be given more than
once.
-G symbolname
-keep-global-symbol=symbolname
Keep only symbol symbolname global. Make all other symbols local to the file, so that they are
not visible externally. This option may be given more than once.
-L symbolname
-localize-symbol=symbolname
Make symbol symbolname local to the file, so that it is not visible externally. This option may
be given more than once.
-W symbolname
-weaken-symbol=symbolname
Make symbol symbolname weak. This option may be given more than once.
-w
-wildcard
Permit regular expressions in symbolnames used in other command line options. The question
mark (?), asterisk (*), backslash (\) and square brackets ([]) operators can be used anywhere in
Vue de la page 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 79 80

Commentaires sur ces manuels

Pas de commentaire