Searched refs:ThreadDSO (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | pecoff.d | 128 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version() 133 void finiTLSRanges(Array!(ThreadDSO)* tdsos) @nogc nothrow in version() 141 void scanTLSRanges(Array!(ThreadDSO)* tdsos, scope ScanDG dg) nothrow in version() 153 auto res = cast(Array!(ThreadDSO)*)calloc(1, Array!(ThreadDSO).sizeof); in version() 174 auto pary = cast(Array!(ThreadDSO)*)p; in version() 195 _loadedDSOs.swap(*cast(Array!(ThreadDSO)*)p); in version() 257 struct ThreadDSO in version() struct 266 @property ref Array!(ThreadDSO) _loadedDSOs() @nogc nothrow in version() 268 static Array!(ThreadDSO) x; in version() 364 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt)); in _d_dso_registry() [all …]
|
H A D | macho.d | 129 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version() 134 void finiTLSRanges(Array!(ThreadDSO)* tdsos) @nogc nothrow in version() 142 void scanTLSRanges(Array!(ThreadDSO)* tdsos, scope ScanDG dg) nothrow in version() 154 auto res = cast(Array!(ThreadDSO)*)calloc(1, Array!(ThreadDSO).sizeof); in version() 173 auto pary = cast(Array!(ThreadDSO)*)p; in version() 194 _loadedDSOs.swap(*cast(Array!(ThreadDSO)*)p); in version() 256 struct ThreadDSO in version() struct 265 @property ref Array!(ThreadDSO) _loadedDSOs() @nogc nothrow in version() 267 static Array!(ThreadDSO) x; in version() 371 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt)); in _d_dso_registry() [all …]
|
H A D | elf.d | 197 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version() 202 void finiTLSRanges(Array!(ThreadDSO)* tdsos) @nogc nothrow in version() 210 void scanTLSRanges(Array!(ThreadDSO)* tdsos, scope ScanDG dg) nothrow in version() 237 auto res = cast(Array!(ThreadDSO)*)calloc(1, Array!(ThreadDSO).sizeof); in version() 256 auto pary = cast(Array!(ThreadDSO)*)p; in version() 277 _loadedDSOs.swap(*cast(Array!(ThreadDSO)*)p); in version() 366 struct ThreadDSO in version() struct 380 …@property ref Array!(ThreadDSO) _loadedDSOs() @nogc nothrow { static Array!(ThreadDSO) x; return x… in version() 473 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt, pdso.tlsRange())); in _d_dso_registry() 564 ThreadDSO* findThreadDSO(DSO* pdso) nothrow @nogc in version() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | elf_shared.d | 214 Array!(ThreadDSO)* initTLSRanges() @nogc nothrow in version() 219 void finiTLSRanges(Array!(ThreadDSO)* tdsos) @nogc nothrow in version() 227 void scanTLSRanges(Array!(ThreadDSO)* tdsos, scope ScanDG dg) nothrow in version() 244 auto res = cast(Array!(ThreadDSO)*)calloc(1, Array!(ThreadDSO).sizeof); in version() 262 auto pary = cast(Array!(ThreadDSO)*)p; in version() 282 _loadedDSOs.swap(*cast(Array!(ThreadDSO)*)p); in version() 361 struct ThreadDSO in version() struct 375 …@property ref Array!(ThreadDSO) _loadedDSOs() @nogc nothrow { static Array!(ThreadDSO) x; return x… in version() 474 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt, pdso.tlsRange())); in _d_dso_registry() 565 ThreadDSO* findThreadDSO(DSO* pdso) nothrow @nogc in version() [all …]
|