Searched refs:pdso (Results 1 – 5 of 5) 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 338 pdso._slot = data._slot; in _d_dso_registry() 339 *data._slot = pdso; // store backlink in library record in _d_dso_registry() 341 pdso._moduleGroup = ModuleGroup(toRange(data._minfo_beg, data._minfo_end)); in _d_dso_registry() 347 scanSegments(handle, pdso); in _d_dso_registry() 351 getDependencies(handle, pdso._deps); in _d_dso_registry() 352 pdso._handle = handle; in _d_dso_registry() 353 setDSOForHandle(pdso, pdso._handle); in _d_dso_registry() 364 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt)); in _d_dso_registry() 370 safeAssert(p !is pdso, "DSO already registered."); in _d_dso_registry() [all …]
|
| H A D | macho.d | 341 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local 343 pdso._slot = data._slot; in _d_dso_registry() 344 *data._slot = pdso; // store backlink in library record in _d_dso_registry() 346 pdso._moduleGroup = ModuleGroup(toRange(data._minfo_beg, data._minfo_end)); in _d_dso_registry() 352 scanSegments(header, pdso); in _d_dso_registry() 358 getDependencies(header, pdso._deps); in _d_dso_registry() 359 pdso._handle = handle; in _d_dso_registry() 360 setDSOForHandle(pdso, pdso._handle); in _d_dso_registry() 371 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt)); in _d_dso_registry() 377 safeAssert(p !is pdso, "DSO already registered."); in _d_dso_registry() [all …]
|
| H A D | elf.d | 314 foreach (ref pdso; _loadedDSOs) 315 rngs.insertBack(pdso.tlsRange()); 444 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local 446 *data._slot = pdso; // store backlink in library record in _d_dso_registry() 448 pdso._moduleGroup = ModuleGroup(toRange(data._minfo_beg, data._minfo_end)); in _d_dso_registry() 454 scanSegments(info, pdso); in _d_dso_registry() 460 getDependencies(info, pdso._deps); in _d_dso_registry() 461 pdso._handle = handle; in _d_dso_registry() 462 setDSOForHandle(pdso, pdso._handle); in _d_dso_registry() 473 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt, pdso.tlsRange())); in _d_dso_registry() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
| H A D | elf_shared.d | 318 foreach (ref pdso; _loadedDSOs) 319 rngs.insertBack(pdso.tlsRange()); 445 DSO* pdso = cast(DSO*).calloc(1, DSO.sizeof); in _d_dso_registry() local 447 *data._slot = pdso; // store backlink in library record in _d_dso_registry() 449 pdso._moduleGroup = ModuleGroup(toRange(data._minfo_beg, data._minfo_end)); in _d_dso_registry() 455 scanSegments(info, pdso); in _d_dso_registry() 461 getDependencies(info, pdso._deps); in _d_dso_registry() 462 pdso._handle = handle; in _d_dso_registry() 463 setDSOForHandle(pdso, pdso._handle); in _d_dso_registry() 474 _loadedDSOs.insertBack(ThreadDSO(pdso, refCnt, addCnt, pdso.tlsRange())); in _d_dso_registry() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/ |
| H A D | ChangeLog | 1212 Otherwise clear pdso._tlsMod, pdso._tlsSize.
|