Module.getSymbolSection

Gets the section which a symbol belongs to.

class Module
@nogc final
getSymbolSection
(
void* sym
)

Parameters

sym void*

Pointer to a symbol in the module, as returned by getSymbol.

Return Value

A reference to a section info object describing the section, owned by the module, or null if not found.

Meta