ASM Long
Collection
Neural Long Context Assembly Transpilation
•
19 items
•
Updated
x86
stringlengths 321
7.78M
| arm
stringlengths 335
7.78M
|
---|---|
.file "935630.c"
.intel_syntax noprefix
.text
.globl bubble_sort
.type bubble_sort, @function
bubble_sort:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov DWORD PTR -12[rbp], 0
jmp .L2
.L6:
mov DWORD PTR -8[rbp], 0
jmp .L3
.L5:
mov eax, DWORD PTR -8[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -24[rbp]
add rax, rdx
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR -8[rbp]
cdqe
add rax, 1
lea rcx, 0[0+rax*4]
mov rax, QWORD PTR -24[rbp]
add rax, rcx
mov eax, DWORD PTR [rax]
cmp edx, eax
jle .L4
mov eax, DWORD PTR -8[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -24[rbp]
add rax, rdx
mov eax, DWORD PTR [rax]
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -8[rbp]
cdqe
add rax, 1
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -24[rbp]
add rax, rdx
mov edx, DWORD PTR -8[rbp]
movsx rdx, edx
lea rcx, 0[0+rdx*4]
mov rdx, QWORD PTR -24[rbp]
add rdx, rcx
mov eax, DWORD PTR [rax]
mov DWORD PTR [rdx], eax
mov eax, DWORD PTR -8[rbp]
cdqe
add rax, 1
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -24[rbp]
add rdx, rax
mov eax, DWORD PTR -4[rbp]
mov DWORD PTR [rdx], eax
.L4:
add DWORD PTR -8[rbp], 1
.L3:
mov eax, DWORD PTR -28[rbp]
sub eax, DWORD PTR -12[rbp]
sub eax, 1
cmp DWORD PTR -8[rbp], eax
jl .L5
add DWORD PTR -12[rbp], 1
.L2:
mov eax, DWORD PTR -28[rbp]
sub eax, 1
cmp DWORD PTR -12[rbp], eax
jl .L6
nop
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size bubble_sort, .-bubble_sort
.section .rodata
.align 8
.LC0:
.string "\nEnter the size of the array : "
.LC1:
.string "%d"
.align 8
.LC2:
.string "\nEnter the elements of the array : "
.LC3:
.string "Enter the element %d : "
.align 8
.LC4:
.string "\nEnter the data to be search for : "
.align 8
.LC5:
.string "\nIn Linear Searching :\nThe data is found at index : %d \nNumber of comparisons made : %d"
.LC6:
.string "\nElement not found.....!"
.align 8
.LC7:
.string "\nIn Binary searching :\nData is found at index : %d\nNumber of comparisons made : %d"
.text
.globl main
.type main, @function
main:
.LFB1:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 80
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -68[rbp], 0
lea rdi, .LC0[rip]
mov eax, 0
call printf@PLT
lea rax, -80[rbp]
mov rsi, rax
lea rdi, .LC1[rip]
mov eax, 0
call __isoc99_scanf@PLT
lea rdi, .LC2[rip]
call puts@PLT
mov DWORD PTR -72[rbp], 0
jmp .L8
.L9:
mov eax, DWORD PTR -72[rbp]
add eax, 1
mov esi, eax
lea rdi, .LC3[rip]
mov eax, 0
call printf@PLT
lea rdx, -48[rbp]
mov eax, DWORD PTR -72[rbp]
cdqe
sal rax, 2
add rax, rdx
mov rsi, rax
lea rdi, .LC1[rip]
mov eax, 0
call __isoc99_scanf@PLT
add DWORD PTR -72[rbp], 1
.L8:
mov eax, DWORD PTR -80[rbp]
cmp DWORD PTR -72[rbp], eax
jl .L9
lea rdi, .LC4[rip]
mov eax, 0
call printf@PLT
lea rax, -76[rbp]
mov rsi, rax
lea rdi, .LC1[rip]
mov eax, 0
call __isoc99_scanf@PLT
mov DWORD PTR -72[rbp], 0
jmp .L10
.L13:
mov eax, DWORD PTR -72[rbp]
cdqe
mov edx, DWORD PTR -48[rbp+rax*4]
mov eax, DWORD PTR -76[rbp]
cmp edx, eax
jne .L11
mov eax, DWORD PTR -72[rbp]
lea edx, 1[rax]
mov eax, DWORD PTR -72[rbp]
mov esi, eax
lea rdi, .LC5[rip]
mov eax, 0
call printf@PLT
mov DWORD PTR -68[rbp], 1
jmp .L12
.L11:
add DWORD PTR -72[rbp], 1
.L10:
mov eax, DWORD PTR -80[rbp]
cmp DWORD PTR -72[rbp], eax
jl .L13
.L12:
cmp DWORD PTR -68[rbp], 0
jne .L14
lea rdi, .LC6[rip]
mov eax, 0
call printf@PLT
mov eax, 0
jmp .L21
.L14:
mov edx, DWORD PTR -80[rbp]
lea rax, -48[rbp]
mov esi, edx
mov rdi, rax
call bubble_sort
mov DWORD PTR -52[rbp], 0
mov DWORD PTR -64[rbp], 0
mov eax, DWORD PTR -80[rbp]
sub eax, 1
mov DWORD PTR -60[rbp], eax
mov edx, DWORD PTR -64[rbp]
mov eax, DWORD PTR -60[rbp]
add eax, edx
mov edx, eax
shr edx, 31
add eax, edx
sar eax
mov DWORD PTR -56[rbp], eax
jmp .L16
.L20:
mov eax, DWORD PTR -56[rbp]
cdqe
mov edx, DWORD PTR -48[rbp+rax*4]
mov eax, DWORD PTR -76[rbp]
cmp edx, eax
jne .L17
mov edx, DWORD PTR -52[rbp]
mov eax, DWORD PTR -56[rbp]
mov esi, eax
lea rdi, .LC7[rip]
mov eax, 0
call printf@PLT
jmp .L18
.L17:
mov eax, DWORD PTR -56[rbp]
cdqe
mov edx, DWORD PTR -48[rbp+rax*4]
mov eax, DWORD PTR -76[rbp]
cmp edx, eax
jle .L19
mov eax, DWORD PTR -56[rbp]
sub eax, 1
mov DWORD PTR -60[rbp], eax
mov edx, DWORD PTR -64[rbp]
mov eax, DWORD PTR -60[rbp]
add eax, edx
mov edx, eax
shr edx, 31
add eax, edx
sar eax
mov DWORD PTR -56[rbp], eax
add DWORD PTR -52[rbp], 1
jmp .L16
.L19:
mov eax, DWORD PTR -56[rbp]
add eax, 1
mov DWORD PTR -64[rbp], eax
mov edx, DWORD PTR -64[rbp]
mov eax, DWORD PTR -60[rbp]
add eax, edx
mov edx, eax
shr edx, 31
add eax, edx
sar eax
mov DWORD PTR -56[rbp], eax
add DWORD PTR -52[rbp], 1
.L16:
mov eax, DWORD PTR -64[rbp]
cmp eax, DWORD PTR -60[rbp]
jle .L20
.L18:
mov eax, 0
.L21:
mov rcx, QWORD PTR -8[rbp]
sub rcx, QWORD PTR fs:40
je .L22
call __stack_chk_fail@PLT
.L22:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1:
.size main, .-main
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 6
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "935630.c"
.text
.align 2
.global bubble_sort
.syntax unified
.arm
.fpu softvfp
.type bubble_sort, %function
bubble_sort:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #28
str r0, [fp, #-24]
str r1, [fp, #-28]
mov r3, #0
str r3, [fp, #-16]
b .L2
.L6:
mov r3, #0
str r3, [fp, #-12]
b .L3
.L5:
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-24]
add r3, r2, r3
ldr r2, [r3]
ldr r3, [fp, #-12]
add r3, r3, #1
lsl r3, r3, #2
ldr r1, [fp, #-24]
add r3, r1, r3
ldr r3, [r3]
cmp r2, r3
ble .L4
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-24]
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-12]
add r3, r3, #1
lsl r3, r3, #2
ldr r2, [fp, #-24]
add r2, r2, r3
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r1, [fp, #-24]
add r3, r1, r3
ldr r2, [r2]
str r2, [r3]
ldr r3, [fp, #-12]
add r3, r3, #1
lsl r3, r3, #2
ldr r2, [fp, #-24]
add r3, r2, r3
ldr r2, [fp, #-8]
str r2, [r3]
.L4:
ldr r3, [fp, #-12]
add r3, r3, #1
str r3, [fp, #-12]
.L3:
ldr r2, [fp, #-28]
ldr r3, [fp, #-16]
sub r3, r2, r3
sub r3, r3, #1
ldr r2, [fp, #-12]
cmp r2, r3
blt .L5
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L2:
ldr r3, [fp, #-28]
sub r3, r3, #1
ldr r2, [fp, #-16]
cmp r2, r3
blt .L6
nop
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.size bubble_sort, .-bubble_sort
.section .rodata
.align 2
.LC0:
.ascii "\012Enter the size of the array : \000"
.align 2
.LC1:
.ascii "%d\000"
.align 2
.LC2:
.ascii "\012Enter the elements of the array : \000"
.align 2
.LC3:
.ascii "Enter the element %d : \000"
.align 2
.LC4:
.ascii "\012Enter the data to be search for : \000"
.align 2
.LC5:
.ascii "\012In Linear Searching :\012The data is found at i"
.ascii "ndex : %d \012Number of comparisons made : %d\000"
.align 2
.LC6:
.ascii "\012Element not found.....!\000"
.align 2
.LC7:
.ascii "\012In Binary searching :\012Data is found at index"
.ascii " : %d\012Number of comparisons made : %d\000"
.align 2
.LC8:
.word __stack_chk_guard
.text
.align 2
.global main
.syntax unified
.arm
.fpu softvfp
.type main, %function
main:
@ args = 0, pretend = 0, frame = 80
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #80
ldr r3, .L23
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-68]
ldr r0, .L23+4
bl printf
sub r3, fp, #80
mov r1, r3
ldr r0, .L23+8
bl __isoc99_scanf
ldr r0, .L23+12
bl puts
mov r3, #0
str r3, [fp, #-72]
b .L8
.L9:
ldr r3, [fp, #-72]
add r3, r3, #1
mov r1, r3
ldr r0, .L23+16
bl printf
sub r2, fp, #48
ldr r3, [fp, #-72]
lsl r3, r3, #2
add r3, r2, r3
mov r1, r3
ldr r0, .L23+8
bl __isoc99_scanf
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
.L8:
ldr r3, [fp, #-80]
ldr r2, [fp, #-72]
cmp r2, r3
blt .L9
ldr r0, .L23+20
bl printf
sub r3, fp, #76
mov r1, r3
ldr r0, .L23+8
bl __isoc99_scanf
mov r3, #0
str r3, [fp, #-72]
b .L10
.L13:
ldr r3, [fp, #-72]
lsl r3, r3, #2
sub r2, fp, #4
add r3, r2, r3
ldr r2, [r3, #-44]
ldr r3, [fp, #-76]
cmp r2, r3
bne .L11
ldr r3, [fp, #-72]
add r3, r3, #1
mov r2, r3
ldr r1, [fp, #-72]
ldr r0, .L23+24
bl printf
mov r3, #1
str r3, [fp, #-68]
b .L12
.L11:
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
.L10:
ldr r3, [fp, #-80]
ldr r2, [fp, #-72]
cmp r2, r3
blt .L13
.L12:
ldr r3, [fp, #-68]
cmp r3, #0
bne .L14
ldr r0, .L23+28
bl printf
mov r3, #0
b .L21
.L14:
ldr r2, [fp, #-80]
sub r3, fp, #48
mov r1, r2
mov r0, r3
bl bubble_sort
mov r3, #0
str r3, [fp, #-52]
mov r3, #0
str r3, [fp, #-64]
ldr r3, [fp, #-80]
sub r3, r3, #1
str r3, [fp, #-60]
ldr r2, [fp, #-64]
ldr r3, [fp, #-60]
add r3, r2, r3
lsr r2, r3, #31
add r3, r2, r3
asr r3, r3, #1
str r3, [fp, #-56]
b .L16
.L20:
ldr r3, [fp, #-56]
lsl r3, r3, #2
sub r2, fp, #4
add r3, r2, r3
ldr r2, [r3, #-44]
ldr r3, [fp, #-76]
cmp r2, r3
bne .L17
ldr r2, [fp, #-52]
ldr r1, [fp, #-56]
ldr r0, .L23+32
bl printf
b .L18
.L17:
ldr r3, [fp, #-56]
lsl r3, r3, #2
sub r2, fp, #4
add r3, r2, r3
ldr r2, [r3, #-44]
ldr r3, [fp, #-76]
cmp r2, r3
ble .L19
ldr r3, [fp, #-56]
sub r3, r3, #1
str r3, [fp, #-60]
ldr r2, [fp, #-64]
ldr r3, [fp, #-60]
add r3, r2, r3
lsr r2, r3, #31
add r3, r2, r3
asr r3, r3, #1
str r3, [fp, #-56]
ldr r3, [fp, #-52]
add r3, r3, #1
str r3, [fp, #-52]
b .L16
.L19:
ldr r3, [fp, #-56]
add r3, r3, #1
str r3, [fp, #-64]
ldr r2, [fp, #-64]
ldr r3, [fp, #-60]
add r3, r2, r3
lsr r2, r3, #31
add r3, r2, r3
asr r3, r3, #1
str r3, [fp, #-56]
ldr r3, [fp, #-52]
add r3, r3, #1
str r3, [fp, #-52]
.L16:
ldr r2, [fp, #-64]
ldr r3, [fp, #-60]
cmp r2, r3
ble .L20
.L18:
mov r3, #0
.L21:
ldr r2, .L23
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L22
bl __stack_chk_fail
.L22:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L24:
.align 2
.L23:
.word .LC8
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.word .LC7
.size main, .-main
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "467048.c"
.intel_syntax noprefix
.text
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 6
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "467048.c"
.text
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "83340.c"
.intel_syntax noprefix
.text
.globl refclock_local_bs
.bss
.align 4
.type refclock_local_bs, @object
.size refclock_local_bs, 4
refclock_local_bs:
.zero 4
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 6
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "83340.c"
.text
.comm refclock_local_bs,4,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "833653.c"
.intel_syntax noprefix
.text
.globl ft_memmove
.type ft_memmove, @function
ft_memmove:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
cmp QWORD PTR -40[rbp], 0
jne .L2
mov rax, QWORD PTR -24[rbp]
jmp .L3
.L2:
mov rax, QWORD PTR -32[rbp]
cmp rax, QWORD PTR -24[rbp]
jnb .L4
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR -8[rbp], rax
jmp .L5
.L6:
sub QWORD PTR -8[rbp], 1
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -8[rbp]
add rax, rdx
mov rcx, QWORD PTR -24[rbp]
mov rdx, QWORD PTR -8[rbp]
add rdx, rcx
movzx eax, BYTE PTR [rax]
mov BYTE PTR [rdx], al
.L5:
cmp QWORD PTR -8[rbp], 0
jne .L6
jmp .L7
.L4:
mov QWORD PTR -8[rbp], 0
jmp .L8
.L9:
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -8[rbp]
add rax, rdx
mov rcx, QWORD PTR -24[rbp]
mov rdx, QWORD PTR -8[rbp]
add rdx, rcx
movzx eax, BYTE PTR [rax]
mov BYTE PTR [rdx], al
add QWORD PTR -8[rbp], 1
.L8:
mov rax, QWORD PTR -8[rbp]
cmp rax, QWORD PTR -40[rbp]
jb .L9
.L7:
mov rax, QWORD PTR -24[rbp]
.L3:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ft_memmove, .-ft_memmove
.ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0"
.section .note.GNU-stack,"",@progbits
.section .note.gnu.property,"a"
.align 8
.long 1f - 0f
.long 4f - 1f
.long 5
0:
.string "GNU"
1:
.align 8
.long 0xc0000002
.long 3f - 2f
2:
.long 0x3
3:
.align 8
4:
| .arch armv5t
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 2
.eabi_attribute 30, 6
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.file "833653.c"
.text
.align 2
.global ft_memmove
.syntax unified
.arm
.fpu softvfp
.type ft_memmove, %function
ft_memmove:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #28
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
bne .L2
ldr r3, [fp, #-16]
b .L3
.L2:
ldr r2, [fp, #-20]
ldr r3, [fp, #-16]
cmp r2, r3
bcs .L4
ldr r3, [fp, #-24]
str r3, [fp, #-8]
b .L5
.L6:
ldr r3, [fp, #-8]
sub r3, r3, #1
str r3, [fp, #-8]
ldr r2, [fp, #-20]
ldr r3, [fp, #-8]
add r2, r2, r3
ldr r1, [fp, #-16]
ldr r3, [fp, #-8]
add r3, r1, r3
ldrb r2, [r2] @ zero_extendqisi2
strb r2, [r3]
.L5:
ldr r3, [fp, #-8]
cmp r3, #0
bne .L6
b .L7
.L4:
mov r3, #0
str r3, [fp, #-8]
b .L8
.L9:
ldr r2, [fp, #-20]
ldr r3, [fp, #-8]
add r2, r2, r3
ldr r1, [fp, #-16]
ldr r3, [fp, #-8]
add r3, r1, r3
ldrb r2, [r2] @ zero_extendqisi2
strb r2, [r3]
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L8:
ldr r2, [fp, #-8]
ldr r3, [fp, #-24]
cmp r2, r3
bcc .L9
.L7:
ldr r3, [fp, #-16]
.L3:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.size ft_memmove, .-ft_memmove
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
"\t.file\t\"477112.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.globl\tusb_2020_bin\n\t.section\t.roda(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |
"\t.file\t\"859009.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.ident\t\"GCC: (Ubuntu 10.5.0-1ubuntu1~(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |
"\t.file\t\"387358.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.section\t.rodata\n\t.align 8\n.LC0:\n\(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |
"\t.file\t\"640905.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.section\t.rodata\n.LC0:\n\t.string\t\"(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |
"\t.file\t\"721332.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.local\t_20131025_log_device\n\t.comm\t(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |
"\t.file\t\"16110.c\"\n\t.intel_syntax noprefix\n\t.text\n\t.section\t.rodata\n.LC0:\n\t.string\t\"d(...TRUNCATED) | "\t.arch armv5t\n\t.eabi_attribute 20, 1\n\t.eabi_attribute 21, 1\n\t.eabi_attribute 23, 3\n\t.eabi_(...TRUNCATED) |