x86
stringlengths 335
101k
| arm
stringlengths 349
98.9k
|
---|---|
.file "extr_u132-hcd.c_u132_get_frame.c"
.intel_syntax noprefix
.text
.comm ENODEV,4,4
.comm ESHUTDOWN,4,4
.section .rodata
.LC0:
.string "device has been removed %d\n"
.LC1:
.string "device is being removed\n"
.LC2:
.string "TODO: u132_get_frame\n"
.text
.type u132_get_frame, @function
u132_get_frame:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call hcd_to_u132@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 1
jle .L2
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -8[rbp]
mov rdx, QWORD PTR 8[rdx]
mov rcx, rdx
mov edx, eax
lea rsi, .LC0[rip]
mov rdi, rcx
mov eax, 0
call dev_err@PLT
mov eax, DWORD PTR ENODEV[rip]
neg eax
jmp .L3
.L2:
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
jle .L4
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
lea rsi, .LC1[rip]
mov rdi, rax
mov eax, 0
call dev_err@PLT
mov eax, DWORD PTR ESHUTDOWN[rip]
neg eax
jmp .L3
.L4:
mov DWORD PTR -12[rbp], 0
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
lea rsi, .LC2[rip]
mov rdi, rax
mov eax, 0
call dev_err@PLT
mov edi, 100
call msleep@PLT
mov eax, DWORD PTR -12[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size u132_get_frame, .-u132_get_frame
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_u132-hcd.c_u132_get_frame.c"
.text
.comm ENODEV,4,4
.comm ESHUTDOWN,4,4
.section .rodata
.align 2
.LC0:
.ascii "device has been removed %d\012\000"
.align 2
.LC1:
.ascii "device is being removed\012\000"
.align 2
.LC2:
.ascii "TODO: u132_get_frame\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type u132_get_frame, %function
u132_get_frame:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r0, [fp, #-16]
bl hcd_to_u132
str r0, [fp, #-12]
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #1
ble .L2
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
mov r0, r3
ldr r3, [fp, #-12]
ldr r3, [r3]
mov r2, r3
ldr r1, .L5
bl dev_err
ldr r3, .L5+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #0
ble .L4
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
ldr r1, .L5+8
mov r0, r3
bl dev_err
ldr r3, .L5+12
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L4:
mov r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
ldr r1, .L5+16
mov r0, r3
bl dev_err
mov r0, #100
bl msleep
ldr r3, [fp, #-8]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word .LC0
.word ENODEV
.word .LC1
.word ESHUTDOWN
.word .LC2
.size u132_get_frame, .-u132_get_frame
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_jfs_mount.c_updateSuper.c"
.intel_syntax noprefix
.text
.comm FM_CLEAN,8,8
.comm FM_DIRTY,8,8
.comm FM_MOUNT,8,8
.comm JFS_DASD_ENABLED,8,8
.comm JFS_DASD_PRIME,8,8
.comm JFS_NOINTEGRITY,4,4
.section .rodata
.LC0:
.string "updateSuper: bad state"
.text
.globl updateSuper
.type updateSuper, @function
updateSuper:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 72
.cfi_offset 3, -24
mov QWORD PTR -72[rbp], rdi
mov QWORD PTR -80[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call JFS_SBI@PLT
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR JFS_NOINTEGRITY[rip]
and eax, edx
test eax, eax
je .L2
mov rax, QWORD PTR FM_DIRTY[rip]
cmp QWORD PTR -80[rbp], rax
jne .L3
mov rax, QWORD PTR -40[rbp]
mov rdx, QWORD PTR -80[rbp]
mov QWORD PTR 8[rax], rdx
mov eax, 0
jmp .L11
.L3:
mov rax, QWORD PTR FM_MOUNT[rip]
cmp QWORD PTR -80[rbp], rax
jne .L5
mov rax, QWORD PTR -40[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR FM_DIRTY[rip]
mov QWORD PTR -80[rbp], rax
jmp .L6
.L5:
mov rax, QWORD PTR FM_CLEAN[rip]
cmp QWORD PTR -80[rbp], rax
jne .L7
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
mov QWORD PTR -80[rbp], rax
jmp .L6
.L7:
lea rdi, .LC0[rip]
call jfs_err@PLT
jmp .L6
.L2:
mov rax, QWORD PTR -40[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR FM_DIRTY[rip]
cmp rdx, rax
jne .L6
mov eax, 0
jmp .L11
.L6:
lea rdx, -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rdx
mov rdi, rax
call readSuper@PLT
mov DWORD PTR -52[rbp], eax
cmp DWORD PTR -52[rbp], 0
je .L8
mov eax, DWORD PTR -52[rbp]
jmp .L11
.L8:
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -80[rbp]
mov rdi, rax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -32[rbp]
mov DWORD PTR [rdx], eax
mov rax, QWORD PTR -40[rbp]
mov rdx, QWORD PTR -80[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR FM_MOUNT[rip]
cmp QWORD PTR -80[rbp], rax
jne .L9
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 24[rax]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov edi, eax
call new_encode_dev@PLT
mov rdi, rax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -32[rbp]
mov DWORD PTR 4[rdx], eax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 24[rax]
mov rax, QWORD PTR [rax]
mov rdi, rax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -32[rbp]
mov DWORD PTR 8[rdx], eax
jmp .L10
.L9:
mov rax, QWORD PTR FM_CLEAN[rip]
cmp QWORD PTR -80[rbp], rax
jne .L10
mov rax, QWORD PTR -32[rbp]
mov ebx, DWORD PTR 12[rax]
mov rax, QWORD PTR JFS_DASD_ENABLED[rip]
mov rdi, rax
call cpu_to_le32@PLT
and eax, ebx
test eax, eax
je .L10
mov rax, QWORD PTR JFS_DASD_PRIME[rip]
mov rdi, rax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -32[rbp]
mov edx, DWORD PTR 12[rdx]
or edx, eax
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR 12[rax], edx
.L10:
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call mark_buffer_dirty@PLT
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call sync_dirty_buffer@PLT
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call brelse@PLT
mov eax, 0
.L11:
mov rcx, QWORD PTR -24[rbp]
xor rcx, QWORD PTR fs:40
je .L12
call __stack_chk_fail@PLT
.L12:
add rsp, 72
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size updateSuper, .-updateSuper
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_jfs_mount.c_updateSuper.c"
.text
.comm FM_CLEAN,4,4
.comm FM_DIRTY,4,4
.comm FM_MOUNT,4,4
.comm JFS_DASD_ENABLED,4,4
.comm JFS_DASD_PRIME,4,4
.comm JFS_NOINTEGRITY,4,4
.section .rodata
.align 2
.LC0:
.ascii "updateSuper: bad state\000"
.align 2
.LC1:
.word __stack_chk_guard
.text
.align 2
.global updateSuper
.syntax unified
.arm
.fpu softvfp
.type updateSuper, %function
updateSuper:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #36
str r0, [fp, #-40]
str r1, [fp, #-44]
ldr r3, .L13
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
ldr r0, [fp, #-40]
bl JFS_SBI
str r0, [fp, #-28]
ldr r3, [fp, #-28]
ldr r2, [r3]
ldr r3, .L13+4
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L2
ldr r3, .L13+8
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L3
ldr r3, [fp, #-28]
ldr r2, [fp, #-44]
str r2, [r3, #4]
mov r3, #0
b .L11
.L3:
ldr r3, .L13+12
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L5
ldr r3, [fp, #-28]
ldr r2, [r3, #8]
ldr r3, [fp, #-28]
str r2, [r3, #4]
ldr r3, .L13+8
ldr r3, [r3]
str r3, [fp, #-44]
b .L6
.L5:
ldr r3, .L13+16
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L7
ldr r3, [fp, #-28]
ldr r3, [r3, #4]
str r3, [fp, #-44]
b .L6
.L7:
ldr r0, .L13+20
bl jfs_err
b .L6
.L2:
ldr r3, [fp, #-28]
ldr r2, [r3, #8]
ldr r3, .L13+8
ldr r3, [r3]
cmp r2, r3
bne .L6
mov r3, #0
b .L11
.L6:
sub r3, fp, #32
mov r1, r3
ldr r0, [fp, #-40]
bl readSuper
str r0, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
beq .L8
ldr r3, [fp, #-24]
b .L11
.L8:
ldr r3, [fp, #-32]
ldr r3, [r3]
str r3, [fp, #-20]
ldr r0, [fp, #-44]
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-20]
str r2, [r3]
ldr r3, [fp, #-28]
ldr r2, [fp, #-44]
str r2, [r3, #8]
ldr r3, .L13+12
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L9
ldr r3, [fp, #-28]
ldr r3, [r3, #12]
ldr r3, [r3, #4]
ldr r3, [r3]
mov r0, r3
bl new_encode_dev
mov r3, r0
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-20]
str r2, [r3, #4]
ldr r3, [fp, #-28]
ldr r3, [r3, #12]
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-20]
str r2, [r3, #8]
b .L10
.L9:
ldr r3, .L13+16
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L10
ldr r3, [fp, #-20]
ldr r4, [r3, #12]
ldr r3, .L13+24
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r3, r0
and r3, r3, r4
cmp r3, #0
beq .L10
ldr r3, .L13+28
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-20]
ldr r3, [r3, #12]
orr r2, r2, r3
ldr r3, [fp, #-20]
str r2, [r3, #12]
.L10:
ldr r3, [fp, #-32]
mov r0, r3
bl mark_buffer_dirty
ldr r3, [fp, #-32]
mov r0, r3
bl sync_dirty_buffer
ldr r3, [fp, #-32]
mov r0, r3
bl brelse
mov r3, #0
.L11:
ldr r2, .L13
ldr r1, [r2]
ldr r2, [fp, #-16]
eors r1, r2, r1
mov r2, #0
beq .L12
bl __stack_chk_fail
.L12:
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L14:
.align 2
.L13:
.word .LC1
.word JFS_NOINTEGRITY
.word FM_DIRTY
.word FM_MOUNT
.word FM_CLEAN
.word .LC0
.word JFS_DASD_ENABLED
.word JFS_DASD_PRIME
.size updateSuper, .-updateSuper
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_store.c_findPropID.c"
.intel_syntax noprefix
.text
.comm FALSE,8,8
.comm TRUE,8,8
.type findPropID, @function
findPropID:
.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 -40[rbp], rdi
mov DWORD PTR -44[rbp], esi
mov DWORD PTR -48[rbp], edx
mov QWORD PTR -24[rbp], 0
mov rax, QWORD PTR FALSE[rip]
mov QWORD PTR -16[rbp], rax
jmp .L2
.L7:
mov eax, DWORD PTR -44[rbp]
cmp eax, 7
ja .L3
mov rax, QWORD PTR TRUE[rip]
mov QWORD PTR -16[rbp], rax
jmp .L2
.L3:
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR -8[rbp], rax
mov eax, DWORD PTR -44[rbp]
sub eax, 8
mov DWORD PTR -44[rbp], eax
add QWORD PTR -40[rbp], 32
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -44[rbp], eax
jge .L4
mov rax, QWORD PTR TRUE[rip]
mov QWORD PTR -16[rbp], rax
jmp .L2
.L4:
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -48[rbp], eax
jne .L5
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR -24[rbp], rax
jmp .L2
.L5:
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
cdqe
sal rax, 2
add QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
sub DWORD PTR -44[rbp], eax
.L2:
cmp DWORD PTR -44[rbp], 0
je .L6
cmp QWORD PTR -24[rbp], 0
jne .L6
cmp QWORD PTR -16[rbp], 0
je .L7
.L6:
mov rax, QWORD PTR -24[rbp]
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size findPropID, .-findPropID
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_store.c_findPropID.c"
.text
.comm FALSE,4,4
.comm TRUE,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type findPropID, %function
findPropID:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #36
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
mov r3, #0
str r3, [fp, #-16]
ldr r3, .L9
ldr r3, [r3]
str r3, [fp, #-12]
b .L2
.L7:
ldr r3, [fp, #-28]
cmp r3, #7
bhi .L3
ldr r3, .L9+4
ldr r3, [r3]
str r3, [fp, #-12]
b .L2
.L3:
ldr r3, [fp, #-24]
str r3, [fp, #-8]
ldr r3, [fp, #-28]
sub r3, r3, #8
str r3, [fp, #-28]
ldr r3, [fp, #-24]
add r3, r3, #32
str r3, [fp, #-24]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
bge .L4
ldr r3, .L9+4
ldr r3, [r3]
str r3, [fp, #-12]
b .L2
.L4:
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
ldr r2, [fp, #-32]
cmp r2, r3
bne .L5
ldr r3, [fp, #-8]
str r3, [fp, #-16]
b .L2
.L5:
ldr r3, [fp, #-8]
ldr r3, [r3]
lsl r3, r3, #2
ldr r2, [fp, #-24]
add r3, r2, r3
str r3, [fp, #-24]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [fp, #-28]
sub r3, r2, r3
str r3, [fp, #-28]
.L2:
ldr r3, [fp, #-28]
cmp r3, #0
beq .L6
ldr r3, [fp, #-16]
cmp r3, #0
bne .L6
ldr r3, [fp, #-12]
cmp r3, #0
beq .L7
.L6:
ldr r3, [fp, #-16]
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L10:
.align 2
.L9:
.word FALSE
.word TRUE
.size findPropID, .-findPropID
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_swlib.c_swlib_free_port_map.c"
.intel_syntax noprefix
.text
.type swlib_free_port_map, @function
swlib_free_port_map:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
cmp QWORD PTR -24[rbp], 0
je .L7
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L7
mov DWORD PTR -4[rbp], 0
jmp .L5
.L6:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdi, rax
call free@PLT
add DWORD PTR -4[rbp], 1
.L5:
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -4[rbp], eax
jl .L6
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call free@PLT
jmp .L1
.L7:
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size swlib_free_port_map, .-swlib_free_port_map
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_swlib.c_swlib_free_port_map.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type swlib_free_port_map, %function
swlib_free_port_map:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
beq .L7
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
cmp r3, #0
beq .L7
mov r3, #0
str r3, [fp, #-8]
b .L5
.L6:
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
bl free
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L5:
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L6
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
mov r0, r3
bl free
b .L1
.L7:
nop
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size swlib_free_port_map, .-swlib_free_port_map
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_trans_stream_zlib.c_zlib_deflate_set_in.c"
.intel_syntax noprefix
.text
.type zlib_deflate_set_in, @function
zlib_deflate_set_in:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov DWORD PTR -36[rbp], edx
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
je .L4
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR -36[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
jne .L1
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
mov rdx, QWORD PTR -8[rbp]
add rdx, 8
mov esi, eax
mov rdi, rdx
call deflateInit@PLT
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 1
jmp .L1
.L4:
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size zlib_deflate_set_in, .-zlib_deflate_set_in
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_trans_stream_zlib.c_zlib_deflate_set_in.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type zlib_deflate_set_in, %function
zlib_deflate_set_in:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, [fp, #-16]
str r3, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L4
ldr r3, [fp, #-8]
ldr r2, [fp, #-20]
str r2, [r3, #12]
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
str r2, [r3, #8]
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
bne .L1
ldr r3, [fp, #-8]
add r2, r3, #8
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
mov r1, r3
mov r0, r2
bl deflateInit
ldr r3, [fp, #-8]
mov r2, #1
str r2, [r3]
b .L1
.L4:
nop
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size zlib_deflate_set_in, .-zlib_deflate_set_in
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dosinst.h_change_drive.c"
.intel_syntax noprefix
.text
.globl change_drive
.type change_drive, @function
change_drive:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov DWORD PTR -36[rbp], edi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -20[rbp], 14
mov eax, DWORD PTR -36[rbp]
sub eax, 1
mov DWORD PTR -16[rbp], eax
lea rdx, -20[rbp]
lea rax, -20[rbp]
mov rsi, rdx
mov rdi, rax
call intdos@PLT
mov DWORD PTR -20[rbp], 25
lea rdx, -20[rbp]
lea rax, -20[rbp]
mov rsi, rdx
mov rdi, rax
call intdos@PLT
mov eax, DWORD PTR -12[rbp]
mov edx, DWORD PTR -36[rbp]
sub edx, 1
cmp eax, edx
jne .L2
mov eax, 0
jmp .L4
.L2:
mov eax, -1
.L4:
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L5
call __stack_chk_fail@PLT
.L5:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size change_drive, .-change_drive
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dosinst.h_change_drive.c"
.text
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.global change_drive
.syntax unified
.arm
.fpu softvfp
.type change_drive, %function
change_drive:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
ldr r3, .L6
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #14
str r3, [fp, #-20]
ldr r3, [fp, #-24]
sub r3, r3, #1
str r3, [fp, #-16]
sub r2, fp, #20
sub r3, fp, #20
mov r1, r2
mov r0, r3
bl intdos
mov r3, #25
str r3, [fp, #-20]
sub r2, fp, #20
sub r3, fp, #20
mov r1, r2
mov r0, r3
bl intdos
ldr r2, [fp, #-12]
ldr r3, [fp, #-24]
sub r3, r3, #1
cmp r2, r3
bne .L2
mov r3, #0
b .L4
.L2:
mvn r3, #0
.L4:
ldr r2, .L6
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L5
bl __stack_chk_fail
.L5:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word .LC0
.size change_drive, .-change_drive
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_8250_core.c_serial8250_find_match_or_unused.c"
.intel_syntax noprefix
.text
.comm PORT_UNKNOWN,8,8
.comm nr_uarts,4,4
.comm serial8250_ports,8,8
.type serial8250_find_match_or_unused, @function
serial8250_find_match_or_unused:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -4[rbp], 0
jmp .L2
.L5:
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rdx, rax
mov rax, QWORD PTR -24[rbp]
mov rsi, rax
mov rdi, rdx
call uart_match_port@PLT
test rax, rax
je .L3
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
jmp .L4
.L3:
add DWORD PTR -4[rbp], 1
.L2:
mov eax, DWORD PTR nr_uarts[rip]
cmp DWORD PTR -4[rbp], eax
jl .L5
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR nr_uarts[rip]
cmp DWORD PTR -4[rbp], eax
jge .L6
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR PORT_UNKNOWN[rip]
cmp rdx, rax
jne .L6
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rax, QWORD PTR 8[rax]
test rax, rax
jne .L6
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
jmp .L4
.L6:
mov DWORD PTR -4[rbp], 0
jmp .L7
.L9:
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR PORT_UNKNOWN[rip]
cmp rdx, rax
jne .L8
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rax, QWORD PTR 8[rax]
test rax, rax
jne .L8
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
jmp .L4
.L8:
add DWORD PTR -4[rbp], 1
.L7:
mov eax, DWORD PTR nr_uarts[rip]
cmp DWORD PTR -4[rbp], eax
jl .L9
mov DWORD PTR -4[rbp], 0
jmp .L10
.L12:
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR PORT_UNKNOWN[rip]
cmp rdx, rax
jne .L11
mov rax, QWORD PTR serial8250_ports[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 4
add rax, rdx
jmp .L4
.L11:
add DWORD PTR -4[rbp], 1
.L10:
mov eax, DWORD PTR nr_uarts[rip]
cmp DWORD PTR -4[rbp], eax
jl .L12
mov eax, 0
.L4:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size serial8250_find_match_or_unused, .-serial8250_find_match_or_unused
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_8250_core.c_serial8250_find_match_or_unused.c"
.text
.comm PORT_UNKNOWN,4,4
.comm nr_uarts,4,4
.comm serial8250_ports,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type serial8250_find_match_or_unused, %function
serial8250_find_match_or_unused:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
mov r3, #0
str r3, [fp, #-8]
b .L2
.L5:
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r1, [fp, #-16]
mov r0, r3
bl uart_match_port
mov r3, r0
cmp r3, #0
beq .L3
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
b .L4
.L3:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L2:
ldr r3, .L13+4
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L5
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, .L13+4
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
bge .L6
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [r3]
ldr r3, .L13+8
ldr r3, [r3]
cmp r2, r3
bne .L6
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
cmp r3, #0
bne .L6
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
b .L4
.L6:
mov r3, #0
str r3, [fp, #-8]
b .L7
.L9:
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [r3]
ldr r3, .L13+8
ldr r3, [r3]
cmp r2, r3
bne .L8
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
cmp r3, #0
bne .L8
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
b .L4
.L8:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L7:
ldr r3, .L13+4
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L9
mov r3, #0
str r3, [fp, #-8]
b .L10
.L12:
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [r3]
ldr r3, .L13+8
ldr r3, [r3]
cmp r2, r3
bne .L11
ldr r3, .L13
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
b .L4
.L11:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L10:
ldr r3, .L13+4
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L12
mov r3, #0
.L4:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L14:
.align 2
.L13:
.word serial8250_ports
.word nr_uarts
.word PORT_UNKNOWN
.size serial8250_find_match_or_unused, .-serial8250_find_match_or_unused
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_nlm_hal.c_nlm_xlp_get_core_frequency.c"
.intel_syntax noprefix
.text
.comm SYS_CORE_DFS_DIV_VALUE,4,4
.comm SYS_POWER_ON_RESET_CFG,4,4
.type nlm_xlp_get_core_frequency, @function
nlm_xlp_get_core_frequency:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov DWORD PTR -52[rbp], edi
mov DWORD PTR -56[rbp], esi
mov eax, DWORD PTR -52[rbp]
mov edi, eax
call nlm_get_node@PLT
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
mov edx, DWORD PTR SYS_POWER_ON_RESET_CFG[rip]
mov rax, QWORD PTR -16[rbp]
mov esi, edx
mov rdi, rax
call nlm_read_sys_reg@PLT
mov DWORD PTR -44[rbp], eax
mov edx, DWORD PTR SYS_CORE_DFS_DIV_VALUE[rip]
mov rax, QWORD PTR -16[rbp]
mov esi, edx
mov rdi, rax
call nlm_read_sys_reg@PLT
mov DWORD PTR -40[rbp], eax
mov eax, DWORD PTR -44[rbp]
shr eax, 10
and eax, 127
add eax, 1
mov DWORD PTR -36[rbp], eax
mov eax, DWORD PTR -44[rbp]
shr eax, 8
and eax, 3
add eax, 1
mov DWORD PTR -32[rbp], eax
mov eax, DWORD PTR -44[rbp]
shr eax, 30
add eax, 1
mov DWORD PTR -28[rbp], eax
mov eax, DWORD PTR -56[rbp]
sal eax, 2
mov edx, DWORD PTR -40[rbp]
mov ecx, eax
shr edx, cl
mov eax, edx
and eax, 15
add eax, 1
mov DWORD PTR -24[rbp], eax
mov eax, DWORD PTR -36[rbp]
imul rax, rax, 800000000
mov QWORD PTR -8[rbp], rax
mov eax, DWORD PTR -32[rbp]
imul eax, DWORD PTR -28[rbp]
imul eax, DWORD PTR -24[rbp]
mov edx, eax
mov eax, edx
add eax, eax
add eax, edx
mov DWORD PTR -20[rbp], eax
mov edx, DWORD PTR -20[rbp]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call do_div@PLT
mov rax, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size nlm_xlp_get_core_frequency, .-nlm_xlp_get_core_frequency
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_nlm_hal.c_nlm_xlp_get_core_frequency.c"
.text
.comm SYS_CORE_DFS_DIV_VALUE,4,4
.comm SYS_POWER_ON_RESET_CFG,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type nlm_xlp_get_core_frequency, %function
nlm_xlp_get_core_frequency:
@ args = 0, pretend = 0, frame = 56
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #56
str r0, [fp, #-56]
str r1, [fp, #-60]
ldr r0, [fp, #-56]
bl nlm_get_node
mov r3, r0
ldmia r3, {r2-r3}
str r2, [fp, #-20]
str r3, [fp, #-16]
ldr r3, .L3
ldr r3, [r3]
mov r2, r3
sub r1, fp, #20
ldmia r1, {r0-r1}
bl nlm_read_sys_reg
str r0, [fp, #-48]
ldr r3, .L3+4
ldr r3, [r3]
mov r2, r3
sub r1, fp, #20
ldmia r1, {r0-r1}
bl nlm_read_sys_reg
str r0, [fp, #-44]
ldr r3, [fp, #-48]
lsr r3, r3, #10
and r3, r3, #127
add r3, r3, #1
str r3, [fp, #-40]
ldr r3, [fp, #-48]
lsr r3, r3, #8
and r3, r3, #3
add r3, r3, #1
str r3, [fp, #-36]
ldr r3, [fp, #-48]
lsr r3, r3, #30
add r3, r3, #1
str r3, [fp, #-32]
ldr r3, [fp, #-60]
lsl r3, r3, #2
ldr r2, [fp, #-44]
lsr r3, r2, r3
and r3, r3, #15
add r3, r3, #1
str r3, [fp, #-28]
ldr r3, [fp, #-40]
mov r0, r3
mov r1, #0
ldr r3, .L3+8
mul r2, r3, r1
mov r3, #0
mul r3, r0, r3
add ip, r2, r3
ldr lr, .L3+8
umull r2, r3, r0, lr
add r1, ip, r3
mov r3, r1
str r2, [fp, #-12]
str r3, [fp, #-8]
str r2, [fp, #-12]
str r3, [fp, #-8]
ldr r3, [fp, #-36]
ldr r2, [fp, #-32]
mul r3, r2, r3
ldr r2, [fp, #-28]
mul r2, r3, r2
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
str r3, [fp, #-24]
ldr r2, [fp, #-24]
sub r1, fp, #12
ldmia r1, {r0-r1}
bl do_div
ldr r3, [fp, #-12]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word SYS_POWER_ON_RESET_CFG
.word SYS_CORE_DFS_DIV_VALUE
.word 800000000
.size nlm_xlp_get_core_frequency, .-nlm_xlp_get_core_frequency
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_camss-ispif.c_ispif_get_format.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.type ispif_get_format, @function
ispif_get_format:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call v4l2_get_subdevdata@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov ecx, DWORD PTR 4[rax]
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 8[rax]
mov rsi, QWORD PTR -32[rbp]
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call __ispif_get_format@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L2
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L2:
mov rax, QWORD PTR -40[rbp]
mov rdx, QWORD PTR -8[rbp]
mov edx, DWORD PTR [rdx]
mov DWORD PTR [rax], edx
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ispif_get_format, .-ispif_get_format
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_camss-ispif.c_ispif_get_format.c"
.text
.comm EINVAL,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type ispif_get_format, %function
ispif_get_format:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r0, [fp, #-16]
bl v4l2_get_subdevdata
str r0, [fp, #-12]
ldr r3, [fp, #-24]
ldr r2, [r3, #8]
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
ldr r1, [fp, #-20]
ldr r0, [fp, #-12]
bl __ispif_get_format
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L2
ldr r3, .L4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r3, [fp, #-24]
ldr r2, [fp, #-8]
ldr r2, [r2]
str r2, [r3]
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word EINVAL
.size ispif_get_format, .-ispif_get_format
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_..entropy.c_isc_entropy_getdata.c"
.intel_syntax noprefix
.text
.comm ISC_ENTROPY_BLOCKING,4,4
.comm ISC_ENTROPY_GOODONLY,4,4
.comm ISC_ENTROPY_PARTIAL,4,4
.comm ISC_FALSE,8,8
.comm ISC_R_NOENTROPY,4,4
.comm ISC_R_SUCCESS,4,4
.comm ISC_SHA1_DIGESTLENGTH,4,4
.comm RND_ENTROPY_THRESHOLD,4,4
.comm RND_POOLBYTES,4,4
.comm THRESHOLD_BITS,4,4
.globl isc_entropy_getdata
.type isc_entropy_getdata, @function
isc_entropy_getdata:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push r15
push r14
push r12
push rbx
add rsp, -128
.cfi_offset 15, -24
.cfi_offset 14, -32
.cfi_offset 12, -40
.cfi_offset 3, -48
mov QWORD PTR -136[rbp], rdi
mov QWORD PTR -144[rbp], rsi
mov DWORD PTR -148[rbp], edx
mov QWORD PTR -160[rbp], rcx
mov DWORD PTR -152[rbp], r8d
mov rax, QWORD PTR fs:40
mov QWORD PTR -40[rbp], rax
xor eax, eax
mov rax, rsp
mov r12, rax
mov ebx, DWORD PTR ISC_SHA1_DIGESTLENGTH[rip]
movsx rax, ebx
sub rax, 1
mov QWORD PTR -80[rbp], rax
movsx rax, ebx
mov r14, rax
mov r15d, 0
movsx rax, ebx
mov r10, rax
mov r11d, 0
movsx rax, ebx
mov edx, 16
sub rdx, 1
add rax, rdx
mov ecx, 16
mov edx, 0
div rcx
imul rax, rax, 16
mov rdx, rax
and rdx, -4096
mov rcx, rsp
sub rcx, rdx
mov rdx, rcx
.L2:
cmp rsp, rdx
je .L3
sub rsp, 4096
or QWORD PTR 4088[rsp], 0
jmp .L2
.L3:
mov rdx, rax
and edx, 4095
sub rsp, rdx
mov rdx, rax
and edx, 4095
test rdx, rdx
je .L4
and eax, 4095
sub rax, 8
add rax, rsp
or QWORD PTR [rax], 0
.L4:
mov rax, rsp
add rax, 0
mov QWORD PTR -72[rbp], rax
mov rax, QWORD PTR -136[rbp]
mov rdi, rax
call VALID_ENTROPY@PLT
mov edi, eax
call REQUIRE@PLT
cmp QWORD PTR -144[rbp], 0
setne al
movzx eax, al
mov edi, eax
call REQUIRE@PLT
cmp DWORD PTR -148[rbp], 0
setne al
movzx eax, al
mov edi, eax
call REQUIRE@PLT
mov eax, DWORD PTR ISC_ENTROPY_GOODONLY[rip]
and eax, DWORD PTR -152[rbp]
test eax, eax
setne al
movzx eax, al
mov edi, eax
call ISC_TF@PLT
mov QWORD PTR -64[rbp], rax
mov eax, DWORD PTR ISC_ENTROPY_PARTIAL[rip]
and eax, DWORD PTR -152[rbp]
test eax, eax
setne al
movzx eax, al
mov edi, eax
call ISC_TF@PLT
mov QWORD PTR -56[rbp], rax
mov eax, DWORD PTR ISC_ENTROPY_BLOCKING[rip]
and eax, DWORD PTR -152[rbp]
test eax, eax
setne al
movzx eax, al
mov edi, eax
call ISC_TF@PLT
mov QWORD PTR -48[rbp], rax
cmp QWORD PTR -56[rbp], 0
je .L5
cmp QWORD PTR -160[rbp], 0
je .L6
.L5:
mov eax, 1
jmp .L7
.L6:
mov eax, 0
.L7:
mov edi, eax
call REQUIRE@PLT
mov rax, QWORD PTR -136[rbp]
add rax, 4
mov rdi, rax
call LOCK@PLT
mov eax, DWORD PTR -148[rbp]
mov DWORD PTR -108[rbp], eax
mov rax, QWORD PTR -144[rbp]
mov QWORD PTR -88[rbp], rax
mov DWORD PTR -112[rbp], 0
jmp .L8
.L20:
mov edx, DWORD PTR RND_ENTROPY_THRESHOLD[rip]
mov eax, DWORD PTR -108[rbp]
mov esi, edx
mov edi, eax
call ISC_MIN@PLT
mov DWORD PTR -100[rbp], eax
cmp QWORD PTR -64[rbp], 0
je .L9
mov eax, DWORD PTR -100[rbp]
lea edx, 0[0+rax*8]
mov eax, DWORD PTR -108[rbp]
sal eax, 3
mov esi, edx
mov edi, eax
call ISC_MAX@PLT
mov DWORD PTR -96[rbp], eax
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR 8[rax]
mov eax, DWORD PTR THRESHOLD_BITS[rip]
cmp edx, eax
jb .L10
mov rdx, QWORD PTR ISC_FALSE[rip]
mov ecx, DWORD PTR -96[rbp]
mov rax, QWORD PTR -136[rbp]
mov esi, ecx
mov rdi, rax
call fillpool@PLT
jmp .L11
.L10:
mov rdx, QWORD PTR -48[rbp]
mov ecx, DWORD PTR -96[rbp]
mov rax, QWORD PTR -136[rbp]
mov esi, ecx
mov rdi, rax
call fillpool@PLT
.L11:
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR 8[rax]
mov eax, DWORD PTR THRESHOLD_BITS[rip]
cmp edx, eax
jnb .L12
cmp QWORD PTR -56[rbp], 0
jne .L27
jmp .L26
.L9:
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR THRESHOLD_BITS[rip]
cmp edx, eax
jnb .L16
mov ecx, DWORD PTR THRESHOLD_BITS[rip]
mov rdx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -136[rbp]
mov esi, ecx
mov rdi, rax
call fillpool@PLT
jmp .L17
.L16:
mov rdx, QWORD PTR ISC_FALSE[rip]
mov rax, QWORD PTR -136[rbp]
mov esi, 0
mov rdi, rax
call fillpool@PLT
.L17:
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR THRESHOLD_BITS[rip]
cmp edx, eax
jnb .L12
mov rax, QWORD PTR -136[rbp]
mov rdi, rax
call reseed@PLT
.L12:
lea rax, -116[rbp]
mov rdi, rax
call isc_sha1_init@PLT
mov edx, DWORD PTR RND_POOLBYTES[rip]
mov rax, QWORD PTR -136[rbp]
mov rax, QWORD PTR 16[rax]
mov rcx, rax
lea rax, -116[rbp]
mov rsi, rcx
mov rdi, rax
call isc_sha1_update@PLT
mov rdx, QWORD PTR -72[rbp]
lea rax, -116[rbp]
mov rsi, rdx
mov rdi, rax
call isc_sha1_final@PLT
mov edx, DWORD PTR ISC_SHA1_DIGESTLENGTH[rip]
mov rsi, QWORD PTR -72[rbp]
mov rax, QWORD PTR -136[rbp]
mov ecx, 0
mov rdi, rax
call entropypool_adddata@PLT
mov DWORD PTR -104[rbp], 0
jmp .L18
.L19:
mov rdx, QWORD PTR -72[rbp]
mov eax, DWORD PTR -104[rbp]
movzx esi, BYTE PTR [rdx+rax]
mov edx, DWORD PTR RND_ENTROPY_THRESHOLD[rip]
mov eax, DWORD PTR -104[rbp]
add edx, eax
mov rax, QWORD PTR -72[rbp]
mov edx, edx
movzx ecx, BYTE PTR [rax+rdx]
mov edx, DWORD PTR -104[rbp]
mov rax, QWORD PTR -88[rbp]
add rax, rdx
xor esi, ecx
mov edx, esi
mov BYTE PTR [rax], dl
add DWORD PTR -104[rbp], 1
.L18:
mov eax, DWORD PTR -100[rbp]
cmp DWORD PTR -104[rbp], eax
jb .L19
mov eax, DWORD PTR -100[rbp]
cdqe
add QWORD PTR -88[rbp], rax
mov eax, DWORD PTR -100[rbp]
sub DWORD PTR -108[rbp], eax
mov eax, DWORD PTR -100[rbp]
sal eax, 3
mov DWORD PTR -92[rbp], eax
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR 8[rax]
mov eax, DWORD PTR -92[rbp]
mov esi, edx
mov edi, eax
call ISC_MIN@PLT
mov DWORD PTR -92[rbp], eax
mov eax, DWORD PTR -92[rbp]
add DWORD PTR -112[rbp], eax
mov edx, DWORD PTR -92[rbp]
mov rax, QWORD PTR -136[rbp]
mov esi, edx
mov rdi, rax
call subtract_entropy@PLT
mov eax, DWORD PTR -100[rbp]
lea edx, 0[0+rax*8]
mov rax, QWORD PTR -136[rbp]
mov esi, edx
mov rdi, rax
call add_pseudo@PLT
.L8:
cmp DWORD PTR -108[rbp], 0
jne .L20
jmp .L15
.L27:
nop
.L15:
mov rax, QWORD PTR -72[rbp]
mov edx, ebx
mov esi, 0
mov rdi, rax
call memset@PLT
cmp QWORD PTR -160[rbp], 0
je .L21
mov eax, DWORD PTR -108[rbp]
mov edx, DWORD PTR -148[rbp]
sub edx, eax
mov rax, QWORD PTR -160[rbp]
mov DWORD PTR [rax], edx
.L21:
mov rax, QWORD PTR -136[rbp]
add rax, 4
mov rdi, rax
call UNLOCK@PLT
mov eax, DWORD PTR ISC_R_SUCCESS[rip]
jmp .L22
.L26:
.L14:
endbr64
mov edx, DWORD PTR -112[rbp]
mov rax, QWORD PTR -136[rbp]
mov esi, edx
mov rdi, rax
call add_entropy@PLT
mov edx, DWORD PTR -148[rbp]
mov rax, QWORD PTR -144[rbp]
mov esi, 0
mov rdi, rax
call memset@PLT
mov rax, QWORD PTR -72[rbp]
mov edx, ebx
mov esi, 0
mov rdi, rax
call memset@PLT
cmp QWORD PTR -160[rbp], 0
je .L23
mov rax, QWORD PTR -160[rbp]
mov DWORD PTR [rax], 0
.L23:
mov rax, QWORD PTR -136[rbp]
add rax, 4
mov rdi, rax
call UNLOCK@PLT
mov eax, DWORD PTR ISC_R_NOENTROPY[rip]
.L22:
mov rsp, r12
mov rbx, QWORD PTR -40[rbp]
xor rbx, QWORD PTR fs:40
je .L25
call __stack_chk_fail@PLT
.L25:
lea rsp, -32[rbp]
pop rbx
pop r12
pop r14
pop r15
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size isc_entropy_getdata, .-isc_entropy_getdata
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_..entropy.c_isc_entropy_getdata.c"
.text
.comm ISC_ENTROPY_BLOCKING,4,4
.comm ISC_ENTROPY_GOODONLY,4,4
.comm ISC_ENTROPY_PARTIAL,4,4
.comm ISC_FALSE,4,4
.comm ISC_R_NOENTROPY,4,4
.comm ISC_R_SUCCESS,4,4
.comm ISC_SHA1_DIGESTLENGTH,4,4
.comm RND_ENTROPY_THRESHOLD,4,4
.comm RND_POOLBYTES,4,4
.comm THRESHOLD_BITS,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.global isc_entropy_getdata
.syntax unified
.arm
.fpu softvfp
.type isc_entropy_getdata, %function
isc_entropy_getdata:
@ args = 4, pretend = 0, frame = 72
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #72
str r0, [fp, #-72]
str r1, [fp, #-76]
str r2, [fp, #-80]
str r3, [fp, #-84]
ldr r3, .L25
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
mov r3, sp
mov r5, r3
ldr r3, .L25+4
ldr r4, [r3]
sub r3, r4, #1
str r3, [fp, #-48]
mov r3, r4
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, r4
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, r4
add r3, r3, #7
lsr r3, r3, #3
lsl r3, r3, #3
sub sp, sp, r3
mov r3, sp
add r3, r3, #0
str r3, [fp, #-44]
ldr r0, [fp, #-72]
bl VALID_ENTROPY
mov r3, r0
mov r0, r3
bl REQUIRE
ldr r3, [fp, #-76]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl REQUIRE
ldr r3, [fp, #-80]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl REQUIRE
ldr r3, .L25+8
ldr r2, [r3]
ldr r3, [fp, #4]
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl ISC_TF
str r0, [fp, #-40]
ldr r3, .L25+12
ldr r2, [r3]
ldr r3, [fp, #4]
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl ISC_TF
str r0, [fp, #-36]
ldr r3, .L25+16
ldr r2, [r3]
ldr r3, [fp, #4]
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl ISC_TF
str r0, [fp, #-32]
ldr r3, [fp, #-36]
cmp r3, #0
beq .L2
ldr r3, [fp, #-84]
cmp r3, #0
beq .L3
.L2:
mov r3, #1
b .L4
.L3:
mov r3, #0
.L4:
mov r0, r3
bl REQUIRE
ldr r3, [fp, #-72]
add r3, r3, #4
mov r0, r3
bl LOCK
ldr r3, [fp, #-80]
str r3, [fp, #-56]
ldr r3, [fp, #-76]
str r3, [fp, #-64]
mov r3, #0
str r3, [fp, #-60]
b .L5
.L17:
ldr r3, .L25+20
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-56]
bl ISC_MIN
str r0, [fp, #-28]
ldr r3, [fp, #-40]
cmp r3, #0
beq .L6
ldr r3, [fp, #-56]
lsl r2, r3, #3
ldr r3, [fp, #-28]
lsl r3, r3, #3
mov r1, r3
mov r0, r2
bl ISC_MAX
str r0, [fp, #-24]
ldr r3, [fp, #-72]
ldr r2, [r3, #8]
ldr r3, .L25+24
ldr r3, [r3]
cmp r2, r3
bcc .L7
ldr r3, .L25+28
ldr r3, [r3]
mov r2, r3
ldr r1, [fp, #-24]
ldr r0, [fp, #-72]
bl fillpool
b .L8
.L7:
ldr r2, [fp, #-32]
ldr r1, [fp, #-24]
ldr r0, [fp, #-72]
bl fillpool
.L8:
ldr r3, [fp, #-72]
ldr r2, [r3, #8]
ldr r3, .L25+24
ldr r3, [r3]
cmp r2, r3
bcs .L9
ldr r3, [fp, #-36]
cmp r3, #0
bne .L24
b .L23
.L6:
ldr r3, [fp, #-72]
ldr r2, [r3]
ldr r3, .L25+24
ldr r3, [r3]
cmp r2, r3
bcs .L13
ldr r3, .L25+24
ldr r3, [r3]
ldr r2, [fp, #-32]
mov r1, r3
ldr r0, [fp, #-72]
bl fillpool
b .L14
.L13:
ldr r3, .L25+28
ldr r3, [r3]
mov r2, r3
mov r1, #0
ldr r0, [fp, #-72]
bl fillpool
.L14:
ldr r3, [fp, #-72]
ldr r2, [r3]
ldr r3, .L25+24
ldr r3, [r3]
cmp r2, r3
bcs .L9
ldr r0, [fp, #-72]
bl reseed
.L9:
sub r3, fp, #68
mov r0, r3
bl isc_sha1_init
ldr r3, [fp, #-72]
ldr r3, [r3, #12]
mov r1, r3
ldr r3, .L25+32
ldr r2, [r3]
sub r3, fp, #68
mov r0, r3
bl isc_sha1_update
sub r3, fp, #68
ldr r1, [fp, #-44]
mov r0, r3
bl isc_sha1_final
ldr r3, .L25+4
ldr r2, [r3]
mov r3, #0
ldr r1, [fp, #-44]
ldr r0, [fp, #-72]
bl entropypool_adddata
mov r3, #0
str r3, [fp, #-52]
b .L15
.L16:
ldr r2, [fp, #-44]
ldr r3, [fp, #-52]
add r3, r2, r3
ldrb r1, [r3] @ zero_extendqisi2
ldr r3, .L25+20
ldr r2, [r3]
ldr r3, [fp, #-52]
add r3, r2, r3
ldr r2, [fp, #-44]
ldrb r2, [r2, r3] @ zero_extendqisi2
ldr r0, [fp, #-64]
ldr r3, [fp, #-52]
add r3, r0, r3
eor r2, r2, r1
and r2, r2, #255
strb r2, [r3]
ldr r3, [fp, #-52]
add r3, r3, #1
str r3, [fp, #-52]
.L15:
ldr r3, [fp, #-28]
ldr r2, [fp, #-52]
cmp r2, r3
bcc .L16
ldr r3, [fp, #-28]
ldr r2, [fp, #-64]
add r3, r2, r3
str r3, [fp, #-64]
ldr r2, [fp, #-56]
ldr r3, [fp, #-28]
sub r3, r2, r3
str r3, [fp, #-56]
ldr r3, [fp, #-28]
lsl r3, r3, #3
str r3, [fp, #-20]
ldr r3, [fp, #-72]
ldr r3, [r3, #8]
mov r1, r3
ldr r0, [fp, #-20]
bl ISC_MIN
str r0, [fp, #-20]
ldr r2, [fp, #-60]
ldr r3, [fp, #-20]
add r3, r2, r3
str r3, [fp, #-60]
ldr r1, [fp, #-20]
ldr r0, [fp, #-72]
bl subtract_entropy
ldr r3, [fp, #-28]
lsl r3, r3, #3
mov r1, r3
ldr r0, [fp, #-72]
bl add_pseudo
.L5:
ldr r3, [fp, #-56]
cmp r3, #0
bne .L17
b .L12
.L24:
nop
.L12:
mov r2, r4
mov r1, #0
ldr r0, [fp, #-44]
bl memset
ldr r3, [fp, #-84]
cmp r3, #0
beq .L18
ldr r3, [fp, #-56]
ldr r2, [fp, #-80]
sub r2, r2, r3
ldr r3, [fp, #-84]
str r2, [r3]
.L18:
ldr r3, [fp, #-72]
add r3, r3, #4
mov r0, r3
bl UNLOCK
ldr r3, .L25+36
ldr r3, [r3]
b .L19
.L23:
.L11:
ldr r1, [fp, #-60]
ldr r0, [fp, #-72]
bl add_entropy
ldr r3, [fp, #-80]
mov r2, r3
mov r1, #0
ldr r0, [fp, #-76]
bl memset
mov r2, r4
mov r1, #0
ldr r0, [fp, #-44]
bl memset
ldr r3, [fp, #-84]
cmp r3, #0
beq .L20
ldr r3, [fp, #-84]
mov r2, #0
str r2, [r3]
.L20:
ldr r3, [fp, #-72]
add r3, r3, #4
mov r0, r3
bl UNLOCK
ldr r3, .L25+40
ldr r3, [r3]
.L19:
mov sp, r5
ldr r2, .L25
ldr r1, [r2]
ldr r2, [fp, #-16]
eors r1, r2, r1
mov r2, #0
beq .L22
bl __stack_chk_fail
.L22:
mov r0, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L26:
.align 2
.L25:
.word .LC0
.word ISC_SHA1_DIGESTLENGTH
.word ISC_ENTROPY_GOODONLY
.word ISC_ENTROPY_PARTIAL
.word ISC_ENTROPY_BLOCKING
.word RND_ENTROPY_THRESHOLD
.word THRESHOLD_BITS
.word ISC_FALSE
.word RND_POOLBYTES
.word ISC_R_SUCCESS
.word ISC_R_NOENTROPY
.size isc_entropy_getdata, .-isc_entropy_getdata
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_def.c_lwip_ntohs.c"
.intel_syntax noprefix
.text
.globl lwip_ntohs
.type lwip_ntohs, @function
lwip_ntohs:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov eax, DWORD PTR -4[rbp]
mov edi, eax
call lwip_htons@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size lwip_ntohs, .-lwip_ntohs
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_def.c_lwip_ntohs.c"
.text
.align 2
.global lwip_ntohs
.syntax unified
.arm
.fpu softvfp
.type lwip_ntohs, %function
lwip_ntohs:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl lwip_htons
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size lwip_ntohs, .-lwip_ntohs
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_keymap.c_process_record_user.c"
.intel_syntax noprefix
.text
.globl process_record_user
.type process_record_user, @function
process_record_user:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov DWORD PTR -4[rbp], edi
mov QWORD PTR -16[rbp], rsi
mov eax, 1
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size process_record_user, .-process_record_user
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_keymap.c_process_record_user.c"
.text
.align 2
.global process_record_user
.syntax unified
.arm
.fpu softvfp
.type process_record_user, %function
process_record_user:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #12
str r0, [fp, #-8]
str r1, [fp, #-12]
mov r3, #1
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.size process_record_user, .-process_record_user
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mimemap.c_h2o_mimemap_define_dynamic.c"
.intel_syntax noprefix
.text
.globl h2o_mimemap_define_dynamic
.type h2o_mimemap_define_dynamic, @function
h2o_mimemap_define_dynamic:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call create_dynamic_type@PLT
mov QWORD PTR -8[rbp], rax
mov QWORD PTR -16[rbp], 0
jmp .L2
.L5:
mov rax, QWORD PTR -16[rbp]
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -32[rbp]
add rax, rdx
mov rax, QWORD PTR [rax]
movzx eax, BYTE PTR [rax]
test al, al
jne .L3
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call set_default_type@PLT
jmp .L4
.L3:
mov rax, QWORD PTR -16[rbp]
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -32[rbp]
add rax, rdx
mov rcx, QWORD PTR [rax]
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call set_type@PLT
.L4:
add QWORD PTR -16[rbp], 1
.L2:
mov rax, QWORD PTR -16[rbp]
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -32[rbp]
add rax, rdx
mov rax, QWORD PTR [rax]
test rax, rax
jne .L5
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call h2o_mem_release_shared@PLT
mov rax, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size h2o_mimemap_define_dynamic, .-h2o_mimemap_define_dynamic
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_mimemap.c_h2o_mimemap_define_dynamic.c"
.text
.align 2
.global h2o_mimemap_define_dynamic
.syntax unified
.arm
.fpu softvfp
.type h2o_mimemap_define_dynamic, %function
h2o_mimemap_define_dynamic:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r1, [fp, #-16]
ldr r0, [fp, #-24]
bl create_dynamic_type
str r0, [fp, #-8]
mov r3, #0
str r3, [fp, #-12]
b .L2
.L5:
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-20]
add r3, r2, r3
ldr r3, [r3]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
bne .L3
ldr r1, [fp, #-8]
ldr r0, [fp, #-16]
bl set_default_type
b .L4
.L3:
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-20]
add r3, r2, r3
ldr r3, [r3]
ldr r2, [fp, #-8]
mov r1, r3
ldr r0, [fp, #-16]
bl set_type
.L4:
ldr r3, [fp, #-12]
add r3, r3, #1
str r3, [fp, #-12]
.L2:
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-20]
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
bne .L5
ldr r0, [fp, #-8]
bl h2o_mem_release_shared
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size h2o_mimemap_define_dynamic, .-h2o_mimemap_define_dynamic
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_regsub.c_regsub.c"
.intel_syntax noprefix
.text
.comm REG_STARTEND,4,4
.section .rodata
.LC0:
.string ""
.text
.globl regsub
.type regsub, @function
regsub:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 264
.cfi_offset 3, -24
mov QWORD PTR -248[rbp], rdi
mov QWORD PTR -256[rbp], rsi
mov QWORD PTR -264[rbp], rdx
mov DWORD PTR -268[rbp], ecx
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov QWORD PTR -232[rbp], 0
mov DWORD PTR -236[rbp], 0
mov QWORD PTR -224[rbp], 0
mov rax, QWORD PTR -264[rbp]
movzx eax, BYTE PTR [rax]
test al, al
jne .L2
lea rdi, .LC0[rip]
call xstrdup@PLT
jmp .L11
.L2:
mov edx, DWORD PTR -268[rbp]
mov rcx, QWORD PTR -248[rbp]
lea rax, -240[rbp]
mov rsi, rcx
mov rdi, rax
call regcomp@PLT
test rax, rax
je .L4
mov eax, 0
jmp .L11
.L4:
mov QWORD PTR -216[rbp], 0
mov QWORD PTR -208[rbp], 0
mov rax, QWORD PTR -264[rbp]
mov rdi, rax
call strlen@PLT
mov QWORD PTR -200[rbp], rax
jmp .L5
.L10:
mov rax, QWORD PTR -216[rbp]
mov QWORD PTR -192[rbp], rax
mov rax, QWORD PTR -200[rbp]
mov QWORD PTR -184[rbp], rax
mov ebx, DWORD PTR REG_STARTEND[rip]
lea rax, -192[rbp]
mov rdi, rax
call nitems@PLT
mov edi, eax
lea rdx, -192[rbp]
mov rsi, QWORD PTR -264[rbp]
lea rax, -240[rbp]
mov r8d, ebx
mov rcx, rdx
mov edx, edi
mov rdi, rax
call regexec@PLT
test rax, rax
je .L6
mov rdi, QWORD PTR -200[rbp]
mov rcx, QWORD PTR -216[rbp]
mov rdx, QWORD PTR -264[rbp]
lea rsi, -232[rbp]
lea rax, -224[rbp]
mov r8, rdi
mov rdi, rax
call regsub_copy@PLT
jmp .L7
.L6:
mov rdi, QWORD PTR -192[rbp]
mov rcx, QWORD PTR -208[rbp]
mov rdx, QWORD PTR -264[rbp]
lea rsi, -232[rbp]
lea rax, -224[rbp]
mov r8, rdi
mov rdi, rax
call regsub_copy@PLT
cmp DWORD PTR -236[rbp], 0
jne .L8
mov rax, QWORD PTR -192[rbp]
cmp QWORD PTR -208[rbp], rax
jne .L8
mov rdx, QWORD PTR -192[rbp]
mov rax, QWORD PTR -184[rbp]
cmp rdx, rax
je .L9
.L8:
lea rax, -192[rbp]
mov rdi, rax
call nitems@PLT
mov edi, eax
lea r8, -192[rbp]
mov rcx, QWORD PTR -264[rbp]
mov rdx, QWORD PTR -256[rbp]
lea rsi, -232[rbp]
lea rax, -224[rbp]
mov r9d, edi
mov rdi, rax
call regsub_expand@PLT
mov rax, QWORD PTR -184[rbp]
mov QWORD PTR -208[rbp], rax
mov rax, QWORD PTR -184[rbp]
mov QWORD PTR -216[rbp], rax
mov DWORD PTR -236[rbp], 0
jmp .L5
.L9:
mov rax, QWORD PTR -184[rbp]
mov QWORD PTR -208[rbp], rax
mov rax, QWORD PTR -184[rbp]
add rax, 1
mov QWORD PTR -216[rbp], rax
mov DWORD PTR -236[rbp], 1
.L5:
mov rax, QWORD PTR -216[rbp]
cmp rax, QWORD PTR -200[rbp]
jle .L10
.L7:
mov rax, QWORD PTR -224[rbp]
mov rdx, QWORD PTR -232[rbp]
add rax, rdx
mov BYTE PTR [rax], 0
lea rax, -240[rbp]
mov rdi, rax
call regfree@PLT
mov rax, QWORD PTR -224[rbp]
.L11:
mov rbx, QWORD PTR -24[rbp]
xor rbx, QWORD PTR fs:40
je .L12
call __stack_chk_fail@PLT
.L12:
add rsp, 264
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size regsub, .-regsub
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_regsub.c_regsub.c"
.text
.comm REG_STARTEND,4,4
.section .rodata
.align 2
.LC0:
.ascii "\000"
.align 2
.LC1:
.word __stack_chk_guard
.text
.align 2
.global regsub
.syntax unified
.arm
.fpu softvfp
.type regsub, %function
regsub:
@ args = 0, pretend = 0, frame = 128
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #136
str r0, [fp, #-120]
str r1, [fp, #-124]
str r2, [fp, #-128]
str r3, [fp, #-132]
ldr r3, .L13
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-112]
mov r3, #0
str r3, [fp, #-96]
mov r3, #0
str r3, [fp, #-108]
ldr r3, [fp, #-128]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
bne .L2
ldr r0, .L13+4
bl xstrdup
mov r3, r0
b .L11
.L2:
sub r3, fp, #116
ldr r2, [fp, #-132]
ldr r1, [fp, #-120]
mov r0, r3
bl regcomp
mov r3, r0
cmp r3, #0
beq .L4
mov r3, #0
b .L11
.L4:
mov r3, #0
str r3, [fp, #-104]
mov r3, #0
str r3, [fp, #-100]
ldr r0, [fp, #-128]
bl strlen
str r0, [fp, #-92]
b .L5
.L10:
ldr r3, [fp, #-104]
str r3, [fp, #-88]
ldr r3, [fp, #-92]
str r3, [fp, #-84]
sub r3, fp, #88
mov r0, r3
bl nitems
mov r1, r0
ldr r3, .L13+8
ldr r3, [r3]
sub r2, fp, #88
sub r0, fp, #116
str r3, [sp]
mov r3, r2
mov r2, r1
ldr r1, [fp, #-128]
bl regexec
mov r3, r0
cmp r3, #0
beq .L6
sub r1, fp, #112
sub r0, fp, #108
ldr r3, [fp, #-92]
str r3, [sp]
ldr r3, [fp, #-104]
ldr r2, [fp, #-128]
bl regsub_copy
b .L7
.L6:
ldr r3, [fp, #-88]
sub r1, fp, #112
sub r0, fp, #108
str r3, [sp]
ldr r3, [fp, #-100]
ldr r2, [fp, #-128]
bl regsub_copy
ldr r3, [fp, #-96]
cmp r3, #0
bne .L8
ldr r3, [fp, #-88]
ldr r2, [fp, #-100]
cmp r2, r3
bne .L8
ldr r2, [fp, #-88]
ldr r3, [fp, #-84]
cmp r2, r3
beq .L9
.L8:
sub r3, fp, #88
mov r0, r3
bl nitems
mov r3, r0
sub r1, fp, #112
sub r0, fp, #108
str r3, [sp, #4]
sub r3, fp, #88
str r3, [sp]
ldr r3, [fp, #-128]
ldr r2, [fp, #-124]
bl regsub_expand
ldr r3, [fp, #-84]
str r3, [fp, #-100]
ldr r3, [fp, #-84]
str r3, [fp, #-104]
mov r3, #0
str r3, [fp, #-96]
b .L5
.L9:
ldr r3, [fp, #-84]
str r3, [fp, #-100]
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-104]
mov r3, #1
str r3, [fp, #-96]
.L5:
ldr r2, [fp, #-104]
ldr r3, [fp, #-92]
cmp r2, r3
ble .L10
.L7:
ldr r3, [fp, #-108]
ldr r2, [fp, #-112]
add r3, r3, r2
mov r2, #0
strb r2, [r3]
sub r3, fp, #116
mov r0, r3
bl regfree
ldr r3, [fp, #-108]
.L11:
ldr r2, .L13
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L12
bl __stack_chk_fail
.L12:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L14:
.align 2
.L13:
.word .LC1
.word .LC0
.word REG_STARTEND
.size regsub, .-regsub
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_aw_rsb.c_rsb_decode.c"
.intel_syntax noprefix
.text
.comm NBBY,8,8
.type rsb_decode, @function
rsb_decode:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov QWORD PTR -48[rbp], rcx
mov rax, QWORD PTR -48[rbp]
mov QWORD PTR -8[rbp], rax
jmp .L2
.L3:
mov rax, QWORD PTR -8[rbp]
sub rax, QWORD PTR -48[rbp]
mov edx, eax
mov rax, QWORD PTR NBBY[rip]
imul eax, edx
mov rdx, QWORD PTR -24[rbp]
mov ecx, eax
shr rdx, cl
mov rcx, rdx
mov rax, QWORD PTR -8[rbp]
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -32[rbp]
add rdx, rax
movzx eax, cl
mov QWORD PTR [rdx], rax
add QWORD PTR -8[rbp], 1
.L2:
mov rax, QWORD PTR -48[rbp]
lea rdx, 4[rax]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call MIN@PLT
cmp QWORD PTR -8[rbp], rax
jb .L3
nop
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rsb_decode, .-rsb_decode
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_aw_rsb.c_rsb_decode.c"
.text
.comm NBBY,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type rsb_decode, %function
rsb_decode:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
ldr r3, [fp, #-28]
str r3, [fp, #-8]
b .L2
.L3:
ldr r2, [fp, #-8]
ldr r3, [fp, #-28]
sub r3, r2, r3
ldr r2, .L4
ldr r2, [r2]
mul r3, r2, r3
ldr r2, [fp, #-16]
lsr r2, r2, r3
ldr r3, [fp, #-8]
lsl r3, r3, #2
ldr r1, [fp, #-20]
add r3, r1, r3
and r2, r2, #255
str r2, [r3]
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L2:
ldr r3, [fp, #-28]
add r3, r3, #4
mov r1, r3
ldr r0, [fp, #-24]
bl MIN
mov r2, r0
ldr r3, [fp, #-8]
cmp r3, r2
bcc .L3
nop
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word NBBY
.size rsb_decode, .-rsb_decode
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_fmt_scaled.c_scan_scaled.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.comm ERANGE,4,4
.comm LLONG_MAX,4,4
.comm LLONG_MIN,8,8
.comm MAX_DIGITS,4,4
.comm SCALE_LENGTH,4,4
.comm errno,4,4
.comm scale_chars,8,8
.comm scale_factors,8,8
.globl scan_scaled
.type scan_scaled, @function
scan_scaled:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 72
.cfi_offset 3, -24
mov QWORD PTR -72[rbp], rdi
mov QWORD PTR -80[rbp], rsi
mov rax, QWORD PTR -72[rbp]
mov QWORD PTR -48[rbp], rax
mov DWORD PTR -64[rbp], 0
mov DWORD PTR -56[rbp], 0
mov DWORD PTR -52[rbp], 0
mov QWORD PTR -24[rbp], 1
mov QWORD PTR -40[rbp], 0
mov QWORD PTR -32[rbp], 0
jmp .L2
.L4:
add QWORD PTR -48[rbp], 1
.L2:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call isascii@PLT
test rax, rax
je .L5
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call isspace@PLT
test rax, rax
jne .L4
jmp .L5
.L10:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 45
jne .L6
cmp DWORD PTR -64[rbp], 0
je .L7
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L7:
mov DWORD PTR -64[rbp], -1
add QWORD PTR -48[rbp], 1
jmp .L5
.L6:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 43
jne .L5
cmp DWORD PTR -64[rbp], 0
je .L9
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L9:
mov DWORD PTR -64[rbp], 1
add QWORD PTR -48[rbp], 1
.L5:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 45
je .L10
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 43
je .L10
jmp .L11
.L23:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 46
jne .L12
cmp DWORD PTR -52[rbp], 0
je .L13
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L13:
mov DWORD PTR -52[rbp], 1
jmp .L14
.L12:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
movsx eax, al
sub eax, 48
mov DWORD PTR -60[rbp], eax
cmp DWORD PTR -52[rbp], 0
je .L15
mov eax, DWORD PTR MAX_DIGITS[rip]
sub eax, 1
cmp DWORD PTR -52[rbp], eax
jnb .L38
add DWORD PTR -52[rbp], 1
mov eax, DWORD PTR LLONG_MAX[rip]
movsx rdx, eax
imul rdx, rdx, 1717986919
shr rdx, 32
sar edx, 2
sar eax, 31
sub edx, eax
mov eax, edx
cdqe
cmp QWORD PTR -32[rbp], rax
jle .L17
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L17:
mov rdx, QWORD PTR -32[rbp]
mov rax, rdx
sal rax, 2
add rax, rdx
add rax, rax
mov QWORD PTR -32[rbp], rax
mov edx, DWORD PTR -60[rbp]
mov eax, DWORD PTR LLONG_MAX[rip]
cdqe
sub rax, QWORD PTR -32[rbp]
cmp rdx, rax
jle .L18
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L18:
mov eax, DWORD PTR -60[rbp]
add QWORD PTR -32[rbp], rax
jmp .L14
.L15:
add DWORD PTR -56[rbp], 1
mov eax, DWORD PTR MAX_DIGITS[rip]
cmp DWORD PTR -56[rbp], eax
jb .L19
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L19:
mov eax, DWORD PTR LLONG_MAX[rip]
movsx rdx, eax
imul rdx, rdx, 1717986919
shr rdx, 32
sar edx, 2
sar eax, 31
sub edx, eax
mov eax, edx
cdqe
cmp QWORD PTR -40[rbp], rax
jle .L20
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L20:
mov rdx, QWORD PTR -40[rbp]
mov rax, rdx
sal rax, 2
add rax, rdx
add rax, rax
mov QWORD PTR -40[rbp], rax
mov edx, DWORD PTR -60[rbp]
mov eax, DWORD PTR LLONG_MAX[rip]
cdqe
sub rax, QWORD PTR -40[rbp]
cmp rdx, rax
jle .L21
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L21:
mov eax, DWORD PTR -60[rbp]
add QWORD PTR -40[rbp], rax
jmp .L14
.L38:
nop
.L14:
add QWORD PTR -48[rbp], 1
.L11:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call isascii@PLT
test rax, rax
je .L22
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call isdigit@PLT
test rax, rax
jne .L23
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
cmp al, 46
je .L23
.L22:
cmp DWORD PTR -64[rbp], 0
je .L24
mov eax, DWORD PTR -64[rbp]
cdqe
mov rdx, QWORD PTR -40[rbp]
imul rax, rdx
mov QWORD PTR -40[rbp], rax
mov eax, DWORD PTR -64[rbp]
cdqe
mov rdx, QWORD PTR -32[rbp]
imul rax, rdx
mov QWORD PTR -32[rbp], rax
.L24:
mov rax, QWORD PTR -48[rbp]
movzx eax, BYTE PTR [rax]
test al, al
jne .L25
mov rax, QWORD PTR -80[rbp]
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR [rax], rdx
mov eax, 0
jmp .L8
.L25:
mov DWORD PTR -60[rbp], 0
jmp .L26
.L37:
mov rax, QWORD PTR -48[rbp]
movzx edx, BYTE PTR [rax]
mov rcx, QWORD PTR scale_chars[rip]
mov eax, DWORD PTR -60[rbp]
add rax, rcx
movzx eax, BYTE PTR [rax]
cmp dl, al
je .L27
mov rax, QWORD PTR -48[rbp]
movzx ebx, BYTE PTR [rax]
mov rdx, QWORD PTR scale_chars[rip]
mov eax, DWORD PTR -60[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call tolower@PLT
cmp bl, al
jne .L28
.L27:
mov rax, QWORD PTR -48[rbp]
add rax, 1
movzx eax, BYTE PTR [rax]
movzx eax, al
mov edi, eax
call isalnum@PLT
test rax, rax
je .L29
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L29:
mov rax, QWORD PTR scale_factors[rip]
mov edx, DWORD PTR -60[rbp]
sal rdx, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -24[rbp], rax
mov eax, DWORD PTR LLONG_MAX[rip]
cdqe
cqo
idiv QWORD PTR -24[rbp]
cmp QWORD PTR -40[rbp], rax
jg .L30
mov rax, QWORD PTR LLONG_MIN[rip]
cqo
idiv QWORD PTR -24[rbp]
cmp QWORD PTR -40[rbp], rax
jge .L31
.L30:
mov eax, DWORD PTR ERANGE[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
jmp .L8
.L31:
mov rax, QWORD PTR -40[rbp]
imul rax, QWORD PTR -24[rbp]
mov QWORD PTR -40[rbp], rax
jmp .L32
.L33:
mov rcx, QWORD PTR -32[rbp]
movabs rdx, 7378697629483820647
mov rax, rcx
imul rdx
sar rdx, 2
mov rax, rcx
sar rax, 63
sub rdx, rax
mov rax, rdx
mov QWORD PTR -32[rbp], rax
sub DWORD PTR -52[rbp], 1
.L32:
mov eax, DWORD PTR LLONG_MAX[rip]
cdqe
cqo
idiv QWORD PTR -24[rbp]
cmp QWORD PTR -32[rbp], rax
jge .L33
mov rax, QWORD PTR -32[rbp]
imul rax, QWORD PTR -24[rbp]
mov QWORD PTR -32[rbp], rax
cmp DWORD PTR -52[rbp], 0
je .L34
mov DWORD PTR -60[rbp], 0
jmp .L35
.L36:
mov rcx, QWORD PTR -32[rbp]
movabs rdx, 7378697629483820647
mov rax, rcx
imul rdx
sar rdx, 2
mov rax, rcx
sar rax, 63
sub rdx, rax
mov rax, rdx
mov QWORD PTR -32[rbp], rax
add DWORD PTR -60[rbp], 1
.L35:
mov eax, DWORD PTR -52[rbp]
sub eax, 1
cmp DWORD PTR -60[rbp], eax
jb .L36
.L34:
mov rax, QWORD PTR -32[rbp]
add QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -80[rbp]
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR [rax], rdx
mov eax, 0
jmp .L8
.L28:
add DWORD PTR -60[rbp], 1
.L26:
mov eax, DWORD PTR SCALE_LENGTH[rip]
cmp DWORD PTR -60[rbp], eax
jb .L37
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR errno[rip], eax
mov eax, -1
.L8:
add rsp, 72
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size scan_scaled, .-scan_scaled
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_fmt_scaled.c_scan_scaled.c"
.text
.comm EINVAL,4,4
.comm ERANGE,4,4
.comm LLONG_MAX,4,4
.comm LLONG_MIN,8,8
.comm MAX_DIGITS,4,4
.comm SCALE_LENGTH,4,4
.comm errno,4,4
.comm scale_chars,4,4
.comm scale_factors,4,4
.global __aeabi_ldivmod
.align 2
.global scan_scaled
.syntax unified
.arm
.fpu softvfp
.type scan_scaled, %function
scan_scaled:
@ args = 0, pretend = 0, frame = 96
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, r9, fp, lr}
add fp, sp, #28
sub sp, sp, #96
str r0, [fp, #-80]
str r1, [fp, #-84]
ldr r3, [fp, #-80]
str r3, [fp, #-72]
mov r3, #0
str r3, [fp, #-68]
mov r3, #0
str r3, [fp, #-60]
mov r3, #0
str r3, [fp, #-56]
mov r2, #1
mov r3, #0
str r2, [fp, #-36]
str r3, [fp, #-32]
mov r2, #0
mov r3, #0
str r2, [fp, #-52]
str r3, [fp, #-48]
mov r2, #0
mov r3, #0
str r2, [fp, #-44]
str r3, [fp, #-40]
b .L2
.L4:
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
.L2:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl isascii
mov r3, r0
cmp r3, #0
beq .L5
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl isspace
mov r3, r0
cmp r3, #0
bne .L4
b .L5
.L10:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #45
bne .L6
ldr r3, [fp, #-68]
cmp r3, #0
beq .L7
ldr r3, .L39
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L7:
mvn r3, #0
str r3, [fp, #-68]
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
b .L5
.L6:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #43
bne .L5
ldr r3, [fp, #-68]
cmp r3, #0
beq .L9
ldr r3, .L39
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L9:
mov r3, #1
str r3, [fp, #-68]
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
.L5:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #45
beq .L10
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #43
beq .L10
b .L11
.L23:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #46
bne .L12
ldr r3, [fp, #-56]
cmp r3, #0
beq .L13
ldr r3, .L39
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L13:
mov r3, #1
str r3, [fp, #-56]
b .L14
.L12:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
sub r3, r3, #48
str r3, [fp, #-64]
ldr r3, [fp, #-56]
cmp r3, #0
beq .L15
ldr r3, .L39+8
ldr r3, [r3]
sub r3, r3, #1
mov r2, r3
ldr r3, [fp, #-56]
cmp r3, r2
bcs .L38
ldr r3, [fp, #-56]
add r3, r3, #1
str r3, [fp, #-56]
ldr r3, .L39+12
ldr r1, [r3]
ldr r3, .L39+16
smull r2, r3, r1, r3
asr r2, r3, #2
asr r3, r1, #31
sub r3, r2, r3
mov r0, r3
asr r1, r0, #31
sub r3, fp, #44
ldmia r3, {r2-r3}
cmp r0, r2
sbcs r3, r1, r3
bge .L17
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L17:
sub r5, fp, #44
ldmia r5, {r4-r5}
mov r2, r4
mov r3, r5
mov r0, #0
mov r1, #0
lsl r1, r3, #2
orr r1, r1, r2, lsr #30
lsl r0, r2, #2
mov r2, r0
mov r3, r1
adds r2, r2, r4
adc r3, r3, r5
adds r1, r2, r2
str r1, [fp, #-108]
adc r3, r3, r3
str r3, [fp, #-104]
sub r3, fp, #108
ldmia r3, {r2-r3}
str r2, [fp, #-44]
str r3, [fp, #-40]
ldr r3, [fp, #-64]
mov r4, r3
mov r5, #0
ldr r3, .L39+12
ldr r3, [r3]
mov r0, r3
asr r1, r0, #31
sub r3, fp, #44
ldmia r3, {r2-r3}
subs ip, r0, r2
str ip, [fp, #-92]
sbc r3, r1, r3
str r3, [fp, #-88]
sub r3, fp, #92
ldmia r3, {r2-r3}
cmp r2, r4
sbcs r3, r3, r5
bge .L18
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L18:
ldr r3, [fp, #-64]
mov r0, r3
mov r1, #0
sub r3, fp, #44
ldmia r3, {r2-r3}
adds r8, r2, r0
adc r9, r3, r1
str r8, [fp, #-44]
str r9, [fp, #-40]
b .L14
.L15:
ldr r3, [fp, #-60]
add r3, r3, #1
str r3, [fp, #-60]
ldr r3, .L39+8
ldr r3, [r3]
mov r2, r3
ldr r3, [fp, #-60]
cmp r3, r2
bcc .L19
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L19:
ldr r3, .L39+12
ldr r1, [r3]
ldr r3, .L39+16
smull r2, r3, r1, r3
asr r2, r3, #2
asr r3, r1, #31
sub r3, r2, r3
mov r0, r3
asr r1, r0, #31
sub r3, fp, #52
ldmia r3, {r2-r3}
cmp r0, r2
sbcs r3, r1, r3
bge .L20
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L20:
sub r5, fp, #52
ldmia r5, {r4-r5}
mov r2, r4
mov r3, r5
mov r0, #0
mov r1, #0
lsl r1, r3, #2
orr r1, r1, r2, lsr #30
lsl r0, r2, #2
mov r2, r0
mov r3, r1
adds r2, r2, r4
adc r3, r3, r5
adds r1, r2, r2
str r1, [fp, #-116]
adc r3, r3, r3
str r3, [fp, #-112]
sub r3, fp, #116
ldmia r3, {r2-r3}
str r2, [fp, #-52]
str r3, [fp, #-48]
ldr r3, [fp, #-64]
mov r4, r3
mov r5, #0
ldr r3, .L39+12
ldr r3, [r3]
mov r0, r3
asr r1, r0, #31
sub r3, fp, #52
ldmia r3, {r2-r3}
subs ip, r0, r2
str ip, [fp, #-100]
sbc r3, r1, r3
str r3, [fp, #-96]
sub r3, fp, #100
ldmia r3, {r2-r3}
cmp r2, r4
sbcs r3, r3, r5
bge .L21
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L21:
ldr r3, [fp, #-64]
mov r0, r3
mov r1, #0
sub r3, fp, #52
ldmia r3, {r2-r3}
adds ip, r2, r0
str ip, [fp, #-124]
adc r3, r3, r1
str r3, [fp, #-120]
sub r4, fp, #124
ldmia r4, {r3-r4}
str r3, [fp, #-52]
str r4, [fp, #-48]
b .L14
.L38:
nop
.L14:
ldr r3, [fp, #-72]
add r3, r3, #1
str r3, [fp, #-72]
.L11:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl isascii
mov r3, r0
cmp r3, #0
beq .L22
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl isdigit
mov r3, r0
cmp r3, #0
bne .L23
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #46
beq .L23
.L22:
ldr r3, [fp, #-68]
cmp r3, #0
beq .L24
ldr r3, [fp, #-68]
mov r0, r3
asr r1, r0, #31
ldr r3, [fp, #-48]
mul r2, r0, r3
ldr r3, [fp, #-52]
mul r3, r1, r3
add ip, r2, r3
ldr lr, [fp, #-52]
umull r2, r3, lr, r0
add r1, ip, r3
mov r3, r1
str r2, [fp, #-52]
str r3, [fp, #-48]
str r2, [fp, #-52]
str r3, [fp, #-48]
ldr r3, [fp, #-68]
mov r0, r3
asr r1, r0, #31
ldr r3, [fp, #-40]
mul r2, r0, r3
ldr r3, [fp, #-44]
mul r3, r1, r3
add ip, r2, r3
ldr lr, [fp, #-44]
umull r2, r3, lr, r0
add r1, ip, r3
mov r3, r1
str r2, [fp, #-44]
str r3, [fp, #-40]
str r2, [fp, #-44]
str r3, [fp, #-40]
.L24:
ldr r3, [fp, #-72]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
bne .L25
ldr r1, [fp, #-84]
sub r3, fp, #52
ldmia r3, {r2-r3}
stm r1, {r2-r3}
mov r3, #0
b .L8
.L25:
mov r3, #0
str r3, [fp, #-64]
b .L26
.L37:
ldr r3, [fp, #-72]
ldrb r2, [r3] @ zero_extendqisi2
ldr r3, .L39+24
ldr r1, [r3]
ldr r3, [fp, #-64]
add r3, r1, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r2, r3
beq .L27
ldr r3, [fp, #-72]
ldrb r4, [r3] @ zero_extendqisi2
ldr r3, .L39+24
ldr r2, [r3]
ldr r3, [fp, #-64]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl tolower
mov r3, r0
cmp r4, r3
bne .L28
.L27:
ldr r3, [fp, #-72]
add r3, r3, #1
ldrb r3, [r3] @ zero_extendqisi2
mov r0, r3
bl isalnum
mov r3, r0
cmp r3, #0
beq .L29
ldr r3, .L39
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L29:
ldr r3, .L39+28
ldr r2, [r3]
ldr r3, [fp, #-64]
lsl r3, r3, #3
add r3, r2, r3
ldmia r3, {r2-r3}
str r2, [fp, #-36]
str r3, [fp, #-32]
ldr r3, .L39+12
ldr r3, [r3]
mov r0, r3
asr r1, r0, #31
sub r3, fp, #36
ldmia r3, {r2-r3}
bl __aeabi_ldivmod
mov r2, r0
mov r3, r1
mov r0, r2
mov r1, r3
sub r3, fp, #52
ldmia r3, {r2-r3}
cmp r0, r2
sbcs r3, r1, r3
blt .L30
ldr r3, .L39+32
ldmia r3, {r0-r1}
sub r3, fp, #36
ldmia r3, {r2-r3}
bl __aeabi_ldivmod
mov r2, r0
mov r3, r1
mov r0, r2
mov r1, r3
sub r3, fp, #52
ldmia r3, {r2-r3}
cmp r2, r0
sbcs r3, r3, r1
bge .L31
.L30:
ldr r3, .L39+20
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
b .L8
.L31:
ldr r3, [fp, #-48]
ldr r2, [fp, #-36]
mul r2, r3, r2
ldr r3, [fp, #-32]
ldr r1, [fp, #-52]
mul r3, r1, r3
add r1, r2, r3
ldr ip, [fp, #-52]
ldr r0, [fp, #-36]
umull r2, r3, ip, r0
add r1, r1, r3
mov r3, r1
str r2, [fp, #-52]
str r3, [fp, #-48]
str r2, [fp, #-52]
str r3, [fp, #-48]
b .L32
.L33:
sub r1, fp, #44
ldmia r1, {r0-r1}
mov r2, #10
mov r3, #0
bl __aeabi_ldivmod
mov r2, r0
mov r3, r1
str r2, [fp, #-44]
str r3, [fp, #-40]
ldr r3, [fp, #-56]
sub r3, r3, #1
str r3, [fp, #-56]
.L32:
ldr r3, .L39+12
ldr r3, [r3]
mov r0, r3
asr r1, r0, #31
sub r3, fp, #36
ldmia r3, {r2-r3}
bl __aeabi_ldivmod
mov r2, r0
mov r3, r1
mov r0, r2
mov r1, r3
sub r3, fp, #44
ldmia r3, {r2-r3}
cmp r2, r0
sbcs r3, r3, r1
bge .L33
ldr r3, [fp, #-40]
ldr r2, [fp, #-36]
mul r2, r3, r2
ldr r3, [fp, #-32]
ldr r1, [fp, #-44]
mul r3, r1, r3
add r1, r2, r3
ldr ip, [fp, #-44]
ldr r0, [fp, #-36]
umull r2, r3, ip, r0
add r1, r1, r3
mov r3, r1
str r2, [fp, #-44]
str r3, [fp, #-40]
str r2, [fp, #-44]
str r3, [fp, #-40]
ldr r3, [fp, #-56]
cmp r3, #0
beq .L34
mov r3, #0
str r3, [fp, #-64]
b .L35
.L36:
sub r1, fp, #44
ldmia r1, {r0-r1}
mov r2, #10
mov r3, #0
bl __aeabi_ldivmod
mov r2, r0
mov r3, r1
str r2, [fp, #-44]
str r3, [fp, #-40]
ldr r3, [fp, #-64]
add r3, r3, #1
str r3, [fp, #-64]
.L35:
ldr r3, [fp, #-56]
sub r3, r3, #1
ldr r2, [fp, #-64]
cmp r2, r3
bcc .L36
.L34:
sub r1, fp, #52
ldmia r1, {r0-r1}
sub r3, fp, #44
ldmia r3, {r2-r3}
adds r6, r0, r2
adc r7, r1, r3
str r6, [fp, #-52]
str r7, [fp, #-48]
ldr r1, [fp, #-84]
sub r3, fp, #52
ldmia r3, {r2-r3}
stm r1, {r2-r3}
mov r3, #0
b .L8
.L28:
ldr r3, [fp, #-64]
add r3, r3, #1
str r3, [fp, #-64]
.L26:
ldr r3, .L39+36
ldr r3, [r3]
ldr r2, [fp, #-64]
cmp r2, r3
bcc .L37
ldr r3, .L39
ldr r3, [r3]
ldr r2, .L39+4
str r3, [r2]
mvn r3, #0
.L8:
mov r0, r3
sub sp, fp, #28
@ sp needed
pop {r4, r5, r6, r7, r8, r9, fp, pc}
.L40:
.align 2
.L39:
.word EINVAL
.word errno
.word MAX_DIGITS
.word LLONG_MAX
.word 1717986919
.word ERANGE
.word scale_chars
.word scale_factors
.word LLONG_MIN
.word SCALE_LENGTH
.size scan_scaled, .-scan_scaled
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ScriptRunner_b.c_Script_MusicPlay_b.c"
.intel_syntax noprefix
.text
.comm TRUE,4,4
.comm script_cmd_args,8,8
.comm script_cmd_args_len,8,8
.comm script_continue,4,4
.comm script_ptr,4,4
.comm scriptrunner_bank,4,4
.globl Script_MusicPlay_b
.type Script_MusicPlay_b, @function
Script_MusicPlay_b:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov edx, DWORD PTR scriptrunner_bank[rip]
mov rax, QWORD PTR script_cmd_args[rip]
add rax, 4
mov ecx, DWORD PTR [rax]
mov rax, QWORD PTR script_cmd_args[rip]
mov eax, DWORD PTR [rax]
mov esi, ecx
mov edi, eax
call MusicPlay@PLT
mov rax, QWORD PTR script_cmd_args_len[rip]
mov edx, eax
mov eax, DWORD PTR script_ptr[rip]
add eax, edx
add eax, 1
mov DWORD PTR script_ptr[rip], eax
mov eax, DWORD PTR TRUE[rip]
mov DWORD PTR script_continue[rip], eax
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size Script_MusicPlay_b, .-Script_MusicPlay_b
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ScriptRunner_b.c_Script_MusicPlay_b.c"
.text
.comm TRUE,4,4
.comm script_cmd_args,4,4
.comm script_cmd_args_len,4,4
.comm script_continue,4,4
.comm script_ptr,4,4
.comm scriptrunner_bank,4,4
.align 2
.global Script_MusicPlay_b
.syntax unified
.arm
.fpu softvfp
.type Script_MusicPlay_b, %function
Script_MusicPlay_b:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
ldr r3, .L2
ldr r3, [r3]
ldr r0, [r3]
ldr r3, .L2
ldr r3, [r3]
add r3, r3, #4
ldr r3, [r3]
ldr r2, .L2+4
ldr r2, [r2]
mov r1, r3
bl MusicPlay
ldr r3, .L2+8
ldr r3, [r3]
add r2, r3, #1
ldr r3, .L2+12
ldr r3, [r3]
add r3, r2, r3
ldr r2, .L2+12
str r3, [r2]
ldr r3, .L2+16
ldr r3, [r3]
ldr r2, .L2+20
str r3, [r2]
nop
pop {fp, pc}
.L3:
.align 2
.L2:
.word script_cmd_args
.word scriptrunner_bank
.word script_cmd_args_len
.word script_ptr
.word TRUE
.word script_continue
.size Script_MusicPlay_b, .-Script_MusicPlay_b
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_intel_gt.c_rmw_set.c"
.intel_syntax noprefix
.text
.type rmw_set, @function
rmw_set:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov DWORD PTR -12[rbp], esi
mov DWORD PTR -16[rbp], edx
mov edx, DWORD PTR -16[rbp]
mov esi, DWORD PTR -12[rbp]
mov rax, QWORD PTR -8[rbp]
mov ecx, edx
mov edx, 0
mov rdi, rax
call intel_uncore_rmw@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rmw_set, .-rmw_set
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_intel_gt.c_rmw_set.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type rmw_set, %function
rmw_set:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r3, [fp, #-16]
mov r2, #0
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl intel_uncore_rmw
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size rmw_set, .-rmw_set
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_copyexec-results-data.c_status_to_alpha.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "running"
.LC1:
.string "ignored"
.LC2:
.string "interrupted"
.LC3:
.string "cancelled"
.LC4:
.string "terminated"
.LC5:
.string "failed"
.LC6:
.string "decryption_failed"
.LC7:
.string "io_failed"
.LC8:
.string "unknown"
.text
.type status_to_alpha, @function
status_to_alpha:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov DWORD PTR -4[rbp], edi
mov eax, DWORD PTR -4[rbp]
add eax, -128
cmp eax, 7
ja .L2
mov eax, eax
lea rdx, 0[0+rax*4]
lea rax, .L4[rip]
mov eax, DWORD PTR [rdx+rax]
cdqe
lea rdx, .L4[rip]
add rax, rdx
notrack jmp rax
.section .rodata
.align 4
.align 4
.L4:
.long .L11-.L4
.long .L10-.L4
.long .L9-.L4
.long .L8-.L4
.long .L7-.L4
.long .L6-.L4
.long .L5-.L4
.long .L3-.L4
.text
.L10:
lea rax, .LC0[rip]
jmp .L12
.L7:
lea rax, .LC1[rip]
jmp .L12
.L8:
lea rax, .LC2[rip]
jmp .L12
.L3:
lea rax, .LC3[rip]
jmp .L12
.L11:
lea rax, .LC4[rip]
jmp .L12
.L6:
lea rax, .LC5[rip]
jmp .L12
.L5:
lea rax, .LC6[rip]
jmp .L12
.L9:
lea rax, .LC7[rip]
jmp .L12
.L2:
lea rax, .LC8[rip]
.L12:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size status_to_alpha, .-status_to_alpha
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_copyexec-results-data.c_status_to_alpha.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "running\000"
.align 2
.LC1:
.ascii "ignored\000"
.align 2
.LC2:
.ascii "interrupted\000"
.align 2
.LC3:
.ascii "cancelled\000"
.align 2
.LC4:
.ascii "terminated\000"
.align 2
.LC5:
.ascii "failed\000"
.align 2
.LC6:
.ascii "decryption_failed\000"
.align 2
.LC7:
.ascii "io_failed\000"
.align 2
.LC8:
.ascii "unknown\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type status_to_alpha, %function
status_to_alpha:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #12
str r0, [fp, #-8]
ldr r3, [fp, #-8]
sub r3, r3, #128
cmp r3, #7
ldrls pc, [pc, r3, asl #2]
b .L2
.L4:
.word .L11
.word .L10
.word .L9
.word .L8
.word .L7
.word .L6
.word .L5
.word .L3
.L10:
ldr r3, .L13
b .L12
.L7:
ldr r3, .L13+4
b .L12
.L8:
ldr r3, .L13+8
b .L12
.L3:
ldr r3, .L13+12
b .L12
.L11:
ldr r3, .L13+16
b .L12
.L6:
ldr r3, .L13+20
b .L12
.L5:
ldr r3, .L13+24
b .L12
.L9:
ldr r3, .L13+28
b .L12
.L2:
ldr r3, .L13+32
.L12:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L14:
.align 2
.L13:
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.word .LC7
.word .LC8
.size status_to_alpha, .-status_to_alpha
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hns3_ethtool.c_hns3_get_channels.c"
.intel_syntax noprefix
.text
.type hns3_get_channels, @function
hns3_get_channels:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call hns3_get_handle@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
test rax, rax
je .L3
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
mov rcx, QWORD PTR [rax]
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call rcx
.L3:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hns3_get_channels, .-hns3_get_channels
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_hns3_ethtool.c_hns3_get_channels.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type hns3_get_channels, %function
hns3_get_channels:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r0, [fp, #-16]
bl hns3_get_handle
str r0, [fp, #-8]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r3, [r3]
ldr r3, [r3]
cmp r3, #0
beq .L3
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r3, [r3]
ldr r3, [r3]
ldr r1, [fp, #-20]
ldr r0, [fp, #-8]
blx r3
.L3:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size hns3_get_channels, .-hns3_get_channels
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_nodelist.c_jffs2_add_ino_cache.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "add %p (ino #%u)\n"
.text
.globl jffs2_add_ino_cache
.type jffs2_add_ino_cache, @function
jffs2_add_ino_cache:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR -24[rbp]
add rax, 16
mov rdi, rax
call spin_lock@PLT
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L2
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
lea rdx, 1[rax]
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR [rax], rdx
.L2:
mov rax, QWORD PTR -32[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov rsi, rax
lea rdi, .LC0[rip]
call dbg_inocache@PLT
mov rax, QWORD PTR -24[rbp]
mov rcx, QWORD PTR 24[rax]
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR -24[rbp]
mov rsi, QWORD PTR 8[rdx]
mov edx, 0
div rsi
mov rax, rdx
sal rax, 3
add rax, rcx
mov QWORD PTR -8[rbp], rax
jmp .L3
.L5:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
add rax, 8
mov QWORD PTR -8[rbp], rax
.L3:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
je .L4
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
cmp rdx, rax
jb .L5
.L4:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -24[rbp]
add rax, 16
mov rdi, rax
call spin_unlock@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size jffs2_add_ino_cache, .-jffs2_add_ino_cache
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_nodelist.c_jffs2_add_ino_cache.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "add %p (ino #%u)\012\000"
.global __aeabi_uidivmod
.text
.align 2
.global jffs2_add_ino_cache
.syntax unified
.arm
.fpu softvfp
.type jffs2_add_ino_cache, %function
jffs2_add_ino_cache:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #20
str r0, [fp, #-24]
str r1, [fp, #-28]
ldr r3, [fp, #-24]
add r3, r3, #8
mov r0, r3
bl spin_lock
ldr r3, [fp, #-28]
ldr r3, [r3]
cmp r3, #0
bne .L2
ldr r3, [fp, #-24]
ldr r3, [r3]
add r2, r3, #1
ldr r3, [fp, #-24]
str r2, [r3]
ldr r3, [fp, #-24]
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3]
.L2:
ldr r3, [fp, #-28]
ldr r3, [r3]
mov r2, r3
ldr r1, [fp, #-28]
ldr r0, .L6
bl dbg_inocache
ldr r3, [fp, #-24]
ldr r4, [r3, #12]
ldr r3, [fp, #-28]
ldr r2, [r3]
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
mov r1, r3
mov r0, r2
bl __aeabi_uidivmod
mov r3, r1
lsl r3, r3, #2
add r3, r4, r3
str r3, [fp, #-16]
b .L3
.L5:
ldr r3, [fp, #-16]
ldr r3, [r3]
add r3, r3, #4
str r3, [fp, #-16]
.L3:
ldr r3, [fp, #-16]
ldr r3, [r3]
cmp r3, #0
beq .L4
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-28]
ldr r3, [r3]
cmp r2, r3
bcc .L5
.L4:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3, #4]
ldr r3, [fp, #-16]
ldr r2, [fp, #-28]
str r2, [r3]
ldr r3, [fp, #-24]
add r3, r3, #8
mov r0, r3
bl spin_unlock
nop
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L7:
.align 2
.L6:
.word .LC0
.size jffs2_add_ino_cache, .-jffs2_add_ino_cache
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_worker.c_GetRelationIdentityOrPK.c"
.intel_syntax noprefix
.text
.type GetRelationIdentityOrPK, @function
GetRelationIdentityOrPK:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov DWORD PTR -20[rbp], edi
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call RelationGetReplicaIndex@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -4[rbp]
mov edi, eax
call OidIsValid@PLT
test eax, eax
jne .L2
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call RelationGetPrimaryKeyIndex@PLT
mov DWORD PTR -4[rbp], eax
.L2:
mov eax, DWORD PTR -4[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size GetRelationIdentityOrPK, .-GetRelationIdentityOrPK
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_worker.c_GetRelationIdentityOrPK.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type GetRelationIdentityOrPK, %function
GetRelationIdentityOrPK:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r0, [fp, #-16]
bl RelationGetReplicaIndex
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl OidIsValid
mov r3, r0
cmp r3, #0
bne .L2
ldr r0, [fp, #-16]
bl RelationGetPrimaryKeyIndex
str r0, [fp, #-8]
.L2:
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size GetRelationIdentityOrPK, .-GetRelationIdentityOrPK
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_db.c_read_input.c"
.intel_syntax noprefix
.text
.comm EXIT_FAILURE,4,4
.comm stdin,4,4
.section .rodata
.LC0:
.string "Error reading input\n"
.text
.globl read_input
.type read_input, @function
read_input:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov eax, DWORD PTR stdin[rip]
mov rdx, QWORD PTR -24[rbp]
lea rsi, 16[rdx]
mov rdx, QWORD PTR -24[rbp]
lea rcx, 8[rdx]
mov edx, eax
mov rdi, rcx
call getline@PLT
mov DWORD PTR -4[rbp], eax
cmp DWORD PTR -4[rbp], 0
jg .L2
lea rdi, .LC0[rip]
call printf@PLT
mov eax, DWORD PTR EXIT_FAILURE[rip]
mov edi, eax
call exit@PLT
.L2:
mov eax, DWORD PTR -4[rbp]
lea edx, -1[rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 3
sub rdx, 8
add rax, rdx
mov QWORD PTR [rax], 0
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size read_input, .-read_input
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_db.c_read_input.c"
.text
.comm EXIT_FAILURE,4,4
.comm stdin,4,4
.section .rodata
.align 2
.LC0:
.ascii "Error reading input\012\000"
.text
.align 2
.global read_input
.syntax unified
.arm
.fpu softvfp
.type read_input, %function
read_input:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r3, [fp, #-16]
add r0, r3, #4
ldr r3, [fp, #-16]
add r3, r3, #8
ldr r2, .L3
ldr r2, [r2]
mov r1, r3
bl getline
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bgt .L2
ldr r0, .L3+4
bl printf
ldr r3, .L3+8
ldr r3, [r3]
mov r0, r3
bl exit
.L2:
ldr r3, [fp, #-8]
sub r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
sub r3, r3, #-1073741823
lsl r3, r3, #2
add r3, r2, r3
mov r2, #0
str r2, [r3]
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word stdin
.word .LC0
.word EXIT_FAILURE
.size read_input, .-read_input
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bootrom.c_bootrom_init.c"
.intel_syntax noprefix
.text
.comm MAX_BOOTROM_SIZE,4,4
.comm O_RDONLY,4,4
.comm XHYVE_PAGE_MASK,4,4
.comm XHYVE_PAGE_SIZE,4,4
.comm errno,4,4
.comm stderr,4,4
.section .rodata
.align 8
.LC0:
.string "Error opening bootrom \"%s\": %s\n"
.align 8
.LC1:
.string "Could not fstat bootrom file \"%s\": %s\n"
.LC2:
.string "Invalid bootrom size %lld\n"
.align 8
.LC3:
.string "Bootrom size %lld is not a multiple of the page size\n"
.align 8
.LC4:
.string "hv_setup_bootrom_memory failed\n"
.align 8
.LC5:
.string "Incomplete read of page %d of bootrom file %s: %ld bytes\n"
.text
.globl bootrom_init
.type bootrom_init, @function
bootrom_init:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov QWORD PTR -56[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -28[rbp], -1
mov edx, DWORD PTR O_RDONLY[rip]
mov rax, QWORD PTR -56[rbp]
mov esi, edx
mov rdi, rax
call open@PLT
mov DWORD PTR -24[rbp], eax
cmp DWORD PTR -24[rbp], 0
jns .L2
mov eax, DWORD PTR errno[rip]
mov edi, eax
call strerror@PLT
mov rcx, rax
mov eax, DWORD PTR stderr[rip]
mov rdx, QWORD PTR -56[rbp]
lea rsi, .LC0[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L2:
lea rdx, -36[rbp]
mov eax, DWORD PTR -24[rbp]
mov rsi, rdx
mov edi, eax
call fstat@PLT
test rax, rax
jns .L4
mov eax, DWORD PTR errno[rip]
mov edi, eax
call strerror@PLT
mov rcx, rax
mov eax, DWORD PTR stderr[rip]
mov rdx, QWORD PTR -56[rbp]
lea rsi, .LC1[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L4:
mov edx, DWORD PTR -36[rbp]
mov eax, DWORD PTR MAX_BOOTROM_SIZE[rip]
cmp edx, eax
jg .L5
mov edx, DWORD PTR -36[rbp]
mov eax, DWORD PTR XHYVE_PAGE_SIZE[rip]
cmp edx, eax
jge .L6
.L5:
mov edx, DWORD PTR -36[rbp]
mov eax, DWORD PTR stderr[rip]
lea rsi, .LC2[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L6:
mov edx, DWORD PTR -36[rbp]
mov eax, DWORD PTR XHYVE_PAGE_MASK[rip]
and eax, edx
test eax, eax
je .L7
mov edx, DWORD PTR -36[rbp]
mov eax, DWORD PTR stderr[rip]
lea rsi, .LC3[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L7:
mov eax, DWORD PTR -36[rbp]
cdqe
lea rdx, -16[rbp]
mov rsi, rdx
mov rdi, rax
call xh_setup_bootrom_memory@PLT
test rax, rax
je .L8
mov eax, DWORD PTR stderr[rip]
lea rsi, .LC4[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L8:
mov DWORD PTR -32[rbp], 0
jmp .L9
.L11:
mov edx, DWORD PTR XHYVE_PAGE_SIZE[rip]
mov rcx, QWORD PTR -16[rbp]
mov eax, DWORD PTR XHYVE_PAGE_SIZE[rip]
imul eax, DWORD PTR -32[rbp]
cdqe
add rcx, rax
mov eax, DWORD PTR -24[rbp]
mov rsi, rcx
mov edi, eax
call read@PLT
mov DWORD PTR -20[rbp], eax
mov eax, DWORD PTR XHYVE_PAGE_SIZE[rip]
cmp DWORD PTR -20[rbp], eax
je .L10
mov eax, DWORD PTR stderr[rip]
mov esi, DWORD PTR -20[rbp]
mov rcx, QWORD PTR -56[rbp]
mov edx, DWORD PTR -32[rbp]
mov r8d, esi
lea rsi, .LC5[rip]
mov edi, eax
mov eax, 0
call fprintf@PLT
jmp .L3
.L10:
add DWORD PTR -32[rbp], 1
.L9:
mov eax, DWORD PTR -36[rbp]
mov ecx, DWORD PTR XHYVE_PAGE_SIZE[rip]
cdq
idiv ecx
cmp DWORD PTR -32[rbp], eax
jl .L11
mov DWORD PTR -28[rbp], 0
.L3:
cmp DWORD PTR -24[rbp], 0
js .L12
mov eax, DWORD PTR -24[rbp]
mov edi, eax
call close@PLT
.L12:
mov eax, DWORD PTR -28[rbp]
mov rsi, QWORD PTR -8[rbp]
xor rsi, QWORD PTR fs:40
je .L14
call __stack_chk_fail@PLT
.L14:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size bootrom_init, .-bootrom_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_bootrom.c_bootrom_init.c"
.text
.comm MAX_BOOTROM_SIZE,4,4
.comm O_RDONLY,4,4
.comm XHYVE_PAGE_MASK,4,4
.comm XHYVE_PAGE_SIZE,4,4
.comm errno,4,4
.comm stderr,4,4
.section .rodata
.align 2
.LC0:
.ascii "Error opening bootrom \"%s\": %s\012\000"
.align 2
.LC1:
.ascii "Could not fstat bootrom file \"%s\": %s\012\000"
.align 2
.LC2:
.ascii "Invalid bootrom size %lld\012\000"
.align 2
.LC3:
.ascii "Bootrom size %lld is not a multiple of the page siz"
.ascii "e\012\000"
.align 2
.LC4:
.ascii "hv_setup_bootrom_memory failed\012\000"
.align 2
.LC5:
.ascii "Incomplete read of page %d of bootrom file %s: %ld "
.ascii "bytes\012\000"
.global __aeabi_idiv
.align 2
.LC6:
.word __stack_chk_guard
.text
.align 2
.global bootrom_init
.syntax unified
.arm
.fpu softvfp
.type bootrom_init, %function
bootrom_init:
@ args = 0, pretend = 0, frame = 40
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #52
str r0, [fp, #-48]
ldr r3, .L15
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
mvn r3, #0
str r3, [fp, #-28]
ldr r3, .L15+4
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-48]
bl open
str r0, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
bge .L2
ldr r3, .L15+8
ldr r4, [r3]
ldr r3, .L15+12
ldr r3, [r3]
mov r0, r3
bl strerror
mov r3, r0
ldr r2, [fp, #-48]
ldr r1, .L15+16
mov r0, r4
bl fprintf
b .L3
.L2:
sub r3, fp, #40
mov r1, r3
ldr r0, [fp, #-24]
bl fstat
mov r3, r0
cmp r3, #0
bge .L4
ldr r3, .L15+8
ldr r4, [r3]
ldr r3, .L15+12
ldr r3, [r3]
mov r0, r3
bl strerror
mov r3, r0
ldr r2, [fp, #-48]
ldr r1, .L15+20
mov r0, r4
bl fprintf
b .L3
.L4:
ldr r2, [fp, #-40]
ldr r3, .L15+24
ldr r3, [r3]
cmp r2, r3
bgt .L5
ldr r2, [fp, #-40]
ldr r3, .L15+28
ldr r3, [r3]
cmp r2, r3
bge .L6
.L5:
ldr r3, .L15+8
ldr r3, [r3]
ldr r2, [fp, #-40]
ldr r1, .L15+32
mov r0, r3
bl fprintf
b .L3
.L6:
ldr r2, [fp, #-40]
ldr r3, .L15+36
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L7
ldr r3, .L15+8
ldr r3, [r3]
ldr r2, [fp, #-40]
ldr r1, .L15+40
mov r0, r3
bl fprintf
b .L3
.L7:
ldr r3, [fp, #-40]
mov r2, r3
sub r3, fp, #36
mov r1, r3
mov r0, r2
bl xh_setup_bootrom_memory
mov r3, r0
cmp r3, #0
beq .L8
ldr r3, .L15+8
ldr r3, [r3]
ldr r1, .L15+44
mov r0, r3
bl fprintf
b .L3
.L8:
mov r3, #0
str r3, [fp, #-32]
b .L9
.L11:
ldr r3, [fp, #-36]
ldr r2, .L15+28
ldr r2, [r2]
ldr r1, [fp, #-32]
mul r2, r1, r2
add r3, r3, r2
ldr r2, .L15+28
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl read
str r0, [fp, #-20]
ldr r3, .L15+28
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
beq .L10
ldr r3, .L15+8
ldr r0, [r3]
ldr r3, [fp, #-20]
str r3, [sp]
ldr r3, [fp, #-48]
ldr r2, [fp, #-32]
ldr r1, .L15+48
bl fprintf
b .L3
.L10:
ldr r3, [fp, #-32]
add r3, r3, #1
str r3, [fp, #-32]
.L9:
ldr r3, [fp, #-40]
ldr r2, .L15+28
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl __aeabi_idiv
mov r3, r0
mov r2, r3
ldr r3, [fp, #-32]
cmp r3, r2
blt .L11
mov r3, #0
str r3, [fp, #-28]
.L3:
ldr r3, [fp, #-24]
cmp r3, #0
blt .L12
ldr r0, [fp, #-24]
bl close
.L12:
ldr r3, [fp, #-28]
ldr r2, .L15
ldr r1, [r2]
ldr r2, [fp, #-16]
eors r1, r2, r1
mov r2, #0
beq .L14
bl __stack_chk_fail
.L14:
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L16:
.align 2
.L15:
.word .LC6
.word O_RDONLY
.word stderr
.word errno
.word .LC0
.word .LC1
.word MAX_BOOTROM_SIZE
.word XHYVE_PAGE_SIZE
.word .LC2
.word XHYVE_PAGE_MASK
.word .LC3
.word .LC4
.word .LC5
.size bootrom_init, .-bootrom_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dbus-manager.c_method_disable_unit_files.c"
.intel_syntax noprefix
.text
.comm unit_file_disable,4,4
.type method_disable_unit_files, @function
method_disable_unit_files:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov QWORD PTR -24[rbp], rdx
mov edx, DWORD PTR unit_file_disable[rip]
mov rcx, QWORD PTR -24[rbp]
mov rsi, QWORD PTR -16[rbp]
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call method_disable_unit_files_generic@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size method_disable_unit_files, .-method_disable_unit_files
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dbus-manager.c_method_disable_unit_files.c"
.text
.comm unit_file_disable,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type method_disable_unit_files, %function
method_disable_unit_files:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r3, .L3
ldr r2, [r3]
ldr r3, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl method_disable_unit_files_generic
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word unit_file_disable
.size method_disable_unit_files, .-method_disable_unit_files
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pac_common.h_pac_find_sof.c"
.intel_syntax noprefix
.text
.comm D_FRAM,4,4
.section .rodata
.align 8
.LC0:
.string "SOF found, bytes to analyze: %u - Frame starts at byte #%u\n"
.text
.type pac_find_sof, @function
pac_find_sof:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov DWORD PTR -44[rbp], ecx
mov DWORD PTR -4[rbp], 0
jmp .L2
.L25:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 4
ja .L3
mov eax, eax
lea rdx, 0[0+rax*4]
lea rax, .L5[rip]
mov eax, DWORD PTR [rdx+rax]
cdqe
lea rdx, .L5[rip]
add rax, rdx
notrack jmp rax
.section .rodata
.align 4
.align 4
.L5:
.long .L9-.L5
.long .L8-.L5
.long .L7-.L5
.long .L6-.L5
.long .L4-.L5
.text
.L9:
mov eax, DWORD PTR -4[rbp]
movsx rdx, eax
mov rax, QWORD PTR -40[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
cmp al, -1
jne .L28
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 1
jmp .L28
.L8:
mov eax, DWORD PTR -4[rbp]
movsx rdx, eax
mov rax, QWORD PTR -40[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
cmp al, -1
jne .L12
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 2
jmp .L11
.L12:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
jmp .L11
.L7:
mov eax, DWORD PTR -4[rbp]
movsx rdx, eax
mov rax, QWORD PTR -40[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
movzx eax, al
test eax, eax
je .L14
cmp eax, 255
je .L29
jmp .L26
.L14:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 3
jmp .L17
.L26:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
jmp .L11
.L29:
nop
.L17:
jmp .L11
.L6:
mov eax, DWORD PTR -4[rbp]
movsx rdx, eax
mov rax, QWORD PTR -40[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
cmp al, -1
jne .L18
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 4
jmp .L11
.L18:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
jmp .L11
.L4:
mov eax, DWORD PTR -4[rbp]
movsx rdx, eax
mov rax, QWORD PTR -40[rbp]
add rax, rdx
movzx eax, BYTE PTR [rax]
movzx eax, al
cmp eax, 150
je .L20
cmp eax, 255
je .L21
jmp .L27
.L20:
mov eax, DWORD PTR -4[rbp]
lea ecx, 1[rax]
mov esi, DWORD PTR D_FRAM[rip]
mov edx, DWORD PTR -44[rbp]
mov rax, QWORD PTR -24[rbp]
mov r8d, ecx
mov ecx, edx
lea rdx, .LC0[rip]
mov rdi, rax
call gspca_dbg@PLT
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
mov eax, DWORD PTR -4[rbp]
cdqe
lea rdx, 1[rax]
mov rax, QWORD PTR -40[rbp]
add rax, rdx
jmp .L23
.L21:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 2
nop
jmp .L11
.L27:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
jmp .L11
.L3:
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], 0
jmp .L11
.L28:
nop
.L11:
add DWORD PTR -4[rbp], 1
.L2:
mov eax, DWORD PTR -4[rbp]
cmp eax, DWORD PTR -44[rbp]
jl .L25
mov eax, 0
.L23:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pac_find_sof, .-pac_find_sof
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_pac_common.h_pac_find_sof.c"
.text
.comm D_FRAM,4,4
.section .rodata
.align 2
.LC0:
.ascii "SOF found, bytes to analyze: %u - Frame starts at b"
.ascii "yte #%u\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type pac_find_sof, %function
pac_find_sof:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
mov r3, #0
str r3, [fp, #-8]
b .L2
.L25:
ldr r3, [fp, #-20]
ldr r3, [r3]
cmp r3, #4
ldrls pc, [pc, r3, asl #2]
b .L3
.L5:
.word .L9
.word .L8
.word .L7
.word .L6
.word .L4
.L9:
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #255
bne .L28
ldr r3, [fp, #-20]
mov r2, #1
str r2, [r3]
b .L28
.L8:
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #255
bne .L12
ldr r3, [fp, #-20]
mov r2, #2
str r2, [r3]
b .L11
.L12:
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
b .L11
.L7:
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
beq .L14
cmp r3, #255
beq .L29
b .L26
.L14:
ldr r3, [fp, #-20]
mov r2, #3
str r2, [r3]
b .L17
.L26:
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
b .L11
.L29:
nop
.L17:
b .L11
.L6:
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #255
bne .L18
ldr r3, [fp, #-20]
mov r2, #4
str r2, [r3]
b .L11
.L18:
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
b .L11
.L4:
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
add r3, r2, r3
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #150
beq .L20
cmp r3, #255
beq .L21
b .L27
.L20:
ldr r3, .L30
ldr r1, [r3]
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [sp]
ldr r3, [fp, #-28]
ldr r2, .L30+4
ldr r0, [fp, #-16]
bl gspca_dbg
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-8]
add r3, r3, #1
ldr r2, [fp, #-24]
add r3, r2, r3
b .L23
.L21:
ldr r3, [fp, #-20]
mov r2, #2
str r2, [r3]
nop
b .L11
.L27:
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
b .L11
.L3:
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
b .L11
.L28:
nop
.L11:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L2:
ldr r2, [fp, #-8]
ldr r3, [fp, #-28]
cmp r2, r3
blt .L25
mov r3, #0
.L23:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L31:
.align 2
.L30:
.word D_FRAM
.word .LC0
.size pac_find_sof, .-pac_find_sof
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_fxas21002c_core.c_fxas21002c_lpf_get.c"
.intel_syntax noprefix
.text
.comm F_BW,8,8
.comm IIO_VAL_INT_PLUS_MICRO,4,4
.type fxas21002c_lpf_get, @function
fxas21002c_lpf_get:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call mutex_lock@PLT
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov rdx, QWORD PTR F_BW[rip]
sal rdx, 2
add rax, rdx
mov eax, DWORD PTR [rax]
lea rdx, -16[rbp]
mov rsi, rdx
mov edi, eax
call regmap_field_read@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
js .L6
mov edx, DWORD PTR -16[rbp]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call fxas21002c_lpf_bw_from_value@PLT
imul edx, eax, 10000
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], edx
mov eax, DWORD PTR IIO_VAL_INT_PLUS_MICRO[rip]
mov DWORD PTR -12[rbp], eax
jmp .L3
.L6:
nop
.L3:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L5
call __stack_chk_fail@PLT
.L5:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size fxas21002c_lpf_get, .-fxas21002c_lpf_get
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_fxas21002c_core.c_fxas21002c_lpf_get.c"
.text
.comm F_BW,4,4
.comm IIO_VAL_INT_PLUS_MICRO,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type fxas21002c_lpf_get, %function
fxas21002c_lpf_get:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
str r1, [fp, #-28]
ldr r3, .L7
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
ldr r3, [fp, #-24]
mov r0, r3
bl mutex_lock
ldr r3, [fp, #-24]
ldr r2, [r3, #4]
ldr r3, .L7+4
ldr r3, [r3]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
sub r2, fp, #16
mov r1, r2
mov r0, r3
bl regmap_field_read
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
blt .L6
ldr r3, [fp, #-16]
mov r1, r3
ldr r0, [fp, #-24]
bl fxas21002c_lpf_bw_from_value
mov r2, r0
mov r3, r2
lsl r3, r3, #5
sub r3, r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r2, r3, #2
add r3, r3, r2
lsl r3, r3, #4
mov r2, r3
ldr r3, [fp, #-28]
str r2, [r3]
ldr r3, .L7+8
ldr r3, [r3]
str r3, [fp, #-12]
b .L3
.L6:
nop
.L3:
ldr r3, [fp, #-24]
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-12]
ldr r2, .L7
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L5
bl __stack_chk_fail
.L5:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word .LC0
.word F_BW
.word IIO_VAL_INT_PLUS_MICRO
.size fxas21002c_lpf_get, .-fxas21002c_lpf_get
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dictionary.c_free_hashed_expandable.c"
.intel_syntax noprefix
.text
.type free_hashed_expandable, @function
free_hashed_expandable:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call DICT_HASHED_BUCKETS@PLT
mov rdi, rax
call xfree@PLT
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call xfree@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size free_hashed_expandable, .-free_hashed_expandable
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dictionary.c_free_hashed_expandable.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type free_hashed_expandable, %function
free_hashed_expandable:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl DICT_HASHED_BUCKETS
mov r3, r0
mov r0, r3
bl xfree
ldr r0, [fp, #-8]
bl xfree
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size free_hashed_expandable, .-free_hashed_expandable
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_text-index.c_write_freq_int_array.c"
.intel_syntax noprefix
.text
.type write_freq_int_array, @function
write_freq_int_array:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -4[rbp], 0
jmp .L2
.L3:
mov eax, DWORD PTR -4[rbp]
cdqe
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -24[rbp]
add rax, rdx
mov rax, QWORD PTR [rax]
mov edx, 2147483648
mov ecx, 2147483647
cmp rax, rdx
cmovge rax, rcx
mov ecx, eax
mov eax, DWORD PTR -4[rbp]
cdqe
lea rdx, 0[0+rax*4]
lea rax, i_freq.1921[rip]
mov DWORD PTR [rdx+rax], ecx
add DWORD PTR -4[rbp], 1
.L2:
cmp DWORD PTR -4[rbp], 255
jle .L3
mov esi, 1024
lea rdi, i_freq.1921[rip]
call writeout@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size write_freq_int_array, .-write_freq_int_array
.local i_freq.1921
.comm i_freq.1921,1024,32
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_text-index.c_write_freq_int_array.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type write_freq_int_array, %function
write_freq_int_array:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
mov r3, #0
str r3, [fp, #-8]
b .L2
.L4:
ldr r3, [fp, #-8]
lsl r3, r3, #3
ldr r2, [fp, #-16]
add r3, r2, r3
ldmia r3, {r2-r3}
mvn r0, #-2147483648
mov r1, #0
cmp r0, r2
sbcs r1, r1, r3
bge .L3
mvn r2, #-2147483648
mov r3, #0
.L3:
mov r1, r2
ldr r2, .L5
ldr r3, [fp, #-8]
str r1, [r2, r3, lsl #2]
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L2:
ldr r3, [fp, #-8]
cmp r3, #255
ble .L4
mov r1, #1024
ldr r0, .L5
bl writeout
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word i_freq.4205
.size write_freq_int_array, .-write_freq_int_array
.local i_freq.4205
.comm i_freq.4205,1024,4
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_booke.c_kvmppc_booke_irqprio_deliver.c"
.intel_syntax noprefix
.text
.comm MSR_CE,4,4
.comm MSR_DE,4,4
.comm MSR_EE,4,4
.comm MSR_ME,4,4
.type kvmppc_booke_irqprio_deliver, @function
kvmppc_booke_irqprio_deliver:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov DWORD PTR -8[rbp], 0
mov eax, DWORD PTR -28[rbp]
add eax, -128
cmp eax, 18
ja .L2
mov eax, eax
lea rdx, 0[0+rax*4]
lea rax, .L4[rip]
mov eax, DWORD PTR [rdx+rax]
cdqe
lea rdx, .L4[rip]
add rax, rdx
notrack jmp rax
.section .rodata
.align 4
.align 4
.L4:
.long .L5-.L4
.long .L3-.L4
.long .L3-.L4
.long .L3-.L4
.long .L3-.L4
.long .L3-.L4
.long .L8-.L4
.long .L3-.L4
.long .L3-.L4
.long .L3-.L4
.long .L7-.L4
.long .L7-.L4
.long .L3-.L4
.long .L7-.L4
.long .L6-.L4
.long .L3-.L4
.long .L5-.L4
.long .L3-.L4
.long .L3-.L4
.text
.L3:
mov DWORD PTR -8[rbp], 1
mov edx, DWORD PTR MSR_CE[rip]
mov eax, DWORD PTR MSR_ME[rip]
or edx, eax
mov eax, DWORD PTR MSR_DE[rip]
or eax, edx
mov DWORD PTR -4[rbp], eax
jmp .L2
.L5:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR MSR_CE[rip]
and eax, edx
mov DWORD PTR -8[rbp], eax
mov eax, DWORD PTR MSR_ME[rip]
mov DWORD PTR -4[rbp], eax
jmp .L2
.L8:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR MSR_ME[rip]
and eax, edx
mov DWORD PTR -8[rbp], eax
mov DWORD PTR -4[rbp], 0
jmp .L2
.L7:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR MSR_EE[rip]
and eax, edx
mov DWORD PTR -8[rbp], eax
mov edx, DWORD PTR MSR_CE[rip]
mov eax, DWORD PTR MSR_ME[rip]
or edx, eax
mov eax, DWORD PTR MSR_DE[rip]
or eax, edx
mov DWORD PTR -4[rbp], eax
jmp .L2
.L6:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR MSR_DE[rip]
and eax, edx
mov DWORD PTR -8[rbp], eax
mov eax, DWORD PTR MSR_ME[rip]
mov DWORD PTR -4[rbp], eax
nop
.L2:
cmp DWORD PTR -8[rbp], 0
je .L9
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 12[rax], edx
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 16[rax]
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 24[rax]
mov ecx, DWORD PTR -28[rbp]
sal rcx, 2
add rax, rcx
mov eax, DWORD PTR [rax]
or edx, eax
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
and eax, DWORD PTR -4[rbp]
mov edx, eax
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call kvmppc_set_msr@PLT
mov rax, QWORD PTR -24[rbp]
lea rdx, 32[rax]
mov eax, DWORD PTR -28[rbp]
mov rsi, rdx
mov edi, eax
call clear_bit@PLT
.L9:
mov eax, DWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size kvmppc_booke_irqprio_deliver, .-kvmppc_booke_irqprio_deliver
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_booke.c_kvmppc_booke_irqprio_deliver.c"
.text
.comm MSR_CE,4,4
.comm MSR_DE,4,4
.comm MSR_EE,4,4
.comm MSR_ME,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type kvmppc_booke_irqprio_deliver, %function
kvmppc_booke_irqprio_deliver:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
mov r3, #0
str r3, [fp, #-12]
ldr r3, [fp, #-20]
sub r3, r3, #128
cmp r3, #18
ldrls pc, [pc, r3, asl #2]
b .L2
.L4:
.word .L5
.word .L3
.word .L3
.word .L3
.word .L3
.word .L3
.word .L8
.word .L3
.word .L3
.word .L3
.word .L7
.word .L7
.word .L3
.word .L7
.word .L6
.word .L3
.word .L5
.word .L3
.word .L3
.L3:
mov r3, #1
str r3, [fp, #-12]
ldr r3, .L11
ldr r2, [r3]
ldr r3, .L11+4
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L11+8
ldr r3, [r3]
orr r3, r2, r3
str r3, [fp, #-8]
b .L2
.L5:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L11
ldr r3, [r3]
and r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L11+4
ldr r3, [r3]
str r3, [fp, #-8]
b .L2
.L8:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L11+4
ldr r3, [r3]
and r3, r3, r2
str r3, [fp, #-12]
mov r3, #0
str r3, [fp, #-8]
b .L2
.L7:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L11+12
ldr r3, [r3]
and r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L11
ldr r2, [r3]
ldr r3, .L11+4
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L11+8
ldr r3, [r3]
orr r3, r2, r3
str r3, [fp, #-8]
b .L2
.L6:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L11+8
ldr r3, [r3]
and r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L11+4
ldr r3, [r3]
str r3, [fp, #-8]
nop
.L2:
ldr r3, [fp, #-12]
cmp r3, #0
beq .L9
ldr r3, [fp, #-16]
ldr r2, [r3, #8]
ldr r3, [fp, #-16]
str r2, [r3, #4]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-16]
str r2, [r3, #12]
ldr r3, [fp, #-16]
ldr r2, [r3, #16]
ldr r3, [fp, #-16]
ldr r1, [r3, #20]
ldr r3, [fp, #-20]
lsl r3, r3, #2
add r3, r1, r3
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-8]
and r3, r3, r2
mov r1, r3
ldr r0, [fp, #-16]
bl kvmppc_set_msr
ldr r3, [fp, #-16]
add r3, r3, #24
mov r1, r3
ldr r0, [fp, #-20]
bl clear_bit
.L9:
ldr r3, [fp, #-12]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L12:
.align 2
.L11:
.word MSR_CE
.word MSR_ME
.word MSR_DE
.word MSR_EE
.size kvmppc_booke_irqprio_deliver, .-kvmppc_booke_irqprio_deliver
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_moxa.c_moxa_check_fw.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.type moxa_check_fw, @function
moxa_check_fw:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 40
.cfi_offset 3, -24
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rbx, QWORD PTR [rax]
mov edi, 31104
call cpu_to_le16@PLT
cmp rbx, rax
je .L2
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L2:
mov eax, 0
.L3:
add rsp, 40
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size moxa_check_fw, .-moxa_check_fw
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_moxa.c_moxa_check_fw.c"
.text
.comm EINVAL,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type moxa_check_fw, %function
moxa_check_fw:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #20
str r0, [fp, #-24]
ldr r3, [fp, #-24]
str r3, [fp, #-16]
ldr r3, [fp, #-16]
ldr r4, [r3]
ldr r0, .L4
bl cpu_to_le16
mov r3, r0
cmp r4, r3
beq .L2
ldr r3, .L4+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L5:
.align 2
.L4:
.word 31104
.word EINVAL
.size moxa_check_fw, .-moxa_check_fw
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_t4_vf.c_cfg_itype_and_nqueues.c"
.intel_syntax noprefix
.text
.comm ENXIO,4,4
.comm INTR_INTX,4,4
.comm INTR_MSI,4,4
.comm INTR_MSIX,4,4
.comm T4VF_EXTRA_INTR,4,4
.comm t4_intr_types,4,4
.comm t4_nrxq,4,4
.comm t4_ntxq,4,4
.section .rodata
.align 8
.LC0:
.string "Not enough ingress queues (%d) for %d ports\n"
.LC1:
.string "too many ingress queues"
.align 8
.LC2:
.string "Not enough ETH queues (%d) for %d ports\n"
.LC3:
.string "too many ETH queues"
.align 8
.LC4:
.string "Not enough egress queues (%d) for %d ports\n"
.LC5:
.string "too many egress queues"
.align 8
.LC6:
.string "failed to allocate vectors:%d, type=%d, req=%d, rcvd=%d\n"
.align 8
.LC7:
.string "failed to find a usable interrupt type. allowed=%d, msi-x=%d, msi=%d, intx=1"
.text
.type cfg_itype_and_nqueues, @function
cfg_itype_and_nqueues:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 72
.cfi_offset 3, -24
mov QWORD PTR -72[rbp], rdi
mov QWORD PTR -80[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov rax, QWORD PTR -72[rbp]
add rax, 8
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -36[rbp], eax
mov rax, QWORD PTR -80[rbp]
mov esi, 16
mov rdi, rax
call bzero@PLT
mov eax, DWORD PTR INTR_MSIX[rip]
mov DWORD PTR -48[rbp], eax
jmp .L2
.L25:
mov eax, DWORD PTR INTR_INTX[rip]
cmp DWORD PTR -48[rbp], eax
je .L28
mov eax, DWORD PTR INTR_MSIX[rip]
cmp DWORD PTR -48[rbp], eax
jne .L5
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call pci_msix_count@PLT
mov DWORD PTR -60[rbp], eax
jmp .L6
.L5:
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call pci_msi_count@PLT
mov DWORD PTR -60[rbp], eax
.L6:
mov eax, DWORD PTR -60[rbp]
test eax, eax
je .L29
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR -48[rbp]
mov DWORD PTR [rax], edx
mov edx, DWORD PTR T4VF_EXTRA_INTR[rip]
mov rax, QWORD PTR -80[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
sub edx, eax
mov eax, edx
mov DWORD PTR -44[rbp], eax
mov eax, DWORD PTR -44[rbp]
cmp eax, DWORD PTR -36[rbp]
jge .L8
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -36[rbp]
lea rsi, .LC0[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
mov eax, DWORD PTR ENXIO[rip]
jmp .L26
.L8:
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR -36[rbp]
add edx, eax
mov eax, DWORD PTR -60[rbp]
cmp edx, eax
jg .L10
mov edx, DWORD PTR -60[rbp]
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
sub edx, eax
mov eax, edx
cmp DWORD PTR -44[rbp], eax
jle .L10
mov edx, DWORD PTR -60[rbp]
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
sub edx, eax
mov eax, edx
mov DWORD PTR -44[rbp], eax
.L10:
mov eax, DWORD PTR t4_nrxq[rip]
mov edx, DWORD PTR -36[rbp]
imul eax, edx
mov DWORD PTR -56[rbp], eax
mov eax, DWORD PTR -56[rbp]
cmp eax, DWORD PTR -44[rbp]
jle .L11
mov eax, DWORD PTR -44[rbp]
cdq
idiv DWORD PTR -36[rbp]
mov edx, eax
mov eax, DWORD PTR -36[rbp]
imul eax, edx
mov DWORD PTR -56[rbp], eax
.L11:
mov eax, DWORD PTR -56[rbp]
cmp eax, DWORD PTR -44[rbp]
setle al
movzx eax, al
lea rsi, .LC1[rip]
mov edi, eax
call KASSERT@PLT
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -36[rbp], eax
jle .L12
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 4[rax]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -36[rbp]
lea rsi, .LC2[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
mov eax, DWORD PTR ENXIO[rip]
jmp .L26
.L12:
mov eax, DWORD PTR t4_ntxq[rip]
mov edx, DWORD PTR -36[rbp]
imul eax, edx
mov DWORD PTR -52[rbp], eax
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -52[rbp], eax
jle .L13
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cdq
idiv DWORD PTR -36[rbp]
mov edx, eax
mov eax, DWORD PTR -36[rbp]
imul eax, edx
mov DWORD PTR -52[rbp], eax
.L13:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -52[rbp], eax
setle al
movzx eax, al
lea rsi, .LC3[rip]
mov edi, eax
call KASSERT@PLT
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 8[rax]
mov edx, DWORD PTR -36[rbp]
add edx, edx
cmp eax, edx
jge .L14
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -36[rbp]
lea rsi, .LC4[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
mov eax, DWORD PTR ENXIO[rip]
jmp .L26
.L14:
mov edx, DWORD PTR -56[rbp]
mov eax, DWORD PTR -52[rbp]
add edx, eax
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 8[rax]
cmp edx, eax
jle .L15
mov eax, DWORD PTR -36[rbp]
mov DWORD PTR -52[rbp], eax
mov eax, DWORD PTR -52[rbp]
mov DWORD PTR -56[rbp], eax
.L15:
mov eax, DWORD PTR -56[rbp]
cmp eax, DWORD PTR -44[rbp]
setle al
movzx eax, al
lea rsi, .LC1[rip]
mov edi, eax
call KASSERT@PLT
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -52[rbp], eax
setle al
movzx eax, al
lea rsi, .LC3[rip]
mov edi, eax
call KASSERT@PLT
mov edx, DWORD PTR -56[rbp]
mov eax, DWORD PTR -52[rbp]
add edx, eax
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 8[rax]
cmp edx, eax
setle al
movzx eax, al
lea rsi, .LC5[rip]
mov edi, eax
call KASSERT@PLT
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR -56[rbp]
add edx, eax
mov rax, QWORD PTR -80[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR -52[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR -56[rbp]
mov DWORD PTR 12[rax], edx
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR -60[rbp]
cmp edx, eax
jg .L16
mov eax, DWORD PTR INTR_MSI[rip]
cmp DWORD PTR -48[rbp], eax
jne .L17
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
mov edi, eax
call powerof2@PLT
test rax, rax
je .L16
.L17:
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR INTR_MSIX[rip]
cmp DWORD PTR -48[rbp], eax
jne .L18
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
lea rdx, -60[rbp]
mov rsi, rdx
mov edi, eax
call pci_alloc_msix@PLT
mov DWORD PTR -40[rbp], eax
jmp .L19
.L18:
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
lea rdx, -60[rbp]
mov rsi, rdx
mov edi, eax
call pci_alloc_msi@PLT
mov DWORD PTR -40[rbp], eax
.L19:
cmp DWORD PTR -40[rbp], 0
je .L20
mov edi, DWORD PTR -60[rbp]
mov rax, QWORD PTR -80[rbp]
mov esi, DWORD PTR 4[rax]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -40[rbp]
mov edx, DWORD PTR -48[rbp]
mov r9d, edi
mov r8d, esi
lea rsi, .LC6[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
mov eax, DWORD PTR -40[rbp]
jmp .L26
.L20:
mov rax, QWORD PTR -80[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR -60[rbp]
cmp edx, eax
jne .L21
mov eax, 0
jmp .L26
.L21:
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call pci_release_msi@PLT
.L16:
mov rax, QWORD PTR -80[rbp]
mov DWORD PTR 4[rax], 1
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR INTR_MSIX[rip]
cmp DWORD PTR -48[rbp], eax
jne .L22
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
lea rdx, -60[rbp]
mov rsi, rdx
mov edi, eax
call pci_alloc_msix@PLT
mov DWORD PTR -40[rbp], eax
jmp .L23
.L22:
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
lea rdx, -60[rbp]
mov rsi, rdx
mov edi, eax
call pci_alloc_msi@PLT
mov DWORD PTR -40[rbp], eax
.L23:
cmp DWORD PTR -40[rbp], 0
je .L24
mov edi, DWORD PTR -60[rbp]
mov rax, QWORD PTR -80[rbp]
mov esi, DWORD PTR 4[rax]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -40[rbp]
mov edx, DWORD PTR -48[rbp]
mov r9d, edi
mov r8d, esi
lea rsi, .LC6[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
.L24:
mov eax, DWORD PTR -40[rbp]
jmp .L26
.L28:
nop
jmp .L4
.L29:
nop
.L4:
sar DWORD PTR -48[rbp]
.L2:
cmp DWORD PTR -48[rbp], 0
jne .L25
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call pci_msi_count@PLT
mov ebx, eax
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call pci_msix_count@PLT
mov ecx, eax
mov edx, DWORD PTR t4_intr_types[rip]
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
mov r8d, ebx
lea rsi, .LC7[rip]
mov edi, eax
mov eax, 0
call device_printf@PLT
mov eax, DWORD PTR ENXIO[rip]
.L26:
mov rbx, QWORD PTR -24[rbp]
xor rbx, QWORD PTR fs:40
je .L27
call __stack_chk_fail@PLT
.L27:
add rsp, 72
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size cfg_itype_and_nqueues, .-cfg_itype_and_nqueues
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_t4_vf.c_cfg_itype_and_nqueues.c"
.text
.comm ENXIO,4,4
.comm INTR_INTX,4,4
.comm INTR_MSI,4,4
.comm INTR_MSIX,4,4
.comm T4VF_EXTRA_INTR,4,4
.comm t4_intr_types,4,4
.comm t4_nrxq,4,4
.comm t4_ntxq,4,4
.section .rodata
.align 2
.LC0:
.ascii "Not enough ingress queues (%d) for %d ports\012\000"
.global __aeabi_idiv
.align 2
.LC1:
.ascii "too many ingress queues\000"
.align 2
.LC2:
.ascii "Not enough ETH queues (%d) for %d ports\012\000"
.align 2
.LC3:
.ascii "too many ETH queues\000"
.align 2
.LC4:
.ascii "Not enough egress queues (%d) for %d ports\012\000"
.align 2
.LC5:
.ascii "too many egress queues\000"
.align 2
.LC6:
.ascii "failed to allocate vectors:%d, type=%d, req=%d, rcv"
.ascii "d=%d\012\000"
.align 2
.LC7:
.ascii "failed to find a usable interrupt type. allowed=%d"
.ascii ", msi-x=%d, msi=%d, intx=1\000"
.align 2
.LC8:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type cfg_itype_and_nqueues, %function
cfg_itype_and_nqueues:
@ args = 0, pretend = 0, frame = 48
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, r6, fp, lr}
add fp, sp, #16
sub sp, sp, #60
str r0, [fp, #-64]
str r1, [fp, #-68]
ldr r3, .L30
ldr r3, [r3]
str r3, [fp, #-24]
mov r3,#0
ldr r3, [fp, #-64]
add r3, r3, #8
str r3, [fp, #-32]
ldr r3, [fp, #-64]
ldr r3, [r3, #4]
str r3, [fp, #-28]
mov r1, #16
ldr r0, [fp, #-68]
bl bzero
ldr r3, .L30+4
ldr r3, [r3]
str r3, [fp, #-44]
b .L2
.L25:
ldr r3, .L30+8
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
beq .L28
ldr r3, .L30+4
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L5
ldr r3, [fp, #-64]
ldr r3, [r3]
mov r0, r3
bl pci_msix_count
mov r3, r0
str r3, [fp, #-56]
b .L6
.L5:
ldr r3, [fp, #-64]
ldr r3, [r3]
mov r0, r3
bl pci_msi_count
mov r3, r0
str r3, [fp, #-56]
.L6:
ldr r3, [fp, #-56]
cmp r3, #0
beq .L29
ldr r3, [fp, #-68]
ldr r2, [fp, #-44]
str r2, [r3]
ldr r3, .L30+12
ldr r2, [r3]
ldr r3, [fp, #-68]
str r2, [r3, #4]
ldr r3, [fp, #-32]
ldr r2, [r3]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
sub r3, r2, r3
str r3, [fp, #-40]
ldr r2, [fp, #-40]
ldr r3, [fp, #-28]
cmp r2, r3
bge .L8
ldr r3, [fp, #-64]
ldr r0, [r3]
ldr r3, [fp, #-32]
ldr r2, [r3]
ldr r3, [fp, #-28]
ldr r1, .L30+16
bl device_printf
ldr r3, .L30+20
ldr r3, [r3]
b .L26
.L8:
ldr r3, [fp, #-68]
ldr r2, [r3, #4]
ldr r3, [fp, #-28]
add r2, r2, r3
ldr r3, [fp, #-56]
cmp r2, r3
bgt .L10
ldr r2, [fp, #-56]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
sub r3, r2, r3
ldr r2, [fp, #-40]
cmp r2, r3
ble .L10
ldr r2, [fp, #-56]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
sub r3, r2, r3
str r3, [fp, #-40]
.L10:
ldr r3, .L30+24
ldr r2, [r3]
ldr r3, [fp, #-28]
mul r3, r2, r3
str r3, [fp, #-52]
ldr r2, [fp, #-52]
ldr r3, [fp, #-40]
cmp r2, r3
ble .L11
ldr r1, [fp, #-28]
ldr r0, [fp, #-40]
bl __aeabi_idiv
mov r3, r0
mov r2, r3
ldr r3, [fp, #-28]
mul r3, r2, r3
str r3, [fp, #-52]
.L11:
ldr r2, [fp, #-52]
ldr r3, [fp, #-40]
cmp r2, r3
movle r3, #1
movgt r3, #0
and r3, r3, #255
ldr r1, .L30+28
mov r0, r3
bl KASSERT
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-28]
cmp r2, r3
ble .L12
ldr r3, [fp, #-64]
ldr r0, [r3]
ldr r3, [fp, #-32]
ldr r2, [r3, #4]
ldr r3, [fp, #-28]
ldr r1, .L30+32
bl device_printf
ldr r3, .L30+20
ldr r3, [r3]
b .L26
.L12:
ldr r3, .L30+36
ldr r2, [r3]
ldr r3, [fp, #-28]
mul r3, r2, r3
str r3, [fp, #-48]
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-48]
cmp r2, r3
ble .L13
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r1, [fp, #-28]
mov r0, r3
bl __aeabi_idiv
mov r3, r0
mov r2, r3
ldr r3, [fp, #-28]
mul r3, r2, r3
str r3, [fp, #-48]
.L13:
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-48]
cmp r2, r3
movle r3, #1
movgt r3, #0
and r3, r3, #255
ldr r1, .L30+40
mov r0, r3
bl KASSERT
ldr r3, [fp, #-32]
ldr r2, [r3, #8]
ldr r3, [fp, #-28]
lsl r3, r3, #1
cmp r2, r3
bge .L14
ldr r3, [fp, #-64]
ldr r0, [r3]
ldr r3, [fp, #-32]
ldr r2, [r3, #8]
ldr r3, [fp, #-28]
ldr r1, .L30+44
bl device_printf
ldr r3, .L30+20
ldr r3, [r3]
b .L26
.L14:
ldr r2, [fp, #-52]
ldr r3, [fp, #-48]
add r2, r2, r3
ldr r3, [fp, #-32]
ldr r3, [r3, #8]
cmp r2, r3
ble .L15
ldr r3, [fp, #-28]
str r3, [fp, #-48]
ldr r3, [fp, #-48]
str r3, [fp, #-52]
.L15:
ldr r2, [fp, #-52]
ldr r3, [fp, #-40]
cmp r2, r3
movle r3, #1
movgt r3, #0
and r3, r3, #255
ldr r1, .L30+28
mov r0, r3
bl KASSERT
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-48]
cmp r2, r3
movle r3, #1
movgt r3, #0
and r3, r3, #255
ldr r1, .L30+40
mov r0, r3
bl KASSERT
ldr r2, [fp, #-52]
ldr r3, [fp, #-48]
add r2, r2, r3
ldr r3, [fp, #-32]
ldr r3, [r3, #8]
cmp r2, r3
movle r3, #1
movgt r3, #0
and r3, r3, #255
ldr r1, .L30+48
mov r0, r3
bl KASSERT
ldr r3, [fp, #-68]
ldr r2, [r3, #4]
ldr r3, [fp, #-52]
add r2, r2, r3
ldr r3, [fp, #-68]
str r2, [r3, #4]
ldr r3, [fp, #-68]
ldr r2, [fp, #-48]
str r2, [r3, #8]
ldr r3, [fp, #-68]
ldr r2, [fp, #-52]
str r2, [r3, #12]
ldr r3, [fp, #-68]
ldr r2, [r3, #4]
ldr r3, [fp, #-56]
cmp r2, r3
bgt .L16
ldr r3, .L30+52
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L17
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
mov r0, r3
bl powerof2
mov r3, r0
cmp r3, #0
beq .L16
.L17:
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
str r3, [fp, #-56]
ldr r3, .L30+4
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L18
ldr r3, [fp, #-64]
ldr r3, [r3]
sub r2, fp, #56
mov r1, r2
mov r0, r3
bl pci_alloc_msix
str r0, [fp, #-36]
b .L19
.L18:
ldr r3, [fp, #-64]
ldr r3, [r3]
sub r2, fp, #56
mov r1, r2
mov r0, r3
bl pci_alloc_msi
str r0, [fp, #-36]
.L19:
ldr r3, [fp, #-36]
cmp r3, #0
beq .L20
ldr r3, [fp, #-64]
ldr r0, [r3]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
ldr r2, [fp, #-56]
str r2, [sp, #4]
str r3, [sp]
ldr r3, [fp, #-36]
ldr r2, [fp, #-44]
ldr r1, .L30+56
bl device_printf
ldr r3, [fp, #-36]
b .L26
.L20:
ldr r3, [fp, #-68]
ldr r2, [r3, #4]
ldr r3, [fp, #-56]
cmp r2, r3
bne .L21
mov r3, #0
b .L26
.L21:
ldr r3, [fp, #-64]
ldr r3, [r3]
mov r0, r3
bl pci_release_msi
.L16:
ldr r3, [fp, #-68]
mov r2, #1
str r2, [r3, #4]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
str r3, [fp, #-56]
ldr r3, .L30+4
ldr r3, [r3]
ldr r2, [fp, #-44]
cmp r2, r3
bne .L22
ldr r3, [fp, #-64]
ldr r3, [r3]
sub r2, fp, #56
mov r1, r2
mov r0, r3
bl pci_alloc_msix
str r0, [fp, #-36]
b .L23
.L22:
ldr r3, [fp, #-64]
ldr r3, [r3]
sub r2, fp, #56
mov r1, r2
mov r0, r3
bl pci_alloc_msi
str r0, [fp, #-36]
.L23:
ldr r3, [fp, #-36]
cmp r3, #0
beq .L24
ldr r3, [fp, #-64]
ldr r0, [r3]
ldr r3, [fp, #-68]
ldr r3, [r3, #4]
ldr r2, [fp, #-56]
str r2, [sp, #4]
str r3, [sp]
ldr r3, [fp, #-36]
ldr r2, [fp, #-44]
ldr r1, .L30+56
bl device_printf
.L24:
ldr r3, [fp, #-36]
b .L26
.L28:
nop
b .L4
.L29:
nop
.L4:
ldr r3, [fp, #-44]
asr r3, r3, #1
str r3, [fp, #-44]
.L2:
ldr r3, [fp, #-44]
cmp r3, #0
bne .L25
ldr r3, [fp, #-64]
ldr r4, [r3]
ldr r3, .L30+60
ldr r5, [r3]
ldr r3, [fp, #-64]
ldr r3, [r3]
mov r0, r3
bl pci_msix_count
mov r6, r0
ldr r3, [fp, #-64]
ldr r3, [r3]
mov r0, r3
bl pci_msi_count
mov r3, r0
str r3, [sp]
mov r3, r6
mov r2, r5
ldr r1, .L30+64
mov r0, r4
bl device_printf
ldr r3, .L30+20
ldr r3, [r3]
.L26:
ldr r2, .L30
ldr r1, [r2]
ldr r2, [fp, #-24]
eors r1, r2, r1
mov r2, #0
beq .L27
bl __stack_chk_fail
.L27:
mov r0, r3
sub sp, fp, #16
@ sp needed
pop {r4, r5, r6, fp, pc}
.L31:
.align 2
.L30:
.word .LC8
.word INTR_MSIX
.word INTR_INTX
.word T4VF_EXTRA_INTR
.word .LC0
.word ENXIO
.word t4_nrxq
.word .LC1
.word .LC2
.word t4_ntxq
.word .LC3
.word .LC4
.word .LC5
.word INTR_MSI
.word .LC6
.word t4_intr_types
.word .LC7
.size cfg_itype_and_nqueues, .-cfg_itype_and_nqueues
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hxtool.c_validate_f.c"
.intel_syntax noprefix
.text
.type validate_f, @function
validate_f:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov QWORD PTR -16[rbp], rsi
mov DWORD PTR -8[rbp], edx
mov edx, DWORD PTR -8[rbp]
mov rcx, QWORD PTR -16[rbp]
mov eax, DWORD PTR -4[rbp]
mov rsi, rcx
mov edi, eax
call hx509_validate_cert@PLT
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size validate_f, .-validate_f
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_hxtool.c_validate_f.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type validate_f, %function
validate_f:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl hx509_validate_cert
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size validate_f, .-validate_f
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dummy.c_alloc_fake_buffer.c"
.intel_syntax noprefix
.text
.comm ENOMEM,4,4
.comm GFP_KERNEL,4,4
.comm dummy_page,8,8
.comm fake_buffer,4,4
.type alloc_fake_buffer, @function
alloc_fake_buffer:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov eax, DWORD PTR fake_buffer[rip]
test eax, eax
jne .L2
mov eax, 0
jmp .L3
.L2:
mov DWORD PTR -4[rbp], 0
jmp .L4
.L6:
mov eax, DWORD PTR GFP_KERNEL[rip]
mov edi, eax
call get_zeroed_page@PLT
mov rdx, QWORD PTR dummy_page[rip]
mov ecx, DWORD PTR -4[rbp]
movsx rcx, ecx
sal rcx, 3
add rdx, rcx
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR dummy_page[rip]
mov edx, DWORD PTR -4[rbp]
movsx rdx, edx
sal rdx, 3
add rax, rdx
mov rax, QWORD PTR [rax]
test rax, rax
jne .L5
mov eax, 0
call free_fake_buffer@PLT
mov eax, DWORD PTR ENOMEM[rip]
neg eax
jmp .L3
.L5:
add DWORD PTR -4[rbp], 1
.L4:
cmp DWORD PTR -4[rbp], 1
jle .L6
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size alloc_fake_buffer, .-alloc_fake_buffer
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dummy.c_alloc_fake_buffer.c"
.text
.comm ENOMEM,4,4
.comm GFP_KERNEL,4,4
.comm dummy_page,4,4
.comm fake_buffer,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type alloc_fake_buffer, %function
alloc_fake_buffer:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
ldr r3, .L7
ldr r3, [r3]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
mov r3, #0
str r3, [fp, #-8]
b .L4
.L6:
ldr r3, .L7+4
ldr r3, [r3]
mov r0, r3
bl get_zeroed_page
mov r1, r0
ldr r3, .L7+8
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
mov r2, r1
str r2, [r3]
ldr r3, .L7+8
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
bne .L5
bl free_fake_buffer
ldr r3, .L7+12
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L5:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L4:
ldr r3, [fp, #-8]
cmp r3, #1
ble .L6
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word fake_buffer
.word GFP_KERNEL
.word dummy_page
.word ENOMEM
.size alloc_fake_buffer, .-alloc_fake_buffer
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_multicast.c_batadv_mcast_forw_mode_check_ipv6.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.comm ENOMEM,4,4
.comm ETH_P_IPV6,4,4
.comm IPV6_ADDR_SCOPE_LINKLOCAL,8,8
.type batadv_mcast_forw_mode_check_ipv6, @function
batadv_mcast_forw_mode_check_ipv6:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov QWORD PTR -48[rbp], rcx
mov rax, QWORD PTR -32[rbp]
mov esi, 8
mov rdi, rax
call pskb_may_pull@PLT
test eax, eax
jne .L2
mov eax, DWORD PTR ENOMEM[rip]
neg eax
jmp .L3
.L2:
mov rax, QWORD PTR -32[rbp]
mov rdi, rax
call batadv_mcast_is_report_ipv6@PLT
test rax, rax
je .L4
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L4:
mov rax, QWORD PTR -32[rbp]
mov rdi, rax
call ipv6_hdr@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call IPV6_ADDR_MC_SCOPE@PLT
mov rdx, QWORD PTR IPV6_ADDR_SCOPE_LINKLOCAL[rip]
cmp rax, rdx
jge .L5
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L5:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call ipv6_addr_is_ll_all_nodes@PLT
test rax, rax
je .L6
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], 1
jmp .L7
.L6:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call IPV6_ADDR_MC_SCOPE@PLT
mov rdx, QWORD PTR IPV6_ADDR_SCOPE_LINKLOCAL[rip]
cmp rax, rdx
jle .L7
mov edx, DWORD PTR ETH_P_IPV6[rip]
mov rax, QWORD PTR -48[rbp]
mov DWORD PTR [rax], edx
.L7:
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size batadv_mcast_forw_mode_check_ipv6, .-batadv_mcast_forw_mode_check_ipv6
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_multicast.c_batadv_mcast_forw_mode_check_ipv6.c"
.text
.comm EINVAL,4,4
.comm ENOMEM,4,4
.comm ETH_P_IPV6,4,4
.comm IPV6_ADDR_SCOPE_LINKLOCAL,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type batadv_mcast_forw_mode_check_ipv6, %function
batadv_mcast_forw_mode_check_ipv6:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
mov r1, #8
ldr r0, [fp, #-20]
bl pskb_may_pull
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, .L8
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r0, [fp, #-20]
bl batadv_mcast_is_report_ipv6
mov r3, r0
cmp r3, #0
beq .L4
ldr r3, .L8+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L4:
ldr r0, [fp, #-20]
bl ipv6_hdr
str r0, [fp, #-8]
ldr r3, [fp, #-8]
mov r0, r3
bl IPV6_ADDR_MC_SCOPE
mov r2, r0
ldr r3, .L8+8
ldr r3, [r3]
cmp r2, r3
bge .L5
ldr r3, .L8+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L5:
ldr r3, [fp, #-8]
mov r0, r3
bl ipv6_addr_is_ll_all_nodes
mov r3, r0
cmp r3, #0
beq .L6
ldr r3, [fp, #-24]
mov r2, #1
str r2, [r3]
b .L7
.L6:
ldr r3, [fp, #-8]
mov r0, r3
bl IPV6_ADDR_MC_SCOPE
mov r2, r0
ldr r3, .L8+8
ldr r3, [r3]
cmp r2, r3
ble .L7
ldr r3, .L8+12
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3]
.L7:
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L9:
.align 2
.L8:
.word ENOMEM
.word EINVAL
.word IPV6_ADDR_SCOPE_LINKLOCAL
.word ETH_P_IPV6
.size batadv_mcast_forw_mode_check_ipv6, .-batadv_mcast_forw_mode_check_ipv6
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_powerpc.c_kvm_arch_check_processor_compat.c"
.intel_syntax noprefix
.text
.globl kvm_arch_check_processor_compat
.type kvm_arch_check_processor_compat, @function
kvm_arch_check_processor_compat:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov eax, 0
call kvmppc_core_check_processor_compat@PLT
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size kvm_arch_check_processor_compat, .-kvm_arch_check_processor_compat
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_powerpc.c_kvm_arch_check_processor_compat.c"
.text
.align 2
.global kvm_arch_check_processor_compat
.syntax unified
.arm
.fpu softvfp
.type kvm_arch_check_processor_compat, %function
kvm_arch_check_processor_compat:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
bl kvmppc_core_check_processor_compat
mov r3, r0
mov r0, r3
pop {fp, pc}
.size kvm_arch_check_processor_compat, .-kvm_arch_check_processor_compat
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vmm.c_vm_extint_clear.c"
.intel_syntax noprefix
.text
.comm VCPU_EXTINT_COUNT,4,4
.comm VM_MAXCPU,4,4
.section .rodata
.align 8
.LC0:
.string "vm_extint_pending: invalid vcpuid %d\n"
.align 8
.LC1:
.string "vm_extint_clear: inconsistent extint_pending state\n"
.text
.globl vm_extint_clear
.type vm_extint_clear, @function
vm_extint_clear:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
cmp DWORD PTR -28[rbp], 0
js .L2
mov eax, DWORD PTR VM_MAXCPU[rip]
cmp DWORD PTR -28[rbp], eax
jl .L3
.L2:
mov eax, DWORD PTR -28[rbp]
mov esi, eax
lea rdi, .LC0[rip]
mov eax, 0
call xhyve_abort@PLT
.L3:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR -28[rbp]
movsx rdx, edx
sal rdx, 3
add rax, rdx
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L4
lea rdi, .LC1[rip]
mov eax, 0
call xhyve_abort@PLT
.L4:
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], 0
mov edx, DWORD PTR VCPU_EXTINT_COUNT[rip]
mov esi, DWORD PTR -28[rbp]
mov rax, QWORD PTR -24[rbp]
mov ecx, 1
mov rdi, rax
call vmm_stat_incr@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size vm_extint_clear, .-vm_extint_clear
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_vmm.c_vm_extint_clear.c"
.text
.comm VCPU_EXTINT_COUNT,4,4
.comm VM_MAXCPU,4,4
.section .rodata
.align 2
.LC0:
.ascii "vm_extint_pending: invalid vcpuid %d\012\000"
.align 2
.LC1:
.ascii "vm_extint_clear: inconsistent extint_pending state\012"
.ascii "\000"
.text
.align 2
.global vm_extint_clear
.syntax unified
.arm
.fpu softvfp
.type vm_extint_clear, %function
vm_extint_clear:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r3, [fp, #-20]
cmp r3, #0
blt .L2
ldr r3, .L5
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
blt .L3
.L2:
ldr r1, [fp, #-20]
ldr r0, .L5+4
bl xhyve_abort
.L3:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-20]
lsl r3, r3, #2
add r3, r2, r3
str r3, [fp, #-8]
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
bne .L4
ldr r0, .L5+8
bl xhyve_abort
.L4:
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3]
ldr r3, .L5+12
ldr r2, [r3]
mov r3, #1
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl vmm_stat_incr
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word VM_MAXCPU
.word .LC0
.word .LC1
.word VCPU_EXTINT_COUNT
.size vm_extint_clear, .-vm_extint_clear
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_eeprom.c_ath9k_hw_analog_shift_regwrite.c"
.intel_syntax noprefix
.text
.globl ath9k_hw_analog_shift_regwrite
.type ath9k_hw_analog_shift_regwrite, @function
ath9k_hw_analog_shift_regwrite:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov DWORD PTR -12[rbp], esi
mov DWORD PTR -16[rbp], edx
mov edx, DWORD PTR -16[rbp]
mov ecx, DWORD PTR -12[rbp]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call REG_WRITE@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
je .L3
mov edi, 100
call udelay@PLT
.L3:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ath9k_hw_analog_shift_regwrite, .-ath9k_hw_analog_shift_regwrite
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_eeprom.c_ath9k_hw_analog_shift_regwrite.c"
.text
.align 2
.global ath9k_hw_analog_shift_regwrite
.syntax unified
.arm
.fpu softvfp
.type ath9k_hw_analog_shift_regwrite, %function
ath9k_hw_analog_shift_regwrite:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl REG_WRITE
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
beq .L3
mov r0, #100
bl udelay
.L3:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size ath9k_hw_analog_shift_regwrite, .-ath9k_hw_analog_shift_regwrite
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pwm2.c_lpwm2_stop.c"
.intel_syntax noprefix
.text
.type lpwm2_stop, @function
lpwm2_stop:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov eax, 0
call pwm2_stop@PLT
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size lpwm2_stop, .-lpwm2_stop
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_pwm2.c_lpwm2_stop.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type lpwm2_stop, %function
lpwm2_stop:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
bl pwm2_stop
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size lpwm2_stop, .-lpwm2_stop
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_namei.c_nilfs_create.c"
.intel_syntax noprefix
.text
.comm nilfs_aops,4,4
.comm nilfs_file_inode_operations,4,4
.comm nilfs_file_operations,4,4
.type nilfs_create, @function
nilfs_create:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov DWORD PTR -52[rbp], edx
mov QWORD PTR -64[rbp], rcx
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
lea rcx, -24[rbp]
mov edx, 1
mov rsi, rcx
mov edi, eax
call nilfs_transaction_begin@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 0
je .L2
mov eax, DWORD PTR -20[rbp]
jmp .L7
.L2:
mov edx, DWORD PTR -52[rbp]
mov rax, QWORD PTR -40[rbp]
mov esi, edx
mov rdi, rax
call nilfs_new_inode@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call PTR_ERR@PLT
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call IS_ERR@PLT
test eax, eax
jne .L4
mov rax, QWORD PTR -16[rbp]
lea rdx, nilfs_file_inode_operations[rip]
mov QWORD PTR 24[rax], rdx
mov rax, QWORD PTR -16[rbp]
lea rdx, nilfs_file_operations[rip]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
lea rdx, nilfs_aops[rip]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call mark_inode_dirty@PLT
mov rdx, QWORD PTR -16[rbp]
mov rax, QWORD PTR -48[rbp]
mov rsi, rdx
mov rdi, rax
call nilfs_add_nondir@PLT
mov DWORD PTR -20[rbp], eax
.L4:
cmp DWORD PTR -20[rbp], 0
jne .L5
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call nilfs_transaction_commit@PLT
mov DWORD PTR -20[rbp], eax
jmp .L6
.L5:
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call nilfs_transaction_abort@PLT
.L6:
mov eax, DWORD PTR -20[rbp]
.L7:
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L8
call __stack_chk_fail@PLT
.L8:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size nilfs_create, .-nilfs_create
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_namei.c_nilfs_create.c"
.text
.comm nilfs_aops,4,4
.comm nilfs_file_inode_operations,4,4
.comm nilfs_file_operations,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type nilfs_create, %function
nilfs_create:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
str r3, [fp, #-36]
ldr r3, .L9
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
ldr r3, [fp, #-24]
ldr r3, [r3]
sub r1, fp, #20
mov r2, #1
mov r0, r3
bl nilfs_transaction_begin
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
b .L7
.L2:
ldr r1, [fp, #-32]
ldr r0, [fp, #-24]
bl nilfs_new_inode
str r0, [fp, #-12]
ldr r0, [fp, #-12]
bl PTR_ERR
str r0, [fp, #-16]
ldr r0, [fp, #-12]
bl IS_ERR
mov r3, r0
cmp r3, #0
bne .L4
ldr r3, [fp, #-12]
ldr r2, .L9+4
str r2, [r3, #12]
ldr r3, [fp, #-12]
ldr r2, .L9+8
str r2, [r3, #8]
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
ldr r2, .L9+12
str r2, [r3]
ldr r0, [fp, #-12]
bl mark_inode_dirty
ldr r1, [fp, #-12]
ldr r0, [fp, #-28]
bl nilfs_add_nondir
str r0, [fp, #-16]
.L4:
ldr r3, [fp, #-16]
cmp r3, #0
bne .L5
ldr r3, [fp, #-24]
ldr r3, [r3]
mov r0, r3
bl nilfs_transaction_commit
str r0, [fp, #-16]
b .L6
.L5:
ldr r3, [fp, #-24]
ldr r3, [r3]
mov r0, r3
bl nilfs_transaction_abort
.L6:
ldr r3, [fp, #-16]
.L7:
ldr r2, .L9
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L8
bl __stack_chk_fail
.L8:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L10:
.align 2
.L9:
.word .LC0
.word nilfs_file_inode_operations
.word nilfs_file_operations
.word nilfs_aops
.size nilfs_create, .-nilfs_create
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_i40e_common.c_i40e_validate_mac_addr.c"
.intel_syntax noprefix
.text
.comm I40E_ERR_INVALID_MAC_ADDR,4,4
.comm I40E_SUCCESS,4,4
.section .rodata
.LC0:
.string "i40e_validate_mac_addr"
.text
.globl i40e_validate_mac_addr
.type i40e_validate_mac_addr, @function
i40e_validate_mac_addr:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov eax, DWORD PTR I40E_SUCCESS[rip]
mov DWORD PTR -4[rbp], eax
lea rdi, .LC0[rip]
call DEBUGFUNC@PLT
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call I40E_IS_MULTICAST@PLT
test rax, rax
jne .L2
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
mov rax, QWORD PTR -24[rbp]
add rax, 8
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
mov rax, QWORD PTR -24[rbp]
add rax, 16
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
mov rax, QWORD PTR -24[rbp]
add rax, 24
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
mov rax, QWORD PTR -24[rbp]
add rax, 32
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
mov rax, QWORD PTR -24[rbp]
add rax, 40
mov rax, QWORD PTR [rax]
test rax, rax
jne .L3
.L2:
mov eax, DWORD PTR I40E_ERR_INVALID_MAC_ADDR[rip]
mov DWORD PTR -4[rbp], eax
.L3:
mov eax, DWORD PTR -4[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size i40e_validate_mac_addr, .-i40e_validate_mac_addr
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_i40e_common.c_i40e_validate_mac_addr.c"
.text
.comm I40E_ERR_INVALID_MAC_ADDR,4,4
.comm I40E_SUCCESS,4,4
.section .rodata
.align 2
.LC0:
.ascii "i40e_validate_mac_addr\000"
.text
.align 2
.global i40e_validate_mac_addr
.syntax unified
.arm
.fpu softvfp
.type i40e_validate_mac_addr, %function
i40e_validate_mac_addr:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r3, .L5
ldr r3, [r3]
str r3, [fp, #-8]
ldr r0, .L5+4
bl DEBUGFUNC
ldr r0, [fp, #-16]
bl I40E_IS_MULTICAST
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, [fp, #-16]
ldr r3, [r3]
cmp r3, #0
bne .L3
ldr r3, [fp, #-16]
add r3, r3, #4
ldr r3, [r3]
cmp r3, #0
bne .L3
ldr r3, [fp, #-16]
add r3, r3, #8
ldr r3, [r3]
cmp r3, #0
bne .L3
ldr r3, [fp, #-16]
add r3, r3, #12
ldr r3, [r3]
cmp r3, #0
bne .L3
ldr r3, [fp, #-16]
add r3, r3, #16
ldr r3, [r3]
cmp r3, #0
bne .L3
ldr r3, [fp, #-16]
add r3, r3, #20
ldr r3, [r3]
cmp r3, #0
bne .L3
.L2:
ldr r3, .L5+8
ldr r3, [r3]
str r3, [fp, #-8]
.L3:
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word I40E_SUCCESS
.word .LC0
.word I40E_ERR_INVALID_MAC_ADDR
.size i40e_validate_mac_addr, .-i40e_validate_mac_addr
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_login.c_login_negotiate_key.c"
.intel_syntax noprefix
.text
.comm CONN_DIGEST_CRC32C,8,8
.comm CONN_SESSION_TYPE_DISCOVERY,8,8
.section .rodata
.LC0:
.string "InitiatorName"
.align 8
.LC1:
.string "initiator resent InitiatorName"
.LC2:
.string "SessionType"
.LC3:
.string "initiator resent SessionType"
.LC4:
.string "TargetName"
.LC5:
.string "initiator resent TargetName"
.LC6:
.string "InitiatorAlias"
.LC7:
.string "Irrelevant"
.LC8:
.string "HeaderDigest"
.align 8
.LC9:
.string "discovery session; digests disabled"
.LC10:
.string "None"
.LC11:
.string "CRC32C"
.align 8
.LC12:
.string "initiator prefers CRC32C for header digest; we'll use it"
.align 8
.LC13:
.string "initiator prefers not to do header digest; we'll comply"
.align 8
.LC14:
.string "initiator sent unrecognized HeaderDigest value \"%s\"; will use None"
.LC15:
.string "DataDigest"
.align 8
.LC16:
.string "initiator prefers CRC32C for data digest; we'll use it"
.align 8
.LC17:
.string "initiator prefers not to do data digest; we'll comply"
.align 8
.LC18:
.string "initiator sent unrecognized DataDigest value \"%s\"; will use None"
.LC19:
.string "MaxConnections"
.LC20:
.string "1"
.LC21:
.string "InitialR2T"
.LC22:
.string "Yes"
.LC23:
.string "ImmediateData"
.align 8
.LC24:
.string "discovery session; ImmediateData irrelevant"
.LC25:
.string "No"
.LC26:
.string "MaxRecvDataSegmentLength"
.align 8
.LC27:
.string "received invalid MaxRecvDataSegmentLength"
.align 8
.LC28:
.string "capping MaxRecvDataSegmentLength from %zd to %d"
.LC29:
.string "MaxBurstLength"
.align 8
.LC30:
.string "received invalid MaxBurstLength"
.align 8
.LC31:
.string "capping MaxBurstLength from %zd to %d"
.LC32:
.string "FirstBurstLength"
.align 8
.LC33:
.string "received invalid FirstBurstLength"
.align 8
.LC34:
.string "capping FirstBurstLength from %zd to %d"
.LC35:
.string "DefaultTime2Wait"
.LC36:
.string "DefaultTime2Retain"
.LC37:
.string "0"
.LC38:
.string "MaxOutstandingR2T"
.LC39:
.string "DataPDUInOrder"
.LC40:
.string "DataSequenceInOrder"
.LC41:
.string "ErrorRecoveryLevel"
.LC42:
.string "OFMarker"
.LC43:
.string "IFMarker"
.LC44:
.string "iSCSIProtocolLevel"
.align 8
.LC45:
.string "unknown key \"%s\"; responding with NotUnderstood"
.LC46:
.string "NotUnderstood"
.text
.type login_negotiate_key, @function
login_negotiate_key:
.LFB0:
.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 QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov QWORD PTR -56[rbp], rdx
mov DWORD PTR -60[rbp], ecx
mov QWORD PTR -72[rbp], r8
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC0[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L2
cmp DWORD PTR -60[rbp], 0
jne .L1
lea rsi, .LC1[rip]
mov edi, 1
call log_errx@PLT
jmp .L1
.L2:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC2[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L4
cmp DWORD PTR -60[rbp], 0
jne .L1
lea rsi, .LC3[rip]
mov edi, 1
call log_errx@PLT
jmp .L1
.L4:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC4[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L5
cmp DWORD PTR -60[rbp], 0
jne .L1
lea rsi, .LC5[rip]
mov edi, 1
call log_errx@PLT
jmp .L1
.L5:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC6[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L6
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 88[rax]
test rax, rax
je .L7
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 88[rax]
mov rdi, rax
call free@PLT
.L7:
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call checked_strdup@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR 88[rdx], rax
jmp .L1
.L6:
mov rax, QWORD PTR -56[rbp]
lea rsi, .LC7[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
je .L1
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC8[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L8
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR CONN_SESSION_TYPE_DISCOVERY[rip]
cmp rdx, rax
jne .L9
lea rdi, .LC9[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L9:
mov rax, QWORD PTR -56[rbp]
lea rdx, .LC10[rip]
lea rsi, .LC11[rip]
mov rdi, rax
call login_list_prefers@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 1
je .L10
cmp DWORD PTR -20[rbp], 2
je .L11
jmp .L44
.L10:
lea rdi, .LC12[rip]
mov eax, 0
call log_debugx@PLT
mov rdx, QWORD PTR CONN_DIGEST_CRC32C[rip]
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 80[rax], rdx
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC11[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L11:
lea rdi, .LC13[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L44:
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
lea rdi, .LC14[rip]
call log_warnx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L8:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC15[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L14
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR CONN_SESSION_TYPE_DISCOVERY[rip]
cmp rdx, rax
jne .L15
lea rdi, .LC9[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L15:
mov rax, QWORD PTR -56[rbp]
lea rdx, .LC10[rip]
lea rsi, .LC11[rip]
mov rdi, rax
call login_list_prefers@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 1
je .L16
cmp DWORD PTR -20[rbp], 2
je .L17
jmp .L45
.L16:
lea rdi, .LC16[rip]
mov eax, 0
call log_debugx@PLT
mov rdx, QWORD PTR CONN_DIGEST_CRC32C[rip]
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 72[rax], rdx
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC11[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L17:
lea rdi, .LC17[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L45:
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
lea rdi, .LC18[rip]
call log_warnx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC10[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L14:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC19[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L20
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC20[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L20:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC21[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L21
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC22[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L21:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC23[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L22
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR CONN_SESSION_TYPE_DISCOVERY[rip]
cmp rdx, rax
jne .L23
lea rdi, .LC24[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC7[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L23:
mov rax, QWORD PTR -56[rbp]
lea rsi, .LC22[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L24
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 8[rax], 1
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC22[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L24:
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 8[rax], 0
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC25[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L22:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC26[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L25
mov rax, QWORD PTR -56[rbp]
mov edx, 10
mov esi, 0
mov rdi, rax
call strtoul@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L26
mov rax, QWORD PTR -40[rbp]
mov edx, 0
mov esi, 2
mov rdi, rax
call login_send_error@PLT
lea rsi, .LC27[rip]
mov edi, 1
call log_errx@PLT
.L26:
mov rax, QWORD PTR -16[rbp]
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 12[rax]
cmp edx, eax
jle .L27
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 12[rax]
mov rax, QWORD PTR -16[rbp]
mov rsi, rax
lea rdi, .LC28[rip]
mov eax, 0
call log_debugx@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 12[rax]
cdqe
mov QWORD PTR -16[rbp], rax
.L27:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -16[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR 32[rax]
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 24[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR 24[rax]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call keys_add_int@PLT
jmp .L1
.L25:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC29[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L28
mov rax, QWORD PTR -56[rbp]
mov edx, 10
mov esi, 0
mov rdi, rax
call strtoul@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L29
mov rax, QWORD PTR -40[rbp]
mov edx, 0
mov esi, 2
mov rdi, rax
call login_send_error@PLT
lea rsi, .LC30[rip]
mov edi, 1
call log_errx@PLT
.L29:
mov rax, QWORD PTR -16[rbp]
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 40[rax]
cmp edx, eax
jle .L30
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 40[rax]
mov rax, QWORD PTR -16[rbp]
mov rsi, rax
lea rdi, .LC31[rip]
mov eax, 0
call log_debugx@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 40[rax]
cdqe
mov QWORD PTR -16[rbp], rax
.L30:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -16[rbp]
mov QWORD PTR 48[rax], rdx
mov rdx, QWORD PTR -16[rbp]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call keys_add_int@PLT
jmp .L1
.L28:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC32[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L31
mov rax, QWORD PTR -56[rbp]
mov edx, 10
mov esi, 0
mov rdi, rax
call strtoul@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L32
mov rax, QWORD PTR -40[rbp]
mov edx, 0
mov esi, 2
mov rdi, rax
call login_send_error@PLT
lea rsi, .LC33[rip]
mov edi, 1
call log_errx@PLT
.L32:
mov rax, QWORD PTR -16[rbp]
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 56[rax]
cmp edx, eax
jle .L33
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 56[rax]
mov rax, QWORD PTR -16[rbp]
mov rsi, rax
lea rdi, .LC34[rip]
mov eax, 0
call log_debugx@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 56[rax]
cdqe
mov QWORD PTR -16[rbp], rax
.L33:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -16[rbp]
mov QWORD PTR 64[rax], rdx
mov rdx, QWORD PTR -16[rbp]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call keys_add_int@PLT
jmp .L1
.L31:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC35[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L34
mov rdx, QWORD PTR -56[rbp]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L34:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC36[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L35
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC37[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L35:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC38[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L36
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC20[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L36:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC39[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L37
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC22[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L37:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC40[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L38
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC22[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L38:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC41[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L39
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC37[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L39:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC42[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L40
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC25[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L40:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC43[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L41
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC25[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
jmp .L1
.L41:
mov rax, QWORD PTR -48[rbp]
lea rsi, .LC44[rip]
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L42
mov rax, QWORD PTR -56[rbp]
mov edx, 10
mov esi, 0
mov rdi, rax
call strtoul@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 2
jbe .L43
mov QWORD PTR -16[rbp], 2
.L43:
mov rdx, QWORD PTR -16[rbp]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call keys_add_int@PLT
jmp .L1
.L42:
mov rax, QWORD PTR -48[rbp]
mov rsi, rax
lea rdi, .LC45[rip]
mov eax, 0
call log_debugx@PLT
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
lea rdx, .LC46[rip]
mov rsi, rcx
mov rdi, rax
call keys_add@PLT
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size login_negotiate_key, .-login_negotiate_key
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_login.c_login_negotiate_key.c"
.text
.comm CONN_DIGEST_CRC32C,4,4
.comm CONN_SESSION_TYPE_DISCOVERY,4,4
.section .rodata
.align 2
.LC0:
.ascii "InitiatorName\000"
.align 2
.LC1:
.ascii "initiator resent InitiatorName\000"
.align 2
.LC2:
.ascii "SessionType\000"
.align 2
.LC3:
.ascii "initiator resent SessionType\000"
.align 2
.LC4:
.ascii "TargetName\000"
.align 2
.LC5:
.ascii "initiator resent TargetName\000"
.align 2
.LC6:
.ascii "InitiatorAlias\000"
.align 2
.LC7:
.ascii "Irrelevant\000"
.align 2
.LC8:
.ascii "HeaderDigest\000"
.align 2
.LC9:
.ascii "discovery session; digests disabled\000"
.align 2
.LC10:
.ascii "None\000"
.align 2
.LC11:
.ascii "CRC32C\000"
.align 2
.LC12:
.ascii "initiator prefers CRC32C for header digest; we'll u"
.ascii "se it\000"
.align 2
.LC13:
.ascii "initiator prefers not to do header digest; we'll co"
.ascii "mply\000"
.align 2
.LC14:
.ascii "initiator sent unrecognized HeaderDigest value \"%s"
.ascii "\"; will use None\000"
.align 2
.LC15:
.ascii "DataDigest\000"
.align 2
.LC16:
.ascii "initiator prefers CRC32C for data digest; we'll use"
.ascii " it\000"
.align 2
.LC17:
.ascii "initiator prefers not to do data digest; we'll comp"
.ascii "ly\000"
.align 2
.LC18:
.ascii "initiator sent unrecognized DataDigest value \"%s\""
.ascii "; will use None\000"
.align 2
.LC19:
.ascii "MaxConnections\000"
.align 2
.LC20:
.ascii "1\000"
.align 2
.LC21:
.ascii "InitialR2T\000"
.align 2
.LC22:
.ascii "Yes\000"
.align 2
.LC23:
.ascii "ImmediateData\000"
.align 2
.LC24:
.ascii "discovery session; ImmediateData irrelevant\000"
.align 2
.LC25:
.ascii "No\000"
.align 2
.LC26:
.ascii "MaxRecvDataSegmentLength\000"
.align 2
.LC27:
.ascii "received invalid MaxRecvDataSegmentLength\000"
.align 2
.LC28:
.ascii "capping MaxRecvDataSegmentLength from %zd to %d\000"
.align 2
.LC29:
.ascii "MaxBurstLength\000"
.align 2
.LC30:
.ascii "received invalid MaxBurstLength\000"
.align 2
.LC31:
.ascii "capping MaxBurstLength from %zd to %d\000"
.align 2
.LC32:
.ascii "FirstBurstLength\000"
.align 2
.LC33:
.ascii "received invalid FirstBurstLength\000"
.align 2
.LC34:
.ascii "capping FirstBurstLength from %zd to %d\000"
.align 2
.LC35:
.ascii "DefaultTime2Wait\000"
.align 2
.LC36:
.ascii "DefaultTime2Retain\000"
.align 2
.LC37:
.ascii "0\000"
.align 2
.LC38:
.ascii "MaxOutstandingR2T\000"
.align 2
.LC39:
.ascii "DataPDUInOrder\000"
.align 2
.LC40:
.ascii "DataSequenceInOrder\000"
.align 2
.LC41:
.ascii "ErrorRecoveryLevel\000"
.align 2
.LC42:
.ascii "OFMarker\000"
.align 2
.LC43:
.ascii "IFMarker\000"
.align 2
.LC44:
.ascii "iSCSIProtocolLevel\000"
.align 2
.LC45:
.ascii "unknown key \"%s\"; responding with NotUnderstood\000"
.align 2
.LC46:
.ascii "NotUnderstood\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type login_negotiate_key, %function
login_negotiate_key:
@ args = 4, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
str r3, [fp, #-36]
ldr r3, [fp, #-24]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r1, .L46
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, [fp, #-36]
cmp r3, #0
bne .L1
ldr r1, .L46+4
mov r0, #1
bl log_errx
b .L1
.L2:
ldr r1, .L46+8
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L4
ldr r3, [fp, #-36]
cmp r3, #0
bne .L1
ldr r1, .L46+12
mov r0, #1
bl log_errx
b .L1
.L4:
ldr r1, .L46+16
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L5
ldr r3, [fp, #-36]
cmp r3, #0
bne .L1
ldr r1, .L46+20
mov r0, #1
bl log_errx
b .L1
.L5:
ldr r1, .L46+24
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L6
ldr r3, [fp, #-12]
ldr r3, [r3, #48]
cmp r3, #0
beq .L7
ldr r3, [fp, #-12]
ldr r3, [r3, #48]
mov r0, r3
bl free
.L7:
ldr r0, [fp, #-32]
bl checked_strdup
mov r2, r0
ldr r3, [fp, #-12]
str r2, [r3, #48]
b .L1
.L6:
ldr r1, .L46+28
ldr r0, [fp, #-32]
bl strcmp
mov r3, r0
cmp r3, #0
beq .L1
ldr r1, .L46+32
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L8
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, .L46+36
ldr r3, [r3]
cmp r2, r3
bne .L9
ldr r0, .L46+40
bl log_debugx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L9:
ldr r2, .L46+44
ldr r1, .L46+48
ldr r0, [fp, #-32]
bl login_list_prefers
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #1
beq .L10
ldr r3, [fp, #-8]
cmp r3, #2
beq .L11
b .L44
.L10:
ldr r0, .L46+52
bl log_debugx
ldr r3, .L46+56
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #44]
ldr r2, .L46+48
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L11:
ldr r0, .L46+60
bl log_debugx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L44:
ldr r1, [fp, #-32]
ldr r0, .L46+64
bl log_warnx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L8:
ldr r1, .L46+68
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L14
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, .L46+36
ldr r3, [r3]
cmp r2, r3
bne .L15
ldr r0, .L46+40
bl log_debugx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L15:
ldr r2, .L46+44
ldr r1, .L46+48
ldr r0, [fp, #-32]
bl login_list_prefers
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #1
beq .L16
ldr r3, [fp, #-8]
cmp r3, #2
beq .L17
b .L45
.L16:
ldr r0, .L46+72
bl log_debugx
ldr r3, .L46+56
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #40]
ldr r2, .L46+48
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L17:
ldr r0, .L46+76
bl log_debugx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L45:
ldr r1, [fp, #-32]
ldr r0, .L46+80
bl log_warnx
ldr r2, .L46+44
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L14:
ldr r1, .L46+84
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L20
ldr r2, .L46+88
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L20:
ldr r1, .L46+92
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L21
ldr r2, .L46+96
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L21:
ldr r1, .L46+100
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L22
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, .L46+36
ldr r3, [r3]
cmp r2, r3
bne .L23
ldr r0, .L46+104
bl log_debugx
ldr r2, .L46+28
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L23:
ldr r1, .L46+96
ldr r0, [fp, #-32]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L24
ldr r3, [fp, #-12]
mov r2, #1
str r2, [r3, #4]
ldr r2, .L46+96
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L24:
ldr r3, [fp, #-12]
mov r2, #0
str r2, [r3, #4]
ldr r2, .L46+108
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L22:
ldr r1, .L46+112
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L25
mov r2, #10
mov r1, #0
ldr r0, [fp, #-32]
bl strtoul
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L26
mov r2, #0
mov r1, #2
ldr r0, [fp, #-24]
bl login_send_error
ldr r1, .L46+116
mov r0, #1
bl log_errx
.L26:
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, [fp, #-16]
cmp r2, r3
bge .L27
ldr r3, [fp, #-12]
ldr r3, [r3, #8]
mov r2, r3
ldr r1, [fp, #-16]
ldr r0, .L46+120
bl log_debugx
ldr r3, [fp, #-12]
ldr r3, [r3, #8]
str r3, [fp, #-16]
.L27:
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
str r2, [r3, #12]
ldr r3, [fp, #-12]
ldr r2, [r3, #20]
ldr r3, [fp, #-12]
str r2, [r3, #16]
ldr r3, [fp, #-12]
ldr r3, [r3, #16]
mov r2, r3
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add_int
b .L1
.L25:
ldr r1, .L46+124
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L28
mov r2, #10
mov r1, #0
ldr r0, [fp, #-32]
bl strtoul
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L29
mov r2, #0
mov r1, #2
ldr r0, [fp, #-24]
bl login_send_error
ldr r1, .L46+128
mov r0, #1
bl log_errx
.L29:
ldr r3, [fp, #-12]
ldr r2, [r3, #24]
ldr r3, [fp, #-16]
cmp r2, r3
bge .L30
ldr r3, [fp, #-12]
ldr r3, [r3, #24]
mov r2, r3
ldr r1, [fp, #-16]
ldr r0, .L46+132
bl log_debugx
ldr r3, [fp, #-12]
ldr r3, [r3, #24]
str r3, [fp, #-16]
.L30:
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
str r2, [r3, #28]
ldr r2, [fp, #-16]
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add_int
b .L1
.L28:
ldr r1, .L46+136
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L31
mov r2, #10
mov r1, #0
ldr r0, [fp, #-32]
bl strtoul
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L32
mov r2, #0
mov r1, #2
ldr r0, [fp, #-24]
bl login_send_error
ldr r1, .L46+140
mov r0, #1
bl log_errx
.L32:
ldr r3, [fp, #-12]
ldr r2, [r3, #32]
ldr r3, [fp, #-16]
cmp r2, r3
bge .L33
ldr r3, [fp, #-12]
ldr r3, [r3, #32]
mov r2, r3
ldr r1, [fp, #-16]
ldr r0, .L46+144
bl log_debugx
ldr r3, [fp, #-12]
ldr r3, [r3, #32]
str r3, [fp, #-16]
.L33:
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
str r2, [r3, #36]
ldr r2, [fp, #-16]
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add_int
b .L1
.L31:
ldr r1, .L46+148
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L34
ldr r2, [fp, #-32]
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L34:
ldr r1, .L46+152
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L35
ldr r2, .L46+156
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L35:
ldr r1, .L46+160
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L36
ldr r2, .L46+88
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L36:
ldr r1, .L46+164
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L37
ldr r2, .L46+96
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L37:
ldr r1, .L46+168
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L38
ldr r2, .L46+96
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L38:
ldr r1, .L46+172
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L39
ldr r2, .L46+156
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L39:
ldr r1, .L46+176
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L40
ldr r2, .L46+108
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L40:
ldr r1, .L46+180
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L41
ldr r2, .L46+108
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
b .L1
.L41:
ldr r1, .L46+184
ldr r0, [fp, #-28]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L42
mov r2, #10
mov r1, #0
ldr r0, [fp, #-32]
bl strtoul
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #2
bls .L43
mov r3, #2
str r3, [fp, #-16]
.L43:
ldr r2, [fp, #-16]
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add_int
b .L1
.L42:
ldr r1, [fp, #-28]
ldr r0, .L46+188
bl log_debugx
ldr r2, .L46+192
ldr r1, [fp, #-28]
ldr r0, [fp, #4]
bl keys_add
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L47:
.align 2
.L46:
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.word .LC7
.word .LC8
.word CONN_SESSION_TYPE_DISCOVERY
.word .LC9
.word .LC10
.word .LC11
.word .LC12
.word CONN_DIGEST_CRC32C
.word .LC13
.word .LC14
.word .LC15
.word .LC16
.word .LC17
.word .LC18
.word .LC19
.word .LC20
.word .LC21
.word .LC22
.word .LC23
.word .LC24
.word .LC25
.word .LC26
.word .LC27
.word .LC28
.word .LC29
.word .LC30
.word .LC31
.word .LC32
.word .LC33
.word .LC34
.word .LC35
.word .LC36
.word .LC37
.word .LC38
.word .LC39
.word .LC40
.word .LC41
.word .LC42
.word .LC43
.word .LC44
.word .LC45
.word .LC46
.size login_negotiate_key, .-login_negotiate_key
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_rgui.c_rgui_set_video_config.c"
.intel_syntax noprefix
.text
.comm ASPECT_RATIO_CUSTOM,8,8
.comm CMD_EVENT_VIDEO_SET_ASPECT_RATIO,4,4
.comm aspectratio_lut,8,8
.type rgui_set_video_config, @function
rgui_set_video_config:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov DWORD PTR -36[rbp], edx
mov eax, 0
call config_get_ptr@PLT
mov QWORD PTR -16[rbp], rax
mov eax, 0
call video_viewport_get_custom@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -16[rbp], 0
je .L5
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 24[rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -32[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -32[rbp]
movss xmm0, DWORD PTR [rax]
mov rax, QWORD PTR -8[rbp]
movss DWORD PTR [rax], xmm0
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 20[rax], edx
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 4[rax]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
cvtsi2ss xmm0, rax
mov rax, QWORD PTR -8[rbp]
movss xmm1, DWORD PTR [rax]
mov rax, QWORD PTR aspectratio_lut[rip]
mov rdx, QWORD PTR ASPECT_RATIO_CUSTOM[rip]
sal rdx, 2
add rax, rdx
divss xmm0, xmm1
movss DWORD PTR [rax], xmm0
cmp DWORD PTR -36[rbp], 0
je .L4
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], 1
jmp .L1
.L4:
mov eax, DWORD PTR CMD_EVENT_VIDEO_SET_ASPECT_RATIO[rip]
mov esi, 0
mov edi, eax
call command_event@PLT
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], 0
jmp .L1
.L5:
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rgui_set_video_config, .-rgui_set_video_config
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_rgui.c_rgui_set_video_config.c"
.text
.comm ASPECT_RATIO_CUSTOM,4,4
.comm CMD_EVENT_VIDEO_SET_ASPECT_RATIO,4,4
.comm aspectratio_lut,4,4
.global __aeabi_i2f
.global __aeabi_fdiv
.align 2
.syntax unified
.arm
.fpu softvfp
.type rgui_set_video_config, %function
rgui_set_video_config:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #28
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
bl config_get_ptr
str r0, [fp, #-20]
bl video_viewport_get_custom
str r0, [fp, #-16]
ldr r3, [fp, #-20]
cmp r3, #0
beq .L5
ldr r3, [fp, #-28]
ldr r2, [r3, #16]
ldr r3, [fp, #-20]
str r2, [r3]
ldr r3, [fp, #-28]
ldr r2, [r3, #12]
ldr r3, [fp, #-16]
str r2, [r3, #4]
ldr r3, [fp, #-28]
ldr r2, [r3] @ float
ldr r3, [fp, #-16]
str r2, [r3] @ float
ldr r3, [fp, #-28]
ldr r2, [r3, #8]
ldr r3, [fp, #-16]
str r2, [r3, #12]
ldr r3, [fp, #-28]
ldr r2, [r3, #4]
ldr r3, [fp, #-16]
str r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
mov r0, r3
bl __aeabi_i2f
ldr r3, [fp, #-16]
ldr r1, [r3] @ float
ldr r3, .L6
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
lsl r3, r3, #2
add r4, r2, r3
bl __aeabi_fdiv
mov r3, r0
str r3, [r4] @ float
ldr r3, [fp, #-32]
cmp r3, #0
beq .L4
ldr r3, [fp, #-24]
mov r2, #1
str r2, [r3]
b .L1
.L4:
ldr r3, .L6+8
ldr r3, [r3]
mov r1, #0
mov r0, r3
bl command_event
ldr r3, [fp, #-24]
mov r2, #0
str r2, [r3]
b .L1
.L5:
nop
.L1:
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L7:
.align 2
.L6:
.word aspectratio_lut
.word ASPECT_RATIO_CUSTOM
.word CMD_EVENT_VIDEO_SET_ASPECT_RATIO
.size rgui_set_video_config, .-rgui_set_video_config
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_keymap.c_process_record_user.c"
.intel_syntax noprefix
.text
.comm _LOWER,4,4
.comm _RAISE,4,4
.section .rodata
.LC0:
.string "00"
.text
.globl process_record_user
.type process_record_user, @function
process_record_user:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov QWORD PTR -16[rbp], rsi
cmp DWORD PTR -4[rbp], 130
je .L2
cmp DWORD PTR -4[rbp], 130
jg .L3
cmp DWORD PTR -4[rbp], 128
je .L4
cmp DWORD PTR -4[rbp], 129
jne .L3
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
je .L5
mov eax, DWORD PTR _LOWER[rip]
mov edi, eax
call layer_on@PLT
jmp .L6
.L5:
mov eax, DWORD PTR _LOWER[rip]
mov edi, eax
call layer_off@PLT
.L6:
mov eax, 0
jmp .L7
.L4:
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
je .L8
mov eax, DWORD PTR _RAISE[rip]
mov edi, eax
call layer_on@PLT
jmp .L9
.L8:
mov eax, DWORD PTR _RAISE[rip]
mov edi, eax
call layer_off@PLT
.L9:
mov eax, 0
jmp .L7
.L2:
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
je .L3
lea rdi, .LC0[rip]
call SEND_STRING@PLT
mov eax, 0
jmp .L7
.L3:
mov eax, 1
.L7:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size process_record_user, .-process_record_user
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_keymap.c_process_record_user.c"
.text
.comm _LOWER,4,4
.comm _RAISE,4,4
.section .rodata
.align 2
.LC0:
.ascii "00\000"
.text
.align 2
.global process_record_user
.syntax unified
.arm
.fpu softvfp
.type process_record_user, %function
process_record_user:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
str r1, [fp, #-12]
ldr r3, [fp, #-8]
cmp r3, #130
beq .L2
ldr r3, [fp, #-8]
cmp r3, #130
bgt .L3
ldr r3, [fp, #-8]
cmp r3, #128
beq .L4
ldr r3, [fp, #-8]
cmp r3, #129
bne .L3
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #0
beq .L5
ldr r3, .L10
ldr r3, [r3]
mov r0, r3
bl layer_on
b .L6
.L5:
ldr r3, .L10
ldr r3, [r3]
mov r0, r3
bl layer_off
.L6:
mov r3, #0
b .L7
.L4:
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #0
beq .L8
ldr r3, .L10+4
ldr r3, [r3]
mov r0, r3
bl layer_on
b .L9
.L8:
ldr r3, .L10+4
ldr r3, [r3]
mov r0, r3
bl layer_off
.L9:
mov r3, #0
b .L7
.L2:
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #0
beq .L3
ldr r0, .L10+8
bl SEND_STRING
mov r3, #0
b .L7
.L3:
mov r3, #1
.L7:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L11:
.align 2
.L10:
.word _LOWER
.word _RAISE
.word .LC0
.size process_record_user, .-process_record_user
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_net_socket.c_socket_receive_all_blocking.c"
.intel_syntax noprefix
.text
.globl socket_receive_all_blocking
.type socket_receive_all_blocking, @function
socket_receive_all_blocking:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov DWORD PTR -20[rbp], edi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR -16[rbp], rax
jmp .L2
.L5:
mov rdx, QWORD PTR -40[rbp]
mov rsi, QWORD PTR -16[rbp]
mov eax, DWORD PTR -20[rbp]
mov ecx, 0
mov edi, eax
call recv@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jg .L3
mov eax, 0
jmp .L4
.L3:
mov rax, QWORD PTR -8[rbp]
sal rax, 2
add QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -8[rbp]
sub QWORD PTR -40[rbp], rax
.L2:
cmp QWORD PTR -40[rbp], 0
jne .L5
mov eax, 1
.L4:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size socket_receive_all_blocking, .-socket_receive_all_blocking
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_net_socket.c_socket_receive_all_blocking.c"
.text
.align 2
.global socket_receive_all_blocking
.syntax unified
.arm
.fpu softvfp
.type socket_receive_all_blocking, %function
socket_receive_all_blocking:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, [fp, #-20]
str r3, [fp, #-12]
b .L2
.L5:
mov r3, #0
ldr r2, [fp, #-24]
ldr r1, [fp, #-12]
ldr r0, [fp, #-16]
bl recv
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bgt .L3
mov r3, #0
b .L4
.L3:
ldr r3, [fp, #-8]
lsl r3, r3, #2
ldr r2, [fp, #-12]
add r3, r2, r3
str r3, [fp, #-12]
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
sub r3, r2, r3
str r3, [fp, #-24]
.L2:
ldr r3, [fp, #-24]
cmp r3, #0
bne .L5
mov r3, #1
.L4:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size socket_receive_all_blocking, .-socket_receive_all_blocking
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_smp.c_arch_send_call_function_single_ipi.c"
.intel_syntax noprefix
.text
.comm ec_call_function_single,4,4
.comm pcpu_devices,8,8
.globl arch_send_call_function_single_ipi
.type arch_send_call_function_single_ipi, @function
arch_send_call_function_single_ipi:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov eax, DWORD PTR ec_call_function_single[rip]
mov edx, DWORD PTR -4[rbp]
movsx rcx, edx
mov rdx, QWORD PTR pcpu_devices[rip]
add rdx, rcx
mov esi, eax
mov rdi, rdx
call pcpu_ec_call@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size arch_send_call_function_single_ipi, .-arch_send_call_function_single_ipi
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_smp.c_arch_send_call_function_single_ipi.c"
.text
.comm ec_call_function_single,4,4
.comm pcpu_devices,4,4
.align 2
.global arch_send_call_function_single_ipi
.syntax unified
.arm
.fpu softvfp
.type arch_send_call_function_single_ipi, %function
arch_send_call_function_single_ipi:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r3, .L2
ldr r2, [r3]
ldr r3, [fp, #-8]
add r3, r2, r3
ldr r2, .L2+4
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl pcpu_ec_call
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word pcpu_devices
.word ec_call_function_single
.size arch_send_call_function_single_ipi, .-arch_send_call_function_single_ipi
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_io.c_svn_io_dir_file_copy.c"
.intel_syntax noprefix
.text
.comm TRUE,4,4
.globl svn_io_dir_file_copy
.type svn_io_dir_file_copy, @function
svn_io_dir_file_copy:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov QWORD PTR -48[rbp], rcx
mov rdx, QWORD PTR -48[rbp]
mov rcx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -32[rbp]
mov rsi, rcx
mov rdi, rax
call svn_dirent_join@PLT
mov QWORD PTR -16[rbp], rax
mov rdx, QWORD PTR -48[rbp]
mov rcx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call svn_dirent_join@PLT
mov QWORD PTR -8[rbp], rax
mov edx, DWORD PTR TRUE[rip]
mov rcx, QWORD PTR -48[rbp]
mov rsi, QWORD PTR -16[rbp]
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call svn_io_copy_file@PLT
mov edi, eax
call svn_error_trace@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size svn_io_dir_file_copy, .-svn_io_dir_file_copy
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_io.c_svn_io_dir_file_copy.c"
.text
.comm TRUE,4,4
.align 2
.global svn_io_dir_file_copy
.syntax unified
.arm
.fpu softvfp
.type svn_io_dir_file_copy, %function
svn_io_dir_file_copy:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
ldr r2, [fp, #-28]
ldr r1, [fp, #-24]
ldr r0, [fp, #-20]
bl svn_dirent_join
str r0, [fp, #-12]
ldr r2, [fp, #-28]
ldr r1, [fp, #-24]
ldr r0, [fp, #-16]
bl svn_dirent_join
str r0, [fp, #-8]
ldr r3, .L3
ldr r2, [r3]
ldr r3, [fp, #-28]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl svn_io_copy_file
mov r3, r0
mov r0, r3
bl svn_error_trace
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word TRUE
.size svn_io_dir_file_copy, .-svn_io_dir_file_copy
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ttaenc.c_tta_write_packet.c"
.intel_syntax noprefix
.text
.comm AVERROR_INVALIDDATA,4,4
.comm AV_LOG_ERROR,4,4
.comm FF_PACKETLIST_FLAG_REF_PACKET,4,4
.section .rodata
.LC0:
.string "Invalid frame durations\n"
.text
.type tta_write_packet, @function
tta_write_packet:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov edx, DWORD PTR FF_PACKETLIST_FLAG_REF_PACKET[rip]
mov rax, QWORD PTR -8[rbp]
lea rsi, 24[rax]
mov rax, QWORD PTR -8[rbp]
lea rdi, 28[rax]
mov rax, QWORD PTR -32[rbp]
mov ecx, edx
mov rdx, rax
call ff_packet_list_put@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jns .L2
mov eax, DWORD PTR -12[rbp]
jmp .L3
.L2:
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 20[rax]
mov esi, edx
mov edi, eax
call avio_wl32@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 16[rax]
mov edx, eax
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
add eax, edx
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
cmp rdx, rax
je .L4
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L5
mov ecx, DWORD PTR AV_LOG_ERROR[rip]
mov rax, QWORD PTR -24[rbp]
lea rdx, .LC0[rip]
mov esi, ecx
mov rdi, rax
call av_log@PLT
mov eax, DWORD PTR AVERROR_INVALIDDATA[rip]
jmp .L3
.L5:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
lea rdx, 1[rax]
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], rdx
.L4:
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size tta_write_packet, .-tta_write_packet
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ttaenc.c_tta_write_packet.c"
.text
.comm AVERROR_INVALIDDATA,4,4
.comm AV_LOG_ERROR,4,4
.comm FF_PACKETLIST_FLAG_REF_PACKET,4,4
.section .rodata
.align 2
.LC0:
.ascii "Invalid frame durations\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type tta_write_packet, %function
tta_write_packet:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, [fp, #-12]
add r0, r3, #20
ldr r3, [fp, #-12]
add r1, r3, #16
ldr r3, .L6
ldr r3, [r3]
ldr r2, [fp, #-20]
bl ff_packet_list_put
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bge .L2
ldr r3, [fp, #-8]
b .L3
.L2:
ldr r3, [fp, #-12]
ldr r2, [r3, #12]
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
mov r1, r3
mov r0, r2
bl avio_wl32
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, [fp, #-20]
ldr r3, [r3]
add r2, r2, r3
ldr r3, [fp, #-12]
str r2, [r3, #8]
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-20]
ldr r3, [r3]
cmp r2, r3
beq .L4
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
cmp r3, #0
beq .L5
ldr r3, .L6+4
ldr r3, [r3]
ldr r2, .L6+8
mov r1, r3
ldr r0, [fp, #-16]
bl av_log
ldr r3, .L6+12
ldr r3, [r3]
b .L3
.L5:
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
add r2, r3, #1
ldr r3, [fp, #-12]
str r2, [r3, #4]
.L4:
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word FF_PACKETLIST_FLAG_REF_PACKET
.word AV_LOG_ERROR
.word .LC0
.word AVERROR_INVALIDDATA
.size tta_write_packet, .-tta_write_packet
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xt_cluster.c_xt_cluster_ipv6_is_multicast.c"
.intel_syntax noprefix
.text
.type xt_cluster_ipv6_is_multicast, @function
xt_cluster_ipv6_is_multicast:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 40
.cfi_offset 3, -24
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov eax, DWORD PTR [rax]
mov DWORD PTR -20[rbp], eax
mov edi, -16777216
call htonl@PLT
and eax, DWORD PTR -20[rbp]
mov ebx, eax
mov edi, -16777216
call htonl@PLT
cmp ebx, eax
sete al
movzx eax, al
add rsp, 40
pop rbx
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size xt_cluster_ipv6_is_multicast, .-xt_cluster_ipv6_is_multicast
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_xt_cluster.c_xt_cluster_ipv6_is_multicast.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type xt_cluster_ipv6_is_multicast, %function
xt_cluster_ipv6_is_multicast:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #20
str r0, [fp, #-24]
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3]
str r3, [fp, #-16]
mov r0, #-16777216
bl htonl
mov r2, r0
ldr r3, [fp, #-16]
and r4, r2, r3
mov r0, #-16777216
bl htonl
mov r3, r0
cmp r4, r3
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.size xt_cluster_ipv6_is_multicast, .-xt_cluster_ipv6_is_multicast
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vmwgfx_cmdbuf.c_vmw_cmdbuf_ctx_init.c"
.intel_syntax noprefix
.text
.type vmw_cmdbuf_ctx_init, @function
vmw_cmdbuf_ctx_init:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
add rax, 16
mov rdi, rax
call INIT_LIST_HEAD@PLT
mov rax, QWORD PTR -8[rbp]
add rax, 12
mov rdi, rax
call INIT_LIST_HEAD@PLT
mov rax, QWORD PTR -8[rbp]
add rax, 8
mov rdi, rax
call INIT_LIST_HEAD@PLT
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], 0
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size vmw_cmdbuf_ctx_init, .-vmw_cmdbuf_ctx_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_vmwgfx_cmdbuf.c_vmw_cmdbuf_ctx_init.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type vmw_cmdbuf_ctx_init, %function
vmw_cmdbuf_ctx_init:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r3, [fp, #-8]
add r3, r3, #12
mov r0, r3
bl INIT_LIST_HEAD
ldr r3, [fp, #-8]
add r3, r3, #8
mov r0, r3
bl INIT_LIST_HEAD
ldr r3, [fp, #-8]
add r3, r3, #4
mov r0, r3
bl INIT_LIST_HEAD
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3]
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size vmw_cmdbuf_ctx_init, .-vmw_cmdbuf_ctx_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_......util..perf.h_rdclock.c"
.intel_syntax noprefix
.text
.comm CLOCK_MONOTONIC,4,4
.type rdclock, @function
rdclock:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov eax, DWORD PTR CLOCK_MONOTONIC[rip]
lea rdx, -32[rbp]
mov rsi, rdx
mov edi, eax
call clock_gettime@PLT
mov rax, QWORD PTR -32[rbp]
imul rdx, rax, 1000000000
mov rax, QWORD PTR -24[rbp]
add rax, rdx
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L3
call __stack_chk_fail@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rdclock, .-rdclock
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_......util..perf.h_rdclock.c"
.text
.comm CLOCK_MONOTONIC,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type rdclock, %function
rdclock:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #24
ldr r3, .L4
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
ldr r3, .L4+4
ldr r3, [r3]
sub r2, fp, #36
mov r1, r2
mov r0, r3
bl clock_gettime
sub r1, fp, #36
ldmia r1, {r0-r1}
ldr r3, .L4+8
mul r2, r3, r1
mov r3, #0
mul r3, r0, r3
add ip, r2, r3
ldr lr, .L4+8
umull r2, r3, r0, lr
add r1, ip, r3
mov r3, r1
sub r1, fp, #28
ldmia r1, {r0-r1}
adds r4, r2, r0
adc r5, r3, r1
mov r2, r4
mov r3, r5
ldr r1, .L4
ldr r0, [r1]
ldr r1, [fp, #-16]
eors r0, r1, r0
mov r1, #0
beq .L3
bl __stack_chk_fail
.L3:
mov r0, r2
mov r1, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L5:
.align 2
.L4:
.word .LC0
.word CLOCK_MONOTONIC
.word 1000000000
.size rdclock, .-rdclock
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_lantiq.c_lqasc_err_int.c"
.intel_syntax noprefix
.text
.comm ASCWHBSTATE_CLRFE,4,4
.comm ASCWHBSTATE_CLRPE,4,4
.comm ASCWHBSTATE_CLRROE,4,4
.comm IRQ_HANDLED,4,4
.comm LTQ_ASC_WHBSTATE,8,8
.type lqasc_err_int, @function
lqasc_err_int:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov DWORD PTR -36[rbp], edi
mov QWORD PTR -48[rbp], rsi
mov rax, QWORD PTR -48[rbp]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call to_ltq_uart_port@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call spin_lock_irqsave@PLT
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR LTQ_ASC_WHBSTATE[rip]
add rdx, rax
mov ecx, DWORD PTR ASCWHBSTATE_CLRPE[rip]
mov eax, DWORD PTR ASCWHBSTATE_CLRFE[rip]
or ecx, eax
mov eax, DWORD PTR ASCWHBSTATE_CLRROE[rip]
or eax, ecx
mov esi, eax
mov edi, 0
call asc_update_bits@PLT
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call spin_unlock_irqrestore@PLT
mov eax, DWORD PTR IRQ_HANDLED[rip]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size lqasc_err_int, .-lqasc_err_int
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_lantiq.c_lqasc_err_int.c"
.text
.comm ASCWHBSTATE_CLRFE,4,4
.comm ASCWHBSTATE_CLRPE,4,4
.comm ASCWHBSTATE_CLRROE,4,4
.comm IRQ_HANDLED,4,4
.comm LTQ_ASC_WHBSTATE,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type lqasc_err_int, %function
lqasc_err_int:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
str r1, [fp, #-28]
ldr r3, [fp, #-28]
str r3, [fp, #-16]
ldr r0, [fp, #-16]
bl to_ltq_uart_port
str r0, [fp, #-12]
ldr r3, [fp, #-12]
ldr r1, [fp, #-8]
mov r0, r3
bl spin_lock_irqsave
ldr r3, .L3
ldr r2, [r3]
ldr r3, .L3+4
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L3+8
ldr r3, [r3]
orr r1, r2, r3
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L3+12
ldr r3, [r3]
add r3, r2, r3
mov r2, r3
mov r0, #0
bl asc_update_bits
ldr r3, [fp, #-12]
ldr r1, [fp, #-8]
mov r0, r3
bl spin_unlock_irqrestore
ldr r3, .L3+16
ldr r3, [r3]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word ASCWHBSTATE_CLRPE
.word ASCWHBSTATE_CLRFE
.word ASCWHBSTATE_CLRROE
.word LTQ_ASC_WHBSTATE
.word IRQ_HANDLED
.size lqasc_err_int, .-lqasc_err_int
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_nfp_net_common.c_nfp_net_rx_give_one.c"
.intel_syntax noprefix
.text
.comm NFP_NET_FL_BATCH,4,4
.type nfp_net_rx_give_one, @function
nfp_net_rx_give_one:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov QWORD PTR -48[rbp], rcx
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
mov esi, edx
mov rdi, rax
call D_IDX@PLT
mov DWORD PTR -4[rbp], eax
mov rdx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call nfp_net_dma_sync_dev_rx@PLT
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR 16[rax]
mov edx, DWORD PTR -4[rbp]
sal rdx, 4
add rdx, rax
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 8[rdx], rax
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR 16[rax]
mov edx, DWORD PTR -4[rbp]
sal rdx, 4
add rdx, rax
mov rax, QWORD PTR -48[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR 8[rax]
mov edx, DWORD PTR -4[rbp]
sal rdx, 4
add rax, rdx
mov QWORD PTR 8[rax], 0
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR 8[rax]
mov edx, DWORD PTR -4[rbp]
sal rdx, 4
add rax, rdx
mov QWORD PTR [rax], 0
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -48[rbp]
add rax, rdx
mov rdx, QWORD PTR -32[rbp]
mov rdx, QWORD PTR 8[rdx]
mov ecx, DWORD PTR -4[rbp]
sal rcx, 4
add rdx, rcx
mov rsi, rax
mov rdi, rdx
call nfp_desc_set_dma_addr@PLT
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR [rax]
lea edx, 1[rax]
mov rax, QWORD PTR -32[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR NFP_NET_FL_BATCH[rip]
cdq
idiv ecx
mov eax, edx
test eax, eax
jne .L3
mov eax, 0
call wmb@PLT
mov edx, DWORD PTR NFP_NET_FL_BATCH[rip]
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
mov esi, edx
mov edi, eax
call nfp_qcp_wr_ptr_add@PLT
.L3:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size nfp_net_rx_give_one, .-nfp_net_rx_give_one
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_nfp_net_common.c_nfp_net_rx_give_one.c"
.text
.comm NFP_NET_FL_BATCH,4,4
.global __aeabi_idivmod
.align 2
.syntax unified
.arm
.fpu softvfp
.type nfp_net_rx_give_one, %function
nfp_net_rx_give_one:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
ldr r3, [fp, #-20]
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-20]
bl D_IDX
str r0, [fp, #-8]
ldr r1, [fp, #-28]
ldr r0, [fp, #-16]
bl nfp_net_dma_sync_dev_rx
ldr r3, [fp, #-20]
ldr r2, [r3, #12]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [fp, #-24]
str r2, [r3, #4]
ldr r3, [fp, #-20]
ldr r2, [r3, #12]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [fp, #-28]
str r2, [r3]
ldr r3, [fp, #-20]
ldr r2, [r3, #8]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
mov r2, #0
str r2, [r3, #4]
ldr r3, [fp, #-20]
ldr r2, [r3, #8]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-20]
ldr r2, [r3, #8]
ldr r3, [fp, #-8]
lsl r3, r3, #3
add r3, r2, r3
mov r0, r3
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-28]
add r3, r2, r3
mov r1, r3
bl nfp_desc_set_dma_addr
ldr r3, [fp, #-20]
ldr r3, [r3]
add r2, r3, #1
ldr r3, [fp, #-20]
str r2, [r3]
ldr r3, [fp, #-20]
ldr r3, [r3]
ldr r2, .L4
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl __aeabi_idivmod
mov r3, r1
cmp r3, #0
bne .L3
bl wmb
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
ldr r2, .L4
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl nfp_qcp_wr_ptr_add
.L3:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word NFP_NET_FL_BATCH
.size nfp_net_rx_give_one, .-nfp_net_rx_give_one
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mtu3_debugfs.c_ssusb_vbus_open.c"
.intel_syntax noprefix
.text
.comm ssusb_vbus_show,4,4
.type ssusb_vbus_open, @function
ssusb_vbus_open:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR [rax]
mov ecx, DWORD PTR ssusb_vbus_show[rip]
mov rax, QWORD PTR -16[rbp]
mov esi, ecx
mov rdi, rax
call single_open@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ssusb_vbus_open, .-ssusb_vbus_open
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_mtu3_debugfs.c_ssusb_vbus_open.c"
.text
.comm ssusb_vbus_show,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type ssusb_vbus_open, %function
ssusb_vbus_open:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
str r1, [fp, #-12]
ldr r3, .L3
ldr r1, [r3]
ldr r3, [fp, #-8]
ldr r3, [r3]
mov r2, r3
ldr r0, [fp, #-12]
bl single_open
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word ssusb_vbus_show
.size ssusb_vbus_open, .-ssusb_vbus_open
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_edd.c_edd_show_default_heads.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.comm left,4,4
.section .rodata
.LC0:
.string "%u\n"
.text
.type edd_show_default_heads, @function
edd_show_default_heads:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -24[rbp], 0
jne .L2
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L2:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call edd_dev_get_info@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
je .L4
cmp QWORD PTR -32[rbp], 0
jne .L5
.L4:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L3
.L5:
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR [rax]
mov esi, DWORD PTR left[rip]
mov rax, QWORD PTR -16[rbp]
mov ecx, edx
lea rdx, .LC0[rip]
mov rdi, rax
call scnprintf@PLT
cdqe
add QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
sub rax, QWORD PTR -32[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size edd_show_default_heads, .-edd_show_default_heads
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_edd.c_edd_show_default_heads.c"
.text
.comm EINVAL,4,4
.comm left,4,4
.section .rodata
.align 2
.LC0:
.ascii "%u\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type edd_show_default_heads, %function
edd_show_default_heads:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r3, [fp, #-20]
str r3, [fp, #-12]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L2
ldr r3, .L6
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r0, [fp, #-16]
bl edd_dev_get_info
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L4
ldr r3, [fp, #-20]
cmp r3, #0
bne .L5
.L4:
ldr r3, .L6
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L5:
ldr r3, .L6+4
ldr r1, [r3]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, .L6+8
ldr r0, [fp, #-12]
bl scnprintf
mov r3, r0
mov r2, r3
ldr r3, [fp, #-12]
add r3, r3, r2
str r3, [fp, #-12]
ldr r2, [fp, #-12]
ldr r3, [fp, #-20]
sub r3, r2, r3
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word EINVAL
.word left
.word .LC0
.size edd_show_default_heads, .-edd_show_default_heads
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ionic_dev.c_ionic_dev_cmd_init.c"
.intel_syntax noprefix
.text
.comm IONIC_CMD_INIT,4,4
.globl ionic_dev_cmd_init
.type ionic_dev_cmd_init, @function
ionic_dev_cmd_init:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -16[rbp], 0
mov eax, DWORD PTR IONIC_CMD_INIT[rip]
mov DWORD PTR -12[rbp], eax
lea rdx, -16[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call ionic_dev_cmd_go@PLT
nop
mov rax, QWORD PTR -8[rbp]
xor rax, QWORD PTR fs:40
je .L2
call __stack_chk_fail@PLT
.L2:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ionic_dev_cmd_init, .-ionic_dev_cmd_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ionic_dev.c_ionic_dev_cmd_init.c"
.text
.comm IONIC_CMD_INIT,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.global ionic_dev_cmd_init
.syntax unified
.arm
.fpu softvfp
.type ionic_dev_cmd_init, %function
ionic_dev_cmd_init:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
ldr r3, .L3
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-16]
ldr r3, .L3+4
ldr r3, [r3]
str r3, [fp, #-12]
sub r3, fp, #16
mov r1, r3
ldr r0, [fp, #-24]
bl ionic_dev_cmd_go
nop
ldr r3, .L3
ldr r2, [r3]
ldr r3, [fp, #-8]
eors r2, r3, r2
mov r3, #0
beq .L2
bl __stack_chk_fail
.L2:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC0
.word IONIC_CMD_INIT
.size ionic_dev_cmd_init, .-ionic_dev_cmd_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_bufmgr.c_ReadBuffer.c"
.intel_syntax noprefix
.text
.comm MAIN_FORKNUM,4,4
.comm RBM_NORMAL,4,4
.globl ReadBuffer
.type ReadBuffer, @function
ReadBuffer:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov DWORD PTR -8[rbp], esi
mov ecx, DWORD PTR RBM_NORMAL[rip]
mov esi, DWORD PTR MAIN_FORKNUM[rip]
mov edx, DWORD PTR -8[rbp]
mov eax, DWORD PTR -4[rbp]
mov r8d, 0
mov edi, eax
call ReadBufferExtended@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ReadBuffer, .-ReadBuffer
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_bufmgr.c_ReadBuffer.c"
.text
.comm MAIN_FORKNUM,4,4
.comm RBM_NORMAL,4,4
.align 2
.global ReadBuffer
.syntax unified
.arm
.fpu softvfp
.type ReadBuffer, %function
ReadBuffer:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
ldr r3, .L3
ldr r1, [r3]
ldr r3, .L3+4
ldr r3, [r3]
mov r2, #0
str r2, [sp]
ldr r2, [fp, #-12]
ldr r0, [fp, #-8]
bl ReadBufferExtended
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word MAIN_FORKNUM
.word RBM_NORMAL
.size ReadBuffer, .-ReadBuffer
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_tc3589x.c_tc3589x_irq_unmap.c"
.intel_syntax noprefix
.text
.type tc3589x_irq_unmap, @function
tc3589x_irq_unmap:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov DWORD PTR -12[rbp], esi
mov eax, DWORD PTR -12[rbp]
mov edx, 0
mov esi, 0
mov edi, eax
call irq_set_chip_and_handler@PLT
mov eax, DWORD PTR -12[rbp]
mov esi, 0
mov edi, eax
call irq_set_chip_data@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size tc3589x_irq_unmap, .-tc3589x_irq_unmap
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_tc3589x.c_tc3589x_irq_unmap.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type tc3589x_irq_unmap, %function
tc3589x_irq_unmap:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
str r1, [fp, #-12]
mov r2, #0
mov r1, #0
ldr r0, [fp, #-12]
bl irq_set_chip_and_handler
mov r1, #0
ldr r0, [fp, #-12]
bl irq_set_chip_data
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size tc3589x_irq_unmap, .-tc3589x_irq_unmap
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dss.c_dss_get_device.c"
.intel_syntax noprefix
.text
.globl dss_get_device
.type dss_get_device, @function
dss_get_device:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call dev_get_drvdata@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size dss_get_device, .-dss_get_device
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dss.c_dss_get_device.c"
.text
.align 2
.global dss_get_device
.syntax unified
.arm
.fpu softvfp
.type dss_get_device, %function
dss_get_device:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl dev_get_drvdata
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size dss_get_device, .-dss_get_device
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ngx_stream_return_module.c_ngx_stream_return_handler.c"
.intel_syntax noprefix
.text
.comm NGX_LOG_DEBUG_STREAM,4,4
.comm NGX_OK,8,8
.comm NGX_STREAM_INTERNAL_SERVER_ERROR,4,4
.comm NGX_STREAM_OK,4,4
.comm ngx_stream_return_module,4,4
.section .rodata
.LC0:
.string "returning text"
.LC1:
.string "stream return text: \"%V\""
.text
.type ngx_stream_return_handler, @function
ngx_stream_return_handler:
.LFB0:
.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 QWORD PTR -72[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -64[rbp], rax
mov rax, QWORD PTR -64[rbp]
mov rax, QWORD PTR 16[rax]
lea rdx, .LC0[rip]
mov QWORD PTR [rax], rdx
mov edx, DWORD PTR ngx_stream_return_module[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_get_module_srv_conf@PLT
mov QWORD PTR -56[rbp], rax
mov rcx, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call ngx_stream_complex_value@PLT
mov rdx, QWORD PTR NGX_OK[rip]
cmp rax, rdx
je .L2
mov edx, DWORD PTR NGX_STREAM_INTERNAL_SERVER_ERROR[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_finalize_session@PLT
jmp .L1
.L2:
mov rax, QWORD PTR -64[rbp]
mov rsi, QWORD PTR 16[rax]
mov eax, DWORD PTR NGX_LOG_DEBUG_STREAM[rip]
lea rdx, -32[rbp]
mov r8, rdx
lea rcx, .LC1[rip]
mov edx, 0
mov edi, eax
call ngx_log_debug1@PLT
mov rax, QWORD PTR -32[rbp]
test rax, rax
jne .L4
mov edx, DWORD PTR NGX_STREAM_OK[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_finalize_session@PLT
jmp .L1
.L4:
mov rax, QWORD PTR -64[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, 8
mov edi, eax
call ngx_pcalloc@PLT
mov QWORD PTR -48[rbp], rax
cmp QWORD PTR -48[rbp], 0
jne .L5
mov edx, DWORD PTR NGX_STREAM_INTERNAL_SERVER_ERROR[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_finalize_session@PLT
jmp .L1
.L5:
mov edx, DWORD PTR ngx_stream_return_module[rip]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call ngx_stream_set_ctx@PLT
mov rax, QWORD PTR -64[rbp]
mov eax, DWORD PTR 8[rax]
mov edi, eax
call ngx_calloc_buf@PLT
mov QWORD PTR -40[rbp], rax
cmp QWORD PTR -40[rbp], 0
jne .L6
mov edx, DWORD PTR NGX_STREAM_INTERNAL_SERVER_ERROR[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_finalize_session@PLT
jmp .L1
.L6:
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], 1
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 8[rax], rdx
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -32[rbp]
add rdx, rax
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR 24[rax], 1
mov rax, QWORD PTR -64[rbp]
mov eax, DWORD PTR 8[rax]
mov edi, eax
call ngx_alloc_chain_link@PLT
mov rdx, QWORD PTR -48[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L7
mov edx, DWORD PTR NGX_STREAM_INTERNAL_SERVER_ERROR[rip]
mov rax, QWORD PTR -72[rbp]
mov esi, edx
mov rdi, rax
call ngx_stream_finalize_session@PLT
jmp .L1
.L7:
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR [rax], 0
mov rax, QWORD PTR -64[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR ngx_stream_return_write_handler@GOTPCREL[rip]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -64[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call ngx_stream_return_write_handler@PLT
.L1:
mov rax, QWORD PTR -8[rbp]
xor rax, QWORD PTR fs:40
je .L9
call __stack_chk_fail@PLT
.L9:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ngx_stream_return_handler, .-ngx_stream_return_handler
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ngx_stream_return_module.c_ngx_stream_return_handler.c"
.text
.comm NGX_LOG_DEBUG_STREAM,4,4
.comm NGX_OK,4,4
.comm NGX_STREAM_INTERNAL_SERVER_ERROR,4,4
.comm NGX_STREAM_OK,4,4
.comm ngx_stream_return_module,4,4
.section .rodata
.align 2
.LC0:
.ascii "returning text\000"
.align 2
.LC1:
.ascii "stream return text: \"%V\"\000"
.align 2
.LC2:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type ngx_stream_return_handler, %function
ngx_stream_return_handler:
@ args = 0, pretend = 0, frame = 40
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #48
str r0, [fp, #-40]
ldr r3, .L10
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
ldr r3, [fp, #-40]
ldr r3, [r3]
str r3, [fp, #-32]
ldr r3, [fp, #-32]
ldr r3, [r3, #8]
ldr r2, .L10+4
str r2, [r3]
ldr r3, .L10+8
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_get_module_srv_conf
str r0, [fp, #-28]
ldr r3, [fp, #-28]
sub r2, fp, #16
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_complex_value
mov r2, r0
ldr r3, .L10+12
ldr r3, [r3]
cmp r2, r3
beq .L2
ldr r3, .L10+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_finalize_session
b .L1
.L2:
ldr r3, .L10+20
ldr r0, [r3]
ldr r3, [fp, #-32]
ldr r1, [r3, #8]
sub r3, fp, #16
str r3, [sp]
ldr r3, .L10+24
mov r2, #0
bl ngx_log_debug1
ldr r3, [fp, #-16]
cmp r3, #0
bne .L4
ldr r3, .L10+28
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_finalize_session
b .L1
.L4:
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
mov r1, #4
mov r0, r3
bl ngx_pcalloc
str r0, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
bne .L5
ldr r3, .L10+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_finalize_session
b .L1
.L5:
ldr r3, .L10+8
ldr r3, [r3]
mov r2, r3
ldr r1, [fp, #-24]
ldr r0, [fp, #-40]
bl ngx_stream_set_ctx
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
mov r0, r3
bl ngx_calloc_buf
str r0, [fp, #-20]
ldr r3, [fp, #-20]
cmp r3, #0
bne .L6
ldr r3, .L10+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_finalize_session
b .L1
.L6:
ldr r3, [fp, #-20]
mov r2, #1
str r2, [r3]
ldr r2, [fp, #-12]
ldr r3, [fp, #-20]
str r2, [r3, #4]
ldr r2, [fp, #-12]
ldr r3, [fp, #-16]
add r2, r2, r3
ldr r3, [fp, #-20]
str r2, [r3, #8]
ldr r3, [fp, #-20]
mov r2, #1
str r2, [r3, #12]
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
mov r0, r3
bl ngx_alloc_chain_link
mov r2, r0
ldr r3, [fp, #-24]
str r2, [r3]
ldr r3, [fp, #-24]
ldr r3, [r3]
cmp r3, #0
bne .L7
ldr r3, .L10+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-40]
bl ngx_stream_finalize_session
b .L1
.L7:
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r2, [fp, #-20]
str r2, [r3, #4]
ldr r3, [fp, #-24]
ldr r3, [r3]
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3]
ldr r2, .L10+32
str r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3]
mov r0, r3
bl ngx_stream_return_write_handler
.L1:
ldr r3, .L10
ldr r2, [r3]
ldr r3, [fp, #-8]
eors r2, r3, r2
mov r3, #0
beq .L9
bl __stack_chk_fail
.L9:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L11:
.align 2
.L10:
.word .LC2
.word .LC0
.word ngx_stream_return_module
.word NGX_OK
.word NGX_STREAM_INTERNAL_SERVER_ERROR
.word NGX_LOG_DEBUG_STREAM
.word .LC1
.word NGX_STREAM_OK
.word ngx_stream_return_write_handler
.size ngx_stream_return_handler, .-ngx_stream_return_handler
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_if_vmx.c_vmxnet3_get_counter.c"
.intel_syntax noprefix
.text
.comm IFCOUNTERS,4,4
.type vmxnet3_get_counter, @function
vmxnet3_get_counter:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov DWORD PTR -20[rbp], edi
mov DWORD PTR -24[rbp], esi
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call iflib_get_ifp@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR IFCOUNTERS[rip]
cmp DWORD PTR -24[rbp], eax
jge .L2
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -4[rbp]
mov esi, edx
mov edi, eax
call if_get_counter_default@PLT
jmp .L3
.L2:
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size vmxnet3_get_counter, .-vmxnet3_get_counter
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_if_vmx.c_vmxnet3_get_counter.c"
.text
.comm IFCOUNTERS,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type vmxnet3_get_counter, %function
vmxnet3_get_counter:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r0, [fp, #-16]
bl iflib_get_ifp
str r0, [fp, #-8]
ldr r3, .L4
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
bge .L2
ldr r1, [fp, #-20]
ldr r0, [fp, #-8]
bl if_get_counter_default
mov r3, r0
b .L3
.L2:
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word IFCOUNTERS
.size vmxnet3_get_counter, .-vmxnet3_get_counter
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_getaddrinfo_test.c_addrinfo_read_snapshot_ai.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "(null)"
.LC1:
.string " "
.text
.type addrinfo_read_snapshot_ai, @function
addrinfo_read_snapshot_ai:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov QWORD PTR -56[rbp], rdi
mov QWORD PTR -64[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -44[rbp], 0
mov DWORD PTR -48[rbp], 0
mov rax, QWORD PTR -64[rbp]
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov edx, 24
mov esi, 0
mov rdi, rax
call memset@PLT
jmp .L2
.L15:
cmp DWORD PTR -48[rbp], 6
je .L3
cmp DWORD PTR -48[rbp], 6
jg .L4
cmp DWORD PTR -48[rbp], 5
je .L5
cmp DWORD PTR -48[rbp], 5
jg .L4
cmp DWORD PTR -48[rbp], 3
jg .L6
cmp DWORD PTR -48[rbp], 0
jns .L7
jmp .L4
.L6:
cmp DWORD PTR -48[rbp], 4
je .L8
jmp .L4
.L7:
mov rax, QWORD PTR -56[rbp]
mov edx, DWORD PTR -48[rbp]
movsx rdx, edx
sal rdx, 2
add rax, rdx
mov QWORD PTR -16[rbp], rax
lea rcx, -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov edx, 10
mov rsi, rcx
mov rdi, rax
call strtol@PLT
mov edx, eax
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -32[rbp]
movzx eax, BYTE PTR [rax]
test al, al
je .L21
jmp .L10
.L8:
lea rcx, -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov edx, 10
mov rsi, rcx
mov rdi, rax
call strtol@PLT
mov edx, eax
mov rax, QWORD PTR -56[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -32[rbp]
movzx eax, BYTE PTR [rax]
test al, al
je .L22
jmp .L10
.L5:
mov rax, QWORD PTR -24[rbp]
lea rsi, .LC0[rip]
mov rdi, rax
call strcmp@PLT
test eax, eax
je .L23
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call strdup@PLT
mov rdx, rax
mov rax, QWORD PTR -56[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 16[rax]
test rax, rax
setne al
movzx eax, al
mov edi, eax
call ATF_REQUIRE@PLT
jmp .L23
.L3:
mov rax, QWORD PTR -24[rbp]
lea rsi, .LC0[rip]
mov rdi, rax
call strcmp@PLT
test eax, eax
je .L24
mov rax, QWORD PTR -56[rbp]
mov eax, DWORD PTR 4[rax]
mov esi, eax
mov edi, 1
call calloc@PLT
mov rdx, QWORD PTR -56[rbp]
mov QWORD PTR 8[rdx], rax
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
setne al
movzx eax, al
mov edi, eax
call ATF_REQUIRE@PLT
mov rax, QWORD PTR -56[rbp]
mov edx, DWORD PTR 4[rax]
mov rax, QWORD PTR -56[rbp]
mov rcx, QWORD PTR 8[rax]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call addrinfo_read_snapshot_addr@PLT
mov DWORD PTR -44[rbp], eax
cmp DWORD PTR -44[rbp], 0
je .L24
jmp .L10
.L4:
mov DWORD PTR -44[rbp], -1
jmp .L10
.L21:
nop
jmp .L11
.L22:
nop
jmp .L11
.L23:
nop
jmp .L11
.L24:
nop
.L11:
add DWORD PTR -48[rbp], 1
.L2:
lea rax, -40[rbp]
lea rsi, .LC1[rip]
mov rdi, rax
call strsep@PLT
mov QWORD PTR -24[rbp], rax
cmp QWORD PTR -24[rbp], 0
jne .L15
nop
.L10:
cmp DWORD PTR -48[rbp], 7
jne .L16
cmp DWORD PTR -44[rbp], 0
je .L17
.L16:
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call free_addrinfo@PLT
mov QWORD PTR -56[rbp], 0
mov eax, -1
jmp .L19
.L17:
mov eax, 0
.L19:
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L20
call __stack_chk_fail@PLT
.L20:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size addrinfo_read_snapshot_ai, .-addrinfo_read_snapshot_ai
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_getaddrinfo_test.c_addrinfo_read_snapshot_ai.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "(null)\000"
.align 2
.LC1:
.ascii " \000"
.align 2
.LC2:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type addrinfo_read_snapshot_ai, %function
addrinfo_read_snapshot_ai:
@ args = 0, pretend = 0, frame = 40
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #40
str r0, [fp, #-40]
str r1, [fp, #-44]
ldr r3, .L25
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-20]
mov r3, #0
str r3, [fp, #-24]
ldr r3, [fp, #-44]
str r3, [fp, #-32]
mov r2, #16
mov r1, #0
ldr r0, [fp, #-40]
bl memset
b .L2
.L15:
ldr r3, [fp, #-24]
cmp r3, #6
ldrls pc, [pc, r3, asl #2]
b .L3
.L5:
.word .L8
.word .L8
.word .L8
.word .L8
.word .L7
.word .L6
.word .L4
.L8:
ldr r2, [fp, #-40]
ldr r3, [fp, #-24]
lsl r3, r3, #2
add r3, r2, r3
str r3, [fp, #-12]
sub r3, fp, #28
mov r2, #10
mov r1, r3
ldr r0, [fp, #-16]
bl strtol
mov r2, r0
ldr r3, [fp, #-12]
str r2, [r3]
ldr r3, [fp, #-28]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
beq .L21
b .L10
.L7:
sub r3, fp, #28
mov r2, #10
mov r1, r3
ldr r0, [fp, #-16]
bl strtol
mov r2, r0
ldr r3, [fp, #-40]
str r2, [r3, #4]
ldr r3, [fp, #-28]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
beq .L22
b .L10
.L6:
ldr r1, .L25+4
ldr r0, [fp, #-16]
bl strcmp
mov r3, r0
cmp r3, #0
beq .L23
ldr r0, [fp, #-16]
bl strdup
mov r3, r0
mov r2, r3
ldr r3, [fp, #-40]
str r2, [r3, #12]
ldr r3, [fp, #-40]
ldr r3, [r3, #12]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl ATF_REQUIRE
b .L23
.L4:
ldr r1, .L25+4
ldr r0, [fp, #-16]
bl strcmp
mov r3, r0
cmp r3, #0
beq .L24
ldr r3, [fp, #-40]
ldr r3, [r3, #4]
mov r1, r3
mov r0, #1
bl calloc
mov r3, r0
mov r2, r3
ldr r3, [fp, #-40]
str r2, [r3, #8]
ldr r3, [fp, #-40]
ldr r3, [r3, #8]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl ATF_REQUIRE
ldr r3, [fp, #-40]
ldr r1, [r3, #8]
ldr r3, [fp, #-40]
ldr r3, [r3, #4]
mov r2, r3
ldr r0, [fp, #-16]
bl addrinfo_read_snapshot_addr
str r0, [fp, #-20]
ldr r3, [fp, #-20]
cmp r3, #0
beq .L24
b .L10
.L3:
mvn r3, #0
str r3, [fp, #-20]
b .L10
.L21:
nop
b .L11
.L22:
nop
b .L11
.L23:
nop
b .L11
.L24:
nop
.L11:
ldr r3, [fp, #-24]
add r3, r3, #1
str r3, [fp, #-24]
.L2:
sub r3, fp, #32
ldr r1, .L25+8
mov r0, r3
bl strsep
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L15
nop
.L10:
ldr r3, [fp, #-24]
cmp r3, #7
bne .L16
ldr r3, [fp, #-20]
cmp r3, #0
beq .L17
.L16:
ldr r0, [fp, #-40]
bl free_addrinfo
mov r3, #0
str r3, [fp, #-40]
mvn r3, #0
b .L19
.L17:
mov r3, #0
.L19:
ldr r2, .L25
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L20
bl __stack_chk_fail
.L20:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L26:
.align 2
.L25:
.word .LC2
.word .LC0
.word .LC1
.size addrinfo_read_snapshot_ai, .-addrinfo_read_snapshot_ai
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ionic_lif.c_ionic_request_irq.c"
.intel_syntax noprefix
.text
.comm IONIC_DRV_NAME,8,8
.comm ionic_isr,4,4
.section .rodata
.LC0:
.string "%s-%s-%s"
.text
.type ionic_request_irq, @function
ionic_request_irq:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov rax, QWORD PTR -48[rbp]
add rax, 16
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 16[rax]
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -48[rbp]
add rax, 8
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L2
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
mov QWORD PTR -32[rbp], rax
jmp .L3
.L2:
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call dev_name@PLT
mov QWORD PTR -32[rbp], rax
.L3:
mov rax, QWORD PTR -8[rbp]
mov rsi, QWORD PTR [rax]
mov rdx, QWORD PTR IONIC_DRV_NAME[rip]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
mov rcx, QWORD PTR -32[rbp]
mov r9, rsi
mov r8, rcx
mov rcx, rdx
lea rdx, .LC0[rip]
mov esi, 4
mov edi, eax
call snprintf@PLT
mov rdi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -24[rbp]
mov ecx, DWORD PTR [rax]
mov edx, DWORD PTR ionic_isr[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, DWORD PTR 4[rax]
mov rax, QWORD PTR -16[rbp]
mov r9, rdi
mov r8d, ecx
mov ecx, 0
mov rdi, rax
call devm_request_irq@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ionic_request_irq, .-ionic_request_irq
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ionic_lif.c_ionic_request_irq.c"
.text
.comm IONIC_DRV_NAME,4,4
.comm ionic_isr,4,4
.section .rodata
.align 2
.LC0:
.ascii "%s-%s-%s\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type ionic_request_irq, %function
ionic_request_irq:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
ldr r3, [fp, #-28]
add r3, r3, #8
str r3, [fp, #-16]
ldr r3, [fp, #-24]
ldr r3, [r3, #8]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, [fp, #-28]
add r3, r3, #4
str r3, [fp, #-8]
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
cmp r3, #0
beq .L2
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3]
str r3, [fp, #-20]
b .L3
.L2:
ldr r0, [fp, #-12]
bl dev_name
str r0, [fp, #-20]
.L3:
ldr r3, [fp, #-16]
ldr r0, [r3]
ldr r3, .L5
ldr r2, [r3]
ldr r3, [fp, #-8]
ldr r3, [r3]
str r3, [sp, #4]
ldr r3, [fp, #-20]
str r3, [sp]
mov r3, r2
ldr r2, .L5+4
mov r1, #4
bl snprintf
ldr r3, [fp, #-16]
ldr r1, [r3, #4]
ldr r3, .L5+8
ldr r0, [r3]
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-28]
str r2, [sp, #4]
str r3, [sp]
mov r3, #0
mov r2, r0
ldr r0, [fp, #-12]
bl devm_request_irq
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word IONIC_DRV_NAME
.word .LC0
.word ionic_isr
.size ionic_request_irq, .-ionic_request_irq
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_msg-search-binlog.c_set_log_data.c"
.intel_syntax noprefix
.text
.comm binlog_fd,4,4
.comm binlog_size,8,8
.globl set_log_data
.type set_log_data, @function
set_log_data:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
mov DWORD PTR -4[rbp], edi
mov QWORD PTR -16[rbp], rsi
mov eax, DWORD PTR -4[rbp]
mov DWORD PTR binlog_fd[rip], eax
mov rax, QWORD PTR -16[rbp]
mov QWORD PTR binlog_size[rip], rax
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size set_log_data, .-set_log_data
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_msg-search-binlog.c_set_log_data.c"
.text
.comm binlog_fd,4,4
.comm binlog_size,8,8
.align 2
.global set_log_data
.syntax unified
.arm
.fpu softvfp
.type set_log_data, %function
set_log_data:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
sub sp, sp, #20
str r0, [fp, #-8]
str r2, [fp, #-20]
str r3, [fp, #-16]
ldr r2, .L2
ldr r3, [fp, #-8]
str r3, [r2]
ldr r1, .L2+4
sub r3, fp, #20
ldmia r3, {r2-r3}
stm r1, {r2-r3}
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L3:
.align 2
.L2:
.word binlog_fd
.word binlog_size
.size set_log_data, .-set_log_data
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_biosdisk.c_bd_check_extensions.c"
.intel_syntax noprefix
.text
.comm EDD_INTERFACE_FIXED_DISK,4,4
.comm V86_FLAGS,4,4
.comm v86,28,16
.type bd_check_extensions, @function
bd_check_extensions:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
cmp DWORD PTR -4[rbp], 127
jg .L2
mov eax, 0
jmp .L3
.L2:
mov eax, DWORD PTR V86_FLAGS[rip]
mov DWORD PTR v86[rip+24], eax
mov DWORD PTR v86[rip], 19
mov DWORD PTR v86[rip+4], 16640
mov eax, DWORD PTR -4[rbp]
mov DWORD PTR v86[rip+8], eax
mov DWORD PTR v86[rip+12], 21930
mov eax, 0
call v86int@PLT
mov eax, DWORD PTR v86[rip+20]
mov edi, eax
call V86_CY@PLT
test rax, rax
jne .L4
mov eax, DWORD PTR v86[rip+12]
movzx eax, ax
cmp eax, 43605
je .L5
.L4:
mov eax, 0
jmp .L3
.L5:
mov edx, DWORD PTR v86[rip+16]
mov eax, DWORD PTR EDD_INTERFACE_FIXED_DISK[rip]
and eax, edx
test eax, eax
jne .L6
mov eax, 0
jmp .L3
.L6:
mov eax, DWORD PTR v86[rip+4]
sar eax, 8
movzx eax, al
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size bd_check_extensions, .-bd_check_extensions
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_biosdisk.c_bd_check_extensions.c"
.text
.comm EDD_INTERFACE_FIXED_DISK,4,4
.comm V86_FLAGS,4,4
.comm v86,28,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type bd_check_extensions, %function
bd_check_extensions:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #127
bgt .L2
mov r3, #0
b .L3
.L2:
ldr r3, .L7
ldr r3, [r3]
ldr r2, .L7+4
str r3, [r2, #24]
ldr r3, .L7+4
mov r2, #19
str r2, [r3]
ldr r3, .L7+4
mov r2, #16640
str r2, [r3, #4]
ldr r2, .L7+4
ldr r3, [fp, #-8]
str r3, [r2, #8]
ldr r3, .L7+4
ldr r2, .L7+8
str r2, [r3, #12]
bl v86int
ldr r3, .L7+4
ldr r3, [r3, #20]
mov r0, r3
bl V86_CY
mov r3, r0
cmp r3, #0
bne .L4
ldr r3, .L7+4
ldr r3, [r3, #12]
lsl r3, r3, #16
lsr r3, r3, #16
ldr r2, .L7+12
cmp r3, r2
beq .L5
.L4:
mov r3, #0
b .L3
.L5:
ldr r3, .L7+4
ldr r2, [r3, #16]
ldr r3, .L7+16
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
bne .L6
mov r3, #0
b .L3
.L6:
ldr r3, .L7+4
ldr r3, [r3, #4]
asr r3, r3, #8
and r3, r3, #255
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word V86_FLAGS
.word v86
.word 21930
.word 43605
.word EDD_INTERFACE_FIXED_DISK
.size bd_check_extensions, .-bd_check_extensions
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_spectrum_router.c_mlxsw_sp_nexthop6_group_update.c"
.intel_syntax noprefix
.text
.type mlxsw_sp_nexthop6_group_update, @function
mlxsw_sp_nexthop6_group_update:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR [rax], 0
mov rax, QWORD PTR -32[rbp]
add rax, 8
mov rdi, rax
call list_del@PLT
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call mlxsw_sp_nexthop6_group_get@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L9
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call mlxsw_sp_fib_node_entry_add@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L10
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call list_empty@PLT
test rax, rax
je .L6
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call mlxsw_sp_nexthop6_group_destroy@PLT
.L6:
mov eax, 0
jmp .L7
.L10:
nop
.L5:
endbr64
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call mlxsw_sp_nexthop6_group_put@PLT
jmp .L3
.L9:
nop
.L3:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -32[rbp]
add rdx, 8
mov rsi, rax
mov rdi, rdx
call list_add_tail@PLT
mov rax, QWORD PTR -32[rbp]
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR [rax], rdx
mov eax, DWORD PTR -12[rbp]
.L7:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size mlxsw_sp_nexthop6_group_update, .-mlxsw_sp_nexthop6_group_update
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_spectrum_router.c_mlxsw_sp_nexthop6_group_update.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type mlxsw_sp_nexthop6_group_update, %function
mlxsw_sp_nexthop6_group_update:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r3, [fp, #-20]
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-20]
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-20]
add r3, r3, #4
mov r0, r3
bl list_del
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl mlxsw_sp_nexthop6_group_get
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L9
ldr r3, [fp, #-20]
mov r1, r3
ldr r0, [fp, #-16]
bl mlxsw_sp_fib_node_entry_add
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L10
ldr r3, [fp, #-8]
mov r0, r3
bl list_empty
mov r3, r0
cmp r3, #0
beq .L6
ldr r1, [fp, #-8]
ldr r0, [fp, #-16]
bl mlxsw_sp_nexthop6_group_destroy
.L6:
mov r3, #0
b .L7
.L10:
nop
.L5:
ldr r3, [fp, #-20]
mov r1, r3
ldr r0, [fp, #-16]
bl mlxsw_sp_nexthop6_group_put
b .L3
.L9:
nop
.L3:
ldr r3, [fp, #-20]
add r3, r3, #4
ldr r2, [fp, #-8]
mov r1, r2
mov r0, r3
bl list_add_tail
ldr r3, [fp, #-20]
ldr r2, [fp, #-8]
str r2, [r3]
ldr r3, [fp, #-12]
.L7:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size mlxsw_sp_nexthop6_group_update, .-mlxsw_sp_nexthop6_group_update
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_id3v1.c_ff_id3v1_read.c"
.intel_syntax noprefix
.text
.comm AVIO_SEEKABLE_NORMAL,4,4
.comm ID3v1_TAG_SIZE,4,4
.comm SEEK_SET,4,4
.globl ff_id3v1_read
.type ff_id3v1_read, @function
ff_id3v1_read:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push rbx
sub rsp, 72
.cfi_offset 3, -24
mov QWORD PTR -72[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov rax, rsp
mov rbx, rax
mov eax, DWORD PTR ID3v1_TAG_SIZE[rip]
movsx rdx, eax
sub rdx, 1
mov QWORD PTR -40[rbp], rdx
movsx rdx, eax
mov r10, rdx
mov r11d, 0
movsx rdx, eax
mov r8, rdx
mov r9d, 0
cdqe
lea rdx, 0[0+rax*4]
mov eax, 16
sub rax, 1
add rax, rdx
mov ecx, 16
mov edx, 0
div rcx
imul rax, rax, 16
mov rdx, rax
and rdx, -4096
mov rsi, rsp
sub rsi, rdx
mov rdx, rsi
.L2:
cmp rsp, rdx
je .L3
sub rsp, 4096
or QWORD PTR 4088[rsp], 0
jmp .L2
.L3:
mov rdx, rax
and edx, 4095
sub rsp, rdx
mov rdx, rax
and edx, 4095
test rdx, rdx
je .L4
and eax, 4095
sub rax, 8
add rax, rsp
or QWORD PTR [rax], 0
.L4:
mov rax, rsp
add rax, 3
shr rax, 2
sal rax, 2
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call avio_tell@PLT
mov DWORD PTR -52[rbp], eax
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR AVIO_SEEKABLE_NORMAL[rip]
and eax, edx
test eax, eax
je .L5
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call avio_size@PLT
mov DWORD PTR -48[rbp], eax
cmp DWORD PTR -48[rbp], 128
jle .L5
mov edx, DWORD PTR SEEK_SET[rip]
mov eax, DWORD PTR -48[rbp]
lea ecx, -128[rax]
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov esi, ecx
mov rdi, rax
call avio_seek@PLT
mov edx, DWORD PTR ID3v1_TAG_SIZE[rip]
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov rcx, QWORD PTR -32[rbp]
mov rsi, rcx
mov rdi, rax
call avio_read@PLT
mov DWORD PTR -44[rbp], eax
mov eax, DWORD PTR ID3v1_TAG_SIZE[rip]
cmp DWORD PTR -44[rbp], eax
jne .L6
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rdx
mov rdi, rax
call parse_tag@PLT
.L6:
mov edx, DWORD PTR SEEK_SET[rip]
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov ecx, DWORD PTR -52[rbp]
mov esi, ecx
mov rdi, rax
call avio_seek@PLT
.L5:
mov rsp, rbx
nop
mov rax, QWORD PTR -24[rbp]
xor rax, QWORD PTR fs:40
je .L7
call __stack_chk_fail@PLT
.L7:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ff_id3v1_read, .-ff_id3v1_read
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_id3v1.c_ff_id3v1_read.c"
.text
.comm AVIO_SEEKABLE_NORMAL,4,4
.comm ID3v1_TAG_SIZE,4,4
.comm SEEK_SET,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.global ff_id3v1_read
.syntax unified
.arm
.fpu softvfp
.type ff_id3v1_read, %function
ff_id3v1_read:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #36
str r0, [fp, #-40]
ldr r3, .L5
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
mov r3, sp
mov r4, r3
ldr r3, .L5+4
ldr ip, [r3]
sub r3, ip, #1
str r3, [fp, #-36]
mov r3, ip
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #5
orr r3, r3, r0, lsr #27
lsl r2, r0, #5
mov r3, ip
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #5
orr r3, r3, r0, lsr #27
lsl r2, r0, #5
mov r3, ip
lsl r3, r3, #2
add r3, r3, #7
lsr r3, r3, #3
lsl r3, r3, #3
sub sp, sp, r3
mov r3, sp
add r3, r3, #3
lsr r3, r3, #2
lsl r3, r3, #2
str r3, [fp, #-32]
ldr r3, [fp, #-40]
ldr r3, [r3]
mov r0, r3
bl avio_tell
str r0, [fp, #-28]
ldr r3, [fp, #-40]
ldr r3, [r3]
ldr r2, [r3]
ldr r3, .L5+8
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L2
ldr r3, [fp, #-40]
ldr r3, [r3]
mov r0, r3
bl avio_size
str r0, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #128
ble .L2
ldr r3, [fp, #-40]
ldr r0, [r3]
ldr r3, [fp, #-24]
sub r3, r3, #128
ldr r2, .L5+12
ldr r2, [r2]
mov r1, r3
bl avio_seek
ldr r3, [fp, #-40]
ldr r3, [r3]
ldr r2, .L5+4
ldr r2, [r2]
ldr r1, [fp, #-32]
mov r0, r3
bl avio_read
str r0, [fp, #-20]
ldr r3, .L5+4
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
bne .L3
ldr r1, [fp, #-32]
ldr r0, [fp, #-40]
bl parse_tag
.L3:
ldr r3, [fp, #-40]
ldr r3, [r3]
ldr r2, .L5+12
ldr r2, [r2]
ldr r1, [fp, #-28]
mov r0, r3
bl avio_seek
.L2:
mov sp, r4
nop
ldr r3, .L5
ldr r2, [r3]
ldr r3, [fp, #-16]
eors r2, r3, r2
mov r3, #0
beq .L4
bl __stack_chk_fail
.L4:
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L6:
.align 2
.L5:
.word .LC0
.word ID3v1_TAG_SIZE
.word AVIO_SEEKABLE_NORMAL
.word SEEK_SET
.size ff_id3v1_read, .-ff_id3v1_read
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_zstd_compress.c_ZSTD_estimateCCtxSize.c"
.intel_syntax noprefix
.text
.globl ZSTD_estimateCCtxSize
.type ZSTD_estimateCCtxSize, @function
ZSTD_estimateCCtxSize:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov DWORD PTR -36[rbp], edi
mov QWORD PTR -16[rbp], 0
mov eax, DWORD PTR -36[rbp]
mov esi, 1
mov edi, eax
call MIN@PLT
mov DWORD PTR -20[rbp], eax
jmp .L2
.L4:
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call ZSTD_estimateCCtxSize_internal@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
cmp rax, QWORD PTR -16[rbp]
jbe .L3
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR -16[rbp], rax
.L3:
add DWORD PTR -20[rbp], 1
.L2:
mov eax, DWORD PTR -20[rbp]
cmp eax, DWORD PTR -36[rbp]
jle .L4
mov rax, QWORD PTR -16[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ZSTD_estimateCCtxSize, .-ZSTD_estimateCCtxSize
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_zstd_compress.c_ZSTD_estimateCCtxSize.c"
.text
.align 2
.global ZSTD_estimateCCtxSize
.syntax unified
.arm
.fpu softvfp
.type ZSTD_estimateCCtxSize, %function
ZSTD_estimateCCtxSize:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
mov r3, #0
str r3, [fp, #-12]
mov r1, #1
ldr r0, [fp, #-24]
bl MIN
str r0, [fp, #-16]
b .L2
.L4:
ldr r0, [fp, #-16]
bl ZSTD_estimateCCtxSize_internal
str r0, [fp, #-8]
ldr r2, [fp, #-8]
ldr r3, [fp, #-12]
cmp r2, r3
bls .L3
ldr r3, [fp, #-8]
str r3, [fp, #-12]
.L3:
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L2:
ldr r2, [fp, #-16]
ldr r3, [fp, #-24]
cmp r2, r3
ble .L4
ldr r3, [fp, #-12]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size ZSTD_estimateCCtxSize, .-ZSTD_estimateCCtxSize
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ice1724.c_stdclock_set_mclk.c"
.intel_syntax noprefix
.text
.comm I2S_FORMAT,4,4
.comm ICE_EEP2_ACLINK,8,8
.comm VT1724_CFG_PRO_I2S,4,4
.comm VT1724_MT_I2S_MCLK_128X,1,1
.type stdclock_set_mclk, @function
stdclock_set_mclk:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR ICE_EEP2_ACLINK[rip]
sal rdx, 2
add rax, rdx
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR VT1724_CFG_PRO_I2S[rip]
and eax, edx
test eax, eax
je .L2
mov edx, DWORD PTR I2S_FORMAT[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call ICEMT1724@PLT
mov edi, eax
call inb@PLT
mov BYTE PTR -1[rbp], al
movzx eax, BYTE PTR -1[rbp]
mov BYTE PTR -2[rbp], al
cmp DWORD PTR -28[rbp], 96000
jbe .L3
movzx eax, BYTE PTR VT1724_MT_I2S_MCLK_128X[rip]
or BYTE PTR -2[rbp], al
jmp .L4
.L3:
movzx eax, BYTE PTR VT1724_MT_I2S_MCLK_128X[rip]
not eax
mov edx, eax
movzx eax, BYTE PTR -2[rbp]
and eax, edx
mov BYTE PTR -2[rbp], al
.L4:
movzx eax, BYTE PTR -2[rbp]
cmp al, BYTE PTR -1[rbp]
je .L2
mov edx, DWORD PTR I2S_FORMAT[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call ICEMT1724@PLT
mov edx, eax
movzx eax, BYTE PTR -2[rbp]
mov esi, edx
mov edi, eax
call outb@PLT
mov eax, 1
jmp .L5
.L2:
mov eax, 0
.L5:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size stdclock_set_mclk, .-stdclock_set_mclk
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ice1724.c_stdclock_set_mclk.c"
.text
.comm I2S_FORMAT,4,4
.comm ICE_EEP2_ACLINK,4,4
.comm VT1724_CFG_PRO_I2S,4,4
.comm VT1724_MT_I2S_MCLK_128X,1,1
.align 2
.syntax unified
.arm
.fpu softvfp
.type stdclock_set_mclk, %function
stdclock_set_mclk:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
str r1, [fp, #-20]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L6
ldr r3, [r3]
lsl r3, r3, #2
add r3, r2, r3
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L2
ldr r3, .L6+8
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl ICEMT1724
mov r3, r0
mov r0, r3
bl inb
mov r3, r0
strb r3, [fp, #-5]
ldrb r3, [fp, #-5]
strb r3, [fp, #-6]
ldr r3, [fp, #-20]
ldr r2, .L6+12
cmp r3, r2
bls .L3
ldr r3, .L6+16
ldrb r2, [r3] @ zero_extendqisi2
ldrb r3, [fp, #-6]
orr r3, r2, r3
strb r3, [fp, #-6]
b .L4
.L3:
ldr r3, .L6+16
ldrb r3, [r3] @ zero_extendqisi2
lsl r3, r3, #24
asr r3, r3, #24
mvn r3, r3
lsl r3, r3, #24
asr r2, r3, #24
ldrsb r3, [fp, #-6]
and r3, r3, r2
lsl r3, r3, #24
asr r3, r3, #24
strb r3, [fp, #-6]
.L4:
ldrb r2, [fp, #-6] @ zero_extendqisi2
ldrb r3, [fp, #-5] @ zero_extendqisi2
cmp r2, r3
beq .L2
ldr r3, .L6+8
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl ICEMT1724
mov r2, r0
ldrb r3, [fp, #-6] @ zero_extendqisi2
mov r1, r2
mov r0, r3
bl outb
mov r3, #1
b .L5
.L2:
mov r3, #0
.L5:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word ICE_EEP2_ACLINK
.word VT1724_CFG_PRO_I2S
.word I2S_FORMAT
.word 96000
.word VT1724_MT_I2S_MCLK_128X
.size stdclock_set_mclk, .-stdclock_set_mclk
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_socket_server.c_getname.c"
.intel_syntax noprefix
.text
.comm AF_INET,8,8
.comm INET6_ADDRSTRLEN,4,4
.section .rodata
.LC0:
.string "%s:%d"
.text
.type getname, @function
getname:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push r12
push rbx
sub rsp, 80
.cfi_offset 12, -24
.cfi_offset 3, -32
mov QWORD PTR -72[rbp], rdi
mov QWORD PTR -80[rbp], rsi
mov QWORD PTR -88[rbp], rdx
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov rax, rsp
mov r12, rax
mov ebx, DWORD PTR INET6_ADDRSTRLEN[rip]
movsx rax, ebx
sub rax, 1
mov QWORD PTR -48[rbp], rax
movsx rax, ebx
mov r10, rax
mov r11d, 0
movsx rax, ebx
mov r8, rax
mov r9d, 0
movsx rax, ebx
mov edx, 16
sub rdx, 1
add rax, rdx
mov edi, 16
mov edx, 0
div rdi
imul rax, rax, 16
mov rdx, rax
and rdx, -4096
mov rcx, rsp
sub rcx, rdx
mov rdx, rcx
.L2:
cmp rsp, rdx
je .L3
sub rsp, 4096
or QWORD PTR 4088[rsp], 0
jmp .L2
.L3:
mov rdx, rax
and edx, 4095
sub rsp, rdx
mov rdx, rax
and edx, 4095
test rdx, rdx
je .L4
and eax, 4095
sub rax, 8
add rax, rsp
or QWORD PTR [rax], 0
.L4:
mov rax, rsp
add rax, 0
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR AF_INET[rip]
cmp rdx, rax
jne .L5
mov rax, QWORD PTR -72[rbp]
add rax, 4
jmp .L6
.L5:
mov rax, QWORD PTR -72[rbp]
add rax, 4
.L6:
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR AF_INET[rip]
cmp rdx, rax
jne .L7
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
jmp .L8
.L7:
mov rax, QWORD PTR -72[rbp]
mov eax, DWORD PTR [rax]
.L8:
mov edi, eax
call ntohs@PLT
mov DWORD PTR -52[rbp], eax
mov rax, QWORD PTR -72[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR -40[rbp]
mov rsi, QWORD PTR -32[rbp]
mov ecx, ebx
mov rdi, rax
call inet_ntop@PLT
test rax, rax
je .L9
mov ecx, DWORD PTR -52[rbp]
mov rdx, QWORD PTR -40[rbp]
mov rsi, QWORD PTR -88[rbp]
mov rax, QWORD PTR -80[rbp]
mov r8d, ecx
mov rcx, rdx
lea rdx, .LC0[rip]
mov rdi, rax
call snprintf@PLT
mov eax, 1
jmp .L10
.L9:
mov rax, QWORD PTR -80[rbp]
mov BYTE PTR [rax], 0
mov eax, 0
.L10:
mov rsp, r12
mov rdi, QWORD PTR -24[rbp]
xor rdi, QWORD PTR fs:40
je .L12
call __stack_chk_fail@PLT
.L12:
lea rsp, -16[rbp]
pop rbx
pop r12
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size getname, .-getname
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_socket_server.c_getname.c"
.text
.comm AF_INET,4,4
.comm INET6_ADDRSTRLEN,4,4
.section .rodata
.align 2
.LC0:
.ascii "%s:%d\000"
.align 2
.LC1:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type getname, %function
getname:
@ args = 0, pretend = 0, frame = 40
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #48
str r0, [fp, #-40]
str r1, [fp, #-44]
str r2, [fp, #-48]
ldr r3, .L10
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
mov r3, sp
mov r5, r3
ldr r3, .L10+4
ldr r4, [r3]
sub r3, r4, #1
str r3, [fp, #-32]
mov r3, r4
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, r4
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, r4
add r3, r3, #7
lsr r3, r3, #3
lsl r3, r3, #3
sub sp, sp, r3
add r3, sp, #8
add r3, r3, #0
str r3, [fp, #-28]
ldr r3, [fp, #-40]
ldr r2, [r3]
ldr r3, .L10+8
ldr r3, [r3]
cmp r2, r3
bne .L2
ldr r3, [fp, #-40]
add r3, r3, #4
b .L3
.L2:
ldr r3, [fp, #-40]
add r3, r3, #4
.L3:
str r3, [fp, #-24]
ldr r3, [fp, #-40]
ldr r2, [r3]
ldr r3, .L10+8
ldr r3, [r3]
cmp r2, r3
bne .L4
ldr r3, [fp, #-40]
ldr r3, [r3]
b .L5
.L4:
ldr r3, [fp, #-40]
ldr r3, [r3]
.L5:
mov r0, r3
bl ntohs
str r0, [fp, #-20]
ldr r3, [fp, #-40]
ldr r0, [r3]
mov r3, r4
ldr r2, [fp, #-28]
ldr r1, [fp, #-24]
bl inet_ntop
mov r3, r0
cmp r3, #0
beq .L6
ldr r3, [fp, #-20]
str r3, [sp]
ldr r3, [fp, #-28]
ldr r2, .L10+12
ldr r1, [fp, #-48]
ldr r0, [fp, #-44]
bl snprintf
mov r3, #1
b .L7
.L6:
ldr r3, [fp, #-44]
mov r2, #0
strb r2, [r3]
mov r3, #0
.L7:
mov sp, r5
ldr r2, .L10
ldr r1, [r2]
ldr r2, [fp, #-16]
eors r1, r2, r1
mov r2, #0
beq .L9
bl __stack_chk_fail
.L9:
mov r0, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L11:
.align 2
.L10:
.word .LC1
.word INET6_ADDRSTRLEN
.word AF_INET
.word .LC0
.size getname, .-getname
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ep93xx_adc.c_ep93xx_adc_remove.c"
.intel_syntax noprefix
.text
.type ep93xx_adc_remove, @function
ep93xx_adc_remove:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call platform_get_drvdata@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call iio_priv@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call iio_device_unregister@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call clk_disable@PLT
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ep93xx_adc_remove, .-ep93xx_adc_remove
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ep93xx_adc.c_ep93xx_adc_remove.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type ep93xx_adc_remove, %function
ep93xx_adc_remove:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r0, [fp, #-16]
bl platform_get_drvdata
str r0, [fp, #-12]
ldr r0, [fp, #-12]
bl iio_priv
str r0, [fp, #-8]
ldr r0, [fp, #-12]
bl iio_device_unregister
ldr r3, [fp, #-8]
ldr r3, [r3]
mov r0, r3
bl clk_disable
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size ep93xx_adc_remove, .-ep93xx_adc_remove
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_graphics.c_test_GdipFillClosedCurveI.c"
.intel_syntax noprefix
.text
.comm InvalidParameter,4,4
.comm Ok,4,4
.comm OutOfMemory,4,4
.comm hwnd,4,4
.section .rodata
.align 8
.LC0:
.string "Expected HDC to be initialized\n"
.align 8
.LC1:
.string "Expected graphics to be initialized\n"
.text
.type test_GdipFillClosedCurveI, @function
test_GdipFillClosedCurveI:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov QWORD PTR -56[rbp], 0
mov QWORD PTR -48[rbp], 0
mov eax, DWORD PTR hwnd[rip]
mov edi, eax
call GetDC@PLT
mov QWORD PTR -40[rbp], rax
mov DWORD PTR -32[rbp], 0
mov DWORD PTR -28[rbp], 0
mov DWORD PTR -24[rbp], 40
mov DWORD PTR -20[rbp], 20
mov DWORD PTR -16[rbp], 10
mov DWORD PTR -12[rbp], 40
cmp QWORD PTR -40[rbp], 0
setne al
movzx eax, al
lea rsi, .LC0[rip]
mov edi, eax
call ok@PLT
lea rdx, -56[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call GdipCreateFromHDC@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR Ok[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rax, QWORD PTR -56[rbp]
test rax, rax
setne al
movzx eax, al
lea rsi, .LC1[rip]
mov edi, eax
call ok@PLT
lea rax, -48[rbp]
mov rsi, rax
mov edi, -559038737
call GdipCreateSolidFill@PLT
lea rax, -32[rbp]
mov ecx, 3
mov rdx, rax
mov esi, 0
mov edi, 0
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR InvalidParameter[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, 3
mov esi, 0
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR InvalidParameter[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rax, QWORD PTR -48[rbp]
lea rdx, -32[rbp]
mov ecx, 3
mov rsi, rax
mov edi, 0
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR InvalidParameter[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rsi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, 0
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR InvalidParameter[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rsi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, -1
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR OutOfMemory[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rsi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, 1
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR Ok[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rsi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, 2
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR Ok[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rsi, QWORD PTR -48[rbp]
mov rax, QWORD PTR -56[rbp]
lea rdx, -32[rbp]
mov ecx, 3
mov rdi, rax
call GdipFillClosedCurveI@PLT
mov DWORD PTR -60[rbp], eax
mov eax, DWORD PTR Ok[rip]
mov edx, DWORD PTR -60[rbp]
mov esi, edx
mov edi, eax
call expect@PLT
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call GdipDeleteGraphics@PLT
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call GdipDeleteBrush@PLT
mov eax, DWORD PTR hwnd[rip]
mov rdx, QWORD PTR -40[rbp]
mov rsi, rdx
mov edi, eax
call ReleaseDC@PLT
nop
mov rax, QWORD PTR -8[rbp]
xor rax, QWORD PTR fs:40
je .L2
call __stack_chk_fail@PLT
.L2:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size test_GdipFillClosedCurveI, .-test_GdipFillClosedCurveI
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_graphics.c_test_GdipFillClosedCurveI.c"
.text
.comm InvalidParameter,4,4
.comm Ok,4,4
.comm OutOfMemory,4,4
.comm hwnd,4,4
.section .rodata
.align 2
.LC0:
.ascii "Expected HDC to be initialized\012\000"
.align 2
.LC1:
.ascii "Expected graphics to be initialized\012\000"
.align 2
.LC2:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type test_GdipFillClosedCurveI, %function
test_GdipFillClosedCurveI:
@ args = 0, pretend = 0, frame = 48
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #48
ldr r3, .L3
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-48]
mov r3, #0
str r3, [fp, #-44]
ldr r3, .L3+4
ldr r3, [r3]
mov r0, r3
bl GetDC
str r0, [fp, #-40]
mov r3, #0
str r3, [fp, #-32]
mov r3, #0
str r3, [fp, #-28]
mov r3, #40
str r3, [fp, #-24]
mov r3, #20
str r3, [fp, #-20]
mov r3, #10
str r3, [fp, #-16]
mov r3, #40
str r3, [fp, #-12]
ldr r3, [fp, #-40]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
ldr r1, .L3+8
mov r0, r3
bl ok
sub r3, fp, #48
mov r1, r3
ldr r0, [fp, #-40]
bl GdipCreateFromHDC
str r0, [fp, #-36]
ldr r3, .L3+12
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r3, [fp, #-48]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
ldr r1, .L3+16
mov r0, r3
bl ok
sub r3, fp, #44
mov r1, r3
ldr r0, .L3+20
bl GdipCreateSolidFill
sub r2, fp, #32
mov r3, #3
mov r1, #0
mov r0, #0
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+24
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
sub r2, fp, #32
mov r3, #3
mov r1, #0
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+24
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r1, [fp, #-44]
sub r2, fp, #32
mov r3, #3
mov r0, #0
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+24
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
ldr r1, [fp, #-44]
sub r2, fp, #32
mov r3, #0
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+24
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
ldr r1, [fp, #-44]
sub r2, fp, #32
mvn r3, #0
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+28
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
ldr r1, [fp, #-44]
sub r2, fp, #32
mov r3, #1
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+12
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
ldr r1, [fp, #-44]
sub r2, fp, #32
mov r3, #2
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+12
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r0, [fp, #-48]
ldr r1, [fp, #-44]
sub r2, fp, #32
mov r3, #3
bl GdipFillClosedCurveI
str r0, [fp, #-36]
ldr r3, .L3+12
ldr r3, [r3]
ldr r1, [fp, #-36]
mov r0, r3
bl expect
ldr r3, [fp, #-48]
mov r0, r3
bl GdipDeleteGraphics
ldr r3, [fp, #-44]
mov r0, r3
bl GdipDeleteBrush
ldr r3, .L3+4
ldr r3, [r3]
ldr r1, [fp, #-40]
mov r0, r3
bl ReleaseDC
nop
ldr r3, .L3
ldr r2, [r3]
ldr r3, [fp, #-8]
eors r2, r3, r2
mov r3, #0
beq .L2
bl __stack_chk_fail
.L2:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC2
.word hwnd
.word .LC0
.word Ok
.word .LC1
.word -559038737
.word InvalidParameter
.word OutOfMemory
.size test_GdipFillClosedCurveI, .-test_GdipFillClosedCurveI
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dnode.c_dnode_rele_and_unlock.c"
.intel_syntax noprefix
.text
.comm curthread,8,8
.globl dnode_rele_and_unlock
.type dnode_rele_and_unlock, @function
dnode_rele_and_unlock:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov DWORD PTR -52[rbp], edx
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 16[rax]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -40[rbp]
lea rdx, 4[rax]
mov rax, QWORD PTR -48[rbp]
mov rsi, rax
mov rdi, rdx
call zfs_refcount_remove@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call mutex_exit@PLT
cmp QWORD PTR -8[rbp], 0
jg .L2
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR curthread[rip]
cmp rdx, rax
je .L3
.L2:
mov eax, 1
jmp .L4
.L3:
mov eax, 0
.L4:
mov edi, eax
call ASSERT@PLT
cmp QWORD PTR -8[rbp], 0
jne .L6
cmp QWORD PTR -24[rbp], 0
je .L6
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call mutex_enter@PLT
mov edx, DWORD PTR -52[rbp]
mov rcx, QWORD PTR -16[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call dbuf_rele_and_unlock@PLT
.L6:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size dnode_rele_and_unlock, .-dnode_rele_and_unlock
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_dnode.c_dnode_rele_and_unlock.c"
.text
.comm curthread,4,4
.align 2
.global dnode_rele_and_unlock
.syntax unified
.arm
.fpu softvfp
.type dnode_rele_and_unlock, %function
dnode_rele_and_unlock:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
ldr r3, [fp, #-24]
ldr r3, [r3, #12]
str r3, [fp, #-16]
ldr r3, [fp, #-24]
ldr r3, [r3, #8]
str r3, [fp, #-12]
ldr r3, [fp, #-24]
add r3, r3, #4
ldr r1, [fp, #-28]
mov r0, r3
bl zfs_refcount_remove
str r0, [fp, #-8]
ldr r3, [fp, #-24]
mov r0, r3
bl mutex_exit
ldr r3, [fp, #-8]
cmp r3, #0
bgt .L2
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, .L7
ldr r3, [r3]
cmp r2, r3
beq .L3
.L2:
mov r3, #1
b .L4
.L3:
mov r3, #0
.L4:
mov r0, r3
bl ASSERT
ldr r3, [fp, #-8]
cmp r3, #0
bne .L6
ldr r3, [fp, #-16]
cmp r3, #0
beq .L6
ldr r3, [fp, #-16]
mov r0, r3
bl mutex_enter
ldr r2, [fp, #-32]
ldr r1, [fp, #-12]
ldr r0, [fp, #-16]
bl dbuf_rele_and_unlock
.L6:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word curthread
.size dnode_rele_and_unlock, .-dnode_rele_and_unlock
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_w1_io.c_w1_post_write.c"
.intel_syntax noprefix
.text
.type w1_post_write, @function
w1_post_write:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
je .L5
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 16[rax]
test rax, rax
je .L3
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L3
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov rdx, QWORD PTR 8[rax]
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov esi, 0
mov edi, eax
call rdx
jmp .L4
.L3:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call msleep@PLT
.L4:
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], 0
.L5:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size w1_post_write, .-w1_post_write
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_w1_io.c_w1_post_write.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type w1_post_write, %function
w1_post_write:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
beq .L5
ldr r3, [fp, #-8]
ldr r3, [r3, #8]
cmp r3, #0
beq .L3
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
ldr r3, [r3, #4]
cmp r3, #0
beq .L3
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
ldr r3, [r3, #4]
ldr r2, [fp, #-8]
ldr r2, [r2, #4]
ldr r2, [r2]
mov r1, #0
mov r0, r2
blx r3
b .L4
.L3:
ldr r3, [fp, #-8]
ldr r3, [r3]
mov r0, r3
bl msleep
.L4:
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3]
.L5:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size w1_post_write, .-w1_post_write
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_sirf.c_sirf_serdev_open.c"
.intel_syntax noprefix
.text
.type sirf_serdev_open, @function
sirf_serdev_open:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -4[rbp], 0
mov rax, QWORD PTR -24[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
lea edx, 1[rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 1
jne .L5
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
mov edi, eax
call serdev_device_open@PLT
mov DWORD PTR -4[rbp], eax
cmp DWORD PTR -4[rbp], 0
je .L3
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
lea edx, -1[rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
jmp .L2
.L3:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 12[rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, edx
mov edi, eax
call serdev_device_set_baudrate@PLT
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, 0
mov edi, eax
call serdev_device_set_flow_control@PLT
jmp .L2
.L5:
nop
.L2:
mov rax, QWORD PTR -24[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -4[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sirf_serdev_open, .-sirf_serdev_open
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_sirf.c_sirf_serdev_open.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type sirf_serdev_open, %function
sirf_serdev_open:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
mov r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, [fp, #-16]
ldr r3, [r3]
add r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-16]
ldr r3, [r3]
cmp r3, #1
bne .L5
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
mov r0, r3
bl serdev_device_open
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L3
ldr r3, [fp, #-16]
ldr r3, [r3]
sub r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3]
b .L2
.L3:
ldr r3, [fp, #-16]
ldr r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3, #12]
mov r1, r3
mov r0, r2
bl serdev_device_set_baudrate
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
mov r1, #0
mov r0, r3
bl serdev_device_set_flow_control
b .L2
.L5:
nop
.L2:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size sirf_serdev_open, .-sirf_serdev_open
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ui-file.c_ui_file_new.c"
.intel_syntax noprefix
.text
.comm null_file_delete,4,4
.comm null_file_flush,4,4
.comm null_file_fputs,4,4
.comm null_file_isatty,4,4
.comm null_file_put,4,4
.comm null_file_read,4,4
.comm null_file_rewind,4,4
.comm null_file_write,4,4
.comm ui_file_magic,4,4
.globl ui_file_new
.type ui_file_new, @function
ui_file_new:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov edi, 8
call xmalloc@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
lea rdx, ui_file_magic[rip]
mov QWORD PTR [rax], rdx
mov edx, DWORD PTR null_file_delete[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, 0
mov rdi, rax
call set_ui_file_data@PLT
mov edx, DWORD PTR null_file_flush[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_flush@PLT
mov edx, DWORD PTR null_file_write[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_write@PLT
mov edx, DWORD PTR null_file_fputs[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_fputs@PLT
mov edx, DWORD PTR null_file_read[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_read@PLT
mov edx, DWORD PTR null_file_isatty[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_isatty@PLT
mov edx, DWORD PTR null_file_rewind[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_rewind@PLT
mov edx, DWORD PTR null_file_put[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call set_ui_file_put@PLT
mov rax, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ui_file_new, .-ui_file_new
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ui-file.c_ui_file_new.c"
.text
.comm null_file_delete,4,4
.comm null_file_flush,4,4
.comm null_file_fputs,4,4
.comm null_file_isatty,4,4
.comm null_file_put,4,4
.comm null_file_read,4,4
.comm null_file_rewind,4,4
.comm null_file_write,4,4
.comm ui_file_magic,4,4
.align 2
.global ui_file_new
.syntax unified
.arm
.fpu softvfp
.type ui_file_new, %function
ui_file_new:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
mov r0, #4
bl xmalloc
str r0, [fp, #-8]
ldr r3, [fp, #-8]
ldr r2, .L3
str r2, [r3]
ldr r3, .L3+4
ldr r3, [r3]
mov r2, r3
mov r1, #0
ldr r0, [fp, #-8]
bl set_ui_file_data
ldr r3, .L3+8
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_flush
ldr r3, .L3+12
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_write
ldr r3, .L3+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_fputs
ldr r3, .L3+20
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_read
ldr r3, .L3+24
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_isatty
ldr r3, .L3+28
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_rewind
ldr r3, .L3+32
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl set_ui_file_put
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word ui_file_magic
.word null_file_delete
.word null_file_flush
.word null_file_write
.word null_file_fputs
.word null_file_read
.word null_file_isatty
.word null_file_rewind
.word null_file_put
.size ui_file_new, .-ui_file_new
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_8556.c_clone_thread.c"
.intel_syntax noprefix
.text
.comm h,4,4
.comm sport,4,4
.comm sport2,4,4
.comm tsn,4,4
.comm tsn2,4,4
.comm vtag,4,4
.comm vtag2,4,4
.type clone_thread, @function
clone_thread:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov edx, DWORD PTR h[rip]
mov esi, DWORD PTR sport2[rip]
mov eax, DWORD PTR sport[rip]
sub rsp, 8
lea rcx, vtag2[rip]
push rcx
lea r9, tsn2[rip]
lea r8, vtag[rip]
lea rcx, tsn[rip]
mov edi, eax
call raw_socket_engine@PLT
add rsp, 16
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size clone_thread, .-clone_thread
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_8556.c_clone_thread.c"
.text
.comm h,4,4
.comm sport,4,4
.comm sport2,4,4
.comm tsn,4,4
.comm tsn2,4,4
.comm vtag,4,4
.comm vtag2,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type clone_thread, %function
clone_thread:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-8]
ldr r3, .L3
ldr r0, [r3]
ldr r3, .L3+4
ldr r1, [r3]
ldr r3, .L3+8
ldr r2, [r3]
ldr r3, .L3+12
str r3, [sp, #8]
ldr r3, .L3+16
str r3, [sp, #4]
ldr r3, .L3+20
str r3, [sp]
ldr r3, .L3+24
bl raw_socket_engine
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word sport
.word sport2
.word h
.word vtag2
.word tsn2
.word vtag
.word tsn
.size clone_thread, .-clone_thread
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_af_key.c_pfkey_error.c"
.intel_syntax noprefix
.text
.comm BROADCAST_ONE,4,4
.comm EINTR,4,4
.comm EINVAL,4,4
.comm ENOBUFS,4,4
.comm ERESTARTNOHAND,4,4
.comm ERESTARTNOINTR,4,4
.comm ERESTARTSYS,4,4
.comm GFP_KERNEL,4,4
.type pfkey_error, @function
pfkey_error:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov QWORD PTR -40[rbp], rdx
mov eax, DWORD PTR GFP_KERNEL[rip]
mov esi, eax
mov edi, 32
call alloc_skb@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L2
mov eax, DWORD PTR ENOBUFS[rip]
neg eax
jmp .L3
.L2:
neg DWORD PTR -28[rbp]
mov eax, DWORD PTR ERESTARTSYS[rip]
cmp DWORD PTR -28[rbp], eax
je .L4
mov eax, DWORD PTR ERESTARTNOHAND[rip]
cmp DWORD PTR -28[rbp], eax
je .L4
mov eax, DWORD PTR ERESTARTNOINTR[rip]
cmp DWORD PTR -28[rbp], eax
jne .L5
.L4:
mov eax, DWORD PTR EINTR[rip]
mov DWORD PTR -28[rbp], eax
.L5:
cmp DWORD PTR -28[rbp], 511
jle .L6
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -28[rbp], eax
.L6:
cmp DWORD PTR -28[rbp], 0
jle .L7
cmp DWORD PTR -28[rbp], 255
jle .L8
.L7:
mov eax, 1
jmp .L9
.L8:
mov eax, 0
.L9:
mov edi, eax
call BUG_ON@PLT
mov rax, QWORD PTR -16[rbp]
mov esi, 16
mov rdi, rax
call skb_put@PLT
mov QWORD PTR -8[rbp], rax
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call pfkey_hdr_dup@PLT
mov eax, DWORD PTR -28[rbp]
movsx rdx, eax
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 4
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call sock_net@PLT
mov edi, eax
mov edx, DWORD PTR BROADCAST_ONE[rip]
mov esi, DWORD PTR GFP_KERNEL[rip]
mov rcx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -16[rbp]
mov r8d, edi
mov rdi, rax
call pfkey_broadcast@PLT
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pfkey_error, .-pfkey_error
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_af_key.c_pfkey_error.c"
.text
.comm BROADCAST_ONE,4,4
.comm EINTR,4,4
.comm EINVAL,4,4
.comm ENOBUFS,4,4
.comm ERESTARTNOHAND,4,4
.comm ERESTARTNOINTR,4,4
.comm ERESTARTSYS,4,4
.comm GFP_KERNEL,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type pfkey_error, %function
pfkey_error:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
ldr r3, .L10
ldr r3, [r3]
mov r1, r3
mov r0, #24
bl alloc_skb
str r0, [fp, #-20]
ldr r3, [fp, #-20]
cmp r3, #0
bne .L2
ldr r3, .L10+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r3, [fp, #-28]
rsb r3, r3, #0
str r3, [fp, #-28]
ldr r3, .L10+8
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
beq .L4
ldr r3, .L10+12
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
beq .L4
ldr r3, .L10+16
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
bne .L5
.L4:
ldr r3, .L10+20
ldr r3, [r3]
str r3, [fp, #-28]
.L5:
ldr r3, [fp, #-28]
cmp r3, #512
blt .L6
ldr r3, .L10+24
ldr r3, [r3]
str r3, [fp, #-28]
.L6:
ldr r3, [fp, #-28]
cmp r3, #0
ble .L7
ldr r3, [fp, #-28]
cmp r3, #255
ble .L8
.L7:
mov r3, #1
b .L9
.L8:
mov r3, #0
.L9:
mov r0, r3
bl BUG_ON
mov r1, #8
ldr r0, [fp, #-20]
bl skb_put
str r0, [fp, #-16]
ldr r1, [fp, #-24]
ldr r0, [fp, #-16]
bl pfkey_hdr_dup
ldr r3, [fp, #-16]
ldr r2, [fp, #-28]
str r2, [r3, #4]
ldr r3, [fp, #-16]
mov r2, #2
str r2, [r3]
ldr r3, .L10
ldr r4, [r3]
ldr r3, .L10+28
ldr r5, [r3]
ldr r0, [fp, #-32]
bl sock_net
mov r3, r0
str r3, [sp]
ldr r3, [fp, #-32]
mov r2, r5
mov r1, r4
ldr r0, [fp, #-20]
bl pfkey_broadcast
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L11:
.align 2
.L10:
.word GFP_KERNEL
.word ENOBUFS
.word ERESTARTSYS
.word ERESTARTNOHAND
.word ERESTARTNOINTR
.word EINTR
.word EINVAL
.word BROADCAST_ONE
.size pfkey_error, .-pfkey_error
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_support-data.c_free_all.c"
.intel_syntax noprefix
.text
.comm answers,8,8
.comm answers_cnt,8,8
.comm key_words,4,4
.comm q_cnt,4,4
.comm stderr,4,4
.comm user_id_to_answer,4,4
.comm verbosity,8,8
.comm word_to_answers,4,4
.section .rodata
.LC0:
.string "Memory left: %ld\n"
.text
.globl free_all
.type free_all, @function
free_all:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov rax, QWORD PTR verbosity[rip]
test rax, rax
je .L5
jmp .L3
.L4:
mov rax, QWORD PTR answers[rip]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR answers[rip]
cmp rdx, rax
setne al
movzx eax, al
mov edi, eax
call assert@PLT
mov rax, QWORD PTR answers[rip]
mov rax, QWORD PTR [rax]
mov esi, -1
mov rdi, rax
call process_answer@PLT
mov rax, QWORD PTR answers[rip]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 16[rax]
mov rdi, rax
call get_lev_support_add_answer_size@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 16[rax]
mov esi, edx
mov rdi, rax
call dl_free@PLT
mov rax, QWORD PTR answers[rip]
mov rdx, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rdx]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR answers[rip]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR answers[rip]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -8[rbp]
mov esi, 4
mov rdi, rax
call dl_free@PLT
.L3:
mov rax, QWORD PTR answers_cnt[rip]
test rax, rax
jg .L4
mov rax, QWORD PTR answers[rip]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR answers[rip]
cmp rdx, rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
lea rdi, q_cnt[rip]
call map_int_int_used@PLT
test rax, rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
lea rdi, user_id_to_answer[rip]
call map_int_vptr_used@PLT
test rax, rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
lea rdi, word_to_answers[rip]
call map_int_set_int_used@PLT
test rax, rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
lea rdi, key_words[rip]
call set_int_free@PLT
lea rdi, q_cnt[rip]
call map_int_int_free@PLT
lea rdi, user_id_to_answer[rip]
call map_int_vptr_free@PLT
lea rdi, word_to_answers[rip]
call map_int_set_int_free@PLT
mov rax, QWORD PTR answers[rip]
mov esi, 4
mov rdi, rax
call dl_free@PLT
mov eax, 0
call dl_get_memory_used@PLT
mov rdx, rax
mov eax, DWORD PTR stderr[rip]
lea rsi, .LC0[rip]
mov edi, eax
call fprintf@PLT
mov eax, 0
call dl_get_memory_used@PLT
test rax, rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
.L5:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size free_all, .-free_all
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_support-data.c_free_all.c"
.text
.comm answers,4,4
.comm answers_cnt,4,4
.comm key_words,4,4
.comm q_cnt,4,4
.comm stderr,4,4
.comm user_id_to_answer,4,4
.comm verbosity,4,4
.comm word_to_answers,4,4
.section .rodata
.align 2
.LC0:
.ascii "Memory left: %ld\012\000"
.text
.align 2
.global free_all
.syntax unified
.arm
.fpu softvfp
.type free_all, %function
free_all:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #12
ldr r3, .L6
ldr r3, [r3]
cmp r3, #0
beq .L5
b .L3
.L4:
ldr r3, .L6+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
cmp r2, r3
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r3, .L6+4
ldr r3, [r3]
ldr r3, [r3]
mvn r1, #0
mov r0, r3
bl process_answer
ldr r3, .L6+4
ldr r3, [r3]
ldr r3, [r3]
str r3, [fp, #-16]
ldr r3, [fp, #-16]
ldr r4, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
mov r0, r3
bl get_lev_support_add_answer_size
mov r3, r0
mov r1, r3
mov r0, r4
bl dl_free
ldr r3, .L6+4
ldr r3, [r3]
ldr r2, [fp, #-16]
ldr r2, [r2]
str r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
ldr r3, [r3]
ldr r2, .L6+4
ldr r2, [r2]
str r2, [r3, #4]
mov r1, #4
ldr r0, [fp, #-16]
bl dl_free
.L3:
ldr r3, .L6+8
ldr r3, [r3]
cmp r3, #0
bgt .L4
ldr r3, .L6+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
cmp r2, r3
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r0, .L6+12
bl map_int_int_used
mov r3, r0
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r0, .L6+16
bl map_int_vptr_used
mov r3, r0
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r0, .L6+20
bl map_int_set_int_used
mov r3, r0
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r0, .L6+24
bl set_int_free
ldr r0, .L6+12
bl map_int_int_free
ldr r0, .L6+16
bl map_int_vptr_free
ldr r0, .L6+20
bl map_int_set_int_free
ldr r3, .L6+4
ldr r3, [r3]
mov r1, #4
mov r0, r3
bl dl_free
ldr r3, .L6+28
ldr r4, [r3]
bl dl_get_memory_used
mov r3, r0
mov r2, r3
ldr r1, .L6+32
mov r0, r4
bl fprintf
bl dl_get_memory_used
mov r3, r0
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
.L5:
nop
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L7:
.align 2
.L6:
.word verbosity
.word answers
.word answers_cnt
.word q_cnt
.word user_id_to_answer
.word word_to_answers
.word key_words
.word stderr
.word .LC0
.size free_all, .-free_all
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_skbuff.c_skb_zerocopy_iter_dgram.c"
.intel_syntax noprefix
.text
.globl skb_zerocopy_iter_dgram
.type skb_zerocopy_iter_dgram, @function
skb_zerocopy_iter_dgram:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov DWORD PTR -20[rbp], edx
mov rdx, QWORD PTR -16[rbp]
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov ecx, DWORD PTR -20[rbp]
mov rsi, QWORD PTR -8[rbp]
mov edi, eax
call __zerocopy_sg_from_iter@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size skb_zerocopy_iter_dgram, .-skb_zerocopy_iter_dgram
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_skbuff.c_skb_zerocopy_iter_dgram.c"
.text
.align 2
.global skb_zerocopy_iter_dgram
.syntax unified
.arm
.fpu softvfp
.type skb_zerocopy_iter_dgram, %function
skb_zerocopy_iter_dgram:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r3, [fp, #-8]
ldr r0, [r3]
ldr r2, [fp, #-12]
ldr r3, [fp, #-16]
ldr r1, [fp, #-8]
bl __zerocopy_sg_from_iter
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size skb_zerocopy_iter_dgram, .-skb_zerocopy_iter_dgram
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_tlb-urb.c_tlb_wire_entry.c"
.intel_syntax noprefix
.text
.comm MMUCR,4,4
.comm MMUCR_URB,8,8
.comm MMUCR_URB_NENTRIES,4,4
.comm MMUCR_URB_SHIFT,8,8
.comm MMUCR_URC,8,8
.comm MMUCR_URC_SHIFT,4,4
.globl tlb_wire_entry
.type tlb_wire_entry, @function
tlb_wire_entry:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov DWORD PTR -52[rbp], edx
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call local_irq_save@PLT
mov eax, DWORD PTR MMUCR[rip]
mov edi, eax
call __raw_readl@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR MMUCR_URB[rip]
and rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR MMUCR_URB_SHIFT[rip]
mov ecx, edx
shr rax, cl
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR MMUCR_URC[rip]
not rax
and QWORD PTR -8[rbp], rax
sub DWORD PTR -20[rbp], 1
cmp DWORD PTR -20[rbp], 0
sete al
movzx eax, al
mov edi, eax
call BUG_ON@PLT
mov ecx, DWORD PTR MMUCR_URB_NENTRIES[rip]
mov eax, DWORD PTR -20[rbp]
cdq
idiv ecx
mov DWORD PTR -20[rbp], edx
mov eax, DWORD PTR MMUCR_URC_SHIFT[rip]
mov edx, DWORD PTR -20[rbp]
mov ecx, eax
sal edx, cl
mov eax, edx
cdqe
or QWORD PTR -8[rbp], rax
mov edx, DWORD PTR MMUCR[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call __raw_writel@PLT
mov eax, 0
call ctrl_barrier@PLT
mov edx, DWORD PTR -52[rbp]
mov rcx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rcx
mov rdi, rax
call __update_tlb@PLT
mov eax, DWORD PTR MMUCR[rip]
mov edi, eax
call __raw_readl@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR MMUCR_URB[rip]
not rax
and QWORD PTR -8[rbp], rax
mov rax, QWORD PTR MMUCR_URB_SHIFT[rip]
mov edx, eax
mov eax, DWORD PTR -20[rbp]
mov ecx, edx
sal eax, cl
cdqe
or QWORD PTR -8[rbp], rax
mov edx, DWORD PTR MMUCR[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call __raw_writel@PLT
mov eax, 0
call ctrl_barrier@PLT
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call local_irq_restore@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size tlb_wire_entry, .-tlb_wire_entry
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_tlb-urb.c_tlb_wire_entry.c"
.text
.comm MMUCR,4,4
.comm MMUCR_URB,4,4
.comm MMUCR_URB_NENTRIES,4,4
.comm MMUCR_URB_SHIFT,4,4
.comm MMUCR_URC,4,4
.comm MMUCR_URC_SHIFT,4,4
.global __aeabi_idivmod
.align 2
.global tlb_wire_entry
.syntax unified
.arm
.fpu softvfp
.type tlb_wire_entry, %function
tlb_wire_entry:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
ldr r0, [fp, #-16]
bl local_irq_save
ldr r3, .L2
ldr r3, [r3]
mov r0, r3
bl __raw_readl
str r0, [fp, #-12]
ldr r3, .L2+4
ldr r2, [r3]
ldr r3, [fp, #-12]
and r2, r2, r3
ldr r3, .L2+8
ldr r3, [r3]
lsr r3, r2, r3
str r3, [fp, #-8]
ldr r3, .L2+12
ldr r3, [r3]
mvn r3, r3
ldr r2, [fp, #-12]
and r3, r3, r2
str r3, [fp, #-12]
ldr r3, [fp, #-8]
sub r3, r3, #1
str r3, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl BUG_ON
ldr r3, .L2+16
ldr r2, [r3]
ldr r3, [fp, #-8]
mov r1, r2
mov r0, r3
bl __aeabi_idivmod
mov r3, r1
str r3, [fp, #-8]
ldr r3, .L2+20
ldr r3, [r3]
ldr r2, [fp, #-8]
lsl r3, r2, r3
mov r2, r3
ldr r3, [fp, #-12]
orr r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L2
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-12]
bl __raw_writel
bl ctrl_barrier
ldr r2, [fp, #-32]
ldr r1, [fp, #-28]
ldr r0, [fp, #-24]
bl __update_tlb
ldr r3, .L2
ldr r3, [r3]
mov r0, r3
bl __raw_readl
str r0, [fp, #-12]
ldr r3, .L2+4
ldr r3, [r3]
mvn r3, r3
ldr r2, [fp, #-12]
and r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L2+8
ldr r3, [r3]
ldr r2, [fp, #-8]
lsl r3, r2, r3
mov r2, r3
ldr r3, [fp, #-12]
orr r3, r3, r2
str r3, [fp, #-12]
ldr r3, .L2
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-12]
bl __raw_writel
bl ctrl_barrier
ldr r0, [fp, #-16]
bl local_irq_restore
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word MMUCR
.word MMUCR_URB
.word MMUCR_URB_SHIFT
.word MMUCR_URC
.word MMUCR_URB_NENTRIES
.word MMUCR_URC_SHIFT
.size tlb_wire_entry, .-tlb_wire_entry
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ide-iops.c___ide_set_handler.c"
.intel_syntax noprefix
.text
.comm jiffies,8,8
.globl __ide_set_handler
.type __ide_set_handler, @function
__ide_set_handler:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov DWORD PTR -36[rbp], edx
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 16[rax]
mov rdi, rax
call BUG_ON@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR 16[rax], rdx
mov edx, DWORD PTR -36[rbp]
mov rax, QWORD PTR jiffies[rip]
add rdx, rax
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 12[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call add_timer@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size __ide_set_handler, .-__ide_set_handler
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ide-iops.c___ide_set_handler.c"
.text
.comm jiffies,4,4
.align 2
.global __ide_set_handler
.syntax unified
.arm
.fpu softvfp
.type __ide_set_handler, %function
__ide_set_handler:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-8]
ldr r3, [r3, #12]
mov r0, r3
bl BUG_ON
ldr r3, [fp, #-8]
ldr r2, [fp, #-20]
str r2, [r3, #12]
ldr r3, .L2
ldr r3, [r3]
mov r2, r3
ldr r3, [fp, #-24]
add r3, r2, r3
mov r2, r3
ldr r3, [fp, #-8]
str r2, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
str r2, [r3, #8]
ldr r3, [fp, #-8]
mov r0, r3
bl add_timer
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word jiffies
.size __ide_set_handler, .-__ide_set_handler
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_handlers.c_intel_gvt_match_device.c"
.intel_syntax noprefix
.text
.globl intel_gvt_match_device
.type intel_gvt_match_device, @function
intel_gvt_match_device:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call intel_gvt_get_device_type@PLT
mov edx, eax
mov rax, QWORD PTR -16[rbp]
and eax, edx
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size intel_gvt_match_device, .-intel_gvt_match_device
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_handlers.c_intel_gvt_match_device.c"
.text
.align 2
.global intel_gvt_match_device
.syntax unified
.arm
.fpu softvfp
.type intel_gvt_match_device, %function
intel_gvt_match_device:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
str r1, [fp, #-12]
ldr r0, [fp, #-8]
bl intel_gvt_get_device_type
mov r2, r0
ldr r3, [fp, #-12]
and r3, r3, r2
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size intel_gvt_match_device, .-intel_gvt_match_device
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_carthw.c_PicoRead8_sprot.c"
.intel_syntax noprefix
.text
.comm EL_UIO,4,4
.comm SekPc,4,4
.section .rodata
.LC0:
.string "prot r8 [%06x] %02x @%06x"
.LC1:
.string "prot r8 [%06x] MISS @%06x"
.text
.type PicoRead8_sprot, @function
PicoRead8_sprot:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov DWORD PTR -20[rbp], edi
cmp DWORD PTR -20[rbp], 10551295
jle .L2
cmp DWORD PTR -20[rbp], 10559487
jg .L2
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call PicoRead8_io@PLT
jmp .L3
.L2:
mov eax, DWORD PTR -20[rbp]
mov esi, 0
mov edi, eax
call carthw_sprot_get_val@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
je .L4
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR -20[rbp]
and eax, 1
test eax, eax
jne .L5
sar DWORD PTR -12[rbp], 8
.L5:
mov esi, DWORD PTR SekPc[rip]
mov eax, DWORD PTR EL_UIO[rip]
mov ecx, DWORD PTR -12[rbp]
mov edx, DWORD PTR -20[rbp]
mov r8d, esi
lea rsi, .LC0[rip]
mov edi, eax
mov eax, 0
call elprintf@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L3
.L4:
mov ecx, DWORD PTR SekPc[rip]
mov eax, DWORD PTR EL_UIO[rip]
mov edx, DWORD PTR -20[rbp]
lea rsi, .LC1[rip]
mov edi, eax
mov eax, 0
call elprintf@PLT
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size PicoRead8_sprot, .-PicoRead8_sprot
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_carthw.c_PicoRead8_sprot.c"
.text
.comm EL_UIO,4,4
.comm SekPc,4,4
.section .rodata
.align 2
.LC0:
.ascii "prot r8 [%06x] %02x @%06x\000"
.align 2
.LC1:
.ascii "prot r8 [%06x] MISS @%06x\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type PicoRead8_sprot, %function
PicoRead8_sprot:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #10551296
blt .L2
ldr r3, [fp, #-16]
ldr r2, .L6
cmp r3, r2
bge .L2
ldr r0, [fp, #-16]
bl PicoRead8_io
mov r3, r0
b .L3
.L2:
mov r1, #0
ldr r0, [fp, #-16]
bl carthw_sprot_get_val
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L4
ldr r3, [fp, #-8]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, [fp, #-16]
and r3, r3, #1
cmp r3, #0
bne .L5
ldr r3, [fp, #-12]
asr r3, r3, #8
str r3, [fp, #-12]
.L5:
ldr r3, .L6+4
ldr r0, [r3]
ldr r3, .L6+8
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
ldr r1, .L6+12
bl elprintf
ldr r3, [fp, #-12]
b .L3
.L4:
ldr r3, .L6+4
ldr r0, [r3]
ldr r3, .L6+8
ldr r3, [r3]
ldr r2, [fp, #-16]
ldr r1, .L6+16
bl elprintf
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word 10559488
.word EL_UIO
.word SekPc
.word .LC0
.word .LC1
.size PicoRead8_sprot, .-PicoRead8_sprot
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_peak_pcmcia.c_pcan_free_channels.c"
.intel_syntax noprefix
.text
.comm IFNAMSIZ,4,4
.comm PCC_LED_OFF,4,4
.section .rodata
.LC0:
.string "%s removed\n"
.text
.type pcan_free_channels, @function
pcan_free_channels:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
push r15
push r14
push r13
push r12
push rbx
sub rsp, 72
.cfi_offset 15, -24
.cfi_offset 14, -32
.cfi_offset 13, -40
.cfi_offset 12, -48
.cfi_offset 3, -56
mov QWORD PTR -104[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -56[rbp], rax
xor eax, eax
mov DWORD PTR -88[rbp], 0
mov DWORD PTR -84[rbp], 0
jmp .L2
.L8:
mov rax, rsp
mov rbx, rax
mov eax, DWORD PTR IFNAMSIZ[rip]
movsx rdx, eax
sub rdx, 1
mov QWORD PTR -80[rbp], rdx
movsx rdx, eax
mov r12, rdx
mov r13d, 0
movsx rdx, eax
mov r14, rdx
mov r15d, 0
cdqe
mov edx, 16
sub rdx, 1
add rax, rdx
mov ecx, 16
mov edx, 0
div rcx
imul rax, rax, 16
mov rdx, rax
and rdx, -4096
mov rsi, rsp
sub rsi, rdx
mov rdx, rsi
.L3:
cmp rsp, rdx
je .L4
sub rsp, 4096
or QWORD PTR 4088[rsp], 0
jmp .L3
.L4:
mov rdx, rax
and edx, 4095
sub rsp, rdx
mov rdx, rax
and edx, 4095
test rdx, rdx
je .L5
and eax, 4095
sub rax, 8
add rax, rsp
or QWORD PTR [rax], 0
.L5:
mov rax, rsp
add rax, 0
mov QWORD PTR -72[rbp], rax
mov eax, DWORD PTR -84[rbp]
mov edi, eax
call PCC_LED@PLT
or DWORD PTR -88[rbp], eax
mov rax, QWORD PTR -104[rbp]
mov rax, QWORD PTR 16[rax]
mov edx, DWORD PTR -84[rbp]
movsx rdx, edx
sal rdx, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -64[rbp], rax
cmp QWORD PTR -64[rbp], 0
jne .L6
mov rsp, rbx
jmp .L7
.L6:
mov edx, DWORD PTR IFNAMSIZ[rip]
mov rax, QWORD PTR -64[rbp]
mov ecx, DWORD PTR [rax]
mov rax, QWORD PTR -72[rbp]
mov esi, ecx
mov rdi, rax
call strlcpy@PLT
mov rax, QWORD PTR -64[rbp]
mov rdi, rax
call unregister_sja1000dev@PLT
mov rax, QWORD PTR -64[rbp]
mov rdi, rax
call free_sja1000dev@PLT
mov rax, QWORD PTR -104[rbp]
mov rax, QWORD PTR 8[rax]
mov rcx, rax
mov rax, QWORD PTR -72[rbp]
mov rdx, rax
lea rsi, .LC0[rip]
mov rdi, rcx
call dev_info@PLT
mov rsp, rbx
.L7:
add DWORD PTR -84[rbp], 1
.L2:
mov rax, QWORD PTR -104[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -84[rbp], eax
jl .L8
mov rax, QWORD PTR -104[rbp]
mov rdi, rax
call pcan_pccard_present@PLT
test rax, rax
je .L11
mov edx, DWORD PTR PCC_LED_OFF[rip]
mov ecx, DWORD PTR -88[rbp]
mov rax, QWORD PTR -104[rbp]
mov esi, ecx
mov rdi, rax
call pcan_set_leds@PLT
mov rax, QWORD PTR -104[rbp]
mov esi, 0
mov rdi, rax
call pcan_set_can_power@PLT
.L11:
nop
mov rax, QWORD PTR -56[rbp]
xor rax, QWORD PTR fs:40
je .L10
call __stack_chk_fail@PLT
.L10:
lea rsp, -40[rbp]
pop rbx
pop r12
pop r13
pop r14
pop r15
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pcan_free_channels, .-pcan_free_channels
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_peak_pcmcia.c_pcan_free_channels.c"
.text
.comm IFNAMSIZ,4,4
.comm PCC_LED_OFF,4,4
.section .rodata
.align 2
.LC0:
.ascii "%s removed\012\000"
.align 2
.LC1:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type pcan_free_channels, %function
pcan_free_channels:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #36
str r0, [fp, #-40]
ldr r3, .L9
ldr r3, [r3]
str r3, [fp, #-16]
mov r3,#0
mov r3, #0
str r3, [fp, #-36]
mov r3, #0
str r3, [fp, #-32]
b .L2
.L5:
mov r3, sp
mov r4, r3
ldr r3, .L9+4
ldr ip, [r3]
sub r3, ip, #1
str r3, [fp, #-28]
mov r3, ip
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, ip
mov r0, r3
mov r1, #0
mov r2, #0
mov r3, #0
lsl r3, r1, #3
orr r3, r3, r0, lsr #29
lsl r2, r0, #3
mov r3, ip
add r3, r3, #7
lsr r3, r3, #3
lsl r3, r3, #3
sub sp, sp, r3
mov r3, sp
add r3, r3, #0
str r3, [fp, #-24]
ldr r0, [fp, #-32]
bl PCC_LED
mov r2, r0
ldr r3, [fp, #-36]
orr r3, r3, r2
str r3, [fp, #-36]
ldr r3, [fp, #-40]
ldr r2, [r3, #8]
ldr r3, [fp, #-32]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-20]
ldr r3, [fp, #-20]
cmp r3, #0
bne .L3
mov sp, r4
b .L4
.L3:
ldr r3, [fp, #-20]
ldr r3, [r3]
ldr r2, .L9+4
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl strlcpy
ldr r0, [fp, #-20]
bl unregister_sja1000dev
ldr r0, [fp, #-20]
bl free_sja1000dev
ldr r3, [fp, #-40]
ldr r3, [r3, #4]
ldr r2, [fp, #-24]
ldr r1, .L9+8
mov r0, r3
bl dev_info
mov sp, r4
.L4:
ldr r3, [fp, #-32]
add r3, r3, #1
str r3, [fp, #-32]
.L2:
ldr r3, [fp, #-40]
ldr r3, [r3]
ldr r2, [fp, #-32]
cmp r2, r3
blt .L5
ldr r0, [fp, #-40]
bl pcan_pccard_present
mov r3, r0
cmp r3, #0
beq .L8
ldr r3, .L9+12
ldr r3, [r3]
mov r2, r3
ldr r1, [fp, #-36]
ldr r0, [fp, #-40]
bl pcan_set_leds
mov r1, #0
ldr r0, [fp, #-40]
bl pcan_set_can_power
.L8:
nop
ldr r3, .L9
ldr r2, [r3]
ldr r3, [fp, #-16]
eors r2, r3, r2
mov r3, #0
beq .L7
bl __stack_chk_fail
.L7:
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L10:
.align 2
.L9:
.word .LC1
.word IFNAMSIZ
.word .LC0
.word PCC_LED_OFF
.size pcan_free_channels, .-pcan_free_channels
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ethernet-mem.c_cvm_oct_mem_empty_fpa.c"
.intel_syntax noprefix
.text
.comm CVMX_FPA_PACKET_POOL,4,4
.globl cvm_oct_mem_empty_fpa
.type cvm_oct_mem_empty_fpa, @function
cvm_oct_mem_empty_fpa:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov DWORD PTR -4[rbp], edi
mov DWORD PTR -8[rbp], esi
mov DWORD PTR -12[rbp], edx
mov eax, DWORD PTR CVMX_FPA_PACKET_POOL[rip]
cmp DWORD PTR -4[rbp], eax
jne .L2
mov edx, DWORD PTR -12[rbp]
mov ecx, DWORD PTR -8[rbp]
mov eax, DWORD PTR -4[rbp]
mov esi, ecx
mov edi, eax
call cvm_oct_free_hw_skbuff@PLT
jmp .L4
.L2:
mov edx, DWORD PTR -12[rbp]
mov ecx, DWORD PTR -8[rbp]
mov eax, DWORD PTR -4[rbp]
mov esi, ecx
mov edi, eax
call cvm_oct_free_hw_memory@PLT
.L4:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size cvm_oct_mem_empty_fpa, .-cvm_oct_mem_empty_fpa
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ethernet-mem.c_cvm_oct_mem_empty_fpa.c"
.text
.comm CVMX_FPA_PACKET_POOL,4,4
.align 2
.global cvm_oct_mem_empty_fpa
.syntax unified
.arm
.fpu softvfp
.type cvm_oct_mem_empty_fpa, %function
cvm_oct_mem_empty_fpa:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
ldr r3, .L5
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
bne .L2
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl cvm_oct_free_hw_skbuff
b .L4
.L2:
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl cvm_oct_free_hw_memory
.L4:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word CVMX_FPA_PACKET_POOL
.size cvm_oct_mem_empty_fpa, .-cvm_oct_mem_empty_fpa
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ri_triggers.c_RI_FKey_pk_upd_check_required.c"
.intel_syntax noprefix
.text
.comm RI_KEYS_NONE_NULL,8,8
.globl RI_FKey_pk_upd_check_required
.type RI_FKey_pk_upd_check_required, @function
RI_FKey_pk_upd_check_required:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov QWORD PTR -40[rbp], rdx
mov QWORD PTR -48[rbp], rcx
mov ecx, DWORD PTR -28[rbp]
mov rax, QWORD PTR -24[rbp]
mov edx, 1
mov esi, ecx
mov rdi, rax
call ri_FetchConstraintInfo@PLT
mov QWORD PTR -8[rbp], rax
mov eax, DWORD PTR -28[rbp]
mov edi, eax
call RelationGetDescr@PLT
mov edi, eax
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -40[rbp]
mov ecx, 1
mov rsi, rax
call ri_NullCheck@PLT
mov rdx, QWORD PTR RI_KEYS_NONE_NULL[rip]
cmp rax, rdx
je .L2
mov eax, 0
jmp .L3
.L2:
cmp QWORD PTR -48[rbp], 0
je .L4
mov rcx, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -48[rbp]
mov rsi, QWORD PTR -40[rbp]
mov eax, DWORD PTR -28[rbp]
mov r8d, 1
mov edi, eax
call ri_KeysEqual@PLT
test rax, rax
je .L4
mov eax, 0
jmp .L3
.L4:
mov eax, 1
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size RI_FKey_pk_upd_check_required, .-RI_FKey_pk_upd_check_required
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ri_triggers.c_RI_FKey_pk_upd_check_required.c"
.text
.comm RI_KEYS_NONE_NULL,4,4
.align 2
.global RI_FKey_pk_upd_check_required
.syntax unified
.arm
.fpu softvfp
.type RI_FKey_pk_upd_check_required, %function
RI_FKey_pk_upd_check_required:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
mov r2, #1
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl ri_FetchConstraintInfo
str r0, [fp, #-8]
ldr r0, [fp, #-20]
bl RelationGetDescr
mov r3, #1
ldr r2, [fp, #-8]
ldr r1, [fp, #-24]
bl ri_NullCheck
mov r2, r0
ldr r3, .L5
ldr r3, [r3]
cmp r2, r3
beq .L2
mov r3, #0
b .L3
.L2:
ldr r3, [fp, #-28]
cmp r3, #0
beq .L4
mov r3, #1
str r3, [sp]
ldr r3, [fp, #-8]
ldr r2, [fp, #-28]
ldr r1, [fp, #-24]
ldr r0, [fp, #-20]
bl ri_KeysEqual
mov r3, r0
cmp r3, #0
beq .L4
mov r3, #0
b .L3
.L4:
mov r3, #1
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word RI_KEYS_NONE_NULL
.size RI_FKey_pk_upd_check_required, .-RI_FKey_pk_upd_check_required
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_c8sectpfe-core.c_c8sectpfe_remove.c"
.intel_syntax noprefix
.text
.comm DMA_CPU_RUN,8,8
.comm SYS_INPUT_CLKEN,8,8
.comm SYS_OTHER_CLKEN,8,8
.section .rodata
.LC0:
.string "Stopping memdma SLIM core\n"
.text
.type c8sectpfe_remove, @function
c8sectpfe_remove:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call platform_get_drvdata@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
add rax, 48
mov rdi, rax
call wait_for_completion@PLT
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 40[rax]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -16[rbp]
mov rsi, rdx
mov edi, eax
call c8sectpfe_tuner_unregister_frontend@PLT
mov DWORD PTR -20[rbp], 0
jmp .L2
.L3:
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 32[rax]
mov edx, DWORD PTR -20[rbp]
movsx rdx, edx
sal rdx, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -16[rbp]
mov rsi, rdx
mov rdi, rax
call free_input_block@PLT
add DWORD PTR -20[rbp], 1
.L2:
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -20[rbp], eax
jl .L3
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call c8sectpfe_debugfs_exit@PLT
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 24[rax]
lea rsi, .LC0[rip]
mov edi, eax
call dev_info@PLT
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR DMA_CPU_RUN[rip]
add rax, rdx
mov rdi, rax
call readl@PLT
test rax, rax
je .L4
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR DMA_CPU_RUN[rip]
add rax, rdx
mov rsi, rax
mov edi, 0
call writel@PLT
.L4:
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR SYS_INPUT_CLKEN[rip]
add rax, rdx
mov rdi, rax
call readl@PLT
test rax, rax
je .L5
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR SYS_INPUT_CLKEN[rip]
add rax, rdx
mov rsi, rax
mov edi, 0
call writel@PLT
.L5:
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR SYS_OTHER_CLKEN[rip]
add rax, rdx
mov rdi, rax
call readl@PLT
test rax, rax
je .L6
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR SYS_OTHER_CLKEN[rip]
add rax, rdx
mov rsi, rax
mov edi, 0
call writel@PLT
.L6:
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L7
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call clk_disable_unprepare@PLT
.L7:
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size c8sectpfe_remove, .-c8sectpfe_remove
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_c8sectpfe-core.c_c8sectpfe_remove.c"
.text
.comm DMA_CPU_RUN,4,4
.comm SYS_INPUT_CLKEN,4,4
.comm SYS_OTHER_CLKEN,4,4
.section .rodata
.align 2
.LC0:
.ascii "Stopping memdma SLIM core\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type c8sectpfe_remove, %function
c8sectpfe_remove:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
ldr r0, [fp, #-24]
bl platform_get_drvdata
str r0, [fp, #-12]
ldr r3, [fp, #-12]
add r3, r3, #24
mov r0, r3
bl wait_for_completion
ldr r3, [fp, #-12]
ldr r3, [r3, #20]
ldr r3, [r3]
ldr r1, [fp, #-12]
mov r0, r3
bl c8sectpfe_tuner_unregister_frontend
mov r3, #0
str r3, [fp, #-16]
b .L2
.L3:
ldr r3, [fp, #-12]
ldr r2, [r3, #16]
ldr r3, [fp, #-16]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-8]
ldr r1, [fp, #-8]
ldr r0, [fp, #-12]
bl free_input_block
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L2:
ldr r3, [fp, #-12]
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
blt .L3
ldr r0, [fp, #-12]
bl c8sectpfe_debugfs_exit
ldr r3, [fp, #-12]
ldr r3, [r3, #12]
ldr r1, .L9
mov r0, r3
bl dev_info
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+4
ldr r3, [r3]
add r3, r2, r3
mov r0, r3
bl readl
mov r3, r0
cmp r3, #0
beq .L4
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+4
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
mov r0, #0
bl writel
.L4:
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+8
ldr r3, [r3]
add r3, r2, r3
mov r0, r3
bl readl
mov r3, r0
cmp r3, #0
beq .L5
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+8
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
mov r0, #0
bl writel
.L5:
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+12
ldr r3, [r3]
add r3, r2, r3
mov r0, r3
bl readl
mov r3, r0
cmp r3, #0
beq .L6
ldr r3, [fp, #-12]
ldr r2, [r3, #8]
ldr r3, .L9+12
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
mov r0, #0
bl writel
.L6:
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
cmp r3, #0
beq .L7
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
mov r0, r3
bl clk_disable_unprepare
.L7:
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L10:
.align 2
.L9:
.word .LC0
.word DMA_CPU_RUN
.word SYS_INPUT_CLKEN
.word SYS_OTHER_CLKEN
.size c8sectpfe_remove, .-c8sectpfe_remove
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_trace.c_print_lat_help_header.c"
.intel_syntax noprefix
.text
.section .rodata
.align 8
.LC0:
.ascii "# _------=> CPU# \n# "
.ascii " / _-----=> irqs-off \n# |"
.string " / _----=> need-resched \n# || / _---=> hardirq/softirq \n# ||| / _--=> preempt-depth \n# |||| / delay \n# cmd pid ||||| time | caller \n# \\ / ||||| \\ | / \n"
.text
.type print_lat_help_header, @function
print_lat_help_header:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
lea rsi, .LC0[rip]
mov rdi, rax
call seq_puts@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size print_lat_help_header, .-print_lat_help_header
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_trace.c_print_lat_help_header.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "# _------=> CPU# \012# "
.ascii " / _-----=> irqs-off \012# "
.ascii " | / _----=> need-resched \012# "
.ascii " || / _---=> hardirq/softirq \012# "
.ascii " ||| / _--=> preempt-depth \012# "
.ascii " |||| / delay \012# cmd p"
.ascii "id ||||| time | caller \012# \\ / "
.ascii " ||||| \\ | / \012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type print_lat_help_header, %function
print_lat_help_header:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r1, .L2
ldr r0, [fp, #-8]
bl seq_puts
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word .LC0
.size print_lat_help_header, .-print_lat_help_header
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hugetlbpage.c_hash_huge_page_do_lazy_icache.c"
.intel_syntax noprefix
.text
.comm HPTE_R_N,8,8
.comm PAGE_SIZE,8,8
.comm PG_arch_1,4,4
.type hash_huge_page_do_lazy_icache, @function
hash_huge_page_do_lazy_icache:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov DWORD PTR -32[rbp], edx
mov QWORD PTR -40[rbp], rcx
mov eax, DWORD PTR -28[rbp]
mov edi, eax
call pte_pfn@PLT
mov edi, eax
call pfn_valid@PLT
test eax, eax
jne .L2
mov rax, QWORD PTR -24[rbp]
jmp .L3
.L2:
mov eax, DWORD PTR -28[rbp]
mov edi, eax
call pte_page@PLT
mov QWORD PTR -8[rbp], rax
mov rdx, QWORD PTR -8[rbp]
mov eax, DWORD PTR PG_arch_1[rip]
mov rsi, rdx
mov edi, eax
call test_bit@PLT
test eax, eax
jne .L4
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call PageReserved@PLT
test eax, eax
jne .L4
cmp DWORD PTR -32[rbp], 1024
jne .L5
mov DWORD PTR -12[rbp], 0
jmp .L6
.L7:
mov eax, DWORD PTR -12[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -8[rbp]
add rax, rdx
mov rdi, rax
call page_address@PLT
mov edi, eax
call __flush_dcache_icache@PLT
add DWORD PTR -12[rbp], 1
.L6:
mov eax, DWORD PTR -12[rbp]
movsx rcx, eax
mov rsi, QWORD PTR PAGE_SIZE[rip]
mov rax, QWORD PTR -40[rbp]
mov edx, 0
div rsi
cmp rcx, rax
jb .L7
mov rdx, QWORD PTR -8[rbp]
mov eax, DWORD PTR PG_arch_1[rip]
mov rsi, rdx
mov edi, eax
call set_bit@PLT
jmp .L4
.L5:
mov rax, QWORD PTR HPTE_R_N[rip]
or QWORD PTR -24[rbp], rax
.L4:
mov rax, QWORD PTR -24[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hash_huge_page_do_lazy_icache, .-hash_huge_page_do_lazy_icache
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_hugetlbpage.c_hash_huge_page_do_lazy_icache.c"
.text
.comm HPTE_R_N,4,4
.comm PAGE_SIZE,4,4
.comm PG_arch_1,4,4
.global __aeabi_uidiv
.align 2
.syntax unified
.arm
.fpu softvfp
.type hash_huge_page_do_lazy_icache, %function
hash_huge_page_do_lazy_icache:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
str r3, [fp, #-28]
ldr r0, [fp, #-20]
bl pte_pfn
mov r3, r0
mov r0, r3
bl pfn_valid
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, [fp, #-16]
b .L3
.L2:
ldr r0, [fp, #-20]
bl pte_page
str r0, [fp, #-8]
ldr r3, .L8
ldr r3, [r3]
ldr r2, [fp, #-8]
mov r1, r2
mov r0, r3
bl test_bit
mov r3, r0
cmp r3, #0
bne .L4
ldr r0, [fp, #-8]
bl PageReserved
mov r3, r0
cmp r3, #0
bne .L4
ldr r3, [fp, #-24]
cmp r3, #1024
bne .L5
mov r3, #0
str r3, [fp, #-12]
b .L6
.L7:
ldr r3, [fp, #-12]
lsl r3, r3, #2
ldr r2, [fp, #-8]
add r3, r2, r3
mov r0, r3
bl page_address
mov r3, r0
mov r0, r3
bl __flush_dcache_icache
ldr r3, [fp, #-12]
add r3, r3, #1
str r3, [fp, #-12]
.L6:
ldr r3, .L8+4
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-28]
bl __aeabi_uidiv
mov r3, r0
mov r2, r3
ldr r3, [fp, #-12]
cmp r2, r3
bhi .L7
ldr r3, .L8
ldr r3, [r3]
ldr r2, [fp, #-8]
mov r1, r2
mov r0, r3
bl set_bit
b .L4
.L5:
ldr r3, .L8+8
ldr r3, [r3]
ldr r2, [fp, #-16]
orr r3, r2, r3
str r3, [fp, #-16]
.L4:
ldr r3, [fp, #-16]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L9:
.align 2
.L8:
.word PG_arch_1
.word PAGE_SIZE
.word HPTE_R_N
.size hash_huge_page_do_lazy_icache, .-hash_huge_page_do_lazy_icache
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_via-camera.c_viacam_int_enable.c"
.intel_syntax noprefix
.text
.comm VCR_IC_EAV,4,4
.comm VCR_IC_EVBI,4,4
.comm VCR_IC_FFULL,4,4
.comm VCR_IC_INTEN,4,4
.comm VCR_INTCTRL,4,4
.comm VDE_I_C0AVEN,4,4
.type viacam_int_enable, @function
viacam_int_enable:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 16
mov QWORD PTR -8[rbp], rdi
mov edx, DWORD PTR VCR_IC_INTEN[rip]
mov eax, DWORD PTR VCR_IC_EAV[rip]
or edx, eax
mov eax, DWORD PTR VCR_IC_EVBI[rip]
or edx, eax
mov eax, DWORD PTR VCR_IC_FFULL[rip]
or edx, eax
mov ecx, DWORD PTR VCR_INTCTRL[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call viacam_write_reg@PLT
mov eax, DWORD PTR VDE_I_C0AVEN[rip]
mov edi, eax
call viafb_irq_enable@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size viacam_int_enable, .-viacam_int_enable
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_via-camera.c_viacam_int_enable.c"
.text
.comm VCR_IC_EAV,4,4
.comm VCR_IC_EVBI,4,4
.comm VCR_IC_FFULL,4,4
.comm VCR_IC_INTEN,4,4
.comm VCR_INTCTRL,4,4
.comm VDE_I_C0AVEN,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type viacam_int_enable, %function
viacam_int_enable:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
str r0, [fp, #-8]
ldr r3, .L2
ldr r1, [r3]
ldr r3, .L2+4
ldr r2, [r3]
ldr r3, .L2+8
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L2+12
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L2+16
ldr r3, [r3]
orr r3, r2, r3
mov r2, r3
ldr r0, [fp, #-8]
bl viacam_write_reg
ldr r3, .L2+20
ldr r3, [r3]
mov r0, r3
bl viafb_irq_enable
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word VCR_INTCTRL
.word VCR_IC_INTEN
.word VCR_IC_EAV
.word VCR_IC_EVBI
.word VCR_IC_FFULL
.word VDE_I_C0AVEN
.size viacam_int_enable, .-viacam_int_enable
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_netflow.c_return_export_dgram.c"
.intel_syntax noprefix
.text
.type return_export_dgram, @function
return_export_dgram:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov DWORD PTR -4[rbp], edi
mov QWORD PTR -16[rbp], rsi
mov QWORD PTR -24[rbp], rdx
mov DWORD PTR -8[rbp], ecx
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call mtx_lock@PLT
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
jne .L2
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call mtx_unlock@PLT
jmp .L4
.L2:
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call mtx_unlock@PLT
mov ecx, DWORD PTR -8[rbp]
mov rdx, QWORD PTR -24[rbp]
mov rsi, QWORD PTR -16[rbp]
mov eax, DWORD PTR -4[rbp]
mov edi, eax
call export_send@PLT
.L4:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size return_export_dgram, .-return_export_dgram
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_netflow.c_return_export_dgram.c"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type return_export_dgram, %function
return_export_dgram:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
str r3, [fp, #-20]
ldr r3, [fp, #-12]
mov r0, r3
bl mtx_lock
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
cmp r3, #0
bne .L2
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
str r2, [r3, #4]
ldr r3, [fp, #-12]
mov r0, r3
bl mtx_unlock
b .L4
.L2:
ldr r3, [fp, #-12]
mov r0, r3
bl mtx_unlock
ldr r3, [fp, #-20]
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl export_send
.L4:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size return_export_dgram, .-return_export_dgram
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_esp_ble_mesh_proxy_api.c_esp_ble_mesh_proxy_client_set_filter_type.c"
.intel_syntax noprefix
.text
.comm BTC_BLE_MESH_ACT_PROXY_CLIENT_SET_FILTER_TYPE,4,4
.comm BTC_PID_PROV,4,4
.comm BTC_SIG_API_CALL,4,4
.comm BT_STATUS_SUCCESS,8,8
.comm ESP_BLE_HOST_STATUS_ENABLED,4,4
.comm ESP_ERR_INVALID_ARG,4,4
.comm ESP_FAIL,4,4
.comm ESP_OK,4,4
.comm PROXY_FILTER_BLACKLIST,8,8
.globl esp_ble_mesh_proxy_client_set_filter_type
.type esp_ble_mesh_proxy_client_set_filter_type, @function
esp_ble_mesh_proxy_client_set_filter_type:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 64
mov DWORD PTR -52[rbp], edi
mov DWORD PTR -56[rbp], esi
mov QWORD PTR -64[rbp], rdx
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov QWORD PTR -32[rbp], 0
mov QWORD PTR -24[rbp], 0
mov QWORD PTR -16[rbp], 0
mov QWORD PTR -48[rbp], 0
mov QWORD PTR -40[rbp], 0
mov rax, QWORD PTR PROXY_FILTER_BLACKLIST[rip]
cmp QWORD PTR -64[rbp], rax
jle .L2
mov eax, DWORD PTR ESP_ERR_INVALID_ARG[rip]
jmp .L6
.L2:
mov eax, DWORD PTR ESP_BLE_HOST_STATUS_ENABLED[rip]
mov edi, eax
call ESP_BLE_HOST_STATUS_CHECK@PLT
mov eax, DWORD PTR BTC_SIG_API_CALL[rip]
mov DWORD PTR -40[rbp], eax
mov eax, DWORD PTR BTC_PID_PROV[rip]
mov DWORD PTR -44[rbp], eax
mov eax, DWORD PTR BTC_BLE_MESH_ACT_PROXY_CLIENT_SET_FILTER_TYPE[rip]
mov DWORD PTR -48[rbp], eax
mov eax, DWORD PTR -52[rbp]
mov DWORD PTR -20[rbp], eax
mov eax, DWORD PTR -56[rbp]
mov DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -64[rbp]
mov QWORD PTR -32[rbp], rax
lea rsi, -32[rbp]
lea rax, -48[rbp]
mov ecx, 0
mov edx, 24
mov rdi, rax
call btc_transfer_context@PLT
mov rdx, QWORD PTR BT_STATUS_SUCCESS[rip]
cmp rax, rdx
jne .L4
mov eax, DWORD PTR ESP_OK[rip]
jmp .L6
.L4:
mov eax, DWORD PTR ESP_FAIL[rip]
.L6:
mov rcx, QWORD PTR -8[rbp]
xor rcx, QWORD PTR fs:40
je .L7
call __stack_chk_fail@PLT
.L7:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size esp_ble_mesh_proxy_client_set_filter_type, .-esp_ble_mesh_proxy_client_set_filter_type
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_esp_ble_mesh_proxy_api.c_esp_ble_mesh_proxy_client_set_filter_type.c"
.text
.comm BTC_BLE_MESH_ACT_PROXY_CLIENT_SET_FILTER_TYPE,4,4
.comm BTC_PID_PROV,4,4
.comm BTC_SIG_API_CALL,4,4
.comm BT_STATUS_SUCCESS,4,4
.comm ESP_BLE_HOST_STATUS_ENABLED,4,4
.comm ESP_ERR_INVALID_ARG,4,4
.comm ESP_FAIL,4,4
.comm ESP_OK,4,4
.comm PROXY_FILTER_BLACKLIST,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.global esp_ble_mesh_proxy_client_set_filter_type
.syntax unified
.arm
.fpu softvfp
.type esp_ble_mesh_proxy_client_set_filter_type, %function
esp_ble_mesh_proxy_client_set_filter_type:
@ args = 0, pretend = 0, frame = 56
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #56
str r0, [fp, #-48]
str r1, [fp, #-52]
str r2, [fp, #-56]
ldr r3, .L8
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
sub r3, fp, #40
mov r2, #0
str r2, [r3]
str r2, [r3, #4]
str r2, [r3, #8]
str r2, [r3, #12]
sub r3, fp, #24
mov r2, #0
str r2, [r3]
str r2, [r3, #4]
str r2, [r3, #8]
str r2, [r3, #12]
ldr r3, .L8+4
ldr r3, [r3]
ldr r2, [fp, #-56]
cmp r2, r3
ble .L2
ldr r3, .L8+8
ldr r3, [r3]
b .L6
.L2:
ldr r3, .L8+12
ldr r3, [r3]
mov r0, r3
bl ESP_BLE_HOST_STATUS_CHECK
ldr r3, .L8+16
ldr r3, [r3]
str r3, [fp, #-16]
ldr r3, .L8+20
ldr r3, [r3]
str r3, [fp, #-20]
ldr r3, .L8+24
ldr r3, [r3]
str r3, [fp, #-24]
ldr r3, [fp, #-48]
str r3, [fp, #-32]
ldr r3, [fp, #-52]
str r3, [fp, #-36]
ldr r3, [fp, #-56]
str r3, [fp, #-40]
sub r1, fp, #40
sub r0, fp, #24
mov r3, #0
mov r2, #16
bl btc_transfer_context
mov r2, r0
ldr r3, .L8+28
ldr r3, [r3]
cmp r2, r3
bne .L4
ldr r3, .L8+32
ldr r3, [r3]
b .L6
.L4:
ldr r3, .L8+36
ldr r3, [r3]
.L6:
ldr r2, .L8
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L7
bl __stack_chk_fail
.L7:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L9:
.align 2
.L8:
.word .LC0
.word PROXY_FILTER_BLACKLIST
.word ESP_ERR_INVALID_ARG
.word ESP_BLE_HOST_STATUS_ENABLED
.word BTC_SIG_API_CALL
.word BTC_PID_PROV
.word BTC_BLE_MESH_ACT_PROXY_CLIENT_SET_FILTER_TYPE
.word BT_STATUS_SUCCESS
.word ESP_OK
.word ESP_FAIL
.size esp_ble_mesh_proxy_client_set_filter_type, .-esp_ble_mesh_proxy_client_set_filter_type
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_i2c.c_pn544_hci_i2c_fw_secure_write_frame.c"
.intel_syntax noprefix
.text
.comm EINVAL,4,4
.comm EIO,4,4
.comm FW_WORK_STATE_WAIT_SECURE_WRITE_ANSWER,4,4
.comm PN544_FW_CMD_RESET,8,8
.comm PN544_FW_CMD_SECURE_WRITE,8,8
.comm PN544_FW_I2C_MAX_PAYLOAD,4,4
.comm PN544_FW_MODE,4,4
.comm PN544_FW_SECURE_FRAME_HEADER_LEN,4,4
.type pn544_hci_i2c_fw_secure_write_frame, @function
pn544_hci_i2c_fw_secure_write_frame:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
jne .L2
mov rax, QWORD PTR -8[rbp]
add rax, 8
mov rdi, rax
call get_unaligned_be16@PLT
mov edx, DWORD PTR PN544_FW_SECURE_FRAME_HEADER_LEN[rip]
add edx, eax
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 16[rax], edx
.L2:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 16[rax]
mov eax, DWORD PTR PN544_FW_I2C_MAX_PAYLOAD[rip]
cmp edx, eax
jle .L3
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR PN544_FW_CMD_SECURE_WRITE[rip]
cmp rdx, rax
je .L3
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L4
.L3:
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 16[rax]
mov eax, DWORD PTR PN544_FW_I2C_MAX_PAYLOAD[rip]
cmp edx, eax
jge .L5
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR 16[rax]
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rcx, rax
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 36[rax]
mov rsi, rcx
mov edi, eax
call i2c_master_send@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 16[rax]
cmp DWORD PTR -12[rbp], eax
je .L10
cmp DWORD PTR -12[rbp], 0
jns .L8
mov eax, DWORD PTR -12[rbp]
jmp .L4
.L8:
mov eax, DWORD PTR EIO[rip]
neg eax
jmp .L4
.L5:
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 16[rax]
movsx rdx, eax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
sub rdx, rax
mov rax, QWORD PTR -24[rbp]
mov rcx, QWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
add rcx, rax
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call pn544_hci_i2c_fw_secure_write_frame_cmd@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jns .L11
mov eax, DWORD PTR -12[rbp]
jmp .L4
.L10:
nop
jmp .L7
.L11:
nop
.L7:
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -12[rbp]
cdqe
add rdx, rax
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 8[rax], rdx
mov edx, DWORD PTR FW_WORK_STATE_WAIT_SECURE_WRITE_ANSWER[rip]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 32[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR PN544_FW_CMD_RESET[rip]
cmp rdx, rax
jne .L9
mov edx, DWORD PTR PN544_FW_MODE[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call pn544_hci_i2c_enable_mode@PLT
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 24[rax], 0
mov rax, QWORD PTR -24[rbp]
add rax, 20
mov rdi, rax
call schedule_work@PLT
.L9:
mov eax, 0
.L4:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pn544_hci_i2c_fw_secure_write_frame, .-pn544_hci_i2c_fw_secure_write_frame
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_i2c.c_pn544_hci_i2c_fw_secure_write_frame.c"
.text
.comm EINVAL,4,4
.comm EIO,4,4
.comm FW_WORK_STATE_WAIT_SECURE_WRITE_ANSWER,4,4
.comm PN544_FW_CMD_RESET,4,4
.comm PN544_FW_CMD_SECURE_WRITE,4,4
.comm PN544_FW_I2C_MAX_PAYLOAD,4,4
.comm PN544_FW_MODE,4,4
.comm PN544_FW_SECURE_FRAME_HEADER_LEN,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type pn544_hci_i2c_fw_secure_write_frame, %function
pn544_hci_i2c_fw_secure_write_frame:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #16
str r0, [fp, #-16]
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
cmp r3, #0
bne .L2
ldr r3, [fp, #-8]
add r3, r3, #4
mov r0, r3
bl get_unaligned_be16
mov r2, r0
ldr r3, .L12
ldr r3, [r3]
add r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3, #8]
.L2:
ldr r3, [fp, #-16]
ldr r2, [r3, #8]
ldr r3, .L12+4
ldr r3, [r3]
cmp r2, r3
ble .L3
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L12+8
ldr r3, [r3]
cmp r2, r3
beq .L3
ldr r3, .L12+12
ldr r3, [r3]
rsb r3, r3, #0
b .L4
.L3:
ldr r3, [fp, #-16]
ldr r2, [r3, #8]
ldr r3, .L12+4
ldr r3, [r3]
cmp r2, r3
bge .L5
ldr r3, [fp, #-16]
ldr r0, [r3, #24]
ldr r3, [fp, #-16]
ldr r3, [r3]
mov r1, r3
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
mov r2, r3
bl i2c_master_send
str r0, [fp, #-12]
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
ldr r2, [fp, #-12]
cmp r2, r3
beq .L10
ldr r3, [fp, #-12]
cmp r3, #0
bge .L8
ldr r3, [fp, #-12]
b .L4
.L8:
ldr r3, .L12+16
ldr r3, [r3]
rsb r3, r3, #0
b .L4
.L5:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
add r1, r2, r3
ldr r3, [fp, #-16]
ldr r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
sub r3, r2, r3
mov r2, r3
ldr r0, [fp, #-16]
bl pn544_hci_i2c_fw_secure_write_frame_cmd
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bge .L11
ldr r3, [fp, #-12]
b .L4
.L10:
nop
b .L7
.L11:
nop
.L7:
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, [fp, #-12]
add r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3, #4]
ldr r3, .L12+20
ldr r2, [r3]
ldr r3, [fp, #-16]
str r2, [r3, #20]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L12+24
ldr r3, [r3]
cmp r2, r3
bne .L9
ldr r3, .L12+28
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl pn544_hci_i2c_enable_mode
ldr r3, [fp, #-16]
mov r2, #0
str r2, [r3, #16]
ldr r3, [fp, #-16]
add r3, r3, #12
mov r0, r3
bl schedule_work
.L9:
mov r3, #0
.L4:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L13:
.align 2
.L12:
.word PN544_FW_SECURE_FRAME_HEADER_LEN
.word PN544_FW_I2C_MAX_PAYLOAD
.word PN544_FW_CMD_SECURE_WRITE
.word EINVAL
.word EIO
.word FW_WORK_STATE_WAIT_SECURE_WRITE_ANSWER
.word PN544_FW_CMD_RESET
.word PN544_FW_MODE
.size pn544_hci_i2c_fw_secure_write_frame, .-pn544_hci_i2c_fw_secure_write_frame
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_i915_irq.c_vlv_display_irq_reset.c"
.intel_syntax noprefix
.text
.comm DPINVGTT,4,4
.comm DPINVGTT_STATUS_MASK,4,4
.comm DPINVGTT_STATUS_MASK_CHV,4,4
.comm PORT_HOTPLUG_STAT,4,4
.comm VLV_,4,4
.type vlv_display_irq_reset, @function
vlv_display_irq_reset:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
add rax, 4
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call IS_CHERRYVIEW@PLT
test rax, rax
je .L2
mov edx, DWORD PTR DPINVGTT_STATUS_MASK_CHV[rip]
mov ecx, DWORD PTR DPINVGTT[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call intel_uncore_write@PLT
jmp .L3
.L2:
mov edx, DWORD PTR DPINVGTT_STATUS_MASK[rip]
mov ecx, DWORD PTR DPINVGTT[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call intel_uncore_write@PLT
.L3:
mov rax, QWORD PTR -24[rbp]
mov edx, 0
mov esi, -1
mov rdi, rax
call i915_hotplug_interrupt_update_locked@PLT
mov eax, DWORD PTR PORT_HOTPLUG_STAT[rip]
mov edi, eax
call I915_READ@PLT
mov edx, eax
mov ecx, DWORD PTR PORT_HOTPLUG_STAT[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call intel_uncore_write@PLT
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call i9xx_pipestat_irq_reset@PLT
mov edx, DWORD PTR VLV_[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call GEN3_IRQ_RESET@PLT
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], -1
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size vlv_display_irq_reset, .-vlv_display_irq_reset
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_i915_irq.c_vlv_display_irq_reset.c"
.text
.comm DPINVGTT,4,4
.comm DPINVGTT_STATUS_MASK,4,4
.comm DPINVGTT_STATUS_MASK_CHV,4,4
.comm PORT_HOTPLUG_STAT,4,4
.comm VLV_,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type vlv_display_irq_reset, %function
vlv_display_irq_reset:
@ args = 0, pretend = 0, frame = 16
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #20
str r0, [fp, #-24]
ldr r3, [fp, #-24]
add r3, r3, #4
str r3, [fp, #-16]
ldr r0, [fp, #-24]
bl IS_CHERRYVIEW
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, .L4
ldr r3, [r3]
ldr r2, .L4+4
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-16]
bl intel_uncore_write
b .L3
.L2:
ldr r3, .L4
ldr r3, [r3]
ldr r2, .L4+8
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-16]
bl intel_uncore_write
.L3:
mov r2, #0
mvn r1, #0
ldr r0, [fp, #-24]
bl i915_hotplug_interrupt_update_locked
ldr r3, .L4+12
ldr r4, [r3]
ldr r3, .L4+12
ldr r3, [r3]
mov r0, r3
bl I915_READ
mov r3, r0
mov r2, r3
mov r1, r4
ldr r0, [fp, #-16]
bl intel_uncore_write
ldr r0, [fp, #-24]
bl i9xx_pipestat_irq_reset
ldr r3, .L4+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl GEN3_IRQ_RESET
ldr r3, [fp, #-24]
mvn r2, #0
str r2, [r3]
nop
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L5:
.align 2
.L4:
.word DPINVGTT
.word DPINVGTT_STATUS_MASK_CHV
.word DPINVGTT_STATUS_MASK
.word PORT_HOTPLUG_STAT
.word VLV_
.size vlv_display_irq_reset, .-vlv_display_irq_reset
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_arche-apb-ctrl.c_arche_apb_ctrl_probe.c"
.intel_syntax noprefix
.text
.comm ARCHE_PLATFORM_STATE_OFF,4,4
.comm ENOMEM,4,4
.comm GFP_KERNEL,4,4
.comm dev_attr_state,4,4
.section .rodata
.align 8
.LC0:
.string "failed to get apb devicetree data %d\n"
.LC1:
.string "arche,init-disable"
.align 8
.LC2:
.string "failed to create state file in sysfs\n"
.align 8
.LC3:
.string "Device registered successfully\n"
.text
.type arche_apb_ctrl_probe, @function
arche_apb_ctrl_probe:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR -16[rbp], rax
mov edx, DWORD PTR GFP_KERNEL[rip]
mov rax, QWORD PTR -40[rbp]
mov esi, 8
mov rdi, rax
call devm_kzalloc@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L2
mov eax, DWORD PTR ENOMEM[rip]
neg eax
jmp .L3
.L2:
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call apb_ctrl_get_devtree_data@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 0
je .L4
mov edx, DWORD PTR -20[rbp]
mov rax, QWORD PTR -16[rbp]
lea rsi, .LC0[rip]
mov rdi, rax
mov eax, 0
call dev_err@PLT
mov eax, DWORD PTR -20[rbp]
jmp .L3
.L4:
mov edx, DWORD PTR ARCHE_PLATFORM_STATE_OFF[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
lea rsi, .LC1[rip]
mov edi, eax
call of_property_read_bool@PLT
test rax, rax
je .L5
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 1
.L5:
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call platform_set_drvdata@PLT
mov rax, QWORD PTR -16[rbp]
lea rsi, dev_attr_state[rip]
mov rdi, rax
call device_create_file@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 0
je .L6
mov rax, QWORD PTR -16[rbp]
lea rsi, .LC2[rip]
mov rdi, rax
mov eax, 0
call dev_err@PLT
mov eax, DWORD PTR -20[rbp]
jmp .L3
.L6:
mov rax, QWORD PTR -40[rbp]
lea rsi, .LC3[rip]
mov rdi, rax
call dev_info@PLT
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size arche_apb_ctrl_probe, .-arche_apb_ctrl_probe
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_arche-apb-ctrl.c_arche_apb_ctrl_probe.c"
.text
.comm ARCHE_PLATFORM_STATE_OFF,4,4
.comm ENOMEM,4,4
.comm GFP_KERNEL,4,4
.comm dev_attr_state,4,4
.section .rodata
.align 2
.LC0:
.ascii "failed to get apb devicetree data %d\012\000"
.align 2
.LC1:
.ascii "arche,init-disable\000"
.align 2
.LC2:
.ascii "failed to create state file in sysfs\012\000"
.align 2
.LC3:
.ascii "Device registered successfully\012\000"
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type arche_apb_ctrl_probe, %function
arche_apb_ctrl_probe:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
ldr r3, [fp, #-24]
str r3, [fp, #-16]
ldr r3, [fp, #-24]
ldr r2, .L7
ldr r2, [r2]
mov r1, #8
mov r0, r3
bl devm_kzalloc
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L2
ldr r3, .L7+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r1, [fp, #-12]
ldr r0, [fp, #-24]
bl apb_ctrl_get_devtree_data
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L4
ldr r2, [fp, #-8]
ldr r1, .L7+8
ldr r0, [fp, #-16]
bl dev_err
ldr r3, [fp, #-8]
b .L3
.L4:
ldr r3, .L7+12
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #4]
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r1, .L7+16
mov r0, r3
bl of_property_read_bool
mov r3, r0
cmp r3, #0
beq .L5
ldr r3, [fp, #-12]
mov r2, #1
str r2, [r3]
.L5:
ldr r1, [fp, #-12]
ldr r0, [fp, #-24]
bl platform_set_drvdata
ldr r1, .L7+20
ldr r0, [fp, #-16]
bl device_create_file
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L6
ldr r1, .L7+24
ldr r0, [fp, #-16]
bl dev_err
ldr r3, [fp, #-8]
b .L3
.L6:
ldr r3, [fp, #-24]
ldr r1, .L7+28
mov r0, r3
bl dev_info
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word GFP_KERNEL
.word ENOMEM
.word .LC0
.word ARCHE_PLATFORM_STATE_OFF
.word .LC1
.word dev_attr_state
.word .LC2
.word .LC3
.size arche_apb_ctrl_probe, .-arche_apb_ctrl_probe
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_rpc.c_rpc_dict_get_required_string.c"
.intel_syntax noprefix
.text
.comm PLIST_STRING,8,8
.comm RPC_ERROR,4,4
.comm RPC_SUCCESS,4,4
.globl rpc_dict_get_required_string
.type rpc_dict_get_required_string, @function
rpc_dict_get_required_string:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov DWORD PTR -20[rbp], edi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
cmp DWORD PTR -20[rbp], 0
je .L2
cmp QWORD PTR -32[rbp], 0
je .L2
cmp QWORD PTR -40[rbp], 0
jne .L3
.L2:
mov eax, DWORD PTR RPC_ERROR[rip]
jmp .L4
.L3:
mov rdx, QWORD PTR -32[rbp]
mov eax, DWORD PTR -20[rbp]
mov rsi, rdx
mov edi, eax
call plist_dict_get_item@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -4[rbp]
mov edi, eax
call plist_get_node_type@PLT
mov rdx, QWORD PTR PLIST_STRING[rip]
cmp rax, rdx
je .L5
mov eax, DWORD PTR RPC_ERROR[rip]
jmp .L4
.L5:
mov rdx, QWORD PTR -40[rbp]
mov eax, DWORD PTR -4[rbp]
mov rsi, rdx
mov edi, eax
call plist_get_string_val@PLT
mov eax, DWORD PTR RPC_SUCCESS[rip]
.L4:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rpc_dict_get_required_string, .-rpc_dict_get_required_string
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_rpc.c_rpc_dict_get_required_string.c"
.text
.comm PLIST_STRING,4,4
.comm RPC_ERROR,4,4
.comm RPC_SUCCESS,4,4
.align 2
.global rpc_dict_get_required_string
.syntax unified
.arm
.fpu softvfp
.type rpc_dict_get_required_string, %function
rpc_dict_get_required_string:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, [fp, #-16]
cmp r3, #0
beq .L2
ldr r3, [fp, #-20]
cmp r3, #0
beq .L2
ldr r3, [fp, #-24]
cmp r3, #0
bne .L3
.L2:
ldr r3, .L6
ldr r3, [r3]
b .L4
.L3:
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl plist_dict_get_item
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl plist_get_node_type
mov r2, r0
ldr r3, .L6+4
ldr r3, [r3]
cmp r2, r3
beq .L5
ldr r3, .L6
ldr r3, [r3]
b .L4
.L5:
ldr r1, [fp, #-24]
ldr r0, [fp, #-8]
bl plist_get_string_val
ldr r3, .L6+8
ldr r3, [r3]
.L4:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word RPC_ERROR
.word PLIST_STRING
.word RPC_SUCCESS
.size rpc_dict_get_required_string, .-rpc_dict_get_required_string
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_irq_service_dcn20.c_hpd_ack.c"
.intel_syntax noprefix
.text
.comm DC_HPD_INT_POLARITY,4,4
.comm DC_HPD_SENSE_DELAYED,4,4
.comm HPD0_DC_HPD_INT_CONTROL,4,4
.comm HPD0_DC_HPD_INT_STATUS,4,4
.type hpd_ack, @function
hpd_ack:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR 8[rax]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -24[rbp]
mov rsi, rdx
mov edi, eax
call dm_read_reg@PLT
mov QWORD PTR -16[rbp], rax
mov edx, DWORD PTR DC_HPD_SENSE_DELAYED[rip]
mov ecx, DWORD PTR HPD0_DC_HPD_INT_STATUS[rip]
mov rax, QWORD PTR -16[rbp]
mov esi, ecx
mov rdi, rax
call get_reg_field_value@PLT
mov QWORD PTR -8[rbp], rax
mov rdx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call dal_irq_service_ack_generic@PLT
mov rax, QWORD PTR -48[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov rsi, rdx
mov edi, eax
call dm_read_reg@PLT
mov QWORD PTR -16[rbp], rax
mov ecx, DWORD PTR DC_HPD_INT_POLARITY[rip]
mov edx, DWORD PTR HPD0_DC_HPD_INT_CONTROL[rip]
cmp QWORD PTR -8[rbp], 0
sete al
movzx esi, al
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call set_reg_field_value@PLT
mov rax, QWORD PTR -48[rbp]
mov rcx, QWORD PTR [rax]
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -16[rbp]
mov rsi, rcx
mov edi, eax
call dm_write_reg@PLT
mov eax, 1
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hpd_ack, .-hpd_ack
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_irq_service_dcn20.c_hpd_ack.c"
.text
.comm DC_HPD_INT_POLARITY,4,4
.comm DC_HPD_SENSE_DELAYED,4,4
.comm HPD0_DC_HPD_INT_CONTROL,4,4
.comm HPD0_DC_HPD_INT_STATUS,4,4
.align 2
.syntax unified
.arm
.fpu softvfp
.type hpd_ack, %function
hpd_ack:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
str r1, [fp, #-28]
ldr r3, [fp, #-28]
ldr r3, [r3, #4]
str r3, [fp, #-16]
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r1, [fp, #-16]
mov r0, r3
bl dm_read_reg
str r0, [fp, #-12]
ldr r3, .L3
ldr r3, [r3]
ldr r2, .L3+4
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-12]
bl get_reg_field_value
str r0, [fp, #-8]
ldr r1, [fp, #-28]
ldr r0, [fp, #-24]
bl dal_irq_service_ack_generic
ldr r3, [fp, #-24]
ldr r2, [r3]
ldr r3, [fp, #-28]
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl dm_read_reg
str r0, [fp, #-12]
ldr r3, [fp, #-8]
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r1, r3
ldr r3, .L3+8
ldr r2, [r3]
ldr r3, .L3+12
ldr r3, [r3]
ldr r0, [fp, #-12]
bl set_reg_field_value
ldr r3, [fp, #-24]
ldr r0, [r3]
ldr r3, [fp, #-28]
ldr r3, [r3]
ldr r2, [fp, #-12]
mov r1, r3
bl dm_write_reg
mov r3, #1
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word HPD0_DC_HPD_INT_STATUS
.word DC_HPD_SENSE_DELAYED
.word HPD0_DC_HPD_INT_CONTROL
.word DC_HPD_INT_POLARITY
.size hpd_ack, .-hpd_ack
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_common.c_il_apm_init.c"
.intel_syntax noprefix
.text
.comm APMG_CLK_EN_REG,4,4
.comm APMG_CLK_VAL_BSM_CLK_RQT,4,4
.comm APMG_CLK_VAL_DMA_CLK_RQT,4,4
.comm APMG_PCIDEV_STT_REG,4,4
.comm APMG_PCIDEV_STT_VAL_L1_ACT_DIS,4,4
.comm CSR_ANA_PLL_CFG,4,4
.comm CSR_DBG_HPET_MEM_REG,4,4
.comm CSR_DBG_HPET_MEM_REG_VAL,8,8
.comm CSR_GIO_CHICKEN_BITS,4,4
.comm CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER,8,8
.comm CSR_GIO_CHICKEN_BITS_REG_BIT_L1A_NO_L0S_RX,8,8
.comm CSR_GIO_REG,4,4
.comm CSR_GIO_REG_VAL_L0S_ENABLED,8,8
.comm CSR_GP_CNTRL,4,4
.comm CSR_GP_CNTRL_REG_FLAG_INIT_DONE,8,8
.comm CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY,4,4
.comm CSR_HW_IF_CONFIG_REG,4,4
.comm CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A,8,8
.comm PCI_EXP_LNKCTL,4,4
.comm PCI_EXP_LNKCTL_ASPM_L1,4,4
.section .rodata
.LC0:
.string "Init card's basic functions\n"
.LC1:
.string "L1 Enabled; Disabling L0S\n"
.LC2:
.string "L1 Disabled; Enabling L0S\n"
.LC3:
.string "Failed to init the card\n"
.text
.globl il_apm_init
.type il_apm_init, @function
il_apm_init:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov DWORD PTR -12[rbp], 0
lea rdi, .LC0[rip]
call D_INFO@PLT
mov rdx, QWORD PTR CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER[rip]
mov ecx, DWORD PTR CSR_GIO_CHICKEN_BITS[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
mov rdx, QWORD PTR CSR_GIO_CHICKEN_BITS_REG_BIT_L1A_NO_L0S_RX[rip]
mov ecx, DWORD PTR CSR_GIO_CHICKEN_BITS[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
mov rdx, QWORD PTR CSR_DBG_HPET_MEM_REG_VAL[rip]
mov ecx, DWORD PTR CSR_DBG_HPET_MEM_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
mov rdx, QWORD PTR CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A[rip]
mov ecx, DWORD PTR CSR_HW_IF_CONFIG_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR 16[rax]
test rax, rax
je .L2
mov ecx, DWORD PTR PCI_EXP_LNKCTL[rip]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
lea rdx, -16[rbp]
mov esi, ecx
mov edi, eax
call pcie_capability_read_word@PLT
mov edx, DWORD PTR -16[rbp]
mov eax, DWORD PTR PCI_EXP_LNKCTL_ASPM_L1[rip]
and eax, edx
test eax, eax
je .L3
mov rdx, QWORD PTR CSR_GIO_REG_VAL_L0S_ENABLED[rip]
mov ecx, DWORD PTR CSR_GIO_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
lea rdi, .LC1[rip]
call D_POWER@PLT
jmp .L2
.L3:
mov rdx, QWORD PTR CSR_GIO_REG_VAL_L0S_ENABLED[rip]
mov ecx, DWORD PTR CSR_GIO_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_clear_bit@PLT
lea rdi, .LC2[rip]
call D_POWER@PLT
.L2:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L4
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR 8[rax]
mov ecx, DWORD PTR CSR_ANA_PLL_CFG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
.L4:
mov rdx, QWORD PTR CSR_GP_CNTRL_REG_FLAG_INIT_DONE[rip]
mov ecx, DWORD PTR CSR_GP_CNTRL[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bit@PLT
mov ecx, DWORD PTR CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY[rip]
mov edx, DWORD PTR CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY[rip]
mov esi, DWORD PTR CSR_GP_CNTRL[rip]
mov rax, QWORD PTR -24[rbp]
mov r8d, 25000
mov rdi, rax
call _il_poll_bit@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jns .L5
lea rdi, .LC3[rip]
call D_INFO@PLT
jmp .L6
.L5:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
test rax, rax
je .L7
mov edx, DWORD PTR APMG_CLK_VAL_DMA_CLK_RQT[rip]
mov eax, DWORD PTR APMG_CLK_VAL_BSM_CLK_RQT[rip]
or edx, eax
mov ecx, DWORD PTR APMG_CLK_EN_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_wr_prph@PLT
jmp .L8
.L7:
mov edx, DWORD PTR APMG_CLK_VAL_DMA_CLK_RQT[rip]
mov ecx, DWORD PTR APMG_CLK_EN_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_wr_prph@PLT
.L8:
mov edi, 20
call udelay@PLT
mov edx, DWORD PTR APMG_PCIDEV_STT_VAL_L1_ACT_DIS[rip]
mov ecx, DWORD PTR APMG_PCIDEV_STT_REG[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call il_set_bits_prph@PLT
.L6:
mov eax, DWORD PTR -12[rbp]
mov rsi, QWORD PTR -8[rbp]
xor rsi, QWORD PTR fs:40
je .L10
call __stack_chk_fail@PLT
.L10:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size il_apm_init, .-il_apm_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_common.c_il_apm_init.c"
.text
.comm APMG_CLK_EN_REG,4,4
.comm APMG_CLK_VAL_BSM_CLK_RQT,4,4
.comm APMG_CLK_VAL_DMA_CLK_RQT,4,4
.comm APMG_PCIDEV_STT_REG,4,4
.comm APMG_PCIDEV_STT_VAL_L1_ACT_DIS,4,4
.comm CSR_ANA_PLL_CFG,4,4
.comm CSR_DBG_HPET_MEM_REG,4,4
.comm CSR_DBG_HPET_MEM_REG_VAL,4,4
.comm CSR_GIO_CHICKEN_BITS,4,4
.comm CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER,4,4
.comm CSR_GIO_CHICKEN_BITS_REG_BIT_L1A_NO_L0S_RX,4,4
.comm CSR_GIO_REG,4,4
.comm CSR_GIO_REG_VAL_L0S_ENABLED,4,4
.comm CSR_GP_CNTRL,4,4
.comm CSR_GP_CNTRL_REG_FLAG_INIT_DONE,4,4
.comm CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY,4,4
.comm CSR_HW_IF_CONFIG_REG,4,4
.comm CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A,4,4
.comm PCI_EXP_LNKCTL,4,4
.comm PCI_EXP_LNKCTL_ASPM_L1,4,4
.section .rodata
.align 2
.LC0:
.ascii "Init card's basic functions\012\000"
.align 2
.LC1:
.ascii "L1 Enabled; Disabling L0S\012\000"
.align 2
.LC2:
.ascii "L1 Disabled; Enabling L0S\012\000"
.align 2
.LC3:
.ascii "Failed to init the card\012\000"
.align 2
.LC4:
.word __stack_chk_guard
.text
.align 2
.global il_apm_init
.syntax unified
.arm
.fpu softvfp
.type il_apm_init, %function
il_apm_init:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #32
str r0, [fp, #-24]
ldr r3, .L11
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
mov r3, #0
str r3, [fp, #-12]
ldr r0, .L11+4
bl D_INFO
ldr r3, .L11+8
ldr r3, [r3]
ldr r2, .L11+12
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r3, .L11+8
ldr r3, [r3]
ldr r2, .L11+16
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r3, .L11+20
ldr r3, [r3]
ldr r2, .L11+24
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r3, .L11+28
ldr r3, [r3]
ldr r2, .L11+32
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3, #8]
cmp r3, #0
beq .L2
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
ldr r2, .L11+36
ldr r1, [r2]
sub r2, fp, #16
mov r0, r3
bl pcie_capability_read_word
ldr r2, [fp, #-16]
ldr r3, .L11+40
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L3
ldr r3, .L11+44
ldr r3, [r3]
ldr r2, .L11+48
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r0, .L11+52
bl D_POWER
b .L2
.L3:
ldr r3, .L11+44
ldr r3, [r3]
ldr r2, .L11+48
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_clear_bit
ldr r0, .L11+56
bl D_POWER
.L2:
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3, #4]
cmp r3, #0
beq .L4
ldr r3, .L11+60
ldr r1, [r3]
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3, #4]
mov r2, r3
ldr r0, [fp, #-24]
bl il_set_bit
.L4:
ldr r3, .L11+64
ldr r3, [r3]
ldr r2, .L11+68
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bit
ldr r3, .L11+64
ldr r1, [r3]
ldr r3, .L11+72
ldr r2, [r3]
ldr r3, .L11+72
ldr r3, [r3]
ldr r0, .L11+76
str r0, [sp]
ldr r0, [fp, #-24]
bl _il_poll_bit
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bge .L5
ldr r0, .L11+80
bl D_INFO
b .L6
.L5:
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r3, [r3]
cmp r3, #0
beq .L7
ldr r3, .L11+84
ldr r1, [r3]
ldr r3, .L11+88
ldr r2, [r3]
ldr r3, .L11+92
ldr r3, [r3]
orr r3, r2, r3
mov r2, r3
ldr r0, [fp, #-24]
bl il_wr_prph
b .L8
.L7:
ldr r3, .L11+84
ldr r3, [r3]
ldr r2, .L11+88
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_wr_prph
.L8:
mov r0, #20
bl udelay
ldr r3, .L11+96
ldr r3, [r3]
ldr r2, .L11+100
ldr r2, [r2]
mov r1, r3
ldr r0, [fp, #-24]
bl il_set_bits_prph
.L6:
ldr r3, [fp, #-12]
ldr r2, .L11
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L10
bl __stack_chk_fail
.L10:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L12:
.align 2
.L11:
.word .LC4
.word .LC0
.word CSR_GIO_CHICKEN_BITS
.word CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER
.word CSR_GIO_CHICKEN_BITS_REG_BIT_L1A_NO_L0S_RX
.word CSR_DBG_HPET_MEM_REG
.word CSR_DBG_HPET_MEM_REG_VAL
.word CSR_HW_IF_CONFIG_REG
.word CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A
.word PCI_EXP_LNKCTL
.word PCI_EXP_LNKCTL_ASPM_L1
.word CSR_GIO_REG
.word CSR_GIO_REG_VAL_L0S_ENABLED
.word .LC1
.word .LC2
.word CSR_ANA_PLL_CFG
.word CSR_GP_CNTRL
.word CSR_GP_CNTRL_REG_FLAG_INIT_DONE
.word CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY
.word 25000
.word .LC3
.word APMG_CLK_EN_REG
.word APMG_CLK_VAL_DMA_CLK_RQT
.word APMG_CLK_VAL_BSM_CLK_RQT
.word APMG_PCIDEV_STT_REG
.word APMG_PCIDEV_STT_VAL_L1_ACT_DIS
.size il_apm_init, .-il_apm_init
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ghost.c_Ghost_DestroyTarget.c"
.intel_syntax noprefix
.text
.comm FALSE,4,4
.comm PROCESS_TERMINATE,4,4
.type Ghost_DestroyTarget, @function
Ghost_DestroyTarget:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
sub rsp, 48
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR [rax], 0
lea rdx, -28[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call GetWindowThreadProcessId@PLT
mov edx, DWORD PTR -28[rbp]
mov ecx, DWORD PTR FALSE[rip]
mov eax, DWORD PTR PROCESS_TERMINATE[rip]
mov esi, ecx
mov edi, eax
call OpenProcess@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
je .L2
mov rax, QWORD PTR -16[rbp]
mov esi, -1
mov rdi, rax
call TerminateProcess@PLT
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call CloseHandle@PLT
.L2:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call DestroyWindow@PLT
nop
mov rax, QWORD PTR -8[rbp]
xor rax, QWORD PTR fs:40
je .L3
call __stack_chk_fail@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size Ghost_DestroyTarget, .-Ghost_DestroyTarget
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 "extr_ghost.c_Ghost_DestroyTarget.c"
.text
.comm FALSE,4,4
.comm PROCESS_TERMINATE,4,4
.section .rodata
.align 2
.LC0:
.word __stack_chk_guard
.text
.align 2
.syntax unified
.arm
.fpu softvfp
.type Ghost_DestroyTarget, %function
Ghost_DestroyTarget:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #24
str r0, [fp, #-24]
ldr r3, .L4
ldr r3, [r3]
str r3, [fp, #-8]
mov r3,#0
ldr r3, [fp, #-24]
ldr r3, [r3]
str r3, [fp, #-16]
ldr r3, [fp, #-24]
mov r2, #0
str r2, [r3]
sub r3, fp, #20
mov r1, r3
ldr r0, [fp, #-16]
bl GetWindowThreadProcessId
ldr r3, .L4+4
ldr r3, [r3]
ldr r2, .L4+8
ldr r1, [r2]
ldr r2, [fp, #-20]
mov r0, r3
bl OpenProcess
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
beq .L2
mvn r1, #0
ldr r0, [fp, #-12]
bl TerminateProcess
ldr r0, [fp, #-12]
bl CloseHandle
.L2:
ldr r0, [fp, #-16]
bl DestroyWindow
nop
ldr r3, .L4
ldr r2, [r3]
ldr r3, [fp, #-8]
eors r2, r3, r2
mov r3, #0
beq .L3
bl __stack_chk_fail
.L3:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word .LC0
.word PROCESS_TERMINATE
.word FALSE
.size Ghost_DestroyTarget, .-Ghost_DestroyTarget
.ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
.section .note.GNU-stack,"",%progbits
|