File indexing completed on 2024-05-12 04:02:11

0001     .file   "main.c"
0002     .text
0003     .globl  x
0004     .data
0005     .align 4
0006     .type   x, @object
0007     .size   x, 4
0008 x:
0009     .long   1
0010     .text
0011     .globl  main
0012     .type   main, @function
0013 main:
0014 .LFB0:
0015     .cfi_startproc
0016     pushq   %rbp
0017     .cfi_def_cfa_offset 16
0018     .cfi_offset 6, -16
0019     movq    %rsp, %rbp
0020     .cfi_def_cfa_register 6
0021     movl    $42, -4(%rbp)
0022     movl    $1, %eax
0023     popq    %rbp
0024     .cfi_def_cfa 7, 8
0025     ret
0026     .cfi_endproc
0027 .LFE0:
0028     .size   main, .-main
0029     .ident  "GCC: (GNU) 10.1.0"
0030     .section    .note.GNU-stack,"",@progbits