CHECK_ABI_COMPLIANCE(1) CHECK_ABI_COMPLIANCE(1)
check_abi_compliance - check ABI compliance of an object file
check_abi_compliance [ -abidir directory ] [ -liblist library_list ] [
-required ] [ -abi ] file
check_abi_compliance checks an object file for ABI compliance and
optionally displays references to routines which are not part of the ABI
and required routines which are missing from the object file.
-abidir directory
This specifies a directory which contains files which specify ABI
routines. The filenames are of the form LIBRARY.names.
-liblist library_list
This specifies a list of shared objects on which this object file
depends. This defaults to the liblist of the object file.
-required
Display only missing required routines. An example of this is _end.
-abi Display only undefined references which are not part of the ABI.
/usr/lib/abi/data directory containing ABI entry points
check_abi_interface(1), check_for_syscalls(1), elfdump(1).
the MIPS Processor ABI Conformance Guide
PPPPaaaaggggeeee 1111 [ Back ]
|