Searched defs:pbeg (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | android.d | 59 auto pbeg = cast(immutable(FuncTable)*)&__start_deh; in immutable() local 82 auto pbeg = cast(void*)&_tlsend; in initSections() local 105 void scanTLSRanges(void[]* rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges() 156 auto pbeg = cast(void*)&_tlsstart; in getTLSBlockAlloc() local
|
H A D | win64.d | 57 auto pbeg = cast(immutable(FuncTable)*)&_deh_beg; in version() local 123 void* pbeg; in initTLSRanges() local 137 mov pbeg, EAX; in initTLSRanges() local 152 mov pbeg, RAX; in initTLSRanges() local 168 void scanTLSRanges(void[] rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges()
|
H A D | win32.d | 112 auto pbeg = cast(void*)&_tlsstart; in initTLSRanges() local 121 void scanTLSRanges(void[] rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges()
|
H A D | osx.d | 111 void scanTLSRanges(void[]* rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
H A D | emutls.d | 276 void _d_emutls_scan(scope void delegate(void* pbeg, void* pend) nothrow cb) nothrow in _d_emutls_scan()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | emutls.d | 277 void _d_emutls_scan(scope void delegate(void* pbeg, void* pend) nothrow cb) nothrow in _d_emutls_scan()
|