Posts Tagged ‘binutils’
cpp – The C Preprocessor
USAGE
cpp [-Dmacro[=defn]…] [-Umacro]
[-Idir...] [-Wwarn...]
[-M│-MM] [-MG] [-MF filename]
[-MP] [-MQ target...] [-MT target...]
[...]
c++filt – Demangle C++ and Java symbols.
USAGE
c++filt [-_│--strip-underscores]
[-j│--java]
[-n│--no-strip-underscores]
[...]
AS – the portable GNU assembler.
USAGE
as [-a[cdhlns][=file]] [-D] [--defsym sym=val]
[-f] [--gstabs] [--gdwarf2] [--help] [-I dir]
[-J] [-K] [-L]
[--listing-lhs-width=NUM] [--listing-lhs-width2=NUM]
[...]
ar – create, modify, and extract from archives
USAGE
ar [-X32_64] [-]p[mod [relpos] [count]] archive [member...]
DESCRIPTION
The GNU ar program creates, modifies, and extracts from archives. An
archive is a single file holding a [...]
