Searched defs:dylib_reference (Results 1 – 2 of 2) sorted by relevance
1765 struct dylib_reference in version() struct3102 struct dylib_reference struct3104 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()
762 struct dylib_reference { struct763 uint32_t isym : 24, flags : 8;