struct LinkerZeroInitialized
Defined at line 157 of file ../../src/lib/elfldltl/include/lib/elfldltl/symbol.h
This type can be used as a constructor tag to zero-construct an object whose
default constructor would otherwise not be zero initializable. This can
allow and object to be placed in bss. See
`SymbolInfo::SymbolInfo(LinkerZeroInitialized)` for more.