Home
last modified time | relevance | path

Searched defs:DSO (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d105 struct DSO struct
107 static int opApply(scope int delegate(ref DSO) dg) in opApply() argument
117 static int opApplyReverse(scope int delegate(ref DSO) dg) in opApplyReverse() argument
127 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable()
151 safeAssert(_moduleGroup.modules.length > 0, "No modules for DSO."); in invariant() argument
163 Array!(DSO*) _deps; // D libraries needed by this DSO in version() argument
168 void[] tlsRange() const nothrow @nogc in tlsRange()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d42 struct DSO struct
44 static int opApply(scope int delegate(ref DSO) dg) in opApply() argument
54 static int opApplyReverse(scope int delegate(ref DSO) dg) in opApplyReverse() argument
83 safeAssert(_moduleGroup.modules.length > 0, "No modules for DSO."); argument
93 Array!(DSO*) _deps; // D libraries needed by this DSO in version() argument
H A Dpecoff.d41 struct DSO struct
43 static int opApply(scope int delegate(ref DSO) dg) in opApply() argument
53 static int opApplyReverse(scope int delegate(ref DSO) dg) in opApplyReverse() argument
82 safeAssert(_moduleGroup.modules.length > 0, "No modules for DSO."); argument
92 Array!(DSO*) _deps; // D libraries needed by this DSO in version() argument
H A Delf.d100 struct DSO struct
102 static int opApply(scope int delegate(ref DSO) dg) in opApply() argument
112 static int opApplyReverse(scope int delegate(ref DSO) dg) in opApplyReverse() argument
141 safeAssert(_moduleGroup.modules.length > 0, "No modules for DSO."); argument
153 Array!(DSO*) _deps; // D libraries needed by this DSO in version() argument
158 void[] tlsRange() const nothrow @nogc in tlsRange()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Ddso.h57 typedef struct dso_st DSO; typedef
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Ddso.h56 typedef struct dso_st DSO; typedef
/netbsd-src/tests/lib/libpthread/dlopen/
H A Dt_dso_pthread_create.c43 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
H A Dt_main_pthread_create.c42 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
H A Dt_dlopen.c50 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dshlibloadtest.c18 typedef void DSO; typedef
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dshlibloadtest.c18 typedef void DSO; typedef
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c49 enum { DSO, SYMBOL } type; enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c4192 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c4050 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro