rt.sections_elf_shared

Written in the D programming language. This module provides ELF-specific support for sections with shared libraries.

License:
Boost License 1.0.
Authors:
Martin Nowak
Source
rt/sections_linux.d
bool _isRuntimeInitialized;

Boolean flag set to true while the runtime is initialized.

nothrow @nogc void initSections();

Gets called on program startup just before GC is initialized.

nothrow @nogc void finiSections();

Gets called on program shutdown just after GC is terminated.

nothrow @nogc Array!(void[])* initTLSRanges();

Called once per thread; returns array of thread local storage ranges

© 1999–2021 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/rt_sections_elf_shared.html