Home
last modified time | relevance | path

Searched defs:dylib_reference (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1765 struct dylib_reference in version() struct
3102 struct dylib_reference struct
3104 private uint storage;
3106 @property uint isym()() const pure nothrow @nogc @safe in isym()
3111 @property void isym()(uint v) @safe pure nothrow @nogc in isym()
3119 @property uint flags()() const pure nothrow @nogc @safe in flags()
3124 @property void flags()(uint v) pure nothrow @nogc @safe in flags()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h762 struct dylib_reference { struct
763 uint32_t isym : 24, flags : 8;