.file "test_call1_64.c" .section .rodata .align 8 .LC0: .string "test_call1_64.c using call1_64.asm" .align 8 .LC1: .string "address of L=L[0]=%ld, L[1]=%ld \n" .LC2: .string "L[0]=%ld, L[1]=%ld \n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 subq $16, %rsp movl $.LC0, %edi call puts movq $1, -16(%rbp) movq $2, -8(%rbp) leaq -16(%rbp), %rax leaq 8(%rax), %rdx leaq -16(%rbp), %rax movq %rax, %rsi movl $.LC1, %edi movl $0, %eax call printf leaq -16(%rbp), %rax movq %rax, %rdi call call1_64 movq -8(%rbp), %rdx movq -16(%rbp), %rax movq %rax, %rsi movl $.LC2, %edi movl $0, %eax call printf movl $0, %eax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (GNU) 4.8.3 20140911 (Red Hat 4.8.3-9)" .section .note.GNU-stack,"",@progbits