/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | elf_shared.d | 105 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 D | macho.d | 42 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 D | pecoff.d | 41 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 D | elf.d | 100 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 D | dso.h | 57 typedef struct dso_st DSO; typedef
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/ |
H A D | dso.h | 56 typedef struct dso_st DSO; typedef
|
/netbsd-src/tests/lib/libpthread/dlopen/ |
H A D | t_dso_pthread_create.c | 43 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
|
H A D | t_main_pthread_create.c | 42 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
|
H A D | t_dlopen.c | 50 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | shlibloadtest.c | 18 typedef void DSO; typedef
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | shlibloadtest.c | 18 typedef void DSO; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | plugin.c | 49 enum { DSO, SYMBOL } type; enumerator
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ppc-opc.c | 4192 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ppc-opc.c | 4050 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro
|