Home
last modified time | relevance | path

Searched refs:initTLSRanges (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d24 typeof(rt.sections.initTLSRanges()) tlsRanges;
40 data.tlsRanges = rt.sections.initTLSRanges(); in init()
H A Dsections.d68 static assert(is(typeof(&initTLSRanges) RT == return) &&
69 is(typeof(&initTLSRanges) == RT function() nothrow @nogc) &&
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d25 typeof(rt.sections.initTLSRanges()) tlsRanges;
41 data.tlsRanges = rt.sections.initTLSRanges(); in init()
H A Dsections.d83 static assert(is(typeof(&initTLSRanges) RT == return) &&
84 is(typeof(&initTLSRanges) == RT function() nothrow @nogc) &&
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d197 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()
226 auto tdsos = initTLSRanges(); in version()
309 Array!(void[])* initTLSRanges() nothrow @nogc
341 auto rngs = initTLSRanges(); in sizeOfTLS()
H A Dpecoff.d128 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()
222 Array!(void[])* initTLSRanges() nothrow @nogc
H A Dmacho.d129 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()
221 Array!(void[])* initTLSRanges() nothrow @nogc
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin32.d110 void[] initTLSRanges() nothrow @nogc in initTLSRanges() function
H A Dandroid.d94 void[]* initTLSRanges() nothrow @nogc in initTLSRanges() function
H A Dosx.d100 void[]* initTLSRanges() nothrow @nogc in initTLSRanges() function
H A Dwin64.d121 void[] initTLSRanges() nothrow @nogc in initTLSRanges() function
H A Delf_shared.d214 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version()
313 Array!(void[])* initTLSRanges() nothrow @nogc
/netbsd-src/external/gpl3/gcc/dist/libphobos/
H A DChangeLog1060 * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate