Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d336 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local
386 DSO* pdso = cast(DSO*)*data._slot; in _d_dso_registry() local
542 if (auto pdso = dsoForHandle(handle)) in initLibrary() local
574 if (auto pdso = dsoForHandle(handle)) in rt_unloadLibrary() local
599 void runModuleConstructors(DSO* pdso, bool runTlsCtors) in runModuleConstructors()
606 void runModuleDestructors(DSO* pdso, bool runTlsDtors) in runModuleDestructors()
612 void registerGCRanges(DSO* pdso) nothrow @nogc in registerGCRanges()
618 void unregisterGCRanges(DSO* pdso) nothrow @nogc in unregisterGCRanges()
630 void freeDSO(DSO* pdso) nothrow @nogc in freeDSO()
654 DSO* pdso; in version() local
[all …]
H A Dmacho.d341 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local
393 DSO* pdso = cast(DSO*)*data._slot; in _d_dso_registry() local
508 if (auto pdso = dsoForHandle(handle)) in version() local
522 if (auto pdso = dsoForHandle(handle)) in version() local
544 void runModuleConstructors(DSO* pdso, bool runTlsCtors) in runModuleConstructors()
551 void runModuleDestructors(DSO* pdso, bool runTlsDtors) in runModuleDestructors()
557 void registerGCRanges(DSO* pdso) nothrow @nogc in registerGCRanges()
563 void unregisterGCRanges(DSO* pdso) nothrow @nogc in unregisterGCRanges()
575 void freeDSO(DSO* pdso) nothrow @nogc in freeDSO()
600 DSO* pdso; in version() local
[all …]
H A Delf.d444 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local
496 DSO* pdso = cast(DSO*)*data._slot; in _d_dso_registry() local
614 if (auto pdso = dsoForHandle(handle)) in version() local
628 if (auto pdso = dsoForHandle(handle)) in version() local
650 void runModuleConstructors(DSO* pdso, bool runTlsCtors) in runModuleConstructors()
657 void runModuleDestructors(DSO* pdso, bool runTlsDtors) in runModuleDestructors()
663 void registerGCRanges(DSO* pdso) nothrow @nogc in registerGCRanges()
669 void unregisterGCRanges(DSO* pdso) nothrow @nogc in unregisterGCRanges()
681 void freeDSO(DSO* pdso) nothrow @nogc in freeDSO()
716 DSO* pdso; in version() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d445 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local
497 DSO* pdso = cast(DSO*)*data._slot; in _d_dso_registry() local
615 if (auto pdso = dsoForHandle(handle)) in version() local
629 if (auto pdso = dsoForHandle(handle)) in version() local
651 void runModuleConstructors(DSO* pdso, bool runTlsCtors) in runModuleConstructors()
658 void runModuleDestructors(DSO* pdso, bool runTlsDtors) in runModuleDestructors()
664 void registerGCRanges(DSO* pdso) nothrow @nogc in registerGCRanges()
670 void unregisterGCRanges(DSO* pdso) nothrow @nogc in unregisterGCRanges()
682 void freeDSO(DSO* pdso) nothrow @nogc in freeDSO()
715 DSO* pdso; in version() local
[all …]