Home
last modified time | relevance | path

Searched defs:ThreadDSO (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d256 struct ThreadDSO in version() struct
258 DSO* _pdso; in version()
259 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version()
260 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version()
262 alias _pdso this; in version()
H A Dpecoff.d257 struct ThreadDSO in version() struct
259 DSO* _pdso; in version()
260 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version()
261 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version()
263 alias _pdso this; in version()
H A Delf.d366 struct ThreadDSO in version() struct
368 DSO* _pdso; in version()
369 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version()
370 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version()
373 alias _pdso this; in version()
375 void updateTLSRange() nothrow @nogc in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d361 struct ThreadDSO in version() struct
363 DSO* _pdso; in version()
364 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version()
365 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version()
368 alias _pdso this; in version()
370 void updateTLSRange() nothrow @nogc in version()