2
|
Other than form=library is specified.
|
symbol
|
Outputs symbol address, size, type, and optimization contents.
|
relocation_attribute
|
When -form=abs is specified and -strip is not specified, the relocation attribute corresponding to the section is output.
When -form=hex/bin/stype is specified and the input file format is not absolute/hex/stype, the relocation attribute corresponding to the section is output.
Otherwise, relocation_attribute is not specified.
|
cfi
|
Outputs the function list for use in detecting illegal indirect function calls.
cfi must be specified with -cfi option (Otherwise an error will occur).
cfi is specifiable when
* -form=abs option is specified and -strip option is not specified, or
* -form=hex/bin/stype option is specified and input files are
absolute/hex/stype.
Otherwise, cfi is not specifiable.
|
all
|
If form=rel the linkage editor outputs the same information as when show=symbol,xreference,total_size is specified.
If form=rel,data_stuff have been specified, the linkage editor outputs the same information as when show=symbol,total_size is specified.
If form=abs the linkage editor outputs the same information as when show=symbol,reference,xreference,total_size,struct is specified.
If form=hex/stype/bin the linkage editor outputs the same information as when show=symbol,reference,xreference,total_size,struct is specified.
If form=obj, all is not specifiable.
|