Module.createSymbolListFor

Lists all symbols within the given section.

class Module
@nogc
createSymbolListFor

Parameters

section SectionInfo

The section to query.

Return Value

Type: weak_vector!Symbol

A weak vector containing the symbols within the given section's memory space..

Meta