Lintian::Processable::Objdump (3) - Linux Manuals
Lintian::Processable::Objdump: access to collected binary object data
NAME
Lintian::Processable::Objdump - access to collected binary object data
SYNOPSIS
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION
Lintian::Processable::Objdump provides an interface to collected binary object data.INSTANCE METHODS
- objdump_info
-
Returns a hashref mapping a FILE to the data collected by objdump-info
or "undef" if no data is available for that FILE. Data is generally
only collected for ELF files.
Needs-Info requirements for using objdump_info: objdump-info