Documentation ¶
Overview ¶
Package ldd retrieves linker information by invoking ldd from glibc or musl and parsing its output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type EntryUnexpectedSegmentsError ¶
type EntryUnexpectedSegmentsError string
func (EntryUnexpectedSegmentsError) Error ¶
func (e EntryUnexpectedSegmentsError) Error() string
func (EntryUnexpectedSegmentsError) Is ¶
func (e EntryUnexpectedSegmentsError) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.