Searched refs:initTLSRanges (Results 1 – 13 of 13) sorted by relevance
24 typeof(rt.sections.initTLSRanges()) tlsRanges;40 data.tlsRanges = rt.sections.initTLSRanges(); in init()
68 static assert(is(typeof(&initTLSRanges) RT == return) &&69 is(typeof(&initTLSRanges) == RT function() nothrow @nogc) &&
25 typeof(rt.sections.initTLSRanges()) tlsRanges;41 data.tlsRanges = rt.sections.initTLSRanges(); in init()
83 static assert(is(typeof(&initTLSRanges) RT == return) &&84 is(typeof(&initTLSRanges) == RT function() nothrow @nogc) &&
197 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()226 auto tdsos = initTLSRanges(); in version()309 Array!(void[])* initTLSRanges() nothrow @nogc341 auto rngs = initTLSRanges(); in sizeOfTLS()
128 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()222 Array!(void[])* initTLSRanges() nothrow @nogc
129 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()221 Array!(void[])* initTLSRanges() nothrow @nogc
110 void[] initTLSRanges() nothrow @nogc in initTLSRanges() function
94 void[]* initTLSRanges() nothrow @nogc in initTLSRanges() function
100 void[]* initTLSRanges() nothrow @nogc in initTLSRanges() function
121 void[] initTLSRanges() nothrow @nogc in initTLSRanges() function
214 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()313 Array!(void[])* initTLSRanges() nothrow @nogc
1060 * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate