Searched defs:pdso (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | pecoff.d | 336 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 D | macho.d | 341 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 D | elf.d | 444 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 D | elf_shared.d | 445 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 …]
|