| tag | line | file | source code |
| Library | 338 | arch/m68k/boot/amiga/bootstrap.c | CloseLibrary((struct Library *)ExpansionBase); |
| Library | 758 | arch/m68k/boot/amiga/bootstrap.c | CloseLibrary ((struct Library *)GfxBase); |
| Library | 137 | arch/m68k/boot/amiga/bootstrap.h | struct Library; |
| Library | 155 | arch/m68k/boot/amiga/bootstrap.h | CloseLibrary (struct Library *library) |
| Library | 158 | arch/m68k/boot/amiga/bootstrap.h | register struct Library *a1 __asm("a1") = library; |
| Library | 194 | arch/m68k/boot/amiga/bootstrap.h | static __inline struct Library * |
| Library | 197 | arch/m68k/boot/amiga/bootstrap.h | register struct Library * _res __asm("d0"); |