MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / WithSymbols

Function WithSymbols

pkg/pe/parser.go:91–95  ·  view source on GitHub ↗

WithSymbols indicates import directory is parsed for imported symbols.

()

Source from the content-addressed store, hash-verified

89
90// WithSymbols indicates import directory is parsed for imported symbols.
91func WithSymbols() Option {
92 return func(o *opts) {
93 o.parseSymbols = true
94 }
95}
96
97// WithSections indicates section header is parsed.
98func WithSections() Option {

Callers 5

parserOptsMethod · 0.92
file.goFile · 0.92
TestParseFileFunction · 0.85
TestIsDriverFunction · 0.85
ParseFileWithConfigFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestParseFileFunction · 0.68
TestIsDriverFunction · 0.68