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 ¶
Types ¶
type Entry ¶
type Entry struct {
Name string `json:"name,omitempty"`
Path string `json:"path,omitempty"`
Location uint64 `json:"location"`
}
func ExecFilter ¶ added in v0.3.0
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.