Home | History | Annotate | Download | only in amiga

Lines Matching refs:uint32

45 uint32 libObtain (struct LibraryManagerInterface *Self);
46 uint32 libRelease (struct LibraryManagerInterface *Self);
47 struct ExpatBase *libOpen (struct LibraryManagerInterface *Self, uint32 version);
66 { MIT_Name, (uint32)"__library" },
67 { MIT_VectorTable, (uint32)lib_manager_vectors },
76 { MIT_Name, (uint32)"main" },
77 { MIT_VectorTable, (uint32)main_vectors },
92 { CLT_InitFunc, (uint32)libInit },
93 { CLT_Interfaces, (uint32)libInterfaces },
162 uint32 libObtain( struct LibraryManagerInterface *Self )
169 uint32 libRelease( struct LibraryManagerInterface *Self )
176 struct ExpatBase *libOpen( struct LibraryManagerInterface *Self, uint32 version )