.set noat .set noreorder .set nomacro .globl mtable .data .align 3 .type mtable, @object .size mtable, 24 mtable: .quad malloc .quad free .zero 8 .globl mtable2 .align 3 .type mtable2, @object .size mtable2, 24 mtable2: .quad malloc .zero 8 .quad realloc .globl mtable3 .align 3 .type mtable3, @object .size mtable3, 24 mtable3: .quad malloc .quad free .quad realloc .ident "GCC: (GNU) 3.3.2"