Home
last modified time | relevance | path

Searched defs:pbeg (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dandroid.d59 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 Dwin64.d57 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 Dwin32.d112 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 Dosx.d111 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 Demutls.d276 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 Demutls.d277 void _d_emutls_scan(scope void delegate(void* pbeg, void* pend) nothrow cb) nothrow in _d_emutls_scan()