Posts Tagged ‘binutils’

cpp – The C Preprocessor
USAGE
cpp [-Dmacro[=defn]…] [-Umacro]
[-Idir...] [-Wwarn...]
[-M│-MM] [-MG] [-MF filename]
[-MP] [-MQ target...] [-MT target...]
[...]

Wednesday, August 26th, 2009 at 23:55 | Comments Off
Categories: c
Tags: , , , , , , ,

c++filt – Demangle C++ and Java symbols.
USAGE
c++filt [-_│--strip-underscores]
[-j│--java]
[-n│--no-strip-underscores]
[...]

Wednesday, August 26th, 2009 at 22:23 | Comments Off
Categories: c

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]
[...]

Tuesday, August 25th, 2009 at 22:34 | Comments Off
Categories: A
Tags: , , , ,

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 [...]

Tuesday, August 25th, 2009 at 22:32 | Comments Off
Categories: A
Tags: , , ,

addr2line – convert addresses into file names and line numbers.
USAGE
addr2line [-b bfdname│--target=bfdname]
[-C│--demangle[=style]]
[-e filename│--exe=filename]
[...]

Tuesday, August 25th, 2009 at 22:05 | Comments Off
Categories: A
TOP