x86
stringlengths 328
105k
| risc
stringlengths 363
83k
|
---|---|
.file "extr_sh_tmu.c_sh_tmu_register_clockevent.c"
.intel_syntax noprefix
.text
.globl CLOCK_EVT_FEAT_ONESHOT
.bss
.align 4
.type CLOCK_EVT_FEAT_ONESHOT, @object
.size CLOCK_EVT_FEAT_ONESHOT, 4
CLOCK_EVT_FEAT_ONESHOT:
.zero 4
.globl CLOCK_EVT_FEAT_PERIODIC
.align 4
.type CLOCK_EVT_FEAT_PERIODIC, @object
.size CLOCK_EVT_FEAT_PERIODIC, 4
CLOCK_EVT_FEAT_PERIODIC:
.zero 4
.globl sh_tmu_clock_event_mode
.align 4
.type sh_tmu_clock_event_mode, @object
.size sh_tmu_clock_event_mode, 4
sh_tmu_clock_event_mode:
.zero 4
.globl sh_tmu_clock_event_next
.align 4
.type sh_tmu_clock_event_next, @object
.size sh_tmu_clock_event_next, 4
sh_tmu_clock_event_next:
.zero 4
.section .rodata
.align 8
.LC0:
.string "sh_tmu: failed to request irq %d\n"
.align 8
.LC1:
.string "sh_tmu: %s used for clock events\n"
.text
.type sh_tmu_register_clockevent, @function
sh_tmu_register_clockevent:
.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]
add rax, 8
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov edx, 32
mov esi, 0
mov rdi, rax
call memset@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR [rax], rdx
mov edx, DWORD PTR CLOCK_EVT_FEAT_PERIODIC[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 28[rax], edx
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 28[rax]
mov eax, DWORD PTR CLOCK_EVT_FEAT_ONESHOT[rip]
or edx, eax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 28[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR 8[rax], rdx
mov edi, 0
call cpumask_of@PLT
mov rdx, QWORD PTR -8[rbp]
mov DWORD PTR 24[rdx], eax
mov edx, DWORD PTR sh_tmu_clock_event_next[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 20[rax], edx
mov edx, DWORD PTR sh_tmu_clock_event_mode[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 16[rax], edx
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
mov rsi, rdx
mov edi, eax
call setup_irq@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
je .L2
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
mov esi, eax
lea rax, .LC0[rip]
mov rdi, rax
call pr_err@PLT
jmp .L1
.L2:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rsi, rax
lea rax, .LC1[rip]
mov rdi, rax
call pr_info@PLT
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call clockevents_register_device@PLT
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sh_tmu_register_clockevent, .-sh_tmu_register_clockevent
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_sh_tmu.c_sh_tmu_register_clockevent.c"
.text
.global CLOCK_EVT_FEAT_ONESHOT
.bss
.align 2
.type CLOCK_EVT_FEAT_ONESHOT, %object
.size CLOCK_EVT_FEAT_ONESHOT, 4
CLOCK_EVT_FEAT_ONESHOT:
.space 4
.global CLOCK_EVT_FEAT_PERIODIC
.align 2
.type CLOCK_EVT_FEAT_PERIODIC, %object
.size CLOCK_EVT_FEAT_PERIODIC, 4
CLOCK_EVT_FEAT_PERIODIC:
.space 4
.global sh_tmu_clock_event_mode
.align 2
.type sh_tmu_clock_event_mode, %object
.size sh_tmu_clock_event_mode, 4
sh_tmu_clock_event_mode:
.space 4
.global sh_tmu_clock_event_next
.align 2
.type sh_tmu_clock_event_next, %object
.size sh_tmu_clock_event_next, 4
sh_tmu_clock_event_next:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "sh_tmu: failed to request irq %d\012\000"
.align 2
.LC1:
.ascii "sh_tmu: %s used for clock events\012\000"
.text
.align 2
.syntax unified
.arm
.type sh_tmu_register_clockevent, %function
sh_tmu_register_clockevent:
@ 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]
add r3, r3, #4
str r3, [fp, #-12]
mov r2, #24
mov r1, #0
ldr r0, [fp, #-12]
bl memset
ldr r3, [fp, #-12]
ldr r2, [fp, #-20]
str r2, [r3]
ldr r3, .L4
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #20]
ldr r3, [fp, #-12]
ldr r2, [r3, #20]
ldr r3, .L4+4
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-12]
str r2, [r3, #20]
ldr r3, [fp, #-12]
ldr r2, [fp, #-24]
str r2, [r3, #4]
mov r0, #0
bl cpumask_of
mov r2, r0
ldr r3, [fp, #-12]
str r2, [r3, #16]
ldr r3, .L4+8
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #12]
ldr r3, .L4+12
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-16]
mov r1, r2
mov r0, r3
bl setup_irq
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
ldr r3, [r3]
mov r1, r3
ldr r0, .L4+16
bl pr_err
b .L1
.L2:
ldr r3, [fp, #-12]
ldr r3, [r3]
mov r1, r3
ldr r0, .L4+20
bl pr_info
ldr r0, [fp, #-12]
bl clockevents_register_device
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word CLOCK_EVT_FEAT_PERIODIC
.word CLOCK_EVT_FEAT_ONESHOT
.word sh_tmu_clock_event_next
.word sh_tmu_clock_event_mode
.word .LC0
.word .LC1
.size sh_tmu_register_clockevent, .-sh_tmu_register_clockevent
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_Client.c_CtGetClientVersion.c"
.intel_syntax noprefix
.text
.globl CEDAR_CLIENT_STR
.bss
.align 4
.type CEDAR_CLIENT_STR, @object
.size CEDAR_CLIENT_STR, 4
CEDAR_CLIENT_STR:
.zero 4
.text
.globl CtGetClientVersion
.type CtGetClientVersion, @function
CtGetClientVersion:
.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
cmp QWORD PTR -16[rbp], 0
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR -16[rbp]
mov esi, 32
mov rdi, rax
call Zero@PLT
mov edx, DWORD PTR CEDAR_CLIENT_STR[rip]
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 28[rax]
mov esi, 4
mov edi, eax
call StrCpy@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR 12[rax]
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 24[rax]
mov esi, 4
mov edi, eax
call StrCpy@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 20[rax]
mov esi, 4
mov edi, eax
call StrCpy@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR 4[rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR 12[rax], edx
mov eax, 0
call GetOsInfo@PLT
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov eax, 1
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size CtGetClientVersion, .-CtGetClientVersion
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_Client.c_CtGetClientVersion.c"
.text
.global CEDAR_CLIENT_STR
.bss
.align 2
.type CEDAR_CLIENT_STR, %object
.size CEDAR_CLIENT_STR, 4
CEDAR_CLIENT_STR:
.space 4
.text
.align 2
.global CtGetClientVersion
.syntax unified
.arm
.type CtGetClientVersion, %function
CtGetClientVersion:
@ 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, #-12]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
mov r1, #32
ldr r0, [fp, #-12]
bl Zero
ldr r3, [fp, #-12]
ldr r3, [r3, #28]
ldr r2, .L4
ldr r2, [r2]
mov r1, #4
mov r0, r3
bl StrCpy
ldr r3, [fp, #-12]
ldr r0, [r3, #24]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r3, [r3, #12]
mov r2, r3
mov r1, #4
bl StrCpy
ldr r3, [fp, #-12]
ldr r0, [r3, #20]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r3, [r3, #8]
mov r2, r3
mov r1, #4
bl StrCpy
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [r3, #4]
ldr r3, [fp, #-12]
str r2, [r3, #16]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3, #12]
bl GetOsInfo
mov r3, r0
ldr r2, [r3]
ldr r3, [fp, #-12]
str r2, [r3]
mov r3, #1
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word CEDAR_CLIENT_STR
.size CtGetClientVersion, .-CtGetClientVersion
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_spi_master_example_main.c_lcd_get_id.c"
.intel_syntax noprefix
.text
.globl ESP_OK
.bss
.align 8
.type ESP_OK, @object
.size ESP_OK, 8
ESP_OK:
.zero 8
.globl SPI_TRANS_USE_RXDATA
.align 4
.type SPI_TRANS_USE_RXDATA, @object
.size SPI_TRANS_USE_RXDATA, 4
SPI_TRANS_USE_RXDATA:
.zero 4
.text
.globl lcd_get_id
.type lcd_get_id, @function
lcd_get_id:
.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 DWORD PTR -68[rbp], edi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov eax, DWORD PTR -68[rbp]
mov esi, 4
mov edi, eax
call lcd_cmd@PLT
lea rax, -48[rbp]
mov edx, 32
mov esi, 0
mov rdi, rax
call memset@PLT
mov DWORD PTR -48[rbp], 24
mov eax, DWORD PTR SPI_TRANS_USE_RXDATA[rip]
mov DWORD PTR -24[rbp], eax
mov QWORD PTR -32[rbp], 1
lea rdx, -48[rbp]
mov eax, DWORD PTR -68[rbp]
mov rsi, rdx
mov edi, eax
call spi_device_polling_transmit@PLT
mov QWORD PTR -56[rbp], rax
mov rax, QWORD PTR ESP_OK[rip]
cmp QWORD PTR -56[rbp], rax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L3
call __stack_chk_fail@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size lcd_get_id, .-lcd_get_id
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_spi_master_example_main.c_lcd_get_id.c"
.text
.global ESP_OK
.bss
.align 2
.type ESP_OK, %object
.size ESP_OK, 4
ESP_OK:
.space 4
.global SPI_TRANS_USE_RXDATA
.align 2
.type SPI_TRANS_USE_RXDATA, %object
.size SPI_TRANS_USE_RXDATA, 4
SPI_TRANS_USE_RXDATA:
.space 4
.text
.align 2
.global lcd_get_id
.syntax unified
.arm
.type lcd_get_id, %function
lcd_get_id:
@ 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, #-32]
ldr r3, .L4
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
mov r1, #4
ldr r0, [fp, #-32]
bl lcd_cmd
sub r3, fp, #24
mov r2, #16
mov r1, #0
mov r0, r3
bl memset
mov r3, #24
str r3, [fp, #-24]
ldr r3, .L4+4
ldr r3, [r3]
str r3, [fp, #-12]
mov r3, #1
str r3, [fp, #-16]
sub r3, fp, #24
mov r1, r3
ldr r0, [fp, #-32]
bl spi_device_polling_transmit
str r0, [fp, #-28]
ldr r3, .L4+8
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r3, [fp, #-20]
ldr r3, [r3]
ldr r2, .L4
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L3
bl __stack_chk_fail
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word __stack_chk_guard
.word SPI_TRANS_USE_RXDATA
.word ESP_OK
.size lcd_get_id, .-lcd_get_id
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_common.h_il_is_ready_rf.c"
.intel_syntax noprefix
.text
.type il_is_ready_rf, @function
il_is_ready_rf:
.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 il_is_rfkill@PLT
test rax, rax
je .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call il_is_ready@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size il_is_ready_rf, .-il_is_ready_rf
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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.h_il_is_ready_rf.c"
.text
.align 2
.syntax unified
.arm
.type il_is_ready_rf, %function
il_is_ready_rf:
@ 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 il_is_rfkill
mov r3, r0
cmp r3, #0
beq .L2
mov r3, #0
b .L3
.L2:
ldr r0, [fp, #-8]
bl il_is_ready
mov r3, r0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size il_is_ready_rf, .-il_is_ready_rf
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_timer.c_dccp_response_timer.c"
.intel_syntax noprefix
.text
.globl DCCP_RTO_MAX
.bss
.align 4
.type DCCP_RTO_MAX, @object
.size DCCP_RTO_MAX, 4
DCCP_RTO_MAX:
.zero 4
.globl DCCP_TIMEOUT_INIT
.align 4
.type DCCP_TIMEOUT_INIT, @object
.size DCCP_TIMEOUT_INIT, 4
DCCP_TIMEOUT_INIT:
.zero 4
.globl TCP_SYNQ_INTERVAL
.align 4
.type TCP_SYNQ_INTERVAL, @object
.size TCP_SYNQ_INTERVAL, 4
TCP_SYNQ_INTERVAL:
.zero 4
.text
.type dccp_response_timer, @function
dccp_response_timer:
.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 ecx, DWORD PTR DCCP_RTO_MAX[rip]
mov edx, DWORD PTR DCCP_TIMEOUT_INIT[rip]
mov esi, DWORD PTR TCP_SYNQ_INTERVAL[rip]
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call inet_csk_reqsk_queue_prune@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size dccp_response_timer, .-dccp_response_timer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_timer.c_dccp_response_timer.c"
.text
.global DCCP_RTO_MAX
.bss
.align 2
.type DCCP_RTO_MAX, %object
.size DCCP_RTO_MAX, 4
DCCP_RTO_MAX:
.space 4
.global DCCP_TIMEOUT_INIT
.align 2
.type DCCP_TIMEOUT_INIT, %object
.size DCCP_TIMEOUT_INIT, 4
DCCP_TIMEOUT_INIT:
.space 4
.global TCP_SYNQ_INTERVAL
.align 2
.type TCP_SYNQ_INTERVAL, %object
.size TCP_SYNQ_INTERVAL, 4
TCP_SYNQ_INTERVAL:
.space 4
.text
.align 2
.syntax unified
.arm
.type dccp_response_timer, %function
dccp_response_timer:
@ 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]
ldr r0, [fp, #-8]
bl inet_csk_reqsk_queue_prune
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word TCP_SYNQ_INTERVAL
.word DCCP_TIMEOUT_INIT
.word DCCP_RTO_MAX
.size dccp_response_timer, .-dccp_response_timer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_adpll.c_ti_adpll_is_locked.c"
.intel_syntax noprefix
.text
.globl ADPLL_STATUS_OFFSET
.bss
.align 8
.type ADPLL_STATUS_OFFSET, @object
.size ADPLL_STATUS_OFFSET, 8
ADPLL_STATUS_OFFSET:
.zero 8
.globl ADPLL_STATUS_PREPARED_MASK
.align 4
.type ADPLL_STATUS_PREPARED_MASK, @object
.size ADPLL_STATUS_PREPARED_MASK, 4
ADPLL_STATUS_PREPARED_MASK:
.zero 4
.text
.type ti_adpll_is_locked, @function
ti_adpll_is_locked:
.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 rdx, QWORD PTR [rax]
mov rax, QWORD PTR ADPLL_STATUS_OFFSET[rip]
add rax, rdx
mov rdi, rax
call readl_relaxed@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR ADPLL_STATUS_PREPARED_MASK[rip]
and eax, DWORD PTR -4[rbp]
mov edx, eax
mov eax, DWORD PTR ADPLL_STATUS_PREPARED_MASK[rip]
cmp edx, eax
sete al
movzx eax, al
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ti_adpll_is_locked, .-ti_adpll_is_locked
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_adpll.c_ti_adpll_is_locked.c"
.text
.global ADPLL_STATUS_OFFSET
.bss
.align 2
.type ADPLL_STATUS_OFFSET, %object
.size ADPLL_STATUS_OFFSET, 4
ADPLL_STATUS_OFFSET:
.space 4
.global ADPLL_STATUS_PREPARED_MASK
.align 2
.type ADPLL_STATUS_PREPARED_MASK, %object
.size ADPLL_STATUS_PREPARED_MASK, 4
ADPLL_STATUS_PREPARED_MASK:
.space 4
.text
.align 2
.syntax unified
.arm
.type ti_adpll_is_locked, %function
ti_adpll_is_locked:
@ 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 r2, [r3]
ldr r3, .L3
ldr r3, [r3]
add r3, r2, r3
mov r0, r3
bl readl_relaxed
str r0, [fp, #-8]
ldr r3, .L3+4
ldr r2, [r3]
ldr r3, [fp, #-8]
and r2, r2, r3
ldr r3, .L3+4
ldr r3, [r3]
cmp r2, r3
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word ADPLL_STATUS_OFFSET
.word ADPLL_STATUS_PREPARED_MASK
.size ti_adpll_is_locked, .-ti_adpll_is_locked
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_execute.c_jq_get_jq_origin.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "JQ_ORIGIN"
.text
.globl jq_get_jq_origin
.type jq_get_jq_origin, @function
jq_get_jq_origin:
.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
lea rax, .LC0[rip]
mov rdi, rax
call jv_string@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call jq_get_attr@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size jq_get_jq_origin, .-jq_get_jq_origin
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_execute.c_jq_get_jq_origin.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "JQ_ORIGIN\000"
.text
.align 2
.global jq_get_jq_origin
.syntax unified
.arm
.type jq_get_jq_origin, %function
jq_get_jq_origin:
@ 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, .L3
bl jv_string
mov r3, r0
mov r1, r3
ldr r0, [fp, #-8]
bl jq_get_attr
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC0
.size jq_get_jq_origin, .-jq_get_jq_origin
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_tetrahedron.c_TH_OutsideBoundingBox.c"
.intel_syntax noprefix
.text
.globl thworld
.bss
.align 8
.type thworld, @object
.size thworld, 8
thworld:
.zero 8
.text
.globl TH_OutsideBoundingBox
.type TH_OutsideBoundingBox, @function
TH_OutsideBoundingBox:
.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 -36[rbp], edi
mov DWORD PTR -40[rbp], esi
mov QWORD PTR -48[rbp], rdx
mov QWORD PTR -56[rbp], rcx
mov rdx, QWORD PTR thworld[rip]
mov eax, DWORD PTR -36[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
mov rdx, QWORD PTR thworld[rip]
mov eax, DWORD PTR -40[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov DWORD PTR -20[rbp], 0
jmp .L2
.L10:
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -16[rbp]
add rax, rdx
movss xmm1, DWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -48[rbp]
add rax, rdx
movss xmm0, DWORD PTR [rax]
comiss xmm0, xmm1
jbe .L3
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -8[rbp]
add rax, rdx
movss xmm1, DWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -48[rbp]
add rax, rdx
movss xmm0, DWORD PTR [rax]
comiss xmm0, xmm1
jbe .L3
mov eax, 1
jmp .L6
.L3:
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -16[rbp]
add rax, rdx
movss xmm0, DWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -56[rbp]
add rax, rdx
movss xmm1, DWORD PTR [rax]
comiss xmm0, xmm1
jbe .L7
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -8[rbp]
add rax, rdx
movss xmm0, DWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*4]
mov rax, QWORD PTR -56[rbp]
add rax, rdx
movss xmm1, DWORD PTR [rax]
comiss xmm0, xmm1
jbe .L7
mov eax, 1
jmp .L6
.L7:
add DWORD PTR -20[rbp], 1
.L2:
cmp DWORD PTR -20[rbp], 2
jle .L10
mov eax, 0
.L6:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size TH_OutsideBoundingBox, .-TH_OutsideBoundingBox
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_tetrahedron.c_TH_OutsideBoundingBox.c"
.text
.global thworld
.bss
.align 2
.type thworld, %object
.size thworld, 4
thworld:
.space 4
.global __aeabi_fcmplt
.global __aeabi_fcmpgt
.text
.align 2
.global TH_OutsideBoundingBox
.syntax unified
.arm
.type TH_OutsideBoundingBox, %function
TH_OutsideBoundingBox:
@ 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, .L15
ldr r2, [r3]
ldr r3, [fp, #-24]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, .L15
ldr r2, [r3]
ldr r3, [fp, #-28]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
str r3, [fp, #-16]
b .L2
.L10:
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-12]
add r3, r2, r3
ldr r0, [r3] @ float
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-32]
add r3, r2, r3
ldr r3, [r3] @ float
mov r1, r3
bl __aeabi_fcmplt
mov r3, r0
cmp r3, #0
beq .L3
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-8]
add r3, r2, r3
ldr r0, [r3] @ float
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-32]
add r3, r2, r3
ldr r3, [r3] @ float
mov r1, r3
bl __aeabi_fcmplt
mov r3, r0
cmp r3, #0
beq .L3
mov r3, #1
b .L6
.L3:
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-12]
add r3, r2, r3
ldr r0, [r3] @ float
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-36]
add r3, r2, r3
ldr r3, [r3] @ float
mov r1, r3
bl __aeabi_fcmpgt
mov r3, r0
cmp r3, #0
beq .L7
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-8]
add r3, r2, r3
ldr r0, [r3] @ float
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #-36]
add r3, r2, r3
ldr r3, [r3] @ float
mov r1, r3
bl __aeabi_fcmpgt
mov r3, r0
cmp r3, #0
beq .L7
mov r3, #1
b .L6
.L7:
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L2:
ldr r3, [fp, #-16]
cmp r3, #2
ble .L10
mov r3, #0
.L6:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L16:
.align 2
.L15:
.word thworld
.size TH_OutsideBoundingBox, .-TH_OutsideBoundingBox
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_spc.c_ve_spc_powerdown.c"
.intel_syntax noprefix
.text
.globl A15_PWRDN_EN
.bss
.align 8
.type A15_PWRDN_EN, @object
.size A15_PWRDN_EN, 8
A15_PWRDN_EN:
.zero 8
.globl A7_PWRDN_EN
.align 8
.type A7_PWRDN_EN, @object
.size A7_PWRDN_EN, 8
A7_PWRDN_EN:
.zero 8
.globl MAX_CLUSTERS
.align 8
.type MAX_CLUSTERS, @object
.size MAX_CLUSTERS, 8
MAX_CLUSTERS:
.zero 8
.globl info
.align 8
.type info, @object
.size info, 8
info:
.zero 8
.text
.globl ve_spc_powerdown
.type ve_spc_powerdown, @function
ve_spc_powerdown:
.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 MAX_CLUSTERS[rip]
cmp QWORD PTR -24[rbp], rax
jge .L6
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call cluster_is_a15@PLT
test rax, rax
je .L4
mov rax, QWORD PTR A15_PWRDN_EN[rip]
jmp .L5
.L4:
mov rax, QWORD PTR A7_PWRDN_EN[rip]
.L5:
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR info[rip]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -8[rbp]
add rdx, rax
mov eax, DWORD PTR -28[rbp]
mov rsi, rdx
mov edi, eax
call writel_relaxed@PLT
jmp .L1
.L6:
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ve_spc_powerdown, .-ve_spc_powerdown
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_spc.c_ve_spc_powerdown.c"
.text
.global A15_PWRDN_EN
.bss
.align 2
.type A15_PWRDN_EN, %object
.size A15_PWRDN_EN, 4
A15_PWRDN_EN:
.space 4
.global A7_PWRDN_EN
.align 2
.type A7_PWRDN_EN, %object
.size A7_PWRDN_EN, 4
A7_PWRDN_EN:
.space 4
.global MAX_CLUSTERS
.align 2
.type MAX_CLUSTERS, %object
.size MAX_CLUSTERS, 4
MAX_CLUSTERS:
.space 4
.global info
.align 2
.type info, %object
.size info, 4
info:
.space 4
.text
.align 2
.global ve_spc_powerdown
.syntax unified
.arm
.type ve_spc_powerdown, %function
ve_spc_powerdown:
@ 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, .L7
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
bge .L6
ldr r0, [fp, #-16]
bl cluster_is_a15
mov r3, r0
cmp r3, #0
beq .L4
ldr r3, .L7+4
ldr r3, [r3]
b .L5
.L4:
ldr r3, .L7+8
ldr r3, [r3]
.L5:
str r3, [fp, #-8]
ldr r3, .L7+12
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-8]
add r3, r2, r3
mov r1, r3
ldr r0, [fp, #-20]
bl writel_relaxed
b .L1
.L6:
nop
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word MAX_CLUSTERS
.word A15_PWRDN_EN
.word A7_PWRDN_EN
.word info
.size ve_spc_powerdown, .-ve_spc_powerdown
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_log.c_svn_log__diff.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string " ignore-ancestry"
.LC1:
.string ""
.LC2:
.string "diff %s r%ld:%ld%s%s"
.LC3:
.string "diff %s@%ld %s@%ld%s%s"
.text
.globl svn_log__diff
.type svn_log__diff, @function
svn_log__diff:
.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, 64
.cfi_offset 12, -24
.cfi_offset 3, -32
mov QWORD PTR -40[rbp], rdi
mov DWORD PTR -44[rbp], esi
mov QWORD PTR -56[rbp], rdx
mov DWORD PTR -48[rbp], ecx
mov DWORD PTR -60[rbp], r8d
mov QWORD PTR -72[rbp], r9
cmp QWORD PTR -72[rbp], 0
je .L2
lea rax, .LC0[rip]
jmp .L3
.L2:
lea rax, .LC1[rip]
.L3:
mov QWORD PTR -24[rbp], rax
mov rdx, QWORD PTR -56[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L4
mov eax, DWORD PTR -60[rbp]
mov rsi, QWORD PTR 16[rbp]
mov edi, eax
call log_depth@PLT
mov ebx, eax
mov rax, QWORD PTR -40[rbp]
mov rsi, QWORD PTR 16[rbp]
mov rdi, rax
call svn_path_uri_encode@PLT
mov edx, eax
mov ecx, DWORD PTR -48[rbp]
mov eax, DWORD PTR -44[rbp]
sub rsp, 8
push QWORD PTR -24[rbp]
mov r9d, ebx
mov r8d, ecx
mov ecx, eax
lea rax, .LC2[rip]
mov rsi, rax
mov rdi, QWORD PTR 16[rbp]
mov eax, 0
call apr_psprintf@PLT
add rsp, 16
jmp .L5
.L4:
mov eax, DWORD PTR -60[rbp]
mov rsi, QWORD PTR 16[rbp]
mov edi, eax
call log_depth@PLT
cdqe
mov r12, rax
mov rax, QWORD PTR -56[rbp]
mov rsi, QWORD PTR 16[rbp]
mov rdi, rax
call svn_path_uri_encode@PLT
mov ebx, eax
mov rax, QWORD PTR -40[rbp]
mov rsi, QWORD PTR 16[rbp]
mov rdi, rax
call svn_path_uri_encode@PLT
mov edx, eax
mov ecx, DWORD PTR -48[rbp]
mov eax, DWORD PTR -44[rbp]
push QWORD PTR -24[rbp]
push r12
mov r9d, ecx
mov r8d, ebx
mov ecx, eax
lea rax, .LC3[rip]
mov rsi, rax
mov rdi, QWORD PTR 16[rbp]
mov eax, 0
call apr_psprintf@PLT
add rsp, 16
.L5:
lea rsp, -16[rbp]
pop rbx
pop r12
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size svn_log__diff, .-svn_log__diff
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_log.c_svn_log__diff.c"
.text
.section .rodata
.align 2
.LC0:
.ascii " ignore-ancestry\000"
.align 2
.LC1:
.ascii "\000"
.align 2
.LC2:
.ascii "diff %s r%ld:%ld%s%s\000"
.align 2
.LC3:
.ascii "diff %s@%ld %s@%ld%s%s\000"
.text
.align 2
.global svn_log__diff
.syntax unified
.arm
.type svn_log__diff, %function
svn_log__diff:
@ args = 12, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #40
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
str r3, [fp, #-36]
ldr r3, [fp, #8]
cmp r3, #0
beq .L2
ldr r3, .L6
b .L3
.L2:
ldr r3, .L6+4
.L3:
str r3, [fp, #-16]
ldr r1, [fp, #-32]
ldr r0, [fp, #-24]
bl strcmp
mov r3, r0
cmp r3, #0
bne .L4
ldr r1, [fp, #12]
ldr r0, [fp, #-24]
bl svn_path_uri_encode
mov r4, r0
ldr r1, [fp, #12]
ldr r0, [fp, #4]
bl log_depth
mov r2, r0
ldr r3, [fp, #-16]
str r3, [sp, #8]
str r2, [sp, #4]
ldr r3, [fp, #-36]
str r3, [sp]
ldr r3, [fp, #-28]
mov r2, r4
ldr r1, .L6+8
ldr r0, [fp, #12]
bl apr_psprintf
mov r3, r0
b .L5
.L4:
ldr r1, [fp, #12]
ldr r0, [fp, #-24]
bl svn_path_uri_encode
mov r5, r0
ldr r1, [fp, #12]
ldr r0, [fp, #-32]
bl svn_path_uri_encode
mov r4, r0
ldr r1, [fp, #12]
ldr r0, [fp, #4]
bl log_depth
mov r3, r0
mov r2, r3
ldr r3, [fp, #-16]
str r3, [sp, #12]
str r2, [sp, #8]
ldr r3, [fp, #-36]
str r3, [sp, #4]
str r4, [sp]
ldr r3, [fp, #-28]
mov r2, r5
ldr r1, .L6+12
ldr r0, [fp, #12]
bl apr_psprintf
mov r3, r0
.L5:
mov r0, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L7:
.align 2
.L6:
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.size svn_log__diff, .-svn_log__diff
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hns_roce_hw_v1.c_set_data_seg.c"
.intel_syntax noprefix
.text
.type set_data_seg, @function
set_data_seg:
.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 -16[rbp]
mov eax, DWORD PTR 8[rax]
mov edi, eax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR 16[rdx], rax
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 4[rax]
mov edi, eax
call cpu_to_le64@PLT
mov rdx, QWORD PTR -8[rbp]
mov DWORD PTR 8[rdx], eax
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR [rdx], rax
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size set_data_seg, .-set_data_seg
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_hns_roce_hw_v1.c_set_data_seg.c"
.text
.align 2
.syntax unified
.arm
.type set_data_seg, %function
set_data_seg:
@ 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, #-12]
ldr r3, [r3, #8]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #8]
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
mov r0, r3
bl cpu_to_le64
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #4]
ldr r3, [fp, #-12]
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3]
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size set_data_seg, .-set_data_seg
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_kern_rangelock.c_rangelock_trywlock.c"
.intel_syntax noprefix
.text
.globl RL_LOCK_WRITE
.bss
.align 4
.type RL_LOCK_WRITE, @object
.size RL_LOCK_WRITE, 4
RL_LOCK_WRITE:
.zero 4
.text
.globl rangelock_trywlock
.type rangelock_trywlock, @function
rangelock_trywlock:
.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 DWORD PTR -12[rbp], esi
mov DWORD PTR -16[rbp], edx
mov QWORD PTR -24[rbp], rcx
mov ecx, DWORD PTR RL_LOCK_WRITE[rip]
mov rdi, QWORD PTR -24[rbp]
mov edx, DWORD PTR -16[rbp]
mov esi, DWORD PTR -12[rbp]
mov rax, QWORD PTR -8[rbp]
mov r9d, 1
mov r8, rdi
mov rdi, rax
call rangelock_enqueue@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rangelock_trywlock, .-rangelock_trywlock
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_kern_rangelock.c_rangelock_trywlock.c"
.text
.global RL_LOCK_WRITE
.bss
.align 2
.type RL_LOCK_WRITE, %object
.size RL_LOCK_WRITE, 4
RL_LOCK_WRITE:
.space 4
.text
.align 2
.global rangelock_trywlock
.syntax unified
.arm
.type rangelock_trywlock, %function
rangelock_trywlock:
@ 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, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
str r3, [fp, #-20]
ldr r3, .L3
ldr r2, [r3]
mov r3, #1
str r3, [sp, #4]
ldr r3, [fp, #-20]
str r3, [sp]
mov r3, r2
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl rangelock_enqueue
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word RL_LOCK_WRITE
.size rangelock_trywlock, .-rangelock_trywlock
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_kvaser_pciefd.c_kvaser_pciefd_probe.c"
.intel_syntax noprefix
.text
.globl ENOMEM
.bss
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.globl GFP_KERNEL
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.globl IRQF_SHARED
.align 4
.type IRQF_SHARED, @object
.size IRQF_SHARED, 4
IRQF_SHARED:
.zero 4
.globl KVASER_PCIEFD_DRV_NAME
.align 4
.type KVASER_PCIEFD_DRV_NAME, @object
.size KVASER_PCIEFD_DRV_NAME, 4
KVASER_PCIEFD_DRV_NAME:
.zero 4
.globl KVASER_PCIEFD_IEN_REG
.align 8
.type KVASER_PCIEFD_IEN_REG, @object
.size KVASER_PCIEFD_IEN_REG, 8
KVASER_PCIEFD_IEN_REG:
.zero 8
.globl KVASER_PCIEFD_IRQ_ALL_MSK
.align 4
.type KVASER_PCIEFD_IRQ_ALL_MSK, @object
.size KVASER_PCIEFD_IRQ_ALL_MSK, 4
KVASER_PCIEFD_IRQ_ALL_MSK:
.zero 4
.globl KVASER_PCIEFD_IRQ_REG
.align 8
.type KVASER_PCIEFD_IRQ_REG, @object
.size KVASER_PCIEFD_IRQ_REG, 8
KVASER_PCIEFD_IRQ_REG:
.zero 8
.globl KVASER_PCIEFD_SRB_CMD_RDB0
.align 4
.type KVASER_PCIEFD_SRB_CMD_RDB0, @object
.size KVASER_PCIEFD_SRB_CMD_RDB0, 4
KVASER_PCIEFD_SRB_CMD_RDB0:
.zero 4
.globl KVASER_PCIEFD_SRB_CMD_RDB1
.align 4
.type KVASER_PCIEFD_SRB_CMD_RDB1, @object
.size KVASER_PCIEFD_SRB_CMD_RDB1, 4
KVASER_PCIEFD_SRB_CMD_RDB1:
.zero 4
.globl KVASER_PCIEFD_SRB_CMD_REG
.align 8
.type KVASER_PCIEFD_SRB_CMD_REG, @object
.size KVASER_PCIEFD_SRB_CMD_REG, 8
KVASER_PCIEFD_SRB_CMD_REG:
.zero 8
.globl KVASER_PCIEFD_SRB_CTRL_REG
.align 8
.type KVASER_PCIEFD_SRB_CTRL_REG, @object
.size KVASER_PCIEFD_SRB_CTRL_REG, 8
KVASER_PCIEFD_SRB_CTRL_REG:
.zero 8
.globl KVASER_PCIEFD_SRB_IEN_REG
.align 8
.type KVASER_PCIEFD_SRB_IEN_REG, @object
.size KVASER_PCIEFD_SRB_IEN_REG, 8
KVASER_PCIEFD_SRB_IEN_REG:
.zero 8
.globl KVASER_PCIEFD_SRB_IRQ_DOF0
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DOF0, @object
.size KVASER_PCIEFD_SRB_IRQ_DOF0, 4
KVASER_PCIEFD_SRB_IRQ_DOF0:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_DOF1
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DOF1, @object
.size KVASER_PCIEFD_SRB_IRQ_DOF1, 4
KVASER_PCIEFD_SRB_IRQ_DOF1:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_DPD0
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DPD0, @object
.size KVASER_PCIEFD_SRB_IRQ_DPD0, 4
KVASER_PCIEFD_SRB_IRQ_DPD0:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_DPD1
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DPD1, @object
.size KVASER_PCIEFD_SRB_IRQ_DPD1, 4
KVASER_PCIEFD_SRB_IRQ_DPD1:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_DUF0
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DUF0, @object
.size KVASER_PCIEFD_SRB_IRQ_DUF0, 4
KVASER_PCIEFD_SRB_IRQ_DUF0:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_DUF1
.align 4
.type KVASER_PCIEFD_SRB_IRQ_DUF1, @object
.size KVASER_PCIEFD_SRB_IRQ_DUF1, 4
KVASER_PCIEFD_SRB_IRQ_DUF1:
.zero 4
.globl KVASER_PCIEFD_SRB_IRQ_REG
.align 8
.type KVASER_PCIEFD_SRB_IRQ_REG, @object
.size KVASER_PCIEFD_SRB_IRQ_REG, 8
KVASER_PCIEFD_SRB_IRQ_REG:
.zero 8
.globl kvaser_pciefd_irq_handler
.align 4
.type kvaser_pciefd_irq_handler, @object
.size kvaser_pciefd_irq_handler, 4
kvaser_pciefd_irq_handler:
.zero 4
.text
.type kvaser_pciefd_probe, @function
kvaser_pciefd_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, 32
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov eax, DWORD PTR GFP_KERNEL[rip]
mov rdx, QWORD PTR -24[rbp]
lea rcx, 4[rdx]
mov edx, eax
mov esi, 16
mov rdi, rcx
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 -24[rbp]
mov rsi, rdx
mov rdi, rax
call pci_set_drvdata@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR 8[rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call pci_enable_device@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
je .L4
mov eax, DWORD PTR -12[rbp]
jmp .L3
.L4:
mov edx, DWORD PTR KVASER_PCIEFD_DRV_NAME[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call pci_request_regions@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L18
mov rax, QWORD PTR -24[rbp]
mov edx, 0
mov esi, 0
mov rdi, rax
call pci_iomap@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L7
mov eax, DWORD PTR ENOMEM[rip]
neg eax
mov DWORD PTR -12[rbp], eax
jmp .L8
.L7:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kvaser_pciefd_setup_board@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L19
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kvaser_pciefd_setup_dma@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L20
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call pci_set_master@PLT
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kvaser_pciefd_setup_can_ctrls@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L21
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_SRB_IRQ_REG[rip]
add rdx, rax
mov ecx, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DPD0[rip]
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DPD1[rip]
or eax, ecx
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_SRB_IEN_REG[rip]
add rdx, rax
mov ecx, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DPD0[rip]
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DPD1[rip]
or ecx, eax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DOF0[rip]
or ecx, eax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DOF1[rip]
or ecx, eax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DUF0[rip]
or ecx, eax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_IRQ_DUF1[rip]
or eax, ecx
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_IRQ_REG[rip]
add rdx, rax
mov eax, DWORD PTR KVASER_PCIEFD_IRQ_ALL_MSK[rip]
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_IEN_REG[rip]
add rdx, rax
mov eax, DWORD PTR KVASER_PCIEFD_IRQ_ALL_MSK[rip]
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_SRB_CMD_REG[rip]
add rdx, rax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_CMD_RDB0[rip]
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_SRB_CMD_REG[rip]
add rdx, rax
mov eax, DWORD PTR KVASER_PCIEFD_SRB_CMD_RDB1[rip]
mov rsi, rdx
mov edi, eax
call iowrite32@PLT
mov ecx, DWORD PTR KVASER_PCIEFD_DRV_NAME[rip]
mov edx, DWORD PTR IRQF_SHARED[rip]
mov esi, DWORD PTR kvaser_pciefd_irq_handler[rip]
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov rdi, QWORD PTR -8[rbp]
mov r8, rdi
mov edi, eax
call request_irq@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L22
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kvaser_pciefd_reg_candev@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jne .L23
mov eax, 0
jmp .L3
.L23:
nop
.L16:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov edi, eax
call free_irq@PLT
jmp .L13
.L21:
nop
jmp .L13
.L22:
nop
.L13:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kvaser_pciefd_teardown_can_ctrls@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR KVASER_PCIEFD_SRB_CTRL_REG[rip]
add rax, rdx
mov rsi, rax
mov edi, 0
call iowrite32@PLT
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call pci_clear_master@PLT
jmp .L10
.L19:
nop
jmp .L10
.L20:
nop
.L10:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call pci_iounmap@PLT
.L8:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call pci_release_regions@PLT
jmp .L6
.L18:
nop
.L6:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call pci_disable_device@PLT
mov eax, DWORD PTR -12[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size kvaser_pciefd_probe, .-kvaser_pciefd_probe
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_kvaser_pciefd.c_kvaser_pciefd_probe.c"
.text
.global ENOMEM
.bss
.align 2
.type ENOMEM, %object
.size ENOMEM, 4
ENOMEM:
.space 4
.global GFP_KERNEL
.align 2
.type GFP_KERNEL, %object
.size GFP_KERNEL, 4
GFP_KERNEL:
.space 4
.global IRQF_SHARED
.align 2
.type IRQF_SHARED, %object
.size IRQF_SHARED, 4
IRQF_SHARED:
.space 4
.global KVASER_PCIEFD_DRV_NAME
.align 2
.type KVASER_PCIEFD_DRV_NAME, %object
.size KVASER_PCIEFD_DRV_NAME, 4
KVASER_PCIEFD_DRV_NAME:
.space 4
.global KVASER_PCIEFD_IEN_REG
.align 2
.type KVASER_PCIEFD_IEN_REG, %object
.size KVASER_PCIEFD_IEN_REG, 4
KVASER_PCIEFD_IEN_REG:
.space 4
.global KVASER_PCIEFD_IRQ_ALL_MSK
.align 2
.type KVASER_PCIEFD_IRQ_ALL_MSK, %object
.size KVASER_PCIEFD_IRQ_ALL_MSK, 4
KVASER_PCIEFD_IRQ_ALL_MSK:
.space 4
.global KVASER_PCIEFD_IRQ_REG
.align 2
.type KVASER_PCIEFD_IRQ_REG, %object
.size KVASER_PCIEFD_IRQ_REG, 4
KVASER_PCIEFD_IRQ_REG:
.space 4
.global KVASER_PCIEFD_SRB_CMD_RDB0
.align 2
.type KVASER_PCIEFD_SRB_CMD_RDB0, %object
.size KVASER_PCIEFD_SRB_CMD_RDB0, 4
KVASER_PCIEFD_SRB_CMD_RDB0:
.space 4
.global KVASER_PCIEFD_SRB_CMD_RDB1
.align 2
.type KVASER_PCIEFD_SRB_CMD_RDB1, %object
.size KVASER_PCIEFD_SRB_CMD_RDB1, 4
KVASER_PCIEFD_SRB_CMD_RDB1:
.space 4
.global KVASER_PCIEFD_SRB_CMD_REG
.align 2
.type KVASER_PCIEFD_SRB_CMD_REG, %object
.size KVASER_PCIEFD_SRB_CMD_REG, 4
KVASER_PCIEFD_SRB_CMD_REG:
.space 4
.global KVASER_PCIEFD_SRB_CTRL_REG
.align 2
.type KVASER_PCIEFD_SRB_CTRL_REG, %object
.size KVASER_PCIEFD_SRB_CTRL_REG, 4
KVASER_PCIEFD_SRB_CTRL_REG:
.space 4
.global KVASER_PCIEFD_SRB_IEN_REG
.align 2
.type KVASER_PCIEFD_SRB_IEN_REG, %object
.size KVASER_PCIEFD_SRB_IEN_REG, 4
KVASER_PCIEFD_SRB_IEN_REG:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DOF0
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DOF0, %object
.size KVASER_PCIEFD_SRB_IRQ_DOF0, 4
KVASER_PCIEFD_SRB_IRQ_DOF0:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DOF1
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DOF1, %object
.size KVASER_PCIEFD_SRB_IRQ_DOF1, 4
KVASER_PCIEFD_SRB_IRQ_DOF1:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DPD0
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DPD0, %object
.size KVASER_PCIEFD_SRB_IRQ_DPD0, 4
KVASER_PCIEFD_SRB_IRQ_DPD0:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DPD1
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DPD1, %object
.size KVASER_PCIEFD_SRB_IRQ_DPD1, 4
KVASER_PCIEFD_SRB_IRQ_DPD1:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DUF0
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DUF0, %object
.size KVASER_PCIEFD_SRB_IRQ_DUF0, 4
KVASER_PCIEFD_SRB_IRQ_DUF0:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_DUF1
.align 2
.type KVASER_PCIEFD_SRB_IRQ_DUF1, %object
.size KVASER_PCIEFD_SRB_IRQ_DUF1, 4
KVASER_PCIEFD_SRB_IRQ_DUF1:
.space 4
.global KVASER_PCIEFD_SRB_IRQ_REG
.align 2
.type KVASER_PCIEFD_SRB_IRQ_REG, %object
.size KVASER_PCIEFD_SRB_IRQ_REG, 4
KVASER_PCIEFD_SRB_IRQ_REG:
.space 4
.global kvaser_pciefd_irq_handler
.align 2
.type kvaser_pciefd_irq_handler, %object
.size kvaser_pciefd_irq_handler, 4
kvaser_pciefd_irq_handler:
.space 4
.text
.align 2
.syntax unified
.arm
.type kvaser_pciefd_probe, %function
kvaser_pciefd_probe:
@ 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]
str r1, [fp, #-20]
ldr r3, [fp, #-16]
add r3, r3, #4
ldr r2, .L24
ldr r2, [r2]
mov r1, #8
mov r0, r3
bl devm_kzalloc
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L2
ldr r3, .L24+4
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
ldr r1, [fp, #-8]
ldr r0, [fp, #-16]
bl pci_set_drvdata
ldr r3, [fp, #-8]
ldr r2, [fp, #-16]
str r2, [r3, #4]
ldr r0, [fp, #-16]
bl pci_enable_device
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
beq .L4
ldr r3, [fp, #-12]
b .L3
.L4:
ldr r3, .L24+8
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl pci_request_regions
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L18
mov r2, #0
mov r1, #0
ldr r0, [fp, #-16]
bl pci_iomap
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3]
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
bne .L7
ldr r3, .L24+4
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-12]
b .L8
.L7:
ldr r0, [fp, #-8]
bl kvaser_pciefd_setup_board
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L19
ldr r0, [fp, #-8]
bl kvaser_pciefd_setup_dma
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L20
ldr r0, [fp, #-16]
bl pci_set_master
ldr r0, [fp, #-8]
bl kvaser_pciefd_setup_can_ctrls
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L21
ldr r3, .L24+12
ldr r2, [r3]
ldr r3, .L24+16
ldr r3, [r3]
orr r0, r2, r3
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+20
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, .L24+12
ldr r2, [r3]
ldr r3, .L24+16
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L24+24
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L24+28
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L24+32
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L24+36
ldr r3, [r3]
orr r0, r2, r3
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+40
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, .L24+44
ldr r0, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+48
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, .L24+44
ldr r0, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+52
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, .L24+56
ldr r0, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+60
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, .L24+64
ldr r0, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+60
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl iowrite32
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
ldr r0, [r3]
ldr r3, .L24+68
ldr r1, [r3]
ldr r3, .L24+72
ldr r2, [r3]
ldr r3, .L24+8
ldr ip, [r3]
ldr r3, [fp, #-8]
str r3, [sp]
mov r3, ip
bl request_irq
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L22
ldr r0, [fp, #-8]
bl kvaser_pciefd_reg_candev
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L23
mov r3, #0
b .L3
.L23:
nop
.L16:
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
ldr r3, [r3]
ldr r1, [fp, #-8]
mov r0, r3
bl free_irq
b .L13
.L21:
nop
b .L13
.L22:
nop
.L13:
ldr r0, [fp, #-8]
bl kvaser_pciefd_teardown_can_ctrls
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, .L24+76
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
mov r0, #0
bl iowrite32
ldr r0, [fp, #-16]
bl pci_clear_master
b .L10
.L19:
nop
b .L10
.L20:
nop
.L10:
ldr r3, [fp, #-8]
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-16]
bl pci_iounmap
.L8:
ldr r0, [fp, #-16]
bl pci_release_regions
b .L6
.L18:
nop
.L6:
ldr r0, [fp, #-16]
bl pci_disable_device
ldr r3, [fp, #-12]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L25:
.align 2
.L24:
.word GFP_KERNEL
.word ENOMEM
.word KVASER_PCIEFD_DRV_NAME
.word KVASER_PCIEFD_SRB_IRQ_DPD0
.word KVASER_PCIEFD_SRB_IRQ_DPD1
.word KVASER_PCIEFD_SRB_IRQ_REG
.word KVASER_PCIEFD_SRB_IRQ_DOF0
.word KVASER_PCIEFD_SRB_IRQ_DOF1
.word KVASER_PCIEFD_SRB_IRQ_DUF0
.word KVASER_PCIEFD_SRB_IRQ_DUF1
.word KVASER_PCIEFD_SRB_IEN_REG
.word KVASER_PCIEFD_IRQ_ALL_MSK
.word KVASER_PCIEFD_IRQ_REG
.word KVASER_PCIEFD_IEN_REG
.word KVASER_PCIEFD_SRB_CMD_RDB0
.word KVASER_PCIEFD_SRB_CMD_REG
.word KVASER_PCIEFD_SRB_CMD_RDB1
.word kvaser_pciefd_irq_handler
.word IRQF_SHARED
.word KVASER_PCIEFD_SRB_CTRL_REG
.size kvaser_pciefd_probe, .-kvaser_pciefd_probe
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_8250_pci.c_sbs_setup.c"
.intel_syntax noprefix
.text
.type sbs_setup, @function
sbs_setup:
.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 rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -8[rbp], eax
mov DWORD PTR -4[rbp], 0
cmp DWORD PTR -44[rbp], 3
jg .L2
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
imul eax, DWORD PTR -44[rbp]
add DWORD PTR -8[rbp], eax
jmp .L3
.L2:
cmp DWORD PTR -44[rbp], 7
jg .L4
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
imul eax, DWORD PTR -44[rbp]
mov edx, eax
mov eax, DWORD PTR -8[rbp]
add eax, edx
add eax, 3072
mov DWORD PTR -8[rbp], eax
jmp .L3
.L4:
mov eax, 1
jmp .L5
.L3:
mov rax, QWORD PTR -32[rbp]
mov edi, DWORD PTR 8[rax]
mov ecx, DWORD PTR -8[rbp]
mov edx, DWORD PTR -4[rbp]
mov rsi, QWORD PTR -40[rbp]
mov rax, QWORD PTR -24[rbp]
mov r8d, edi
mov rdi, rax
call setup_port@PLT
.L5:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sbs_setup, .-sbs_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_pci.c_sbs_setup.c"
.text
.align 2
.syntax unified
.arm
.type sbs_setup, %function
sbs_setup:
@ 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]
ldr r3, [fp, #-20]
ldr r3, [r3]
str r3, [fp, #-12]
mov r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-28]
cmp r3, #3
bgt .L2
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
ldr r2, [fp, #-28]
mul r3, r2, r3
mov r2, r3
ldr r3, [fp, #-12]
add r3, r3, r2
str r3, [fp, #-12]
b .L3
.L2:
ldr r3, [fp, #-28]
cmp r3, #7
bgt .L4
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
ldr r2, [fp, #-28]
mul r3, r2, r3
mov r2, r3
ldr r3, [fp, #-12]
add r3, r2, r3
add r3, r3, #3072
str r3, [fp, #-12]
b .L3
.L4:
mov r3, #1
b .L5
.L3:
ldr r3, [fp, #-20]
ldr r3, [r3, #8]
str r3, [sp]
ldr r3, [fp, #-12]
ldr r2, [fp, #-8]
ldr r1, [fp, #-24]
ldr r0, [fp, #-16]
bl setup_port
mov r3, r0
.L5:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size sbs_setup, .-sbs_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xenbus_xs.c_xenbus_mkdir.c"
.intel_syntax noprefix
.text
.globl XS_MKDIR
.bss
.align 4
.type XS_MKDIR, @object
.size XS_MKDIR, 4
XS_MKDIR:
.zero 4
.text
.globl xenbus_mkdir
.type xenbus_mkdir, @function
xenbus_mkdir:
.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 rdx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -32[rbp]
mov rsi, rdx
mov rdi, rax
call join@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call IS_ERR@PLT
test rax, rax
je .L2
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call PTR_ERR@PLT
jmp .L3
.L2:
mov esi, DWORD PTR XS_MKDIR[rip]
mov rdx, QWORD PTR -8[rbp]
mov eax, DWORD PTR -20[rbp]
mov ecx, 0
mov edi, eax
call xs_single@PLT
mov edi, eax
call xs_error@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kfree@PLT
mov eax, DWORD PTR -12[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size xenbus_mkdir, .-xenbus_mkdir
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_xenbus_xs.c_xenbus_mkdir.c"
.text
.global XS_MKDIR
.bss
.align 2
.type XS_MKDIR, %object
.size XS_MKDIR, 4
XS_MKDIR:
.space 4
.text
.align 2
.global xenbus_mkdir
.syntax unified
.arm
.type xenbus_mkdir, %function
xenbus_mkdir:
@ 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, #-24]
ldr r0, [fp, #-20]
bl join
str r0, [fp, #-12]
ldr r0, [fp, #-12]
bl IS_ERR
mov r3, r0
cmp r3, #0
beq .L2
ldr r0, [fp, #-12]
bl PTR_ERR
mov r3, r0
b .L3
.L2:
ldr r3, .L4
ldr r1, [r3]
mov r3, #0
ldr r2, [fp, #-12]
ldr r0, [fp, #-16]
bl xs_single
mov r3, r0
mov r0, r3
bl xs_error
str r0, [fp, #-8]
ldr r0, [fp, #-12]
bl kfree
ldr r3, [fp, #-8]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word XS_MKDIR
.size xenbus_mkdir, .-xenbus_mkdir
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xml_to_xmlrpc.c_XMLRPC_REQUEST_to_xml_element.c"
.intel_syntax noprefix
.text
.globl ELEM_METHODCALL
.bss
.align 8
.type ELEM_METHODCALL, @object
.size ELEM_METHODCALL, 8
ELEM_METHODCALL:
.zero 8
.globl ELEM_METHODNAME
.align 8
.type ELEM_METHODNAME, @object
.size ELEM_METHODNAME, 8
ELEM_METHODNAME:
.zero 8
.globl ELEM_METHODRESPONSE
.align 8
.type ELEM_METHODRESPONSE, @object
.size ELEM_METHODRESPONSE, 8
ELEM_METHODRESPONSE:
.zero 8
.globl ELEM_PARAMS
.align 8
.type ELEM_PARAMS, @object
.size ELEM_PARAMS, 8
ELEM_PARAMS:
.zero 8
.globl xmlrpc_request_call
.align 8
.type xmlrpc_request_call, @object
.size xmlrpc_request_call, 8
xmlrpc_request_call:
.zero 8
.globl xmlrpc_request_response
.align 8
.type xmlrpc_request_response, @object
.size xmlrpc_request_response, 8
xmlrpc_request_response:
.zero 8
.text
.globl XMLRPC_REQUEST_to_xml_element
.type XMLRPC_REQUEST_to_xml_element, @function
XMLRPC_REQUEST_to_xml_element:
.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 -64[rbp], 0
cmp QWORD PTR -72[rbp], 0
je .L2
mov QWORD PTR -56[rbp], 0
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call XMLRPC_RequestGetRequestType@PLT
mov QWORD PTR -48[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call XMLRPC_RequestGetData@PLT
mov QWORD PTR -40[rbp], rax
mov eax, 0
call xml_elem_new@PLT
mov QWORD PTR -64[rbp], rax
mov rax, QWORD PTR xmlrpc_request_call[rip]
cmp QWORD PTR -48[rbp], rax
jne .L3
mov rax, QWORD PTR ELEM_METHODCALL[rip]
mov QWORD PTR -56[rbp], rax
jmp .L4
.L3:
mov rax, QWORD PTR xmlrpc_request_response[rip]
cmp QWORD PTR -48[rbp], rax
jne .L4
mov rax, QWORD PTR ELEM_METHODRESPONSE[rip]
mov QWORD PTR -56[rbp], rax
.L4:
cmp QWORD PTR -56[rbp], 0
je .L5
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call estrdup@PLT
mov rdx, QWORD PTR -64[rbp]
mov QWORD PTR 8[rdx], rax
.L5:
mov rax, QWORD PTR xmlrpc_request_call[rip]
cmp QWORD PTR -48[rbp], rax
jne .L6
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call XMLRPC_RequestGetMethodName@PLT
mov QWORD PTR -56[rbp], rax
cmp QWORD PTR -56[rbp], 0
je .L6
mov eax, 0
call xml_elem_new@PLT
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR ELEM_METHODNAME[rip]
mov rdi, rax
call estrdup@PLT
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR 8[rdx], rax
mov rax, QWORD PTR -32[rbp]
lea rdx, 16[rax]
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
mov rdi, rdx
call simplestring_add@PLT
mov rax, QWORD PTR -64[rbp]
mov rdx, QWORD PTR -32[rbp]
mov rsi, rdx
mov rdi, rax
call Q_PushTail@PLT
.L6:
cmp QWORD PTR -40[rbp], 0
je .L7
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call XMLRPC_RequestGetRequestType@PLT
mov rbx, rax
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call XMLRPC_RequestGetData@PLT
mov ecx, 0
mov rdx, rbx
mov rsi, rax
mov edi, 0
call XMLRPC_to_xml_element_worker@PLT
mov rdx, rax
mov rax, QWORD PTR -64[rbp]
mov rsi, rdx
mov rdi, rax
call Q_PushTail@PLT
jmp .L2
.L7:
mov eax, 0
call xml_elem_new@PLT
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR ELEM_PARAMS[rip]
mov rdi, rax
call estrdup@PLT
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR 8[rdx], rax
mov rax, QWORD PTR -64[rbp]
mov rdx, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call Q_PushTail@PLT
.L2:
mov rax, QWORD PTR -64[rbp]
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size XMLRPC_REQUEST_to_xml_element, .-XMLRPC_REQUEST_to_xml_element
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_xml_to_xmlrpc.c_XMLRPC_REQUEST_to_xml_element.c"
.text
.global ELEM_METHODCALL
.bss
.align 2
.type ELEM_METHODCALL, %object
.size ELEM_METHODCALL, 4
ELEM_METHODCALL:
.space 4
.global ELEM_METHODNAME
.align 2
.type ELEM_METHODNAME, %object
.size ELEM_METHODNAME, 4
ELEM_METHODNAME:
.space 4
.global ELEM_METHODRESPONSE
.align 2
.type ELEM_METHODRESPONSE, %object
.size ELEM_METHODRESPONSE, 4
ELEM_METHODRESPONSE:
.space 4
.global ELEM_PARAMS
.align 2
.type ELEM_PARAMS, %object
.size ELEM_PARAMS, 4
ELEM_PARAMS:
.space 4
.global xmlrpc_request_call
.align 2
.type xmlrpc_request_call, %object
.size xmlrpc_request_call, 4
xmlrpc_request_call:
.space 4
.global xmlrpc_request_response
.align 2
.type xmlrpc_request_response, %object
.size xmlrpc_request_response, 4
xmlrpc_request_response:
.space 4
.text
.align 2
.global XMLRPC_REQUEST_to_xml_element
.syntax unified
.arm
.type XMLRPC_REQUEST_to_xml_element, %function
XMLRPC_REQUEST_to_xml_element:
@ args = 0, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
sub sp, sp, #32
str r0, [fp, #-40]
mov r3, #0
str r3, [fp, #-36]
ldr r3, [fp, #-40]
cmp r3, #0
beq .L2
mov r3, #0
str r3, [fp, #-32]
ldr r0, [fp, #-40]
bl XMLRPC_RequestGetRequestType
str r0, [fp, #-28]
ldr r0, [fp, #-40]
bl XMLRPC_RequestGetData
str r0, [fp, #-24]
bl xml_elem_new
str r0, [fp, #-36]
ldr r3, .L9
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
bne .L3
ldr r3, .L9+4
ldr r3, [r3]
str r3, [fp, #-32]
b .L4
.L3:
ldr r3, .L9+8
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
bne .L4
ldr r3, .L9+12
ldr r3, [r3]
str r3, [fp, #-32]
.L4:
ldr r3, [fp, #-32]
cmp r3, #0
beq .L5
ldr r0, [fp, #-32]
bl estrdup
mov r2, r0
ldr r3, [fp, #-36]
str r2, [r3, #4]
.L5:
ldr r3, .L9
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
bne .L6
ldr r0, [fp, #-40]
bl XMLRPC_RequestGetMethodName
str r0, [fp, #-32]
ldr r3, [fp, #-32]
cmp r3, #0
beq .L6
bl xml_elem_new
str r0, [fp, #-20]
ldr r3, .L9+16
ldr r3, [r3]
mov r0, r3
bl estrdup
mov r2, r0
ldr r3, [fp, #-20]
str r2, [r3, #4]
ldr r3, [fp, #-20]
add r3, r3, #8
ldr r1, [fp, #-32]
mov r0, r3
bl simplestring_add
ldr r3, [fp, #-36]
ldr r1, [fp, #-20]
mov r0, r3
bl Q_PushTail
.L6:
ldr r3, [fp, #-24]
cmp r3, #0
beq .L7
ldr r4, [fp, #-36]
ldr r0, [fp, #-40]
bl XMLRPC_RequestGetData
mov r5, r0
ldr r0, [fp, #-40]
bl XMLRPC_RequestGetRequestType
mov r2, r0
mov r3, #0
mov r1, r5
mov r0, #0
bl XMLRPC_to_xml_element_worker
mov r3, r0
mov r1, r3
mov r0, r4
bl Q_PushTail
b .L2
.L7:
bl xml_elem_new
str r0, [fp, #-16]
ldr r3, .L9+20
ldr r3, [r3]
mov r0, r3
bl estrdup
mov r2, r0
ldr r3, [fp, #-16]
str r2, [r3, #4]
ldr r3, [fp, #-36]
ldr r1, [fp, #-16]
mov r0, r3
bl Q_PushTail
.L2:
ldr r3, [fp, #-36]
mov r0, r3
sub sp, fp, #12
@ sp needed
pop {r4, r5, fp, pc}
.L10:
.align 2
.L9:
.word xmlrpc_request_call
.word ELEM_METHODCALL
.word xmlrpc_request_response
.word ELEM_METHODRESPONSE
.word ELEM_METHODNAME
.word ELEM_PARAMS
.size XMLRPC_REQUEST_to_xml_element, .-XMLRPC_REQUEST_to_xml_element
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pxa3xx-cpufreq.c___update_core_freq.c"
.intel_syntax noprefix
.text
.globl ACCR
.bss
.align 4
.type ACCR, @object
.size ACCR, 4
ACCR:
.zero 4
.globl ACCR_XL_MASK
.align 4
.type ACCR_XL_MASK, @object
.size ACCR_XL_MASK, 4
ACCR_XL_MASK:
.zero 4
.globl ACCR_XN_MASK
.align 4
.type ACCR_XN_MASK, @object
.size ACCR_XN_MASK, 4
ACCR_XN_MASK:
.zero 4
.globl ACCR_XSPCLK_MASK
.align 4
.type ACCR_XSPCLK_MASK, @object
.size ACCR_XSPCLK_MASK, 4
ACCR_XSPCLK_MASK:
.zero 4
.globl ACSR
.align 4
.type ACSR, @object
.size ACSR, 4
ACSR:
.zero 4
.globl XSPCLK_NONE
.align 4
.type XSPCLK_NONE, @object
.size XSPCLK_NONE, 4
XSPCLK_NONE:
.zero 4
.text
.type __update_core_freq, @function
__update_core_freq:
.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 edx, DWORD PTR ACCR_XN_MASK[rip]
mov eax, DWORD PTR ACCR_XL_MASK[rip]
or eax, edx
mov DWORD PTR -28[rbp], eax
mov eax, DWORD PTR ACCR[rip]
mov DWORD PTR -24[rbp], eax
mov edx, DWORD PTR ACCR_XN_MASK[rip]
mov eax, DWORD PTR ACCR_XL_MASK[rip]
or edx, eax
mov eax, DWORD PTR ACCR_XSPCLK_MASK[rip]
or eax, edx
not eax
and DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call ACCR_XN@PLT
mov ebx, eax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR 4[rax]
mov edi, eax
call ACCR_XL@PLT
or eax, ebx
or DWORD PTR -24[rbp], eax
mov eax, DWORD PTR XSPCLK_NONE[rip]
mov edi, eax
call ACCR_XSPCLK@PLT
or DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 2
jne .L2
mov eax, 3
jmp .L3
.L2:
mov eax, 2
.L3:
mov DWORD PTR -20[rbp], eax
mov eax, DWORD PTR -24[rbp]
mov DWORD PTR ACCR[rip], eax
mov eax, DWORD PTR -20[rbp]
#APP
# 43 "/media/ssd/AnaV/Dataset/AnghaBench/linux/drivers/cpufreq/extr_pxa3xx-cpufreq.c___update_core_freq.c" 1
mcr p14, 0, eax, c6, c0, 0
# 0 "" 2
#NO_APP
jmp .L4
.L5:
mov eax, 0
call cpu_relax@PLT
.L4:
mov eax, DWORD PTR ACSR[rip]
xor eax, DWORD PTR -24[rbp]
and eax, DWORD PTR -28[rbp]
test eax, eax
jne .L5
nop
nop
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size __update_core_freq, .-__update_core_freq
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_pxa3xx-cpufreq.c___update_core_freq.c"
.text
.global ACCR
.bss
.align 2
.type ACCR, %object
.size ACCR, 4
ACCR:
.space 4
.global ACCR_XL_MASK
.align 2
.type ACCR_XL_MASK, %object
.size ACCR_XL_MASK, 4
ACCR_XL_MASK:
.space 4
.global ACCR_XN_MASK
.align 2
.type ACCR_XN_MASK, %object
.size ACCR_XN_MASK, 4
ACCR_XN_MASK:
.space 4
.global ACCR_XSPCLK_MASK
.align 2
.type ACCR_XSPCLK_MASK, %object
.size ACCR_XSPCLK_MASK, 4
ACCR_XSPCLK_MASK:
.space 4
.global ACSR
.align 2
.type ACSR, %object
.size ACSR, 4
ACSR:
.space 4
.global XSPCLK_NONE
.align 2
.type XSPCLK_NONE, %object
.size XSPCLK_NONE, 4
XSPCLK_NONE:
.space 4
.text
.align 2
.syntax unified
.arm
.type __update_core_freq, %function
__update_core_freq:
@ 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, #-32]
ldr r3, .L6
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
orr r3, r2, r3
str r3, [fp, #-24]
ldr r3, .L6+8
ldr r3, [r3]
str r3, [fp, #-20]
ldr r3, .L6
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
orr r2, r2, r3
ldr r3, .L6+12
ldr r3, [r3]
orr r3, r2, r3
mvn r3, r3
ldr r2, [fp, #-20]
and r3, r3, r2
str r3, [fp, #-20]
ldr r3, [fp, #-32]
ldr r3, [r3]
mov r0, r3
bl ACCR_XN
mov r4, r0
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
mov r0, r3
bl ACCR_XL
mov r3, r0
orr r3, r4, r3
ldr r2, [fp, #-20]
orr r3, r2, r3
str r3, [fp, #-20]
ldr r3, .L6+16
ldr r3, [r3]
mov r0, r3
bl ACCR_XSPCLK
mov r2, r0
ldr r3, [fp, #-20]
orr r3, r3, r2
str r3, [fp, #-20]
ldr r3, [fp, #-32]
ldr r3, [r3]
cmp r3, #2
bne .L2
mov r3, #3
b .L3
.L2:
mov r3, #2
.L3:
str r3, [fp, #-16]
ldr r2, .L6+8
ldr r3, [fp, #-20]
str r3, [r2]
ldr r3, [fp, #-16]
.syntax divided
@ 43 "/media/ssd/AnaV/Dataset/AnghaBench/linux/drivers/cpufreq/extr_pxa3xx-cpufreq.c___update_core_freq.c" 1
mcr p14, 0, r3, c6, c0, 0
@ 0 "" 2
.arm
.syntax unified
b .L4
.L5:
bl cpu_relax
.L4:
ldr r3, .L6+20
ldr r2, [r3]
ldr r3, [fp, #-20]
eor r2, r2, r3
ldr r3, [fp, #-24]
and r3, r3, r2
cmp r3, #0
bne .L5
nop
nop
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L7:
.align 2
.L6:
.word ACCR_XN_MASK
.word ACCR_XL_MASK
.word ACCR
.word ACCR_XSPCLK_MASK
.word XSPCLK_NONE
.word ACSR
.size __update_core_freq, .-__update_core_freq
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xchacha20.c_xmain.c"
.intel_syntax noprefix
.text
.globl main
.type main, @function
main:
.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 tv_hchacha20@PLT
mov eax, 0
call tv_stream_xchacha20@PLT
mov eax, 0
call tv_secretbox_xchacha20poly1305@PLT
mov eax, 0
call tv_box_xchacha20poly1305@PLT
mov eax, 0
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_xchacha20.c_xmain.c"
.text
.align 2
.global main
.syntax unified
.arm
.type main, %function
main:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
bl tv_hchacha20
bl tv_stream_xchacha20
bl tv_secretbox_xchacha20poly1305
bl tv_box_xchacha20poly1305
mov r3, #0
mov r0, r3
pop {fp, pc}
.size main, .-main
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ts_psi.c_PMTEsHasComponentTagBetween.c"
.intel_syntax noprefix
.text
.type PMTEsHasComponentTagBetween, @function
PMTEsHasComponentTagBetween:
.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 esi, 82
mov rdi, rax
call PMTEsFindDescriptor@PLT
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call dvbpsi_DecodeStreamIdentifierDr@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L4
mov eax, 0
jmp .L3
.L4:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
cmp QWORD PTR -32[rbp], rax
jg .L5
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
cmp QWORD PTR -40[rbp], rax
jl .L5
mov eax, 1
jmp .L3
.L5:
mov eax, 0
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size PMTEsHasComponentTagBetween, .-PMTEsHasComponentTagBetween
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ts_psi.c_PMTEsHasComponentTagBetween.c"
.text
.align 2
.syntax unified
.arm
.type PMTEsHasComponentTagBetween, %function
PMTEsHasComponentTagBetween:
@ 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]
mov r1, #82
ldr r0, [fp, #-16]
bl PMTEsFindDescriptor
str r0, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r0, [fp, #-12]
bl dvbpsi_DecodeStreamIdentifierDr
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L4
mov r3, #0
b .L3
.L4:
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
bgt .L5
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, [fp, #-24]
cmp r2, r3
blt .L5
mov r3, #1
b .L3
.L5:
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size PMTEsHasComponentTagBetween, .-PMTEsHasComponentTagBetween
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_evergreen.c_evergreen_check_latency_hiding.c"
.intel_syntax noprefix
.text
.type evergreen_check_latency_hiding, @function
evergreen_check_latency_hiding:
.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 -56[rbp]
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR -56[rbp]
mov rcx, QWORD PTR 8[rdx]
cqo
idiv rcx
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rdx, QWORD PTR 16[rax]
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 24[rax]
add rax, rdx
mov QWORD PTR -16[rbp], rax
mov edi, 1
call dfixed_const@PLT
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rdx, QWORD PTR 40[rax]
mov rax, QWORD PTR -40[rbp]
cmp rdx, rax
jle .L2
mov QWORD PTR -32[rbp], 1
jmp .L3
.L2:
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 32[rax]
add rax, 1
cmp QWORD PTR -24[rbp], rax
jg .L4
mov QWORD PTR -32[rbp], 1
jmp .L3
.L4:
mov QWORD PTR -32[rbp], 2
.L3:
mov rax, QWORD PTR -32[rbp]
imul rax, QWORD PTR -16[rbp]
mov rdx, rax
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 24[rax]
add rax, rdx
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call evergreen_latency_watermark@PLT
cmp QWORD PTR -8[rbp], rax
jl .L5
mov eax, 1
jmp .L7
.L5:
mov eax, 0
.L7:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size evergreen_check_latency_hiding, .-evergreen_check_latency_hiding
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_evergreen.c_evergreen_check_latency_hiding.c"
.text
.global __aeabi_idiv
.align 2
.syntax unified
.arm
.type evergreen_check_latency_hiding, %function
evergreen_check_latency_hiding:
@ 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, #-32]
ldr r3, [fp, #-32]
ldr r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
mov r1, r3
mov r0, r2
bl __aeabi_idiv
mov r3, r0
str r3, [fp, #-16]
ldr r3, [fp, #-32]
ldr r2, [r3, #8]
ldr r3, [fp, #-32]
ldr r3, [r3, #12]
add r3, r2, r3
str r3, [fp, #-12]
mov r0, #1
bl dfixed_const
mov r3, r0
str r3, [fp, #-24]
ldr r3, [fp, #-32]
ldr r2, [r3, #20]
ldr r3, [fp, #-24]
cmp r2, r3
ble .L2
mov r3, #1
str r3, [fp, #-20]
b .L3
.L2:
ldr r3, [fp, #-32]
ldr r3, [r3, #16]
add r3, r3, #1
ldr r2, [fp, #-16]
cmp r2, r3
bgt .L4
mov r3, #1
str r3, [fp, #-20]
b .L3
.L4:
mov r3, #2
str r3, [fp, #-20]
.L3:
ldr r3, [fp, #-20]
ldr r2, [fp, #-12]
mul r2, r3, r2
ldr r3, [fp, #-32]
ldr r3, [r3, #12]
add r3, r2, r3
str r3, [fp, #-8]
ldr r0, [fp, #-32]
bl evergreen_latency_watermark
mov r2, r0
ldr r3, [fp, #-8]
cmp r3, r2
blt .L5
mov r3, #1
b .L7
.L5:
mov r3, #0
.L7:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size evergreen_check_latency_hiding, .-evergreen_check_latency_hiding
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_sdp_discovery.c_sdp_disc_connected.c"
.intel_syntax noprefix
.text
.globl SDP_DISC_WAIT_SEARCH_ATTR
.bss
.align 4
.type SDP_DISC_WAIT_SEARCH_ATTR, @object
.size SDP_DISC_WAIT_SEARCH_ATTR, 4
SDP_DISC_WAIT_SEARCH_ATTR:
.zero 4
.text
.globl sdp_disc_connected
.type sdp_disc_connected, @function
sdp_disc_connected:
.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 16[rax]
test rax, rax
je .L2
mov edx, DWORD PTR SDP_DISC_WAIT_SEARCH_ATTR[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -8[rbp]
mov esi, 0
mov rdi, rax
call process_service_search_attr_rsp@PLT
jmp .L4
.L2:
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], 0
mov rax, QWORD PTR -8[rbp]
mov edx, 0
mov esi, 0
mov rdi, rax
call sdp_snd_service_search_req@PLT
.L4:
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sdp_disc_connected, .-sdp_disc_connected
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_sdp_discovery.c_sdp_disc_connected.c"
.text
.global SDP_DISC_WAIT_SEARCH_ATTR
.bss
.align 2
.type SDP_DISC_WAIT_SEARCH_ATTR, %object
.size SDP_DISC_WAIT_SEARCH_ATTR, 4
SDP_DISC_WAIT_SEARCH_ATTR:
.space 4
.text
.align 2
.global sdp_disc_connected
.syntax unified
.arm
.type sdp_disc_connected, %function
sdp_disc_connected:
@ 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, #8]
cmp r3, #0
beq .L2
ldr r3, .L5
ldr r2, [r3]
ldr r3, [fp, #-8]
str r2, [r3, #4]
mov r1, #0
ldr r0, [fp, #-8]
bl process_service_search_attr_rsp
b .L4
.L2:
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3]
mov r2, #0
mov r1, #0
ldr r0, [fp, #-8]
bl sdp_snd_service_search_req
.L4:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word SDP_DISC_WAIT_SEARCH_ATTR
.size sdp_disc_connected, .-sdp_disc_connected
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hw_queue.c_hl_hw_queues_create.c"
.intel_syntax noprefix
.text
.globl ENOMEM
.bss
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.globl GFP_KERNEL
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.globl HL_MAX_QUEUES
.align 4
.type HL_MAX_QUEUES, @object
.size HL_MAX_QUEUES, 4
HL_MAX_QUEUES:
.zero 4
.section .rodata
.align 8
.LC0:
.string "Not enough memory for H/W queues\n"
.align 8
.LC1:
.string "failed to initialize queue %d\n"
.text
.globl hl_hw_queues_create
.type hl_hw_queues_create, @function
hl_hw_queues_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, 48
mov QWORD PTR -40[rbp], rdi
mov rax, QWORD PTR -40[rbp]
add rax, 16
mov QWORD PTR -8[rbp], rax
mov edx, DWORD PTR GFP_KERNEL[rip]
mov eax, DWORD PTR HL_MAX_QUEUES[rip]
mov esi, 4
mov edi, eax
call kcalloc@PLT
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L2
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR 8[rax]
lea rdx, .LC0[rip]
mov rsi, rdx
mov edi, eax
mov eax, 0
call dev_err@PLT
mov eax, DWORD PTR ENOMEM[rip]
neg eax
jmp .L3
.L2:
mov DWORD PTR -28[rbp], 0
mov DWORD PTR -24[rbp], 0
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
jmp .L4
.L7:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -28[rbp]
cdqe
sal rax, 2
add rax, rdx
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov edx, DWORD PTR -28[rbp]
mov rcx, QWORD PTR -16[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rcx
mov rdi, rax
call hw_queue_init@PLT
mov DWORD PTR -20[rbp], eax
cmp DWORD PTR -20[rbp], 0
je .L5
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR 8[rax]
mov edx, DWORD PTR -28[rbp]
lea rcx, .LC1[rip]
mov rsi, rcx
mov edi, eax
mov eax, 0
call dev_err@PLT
nop
.L6:
mov DWORD PTR -28[rbp], 0
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
jmp .L8
.L5:
add DWORD PTR -28[rbp], 1
add DWORD PTR -24[rbp], 1
add QWORD PTR -16[rbp], 4
.L4:
mov eax, DWORD PTR HL_MAX_QUEUES[rip]
cmp DWORD PTR -28[rbp], eax
jl .L7
mov eax, 0
jmp .L3
.L9:
mov rdx, QWORD PTR -16[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call hw_queue_fini@PLT
add DWORD PTR -28[rbp], 1
add QWORD PTR -16[rbp], 4
.L8:
mov eax, DWORD PTR -28[rbp]
cmp eax, DWORD PTR -24[rbp]
jl .L9
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call kfree@PLT
mov eax, DWORD PTR -20[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hl_hw_queues_create, .-hl_hw_queues_create
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_hw_queue.c_hl_hw_queues_create.c"
.text
.global ENOMEM
.bss
.align 2
.type ENOMEM, %object
.size ENOMEM, 4
ENOMEM:
.space 4
.global GFP_KERNEL
.align 2
.type GFP_KERNEL, %object
.size GFP_KERNEL, 4
GFP_KERNEL:
.space 4
.global HL_MAX_QUEUES
.align 2
.type HL_MAX_QUEUES, %object
.size HL_MAX_QUEUES, 4
HL_MAX_QUEUES:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "Not enough memory for H/W queues\012\000"
.align 2
.LC1:
.ascii "failed to initialize queue %d\012\000"
.text
.align 2
.global hl_hw_queues_create
.syntax unified
.arm
.type hl_hw_queues_create, %function
hl_hw_queues_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, #-32]
ldr r3, [fp, #-32]
add r3, r3, #8
str r3, [fp, #-12]
ldr r3, .L10
ldr r3, [r3]
ldr r2, .L10+4
ldr r2, [r2]
mov r1, #4
mov r0, r3
bl kcalloc
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3]
cmp r3, #0
bne .L2
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r1, .L10+8
mov r0, r3
bl dev_err
ldr r3, .L10+12
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L2:
mov r3, #0
str r3, [fp, #-20]
mov r3, #0
str r3, [fp, #-16]
ldr r3, [fp, #-32]
ldr r3, [r3]
str r3, [fp, #-24]
b .L4
.L7:
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-20]
lsl r3, r3, #2
add r3, r2, r3
ldr r2, [r3]
ldr r3, [fp, #-24]
str r2, [r3]
ldr r2, [fp, #-20]
ldr r1, [fp, #-24]
ldr r0, [fp, #-32]
bl hw_queue_init
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
beq .L5
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-20]
ldr r1, .L10+16
mov r0, r3
bl dev_err
nop
.L6:
mov r3, #0
str r3, [fp, #-20]
ldr r3, [fp, #-32]
ldr r3, [r3]
str r3, [fp, #-24]
b .L8
.L5:
ldr r3, [fp, #-20]
add r3, r3, #1
str r3, [fp, #-20]
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
ldr r3, [fp, #-24]
add r3, r3, #4
str r3, [fp, #-24]
.L4:
ldr r3, .L10
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
blt .L7
mov r3, #0
b .L3
.L9:
ldr r1, [fp, #-24]
ldr r0, [fp, #-32]
bl hw_queue_fini
ldr r3, [fp, #-20]
add r3, r3, #1
str r3, [fp, #-20]
ldr r3, [fp, #-24]
add r3, r3, #4
str r3, [fp, #-24]
.L8:
ldr r2, [fp, #-20]
ldr r3, [fp, #-16]
cmp r2, r3
blt .L9
ldr r3, [fp, #-32]
ldr r3, [r3]
mov r0, r3
bl kfree
ldr r3, [fp, #-8]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L11:
.align 2
.L10:
.word HL_MAX_QUEUES
.word GFP_KERNEL
.word .LC0
.word ENOMEM
.word .LC1
.size hl_hw_queues_create, .-hl_hw_queues_create
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_af_vibrato.c_config_input.c"
.intel_syntax noprefix
.text
.globl AV_SAMPLE_FMT_DBL
.bss
.align 4
.type AV_SAMPLE_FMT_DBL, @object
.size AV_SAMPLE_FMT_DBL, 4
AV_SAMPLE_FMT_DBL:
.zero 4
.globl ENOMEM
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.globl M_PI_2
.align 8
.type M_PI_2, @object
.size M_PI_2, 8
M_PI_2:
.zero 8
.globl WAVE_SIN
.align 4
.type WAVE_SIN, @object
.size WAVE_SIN, 4
WAVE_SIN:
.zero 4
.text
.type config_input, @function
config_input:
.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, 56
.cfi_offset 3, -24
mov QWORD PTR -56[rbp], rdi
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR 16[rax]
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -24[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -56[rbp]
mov eax, DWORD PTR [rax]
mov esi, 8
mov edi, eax
call av_calloc@PLT
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR 48[rdx], rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 48[rax]
test rax, rax
jne .L2
mov eax, DWORD PTR ENOMEM[rip]
mov edi, eax
call AVERROR@PLT
jmp .L3
.L2:
mov rax, QWORD PTR -56[rbp]
movsd xmm1, QWORD PTR 8[rax]
movsd xmm0, QWORD PTR .LC0[rip]
mulsd xmm0, xmm1
mov rax, QWORD PTR -24[rbp]
movsd QWORD PTR 8[rax], xmm0
mov DWORD PTR -36[rbp], 0
jmp .L4
.L6:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov rdx, QWORD PTR -24[rbp]
mov rcx, QWORD PTR 48[rdx]
mov edx, DWORD PTR -36[rbp]
movsx rdx, edx
sal rdx, 3
lea rbx, [rcx+rdx]
mov edi, 1
movq xmm0, rax
call av_malloc_array@PLT
mov QWORD PTR [rbx], rax
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 48[rax]
mov eax, DWORD PTR -36[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
test rax, rax
jne .L5
mov eax, DWORD PTR ENOMEM[rip]
mov edi, eax
call AVERROR@PLT
jmp .L3
.L5:
add DWORD PTR -36[rbp], 1
.L4:
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -36[rbp], eax
jl .L6
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 40[rax], 0
mov rax, QWORD PTR -56[rbp]
movsd xmm0, QWORD PTR 8[rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 20[rax]
pxor xmm1, xmm1
cvtsi2sd xmm1, eax
divsd xmm0, xmm1
cvttsd2si edx, xmm0
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 16[rax]
pxor xmm3, xmm3
cvtsi2sd xmm3, eax
movq rax, xmm3
mov edi, 1
movq xmm0, rax
call av_malloc_array@PLT
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR 32[rdx], rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 32[rax]
test rax, rax
jne .L7
mov eax, DWORD PTR ENOMEM[rip]
mov edi, eax
call AVERROR@PLT
jmp .L3
.L7:
movsd xmm1, QWORD PTR M_PI_2[rip]
movsd xmm0, QWORD PTR .LC1[rip]
movapd xmm2, xmm1
mulsd xmm2, xmm0
mov rax, QWORD PTR -24[rbp]
movsd xmm0, QWORD PTR 8[rax]
movsd xmm1, QWORD PTR .LC2[rip]
subsd xmm0, xmm1
cvttsd2si ecx, xmm0
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 16[rax]
pxor xmm4, xmm4
cvtsi2sd xmm4, eax
movq rdi, xmm4
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 32[rax]
mov esi, DWORD PTR AV_SAMPLE_FMT_DBL[rip]
mov eax, DWORD PTR WAVE_SIN[rip]
pxor xmm1, xmm1
movq xmm0, rdi
mov edi, eax
call ff_generate_wave_table@PLT
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 24[rax], 0
mov eax, 0
.L3:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size config_input, .-config_input
.section .rodata
.align 8
.LC0:
.long 1202590843
.long 1064598241
.align 8
.LC1:
.long 0
.long 1074266112
.align 8
.LC2:
.long 0
.long 1072693248
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_vibrato.c_config_input.c"
.text
.global AV_SAMPLE_FMT_DBL
.bss
.align 2
.type AV_SAMPLE_FMT_DBL, %object
.size AV_SAMPLE_FMT_DBL, 4
AV_SAMPLE_FMT_DBL:
.space 4
.global ENOMEM
.align 2
.type ENOMEM, %object
.size ENOMEM, 4
ENOMEM:
.space 4
.global M_PI_2
.align 3
.type M_PI_2, %object
.size M_PI_2, 8
M_PI_2:
.space 8
.global WAVE_SIN
.align 2
.type WAVE_SIN, %object
.size WAVE_SIN, 4
WAVE_SIN:
.space 4
.global __aeabi_dmul
.global __aeabi_i2d
.global __aeabi_ddiv
.global __aeabi_d2iz
.global __aeabi_dsub
.text
.align 2
.syntax unified
.arm
.type config_input, %function
config_input:
@ args = 0, pretend = 0, frame = 24
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, r9, fp, lr}
add fp, sp, #28
sub sp, sp, #56
str r0, [fp, #-48]
ldr r3, [fp, #-48]
ldr r3, [r3, #16]
str r3, [fp, #-36]
ldr r3, [fp, #-36]
ldr r3, [r3]
str r3, [fp, #-32]
ldr r3, [fp, #-48]
ldr r2, [r3]
ldr r3, [fp, #-32]
str r2, [r3]
ldr r3, [fp, #-48]
ldr r3, [r3]
mov r1, #4
mov r0, r3
bl av_calloc
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3, #36]
ldr r3, [fp, #-32]
ldr r3, [r3, #36]
cmp r3, #0
bne .L2
ldr r3, .L8
ldr r3, [r3]
mov r0, r3
bl AVERROR
mov r3, r0
b .L3
.L2:
ldr r3, [fp, #-48]
add r1, r3, #8
ldmia r1, {r0-r1}
ldr r2, .L8+4
ldr r3, .L8+8
bl __aeabi_dmul
mov r2, r0
mov r3, r1
ldr r1, [fp, #-32]
str r2, [r1, #8]
str r3, [r1, #12]
mov r3, #0
str r3, [fp, #-40]
b .L4
.L6:
ldr r3, [fp, #-32]
add r1, r3, #8
ldmia r1, {r0-r1}
ldr r3, [fp, #-32]
ldr r2, [r3, #36]
ldr r3, [fp, #-40]
lsl r3, r3, #2
add r4, r2, r3
mov r2, #1
bl av_malloc_array
mov r3, r0
str r3, [r4]
ldr r3, [fp, #-32]
ldr r2, [r3, #36]
ldr r3, [fp, #-40]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
bne .L5
ldr r3, .L8
ldr r3, [r3]
mov r0, r3
bl AVERROR
mov r3, r0
b .L3
.L5:
ldr r3, [fp, #-40]
add r3, r3, #1
str r3, [fp, #-40]
.L4:
ldr r3, [fp, #-32]
ldr r3, [r3]
ldr r2, [fp, #-40]
cmp r2, r3
blt .L6
ldr r3, [fp, #-32]
mov r2, #0
str r2, [r3, #32]
ldr r3, [fp, #-48]
add r5, r3, #8
ldmia r5, {r4-r5}
ldr r3, [fp, #-32]
ldr r3, [r3, #20]
mov r0, r3
bl __aeabi_i2d
mov r2, r0
mov r3, r1
mov r0, r4
mov r1, r5
bl __aeabi_ddiv
mov r2, r0
mov r3, r1
mov r0, r2
mov r1, r3
bl __aeabi_d2iz
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3, #16]
ldr r3, [fp, #-32]
ldr r3, [r3, #16]
mov r0, r3
bl __aeabi_i2d
mov r2, #1
bl av_malloc_array
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3, #28]
ldr r3, [fp, #-32]
ldr r3, [r3, #28]
cmp r3, #0
bne .L7
ldr r3, .L8
ldr r3, [r3]
mov r0, r3
bl AVERROR
mov r3, r0
b .L3
.L7:
ldr r3, .L8+12
ldr r6, [r3]
ldr r3, .L8+16
ldr r7, [r3]
ldr r3, [fp, #-32]
ldr r8, [r3, #28]
ldr r3, [fp, #-32]
ldr r3, [r3, #16]
mov r0, r3
bl __aeabi_i2d
mov r4, r0
mov r5, r1
ldr r3, [fp, #-32]
add r1, r3, #8
ldmia r1, {r0-r1}
mov r2, #0
ldr r3, .L8+20
bl __aeabi_dsub
mov r2, r0
mov r3, r1
mov r0, r2
mov r1, r3
bl __aeabi_d2iz
mov r9, r0
ldr r3, .L8+24
ldmia r3, {r0-r1}
mov r2, #0
ldr r3, .L8+28
bl __aeabi_dmul
mov r2, r0
mov r3, r1
str r2, [sp, #24]
str r3, [sp, #28]
str r9, [sp, #16]
mov r2, #0
mov r3, #0
str r2, [sp, #8]
str r3, [sp, #12]
stm sp, {r4-r5}
mov r2, r8
mov r1, r7
mov r0, r6
bl ff_generate_wave_table
ldr r3, [fp, #-32]
mov r2, #0
str r2, [r3, #24]
mov r3, #0
.L3:
mov r0, r3
sub sp, fp, #28
@ sp needed
pop {r4, r5, r6, r7, r8, r9, fp, pc}
.L9:
.align 2
.L8:
.word ENOMEM
.word 1202590843
.word 1064598241
.word WAVE_SIN
.word AV_SAMPLE_FMT_DBL
.word 1072693248
.word M_PI_2
.word 1074266112
.size config_input, .-config_input
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_testmgr.c_testmgr_free_buf.c"
.intel_syntax noprefix
.text
.globl XBUFSIZE
.bss
.align 4
.type XBUFSIZE, @object
.size XBUFSIZE, 4
XBUFSIZE:
.zero 4
.text
.type testmgr_free_buf, @function
testmgr_free_buf:
.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 rdi, rax
call free_page@PLT
add DWORD PTR -4[rbp], 1
.L2:
mov eax, DWORD PTR XBUFSIZE[rip]
cmp DWORD PTR -4[rbp], eax
jl .L3
nop
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size testmgr_free_buf, .-testmgr_free_buf
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_testmgr.c_testmgr_free_buf.c"
.text
.global XBUFSIZE
.bss
.align 2
.type XBUFSIZE, %object
.size XBUFSIZE, 4
XBUFSIZE:
.space 4
.text
.align 2
.syntax unified
.arm
.type testmgr_free_buf, %function
testmgr_free_buf:
@ 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
.L3:
ldr r3, [fp, #-8]
lsl r3, r3, #2
ldr r2, [fp, #-16]
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
bl free_page
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L2:
ldr r3, .L4
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L3
nop
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word XBUFSIZE
.size testmgr_free_buf, .-testmgr_free_buf
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_s2255drv.c_norm_maxh.c"
.intel_syntax noprefix
.text
.globl NUM_LINES_1CIFS_NTSC
.bss
.align 4
.type NUM_LINES_1CIFS_NTSC, @object
.size NUM_LINES_1CIFS_NTSC, 4
NUM_LINES_1CIFS_NTSC:
.zero 4
.globl NUM_LINES_1CIFS_PAL
.align 4
.type NUM_LINES_1CIFS_PAL, @object
.size NUM_LINES_1CIFS_PAL, 4
NUM_LINES_1CIFS_PAL:
.zero 4
.globl V4L2_STD_NTSC
.align 4
.type V4L2_STD_NTSC, @object
.size V4L2_STD_NTSC, 4
V4L2_STD_NTSC:
.zero 4
.text
.type norm_maxh, @function
norm_maxh:
.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 -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR V4L2_STD_NTSC[rip]
and eax, edx
test eax, eax
je .L2
mov eax, DWORD PTR NUM_LINES_1CIFS_NTSC[rip]
add eax, eax
jmp .L4
.L2:
mov eax, DWORD PTR NUM_LINES_1CIFS_PAL[rip]
add eax, eax
.L4:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size norm_maxh, .-norm_maxh
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_s2255drv.c_norm_maxh.c"
.text
.global NUM_LINES_1CIFS_NTSC
.bss
.align 2
.type NUM_LINES_1CIFS_NTSC, %object
.size NUM_LINES_1CIFS_NTSC, 4
NUM_LINES_1CIFS_NTSC:
.space 4
.global NUM_LINES_1CIFS_PAL
.align 2
.type NUM_LINES_1CIFS_PAL, %object
.size NUM_LINES_1CIFS_PAL, 4
NUM_LINES_1CIFS_PAL:
.space 4
.global V4L2_STD_NTSC
.align 2
.type V4L2_STD_NTSC, %object
.size V4L2_STD_NTSC, 4
V4L2_STD_NTSC:
.space 4
.text
.align 2
.syntax unified
.arm
.type norm_maxh, %function
norm_maxh:
@ 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]
ldr r2, [r3]
ldr r3, .L5
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L2
ldr r3, .L5+4
ldr r3, [r3]
lsl r3, r3, #1
b .L4
.L2:
ldr r3, .L5+8
ldr r3, [r3]
lsl r3, r3, #1
.L4:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L6:
.align 2
.L5:
.word V4L2_STD_NTSC
.word NUM_LINES_1CIFS_NTSC
.word NUM_LINES_1CIFS_PAL
.size norm_maxh, .-norm_maxh
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_lib_string.c_end_capture.c"
.intel_syntax noprefix
.text
.globl CAP_UNFINISHED
.bss
.align 8
.type CAP_UNFINISHED, @object
.size CAP_UNFINISHED, 8
CAP_UNFINISHED:
.zero 8
.text
.type end_capture, @function
end_capture:
.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 capture_to_close@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -12[rbp]
cdqe
sal rax, 4
add rax, rdx
mov eax, DWORD PTR 8[rax]
cdqe
neg rax
mov rcx, rax
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -12[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rdx, QWORD PTR -32[rbp]
add rdx, rcx
mov QWORD PTR [rax], rdx
mov rdx, QWORD PTR -40[rbp]
mov rcx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call match@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L2
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -12[rbp]
cdqe
sal rax, 4
add rdx, rax
mov rax, QWORD PTR CAP_UNFINISHED[rip]
mov QWORD PTR [rdx], rax
.L2:
mov rax, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size end_capture, .-end_capture
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_lib_string.c_end_capture.c"
.text
.global CAP_UNFINISHED
.bss
.align 2
.type CAP_UNFINISHED, %object
.size CAP_UNFINISHED, 4
CAP_UNFINISHED:
.space 4
.text
.align 2
.syntax unified
.arm
.type end_capture, %function
end_capture:
@ 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 capture_to_close
str r0, [fp, #-12]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
rsb r2, r3, #0
ldr r3, [fp, #-16]
ldr r1, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #3
add r3, r1, r3
ldr r1, [fp, #-20]
add r2, r1, r2
str r2, [r3]
ldr r2, [fp, #-24]
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl match
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L2
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, .L4
ldr r2, [r2]
str r2, [r3]
.L2:
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word CAP_UNFINISHED
.size end_capture, .-end_capture
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_words.c_roll.c"
.intel_syntax noprefix
.text
.type roll, @function
roll:
.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 eax, DWORD PTR [rax]
mov edi, eax
call stackPop@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -4[rbp]
mov edx, 0
test eax, eax
cmovs eax, edx
mov DWORD PTR -4[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
mov edx, DWORD PTR -4[rbp]
mov esi, edx
mov edi, eax
call stackRoll@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size roll, .-roll
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_words.c_roll.c"
.text
.align 2
.syntax unified
.arm
.type roll, %function
roll:
@ 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]
mov r0, r3
bl stackPop
mov r3, r0
str r3, [fp, #-8]
ldr r3, [fp, #-8]
bic r3, r3, r3, asr #31
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r1, [fp, #-8]
mov r0, r3
bl stackRoll
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size roll, .-roll
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_irttp.c_irttp_data_indication.c"
.intel_syntax noprefix
.text
.type irttp_data_indication, @function
irttp_data_indication:
.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 QWORD PTR -56[rbp], rdx
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR [rax]
mov eax, DWORD PTR [rax]
and eax, 127
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 16[rax]
lea edx, 1[rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -16[rbp]
lea rdx, 8[rax]
mov rax, QWORD PTR -8[rbp]
mov rsi, rax
mov rdi, rdx
call spin_lock_irqsave@PLT
mov rax, QWORD PTR -16[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
add edx, eax
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -56[rbp]
mov eax, DWORD PTR 8[rax]
cmp eax, 1
jle .L2
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR 12[rax]
lea edx, -1[rax]
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR 12[rax], edx
.L2:
mov rax, QWORD PTR -16[rbp]
lea rdx, 8[rax]
mov rax, QWORD PTR -8[rbp]
mov rsi, rax
mov rdi, rdx
call spin_unlock_irqrestore@PLT
mov rax, QWORD PTR -56[rbp]
mov eax, DWORD PTR 8[rax]
cmp eax, 1
jle .L3
mov rax, QWORD PTR -16[rbp]
lea rdx, 4[rax]
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
mov rdi, rdx
call skb_queue_tail@PLT
jmp .L4
.L3:
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call dev_kfree_skb@PLT
.L4:
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call irttp_run_rx_queue@PLT
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -20[rbp], eax
jne .L5
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call irttp_run_tx_queue@PLT
.L5:
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size irttp_data_indication, .-irttp_data_indication
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_irttp.c_irttp_data_indication.c"
.text
.align 2
.syntax unified
.arm
.type irttp_data_indication, %function
irttp_data_indication:
@ 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]
str r3, [fp, #-16]
ldr r3, [fp, #-32]
ldr r3, [r3]
ldr r3, [r3]
and r3, r3, #127
str r3, [fp, #-12]
ldr r3, [fp, #-16]
ldr r3, [r3, #16]
add r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3, #16]
ldr r3, [fp, #-16]
add r3, r3, #8
ldr r1, [fp, #-8]
mov r0, r3
bl spin_lock_irqsave
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-12]
add r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
cmp r3, #1
ble .L2
ldr r3, [fp, #-16]
ldr r3, [r3, #12]
sub r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3, #12]
.L2:
ldr r3, [fp, #-16]
add r3, r3, #8
ldr r1, [fp, #-8]
mov r0, r3
bl spin_unlock_irqrestore
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
cmp r3, #1
ble .L3
ldr r3, [fp, #-16]
add r3, r3, #4
ldr r1, [fp, #-32]
mov r0, r3
bl skb_queue_tail
b .L4
.L3:
ldr r0, [fp, #-32]
bl dev_kfree_skb
.L4:
ldr r0, [fp, #-16]
bl irttp_run_rx_queue
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-12]
cmp r2, r3
bne .L5
ldr r0, [fp, #-16]
bl irttp_run_tx_queue
.L5:
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size irttp_data_indication, .-irttp_data_indication
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xtensa-modules.c_Opcode_ihu_Slot_inst_encode.c"
.intel_syntax noprefix
.text
.type Opcode_ihu_Slot_inst_encode, @function
Opcode_ihu_Slot_inst_encode:
.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 -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 159954
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size Opcode_ihu_Slot_inst_encode, .-Opcode_ihu_Slot_inst_encode
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_xtensa-modules.c_Opcode_ihu_Slot_inst_encode.c"
.text
.align 2
.syntax unified
.arm
.type Opcode_ihu_Slot_inst_encode, %function
Opcode_ihu_Slot_inst_encode:
@ 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]
ldr r2, .L2
str r2, [r3]
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L3:
.align 2
.L2:
.word 159954
.size Opcode_ihu_Slot_inst_encode, .-Opcode_ihu_Slot_inst_encode
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_status.c_test_ignore_status__leading_spaces_are_significant.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "empty_standard_repo"
.align 8
.LC1:
.string " a.test\n# this is a comment\nb.test\n\tc.test\n # not a comment\nd.test\n"
.align 8
.LC2:
.string "empty_standard_repo/.gitignore"
.LC3:
.string "a.test"
.LC4:
.string " a.test"
.LC5:
.string "# this is a comment"
.LC6:
.string "b.test"
.LC7:
.string "c.test"
.LC8:
.string "\tc.test"
.LC9:
.string " # not a comment"
.LC10:
.string "d.test"
.text
.globl test_ignore_status__leading_spaces_are_significant
.type test_ignore_status__leading_spaces_are_significant, @function
test_ignore_status__leading_spaces_are_significant:
.LFB0:
.cfi_startproc
endbr64
push rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
mov rbp, rsp
.cfi_def_cfa_register 6
lea rax, test_files.0[rip]
mov rsi, rax
lea rax, .LC0[rip]
mov rdi, rax
call make_test_data@PLT
lea rax, .LC1[rip]
mov rsi, rax
lea rax, .LC2[rip]
mov rdi, rax
call cl_git_mkfile@PLT
lea rax, .LC3[rip]
mov rdi, rax
call refute_is_ignored@PLT
lea rax, .LC4[rip]
mov rdi, rax
call assert_is_ignored@PLT
lea rax, .LC5[rip]
mov rdi, rax
call refute_is_ignored@PLT
lea rax, .LC6[rip]
mov rdi, rax
call assert_is_ignored@PLT
lea rax, .LC7[rip]
mov rdi, rax
call refute_is_ignored@PLT
lea rax, .LC8[rip]
mov rdi, rax
call assert_is_ignored@PLT
lea rax, .LC9[rip]
mov rdi, rax
call assert_is_ignored@PLT
lea rax, .LC10[rip]
mov rdi, rax
call assert_is_ignored@PLT
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size test_ignore_status__leading_spaces_are_significant, .-test_ignore_status__leading_spaces_are_significant
.section .rodata
.LC11:
.string "empty_standard_repo/a.test"
.LC12:
.string "empty_standard_repo/b.test"
.LC13:
.string "empty_standard_repo/c.test"
.LC14:
.string "empty_standard_repo/d.test"
.section .data.rel.local,"aw"
.align 32
.type test_files.0, @object
.size test_files.0, 40
test_files.0:
.quad .LC11
.quad .LC12
.quad .LC13
.quad .LC14
.quad 0
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_status.c_test_ignore_status__leading_spaces_are_significant.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "empty_standard_repo\000"
.align 2
.LC1:
.ascii " a.test\012# this is a comment\012b.test\012\011c.t"
.ascii "est\012 # not a comment\012d.test\012\000"
.align 2
.LC2:
.ascii "empty_standard_repo/.gitignore\000"
.align 2
.LC3:
.ascii "a.test\000"
.align 2
.LC4:
.ascii " a.test\000"
.align 2
.LC5:
.ascii "# this is a comment\000"
.align 2
.LC6:
.ascii "b.test\000"
.align 2
.LC7:
.ascii "c.test\000"
.align 2
.LC8:
.ascii "\011c.test\000"
.align 2
.LC9:
.ascii " # not a comment\000"
.align 2
.LC10:
.ascii "d.test\000"
.text
.align 2
.global test_ignore_status__leading_spaces_are_significant
.syntax unified
.arm
.type test_ignore_status__leading_spaces_are_significant, %function
test_ignore_status__leading_spaces_are_significant:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
ldr r1, .L2
ldr r0, .L2+4
bl make_test_data
ldr r1, .L2+8
ldr r0, .L2+12
bl cl_git_mkfile
ldr r0, .L2+16
bl refute_is_ignored
ldr r0, .L2+20
bl assert_is_ignored
ldr r0, .L2+24
bl refute_is_ignored
ldr r0, .L2+28
bl assert_is_ignored
ldr r0, .L2+32
bl refute_is_ignored
ldr r0, .L2+36
bl assert_is_ignored
ldr r0, .L2+40
bl assert_is_ignored
ldr r0, .L2+44
bl assert_is_ignored
nop
pop {fp, pc}
.L3:
.align 2
.L2:
.word test_files.0
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.word .LC7
.word .LC8
.word .LC9
.word .LC10
.size test_ignore_status__leading_spaces_are_significant, .-test_ignore_status__leading_spaces_are_significant
.section .rodata
.align 2
.LC11:
.ascii "empty_standard_repo/a.test\000"
.align 2
.LC12:
.ascii "empty_standard_repo/b.test\000"
.align 2
.LC13:
.ascii "empty_standard_repo/c.test\000"
.align 2
.LC14:
.ascii "empty_standard_repo/d.test\000"
.data
.align 2
.type test_files.0, %object
.size test_files.0, 20
test_files.0:
.word .LC11
.word .LC12
.word .LC13
.word .LC14
.word 0
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pager.c_sqlite3PagerSync.c"
.intel_syntax noprefix
.text
.globl MEMDB
.bss
.align 4
.type MEMDB, @object
.size MEMDB, 4
MEMDB:
.zero 4
.globl SQLITE_FCNTL_SYNC
.align 4
.type SQLITE_FCNTL_SYNC, @object
.size SQLITE_FCNTL_SYNC, 4
SQLITE_FCNTL_SYNC:
.zero 4
.globl SQLITE_NOTFOUND
.align 4
.type SQLITE_NOTFOUND, @object
.size SQLITE_NOTFOUND, 4
SQLITE_NOTFOUND:
.zero 4
.globl SQLITE_OK
.align 4
.type SQLITE_OK, @object
.size SQLITE_OK, 4
SQLITE_OK:
.zero 4
.text
.globl sqlite3PagerSync
.type sqlite3PagerSync, @function
sqlite3PagerSync:
.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 eax, DWORD PTR SQLITE_OK[rip]
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR -8[rbp], rax
mov ecx, DWORD PTR SQLITE_FCNTL_SYNC[rip]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 4[rax]
mov rdx, QWORD PTR -8[rbp]
mov esi, ecx
mov edi, eax
call sqlite3OsFileControl@PLT
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR SQLITE_NOTFOUND[rip]
cmp DWORD PTR -12[rbp], eax
jne .L2
mov eax, DWORD PTR SQLITE_OK[rip]
mov DWORD PTR -12[rbp], eax
.L2:
mov eax, DWORD PTR SQLITE_OK[rip]
cmp DWORD PTR -12[rbp], eax
jne .L3
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
test eax, eax
jne .L3
mov eax, DWORD PTR MEMDB[rip]
test eax, eax
sete al
movzx eax, al
mov edi, eax
call assert@PLT
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 4[rax]
mov esi, edx
mov edi, eax
call sqlite3OsSync@PLT
mov DWORD PTR -12[rbp], eax
.L3:
mov eax, DWORD PTR -12[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size sqlite3PagerSync, .-sqlite3PagerSync
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_pager.c_sqlite3PagerSync.c"
.text
.global MEMDB
.bss
.align 2
.type MEMDB, %object
.size MEMDB, 4
MEMDB:
.space 4
.global SQLITE_FCNTL_SYNC
.align 2
.type SQLITE_FCNTL_SYNC, %object
.size SQLITE_FCNTL_SYNC, 4
SQLITE_FCNTL_SYNC:
.space 4
.global SQLITE_NOTFOUND
.align 2
.type SQLITE_NOTFOUND, %object
.size SQLITE_NOTFOUND, 4
SQLITE_NOTFOUND:
.space 4
.global SQLITE_OK
.align 2
.type SQLITE_OK, %object
.size SQLITE_OK, 4
SQLITE_OK:
.space 4
.text
.align 2
.global sqlite3PagerSync
.syntax unified
.arm
.type sqlite3PagerSync, %function
sqlite3PagerSync:
@ 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, .L5
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, [fp, #-20]
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
ldr r2, .L5+4
ldr r1, [r2]
ldr r2, [fp, #-8]
mov r0, r3
bl sqlite3OsFileControl
str r0, [fp, #-12]
ldr r3, .L5+8
ldr r3, [r3]
ldr r2, [fp, #-12]
cmp r2, r3
bne .L2
ldr r3, .L5
ldr r3, [r3]
str r3, [fp, #-12]
.L2:
ldr r3, .L5
ldr r3, [r3]
ldr r2, [fp, #-12]
cmp r2, r3
bne .L3
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
cmp r3, #0
bne .L3
ldr r3, .L5+12
ldr r3, [r3]
cmp r3, #0
moveq r3, #1
movne r3, #0
and r3, r3, #255
mov r0, r3
bl assert
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, [fp, #-16]
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl sqlite3OsSync
str r0, [fp, #-12]
.L3:
ldr r3, [fp, #-12]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word SQLITE_OK
.word SQLITE_FCNTL_SYNC
.word SQLITE_NOTFOUND
.word MEMDB
.size sqlite3PagerSync, .-sqlite3PagerSync
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_storage32.c_StorageInternalImpl_GetTransactionSig.c"
.intel_syntax noprefix
.text
.globl E_NOTIMPL
.bss
.align 4
.type E_NOTIMPL, @object
.size E_NOTIMPL, 4
E_NOTIMPL:
.zero 4
.text
.type StorageInternalImpl_GetTransactionSig, @function
StorageInternalImpl_GetTransactionSig:
.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 -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov DWORD PTR -20[rbp], edx
mov eax, DWORD PTR E_NOTIMPL[rip]
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size StorageInternalImpl_GetTransactionSig, .-StorageInternalImpl_GetTransactionSig
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_storage32.c_StorageInternalImpl_GetTransactionSig.c"
.text
.global E_NOTIMPL
.bss
.align 2
.type E_NOTIMPL, %object
.size E_NOTIMPL, 4
E_NOTIMPL:
.space 4
.text
.align 2
.syntax unified
.arm
.type StorageInternalImpl_GetTransactionSig, %function
StorageInternalImpl_GetTransactionSig:
@ 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 r1, [fp, #-12]
str r2, [fp, #-16]
ldr r3, .L3
ldr r3, [r3]
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L4:
.align 2
.L3:
.word E_NOTIMPL
.size StorageInternalImpl_GetTransactionSig, .-StorageInternalImpl_GetTransactionSig
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_duplicator-monitor-capture.c_update_settings.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "monitor"
.LC1:
.string "capture_cursor"
.text
.type update_settings, @function
update_settings:
.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 -16[rbp]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call obs_data_get_int@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -16[rbp]
lea rdx, .LC1[rip]
mov rsi, rdx
mov rdi, rax
call obs_data_get_bool@PLT
mov rdx, QWORD PTR -8[rbp]
mov DWORD PTR 56[rdx], eax
mov eax, 0
call obs_enter_graphics@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 48[rax]
mov rdi, rax
call gs_duplicator_destroy@PLT
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 48[rax], 0
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 40[rax], 0
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 32[rax], 0
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 24[rax], 0
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 16[rax], 0
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], 0
mov rax, QWORD PTR -8[rbp]
pxor xmm0, xmm0
movss DWORD PTR 4[rax], xmm0
mov eax, 0
call obs_leave_graphics@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size update_settings, .-update_settings
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_duplicator-monitor-capture.c_update_settings.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "monitor\000"
.align 2
.LC1:
.ascii "capture_cursor\000"
.text
.align 2
.syntax unified
.arm
.type update_settings, %function
update_settings:
@ 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 r1, .L2
ldr r0, [fp, #-12]
bl obs_data_get_int
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3]
ldr r1, .L2+4
ldr r0, [fp, #-12]
bl obs_data_get_bool
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #32]
bl obs_enter_graphics
ldr r3, [fp, #-8]
ldr r3, [r3, #28]
mov r0, r3
bl gs_duplicator_destroy
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #28]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #24]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #20]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #16]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #12]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #8]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #4] @ float
bl obs_leave_graphics
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word .LC0
.word .LC1
.size update_settings, .-update_settings
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pack-objects.c_check_pack_inflate.c"
.intel_syntax noprefix
.text
.globl Z_BUF_ERROR
.bss
.align 4
.type Z_BUF_ERROR, @object
.size Z_BUF_ERROR, 4
Z_BUF_ERROR:
.zero 4
.globl Z_FINISH
.align 4
.type Z_FINISH, @object
.size Z_FINISH, 4
Z_FINISH:
.zero 4
.globl Z_OK
.align 4
.type Z_OK, @object
.size Z_OK, 4
Z_OK:
.zero 4
.globl Z_STREAM_END
.align 4
.type Z_STREAM_END, @object
.size Z_STREAM_END, 4
Z_STREAM_END:
.zero 4
.text
.type check_pack_inflate, @function
check_pack_inflate:
.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, 4096
or QWORD PTR [rsp], 0
add rsp, -128
mov QWORD PTR -4184[rbp], rdi
mov QWORD PTR -4192[rbp], rsi
mov QWORD PTR -4200[rbp], rdx
mov QWORD PTR -4208[rbp], rcx
mov QWORD PTR -4216[rbp], r8
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
lea rax, -4160[rbp]
mov edx, 48
mov esi, 0
mov rdi, rax
call memset@PLT
lea rax, -4160[rbp]
mov rdi, rax
call git_inflate_init@PLT
.L2:
lea rax, -4160[rbp]
lea rcx, 40[rax]
mov rdx, QWORD PTR -4200[rbp]
mov rsi, QWORD PTR -4192[rbp]
mov rax, QWORD PTR -4184[rbp]
mov rdi, rax
call use_pack@PLT
mov QWORD PTR -4168[rbp], rax
mov rax, QWORD PTR -4168[rbp]
mov QWORD PTR -4160[rbp], rax
lea rax, -4112[rbp]
mov QWORD PTR -4152[rbp], rax
mov DWORD PTR -4144[rbp], 4096
mov edx, DWORD PTR Z_FINISH[rip]
lea rax, -4160[rbp]
mov esi, edx
mov rdi, rax
call git_inflate@PLT
mov DWORD PTR -4172[rbp], eax
mov rax, QWORD PTR -4160[rbp]
sub rax, QWORD PTR -4168[rbp]
add QWORD PTR -4200[rbp], rax
mov eax, DWORD PTR Z_OK[rip]
cmp DWORD PTR -4172[rbp], eax
je .L2
mov eax, DWORD PTR Z_BUF_ERROR[rip]
cmp DWORD PTR -4172[rbp], eax
je .L2
lea rax, -4160[rbp]
mov rdi, rax
call git_inflate_end@PLT
mov eax, DWORD PTR Z_STREAM_END[rip]
cmp DWORD PTR -4172[rbp], eax
jne .L3
mov rax, QWORD PTR -4136[rbp]
cmp QWORD PTR -4216[rbp], rax
jne .L3
mov rax, QWORD PTR -4128[rbp]
cmp QWORD PTR -4208[rbp], rax
jne .L3
mov eax, 0
jmp .L5
.L3:
mov eax, -1
.L5:
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L6
call __stack_chk_fail@PLT
.L6:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size check_pack_inflate, .-check_pack_inflate
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_pack-objects.c_check_pack_inflate.c"
.text
.global Z_BUF_ERROR
.bss
.align 2
.type Z_BUF_ERROR, %object
.size Z_BUF_ERROR, 4
Z_BUF_ERROR:
.space 4
.global Z_FINISH
.align 2
.type Z_FINISH, %object
.size Z_FINISH, 4
Z_FINISH:
.space 4
.global Z_OK
.align 2
.type Z_OK, %object
.size Z_OK, 4
Z_OK:
.space 4
.global Z_STREAM_END
.align 2
.type Z_STREAM_END, %object
.size Z_STREAM_END, 4
Z_STREAM_END:
.space 4
.text
.align 2
.syntax unified
.arm
.type check_pack_inflate, %function
check_pack_inflate:
@ args = 4, pretend = 0, frame = 4152
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #4096
sub sp, sp, #60
sub ip, fp, #4096
sub ip, ip, #12
str r0, [ip, #-44]
sub r0, fp, #4096
sub r0, r0, #12
str r1, [r0, #-48]
sub r1, fp, #4096
sub r1, r1, #12
str r2, [r1, #-52]
sub r2, fp, #4096
sub r2, r2, #12
str r3, [r2, #-56]
ldr r3, .L7
ldr r3, [r3]
str r3, [fp, #-16]
mov r3, #0
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #28
mov r2, #24
mov r1, #0
mov r0, r3
bl memset
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #28
mov r0, r3
bl git_inflate_init
.L2:
sub r3, fp, #4096
sub r3, r3, #12
mov r4, r3
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #28
add r3, r3, #20
sub r2, fp, #4096
sub r2, r2, #12
sub r1, fp, #4096
sub r1, r1, #12
sub r0, fp, #4096
sub r0, r0, #12
ldr r2, [r2, #-52]
ldr r1, [r1, #-48]
ldr r0, [r0, #-44]
bl use_pack
str r0, [r4, #-36]
sub r3, fp, #4096
sub r3, r3, #12
mov r2, r3
sub r3, fp, #4096
sub r3, r3, #12
ldr r3, [r3, #-36]
str r3, [r2, #-28]
sub r3, fp, #4096
sub r3, r3, #12
mov r2, r3
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #4
str r3, [r2, #-24]
sub r3, fp, #4096
sub r3, r3, #12
mov r2, r3
mov r3, #4096
str r3, [r2, #-20]
ldr r3, .L7+4
ldr r2, [r3]
sub r3, fp, #4096
sub r3, r3, #12
mov r4, r3
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #28
mov r1, r2
mov r0, r3
bl git_inflate
str r0, [r4, #-32]
sub r3, fp, #4096
sub r3, r3, #12
ldr r2, [r3, #-28]
sub r3, fp, #4096
sub r3, r3, #12
ldr r3, [r3, #-36]
sub r3, r2, r3
sub r2, fp, #4096
sub r2, r2, #12
mov r1, r2
sub r2, fp, #4096
sub r2, r2, #12
ldr r2, [r2, #-52]
add r3, r2, r3
str r3, [r1, #-52]
ldr r3, .L7+8
ldr r3, [r3]
sub r2, fp, #4096
sub r2, r2, #12
ldr r2, [r2, #-32]
cmp r2, r3
beq .L2
ldr r3, .L7+12
ldr r3, [r3]
sub r2, fp, #4096
sub r2, r2, #12
ldr r2, [r2, #-32]
cmp r2, r3
beq .L2
sub r3, fp, #4096
sub r3, r3, #12
sub r3, r3, #28
mov r0, r3
bl git_inflate_end
ldr r3, .L7+16
ldr r3, [r3]
sub r2, fp, #4096
sub r2, r2, #12
ldr r2, [r2, #-32]
cmp r2, r3
bne .L3
sub r3, fp, #4096
sub r3, r3, #12
ldr r3, [r3, #-16]
ldr r2, [fp, #4]
cmp r2, r3
bne .L3
sub r3, fp, #4096
sub r3, r3, #12
ldr r3, [r3, #-12]
sub r2, fp, #4096
sub r2, r2, #12
ldr r2, [r2, #-56]
cmp r2, r3
bne .L3
mov r3, #0
b .L5
.L3:
mvn r3, #0
.L5:
ldr r2, .L7
ldr r1, [r2]
ldr r2, [fp, #-16]
eors r1, r2, r1
mov r2, #0
beq .L6
bl __stack_chk_fail
.L6:
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L8:
.align 2
.L7:
.word __stack_chk_guard
.word Z_FINISH
.word Z_OK
.word Z_BUF_ERROR
.word Z_STREAM_END
.size check_pack_inflate, .-check_pack_inflate
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vmmgp100.c_gp100_vmm_flush.c"
.intel_syntax noprefix
.text
.globl NVKM_SUBDEV_BAR
.bss
.align 8
.type NVKM_SUBDEV_BAR, @object
.size NVKM_SUBDEV_BAR, 8
NVKM_SUBDEV_BAR:
.zero 8
.text
.globl gp100_vmm_flush
.type gp100_vmm_flush, @function
gp100_vmm_flush:
.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 eax, 5
sub eax, DWORD PTR -28[rbp]
sal eax, 24
mov DWORD PTR -4[rbp], eax
mov DWORD PTR -4[rbp], 0
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR NVKM_SUBDEV_BAR[rip]
sal rax, 2
add rax, rdx
mov rdi, rax
call atomic_read@PLT
test rax, rax
je .L2
or DWORD PTR -4[rbp], 4
.L2:
or DWORD PTR -4[rbp], 1
mov edx, DWORD PTR -4[rbp]
mov rax, QWORD PTR -24[rbp]
mov esi, edx
mov rdi, rax
call gf100_vmm_invalidate@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size gp100_vmm_flush, .-gp100_vmm_flush
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_vmmgp100.c_gp100_vmm_flush.c"
.text
.global NVKM_SUBDEV_BAR
.bss
.align 2
.type NVKM_SUBDEV_BAR, %object
.size NVKM_SUBDEV_BAR, 4
NVKM_SUBDEV_BAR:
.space 4
.text
.align 2
.global gp100_vmm_flush
.syntax unified
.arm
.type gp100_vmm_flush, %function
gp100_vmm_flush:
@ 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]
rsb r3, r3, #5
lsl r3, r3, #24
str r3, [fp, #-8]
mov r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L3
ldr r3, [r3]
lsl r3, r3, #2
add r3, r2, r3
mov r0, r3
bl atomic_read
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, [fp, #-8]
orr r3, r3, #4
str r3, [fp, #-8]
.L2:
ldr r3, [fp, #-8]
orr r3, r3, #1
str r3, [fp, #-8]
ldr r1, [fp, #-8]
ldr r0, [fp, #-16]
bl gf100_vmm_invalidate
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word NVKM_SUBDEV_BAR
.size gp100_vmm_flush, .-gp100_vmm_flush
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mru.c_test_FindMRUData.c"
.intel_syntax noprefix
.text
.section .rodata
.align 8
.LC0:
.string "FindMRUData expected -1, got %d\n"
.text
.type test_FindMRUData, @function
test_FindMRUData:
.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 ecx, 0
mov edx, 0
mov esi, 0
mov edi, 0
call pFindMRUData@PLT
mov DWORD PTR -4[rbp], eax
cmp DWORD PTR -4[rbp], -1
sete al
movzx eax, al
mov edx, DWORD PTR -4[rbp]
lea rcx, .LC0[rip]
mov rsi, rcx
mov edi, eax
call ok@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size test_FindMRUData, .-test_FindMRUData
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_mru.c_test_FindMRUData.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "FindMRUData expected -1, got %d\012\000"
.text
.align 2
.syntax unified
.arm
.type test_FindMRUData, %function
test_FindMRUData:
@ 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 r3, #0
mov r2, #0
mov r1, #0
mov r0, #0
bl pFindMRUData
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmn r3, #1
moveq r3, #1
movne r3, #0
and r3, r3, #255
ldr r2, [fp, #-8]
ldr r1, .L3
mov r0, r3
bl ok
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC0
.size test_FindMRUData, .-test_FindMRUData
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_if_ure.c_ure_hash_maddr.c"
.intel_syntax noprefix
.text
.globl ETHER_ADDR_LEN
.bss
.align 4
.type ETHER_ADDR_LEN, @object
.size ETHER_ADDR_LEN, 4
ETHER_ADDR_LEN:
.zero 4
.text
.type ure_hash_maddr, @function
ure_hash_maddr:
.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, 56
.cfi_offset 3, -24
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 QWORD PTR -24[rbp], rax
mov ebx, DWORD PTR ETHER_ADDR_LEN[rip]
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call LLADDR@PLT
mov esi, ebx
mov edi, eax
call ether_crc32_be@PLT
sar eax, 26
mov DWORD PTR -28[rbp], eax
cmp DWORD PTR -28[rbp], 31
jg .L2
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR -28[rbp]
mov esi, 1
mov ecx, eax
sal esi, cl
mov eax, esi
or edx, eax
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
jmp .L3
.L2:
mov rax, QWORD PTR -24[rbp]
add rax, 4
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR -28[rbp]
sub eax, 32
mov esi, 1
mov ecx, eax
sal esi, cl
mov ecx, esi
mov rax, QWORD PTR -24[rbp]
add rax, 4
or edx, ecx
mov DWORD PTR [rax], edx
.L3:
mov eax, 1
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ure_hash_maddr, .-ure_hash_maddr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ure.c_ure_hash_maddr.c"
.text
.global ETHER_ADDR_LEN
.bss
.align 2
.type ETHER_ADDR_LEN, %object
.size ETHER_ADDR_LEN, 4
ETHER_ADDR_LEN:
.space 4
.text
.align 2
.syntax unified
.arm
.type ure_hash_maddr, %function
ure_hash_maddr:
@ 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, #-12]
ldr r0, [fp, #-20]
bl LLADDR
mov r2, r0
ldr r3, .L5
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl ether_crc32_be
mov r3, r0
asr r3, r3, #26
str r3, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #31
bgt .L2
ldr r3, [fp, #-12]
ldr r2, [r3]
mov r1, #1
ldr r3, [fp, #-8]
lsl r3, r1, r3
orr r2, r2, r3
ldr r3, [fp, #-12]
str r2, [r3]
b .L3
.L2:
ldr r3, [fp, #-12]
add r3, r3, #4
ldr r1, [r3]
ldr r3, [fp, #-8]
sub r3, r3, #32
mov r2, #1
lsl r2, r2, r3
ldr r3, [fp, #-12]
add r3, r3, #4
orr r2, r1, r2
str r2, [r3]
.L3:
mov r3, #1
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word ETHER_ADDR_LEN
.size ure_hash_maddr, .-ure_hash_maddr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_infrun.c_proceed.c"
.intel_syntax noprefix
.text
.globl STEP_SKIPS_DELAY_P
.bss
.align 8
.type STEP_SKIPS_DELAY_P, @object
.size STEP_SKIPS_DELAY_P, 8
STEP_SKIPS_DELAY_P:
.zero 8
.globl TARGET_SIGNAL_0
.align 8
.type TARGET_SIGNAL_0, @object
.size TARGET_SIGNAL_0, 8
TARGET_SIGNAL_0:
.zero 8
.globl TARGET_SIGNAL_DEFAULT
.align 4
.type TARGET_SIGNAL_DEFAULT, @object
.size TARGET_SIGNAL_DEFAULT, 4
TARGET_SIGNAL_DEFAULT:
.zero 4
.globl breakpoints_inserted
.align 4
.type breakpoints_inserted, @object
.size breakpoints_inserted, 4
breakpoints_inserted:
.zero 4
.globl event_loop_p
.align 4
.type event_loop_p, @object
.size event_loop_p, 4
event_loop_p:
.zero 4
.globl gdb_stdout
.align 4
.type gdb_stdout, @object
.size gdb_stdout, 4
gdb_stdout:
.zero 4
.globl prev_pc
.align 8
.type prev_pc, @object
.size prev_pc, 8
prev_pc:
.zero 8
.globl signal_program
.align 8
.type signal_program, @object
.size signal_program, 8
signal_program:
.zero 8
.globl step_start_function
.align 4
.type step_start_function, @object
.size step_start_function, 4
step_start_function:
.zero 4
.globl stop_after_trap
.align 4
.type stop_after_trap, @object
.size stop_after_trap, 4
stop_after_trap:
.zero 4
.globl stop_pc
.align 8
.type stop_pc, @object
.size stop_pc, 8
stop_pc:
.zero 8
.globl stop_signal
.align 8
.type stop_signal, @object
.size stop_signal, 8
stop_signal:
.zero 8
.globl trap_expected
.align 4
.type trap_expected, @object
.size trap_expected, 4
trap_expected:
.zero 4
.globl trap_expected_after_continue
.align 8
.type trap_expected_after_continue, @object
.size trap_expected_after_continue, 8
trap_expected_after_continue:
.zero 8
.text
.globl proceed
.type proceed, @function
proceed:
.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 DWORD PTR -44[rbp], esi
mov DWORD PTR -48[rbp], edx
mov DWORD PTR -20[rbp], 0
cmp DWORD PTR -48[rbp], 0
jle .L2
mov eax, 0
call read_pc@PLT
mov rdi, rax
call find_pc_function@PLT
mov DWORD PTR step_start_function[rip], eax
.L2:
cmp DWORD PTR -48[rbp], 0
jns .L3
mov DWORD PTR stop_after_trap[rip], 1
.L3:
cmp QWORD PTR -40[rbp], -1
jne .L4
mov eax, 0
call read_pc@PLT
mov rdx, QWORD PTR stop_pc[rip]
cmp rax, rdx
jne .L5
mov eax, 0
call read_pc@PLT
mov rdi, rax
call breakpoint_here_p@PLT
test rax, rax
je .L5
mov DWORD PTR -20[rbp], 1
jmp .L5
.L4:
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call write_pc@PLT
.L5:
mov eax, 0
call prepare_to_proceed@PLT
test rax, rax
je .L6
mov eax, 0
call read_pc@PLT
mov rdi, rax
call breakpoint_here_p@PLT
test rax, rax
je .L6
mov DWORD PTR -20[rbp], 1
.L6:
cmp DWORD PTR -20[rbp], 0
je .L7
mov DWORD PTR trap_expected[rip], 1
jmp .L8
.L7:
mov eax, 0
call insert_breakpoints@PLT
mov DWORD PTR breakpoints_inserted[rip], 1
.L8:
mov eax, DWORD PTR TARGET_SIGNAL_DEFAULT[rip]
cmp DWORD PTR -44[rbp], eax
je .L9
mov eax, DWORD PTR -44[rbp]
mov QWORD PTR stop_signal[rip], rax
jmp .L10
.L9:
mov rdx, QWORD PTR signal_program[rip]
mov rax, QWORD PTR stop_signal[rip]
sal rax, 2
add rax, rdx
mov eax, DWORD PTR [rax]
test eax, eax
jne .L10
mov rax, QWORD PTR TARGET_SIGNAL_0[rip]
mov QWORD PTR stop_signal[rip], rax
.L10:
mov eax, 0
call annotate_starting@PLT
mov eax, DWORD PTR gdb_stdout[rip]
mov edi, eax
call gdb_flush@PLT
mov eax, 0
call read_pc@PLT
mov QWORD PTR prev_pc[rip], rax
mov rbx, QWORD PTR stop_signal[rip]
cmp DWORD PTR -20[rbp], 0
jne .L11
cmp DWORD PTR -48[rbp], 0
jne .L11
mov eax, 0
call bpstat_should_step@PLT
test rax, rax
je .L12
.L11:
mov eax, 1
jmp .L13
.L12:
mov eax, 0
.L13:
mov rsi, rbx
mov edi, eax
call resume@PLT
mov eax, DWORD PTR event_loop_p[rip]
test eax, eax
je .L14
mov eax, 0
call target_can_async_p@PLT
test eax, eax
jne .L16
.L14:
mov eax, 0
call wait_for_inferior@PLT
mov eax, 0
call normal_stop@PLT
.L16:
nop
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size proceed, .-proceed
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_infrun.c_proceed.c"
.text
.global STEP_SKIPS_DELAY_P
.bss
.align 2
.type STEP_SKIPS_DELAY_P, %object
.size STEP_SKIPS_DELAY_P, 4
STEP_SKIPS_DELAY_P:
.space 4
.global TARGET_SIGNAL_0
.align 2
.type TARGET_SIGNAL_0, %object
.size TARGET_SIGNAL_0, 4
TARGET_SIGNAL_0:
.space 4
.global TARGET_SIGNAL_DEFAULT
.align 2
.type TARGET_SIGNAL_DEFAULT, %object
.size TARGET_SIGNAL_DEFAULT, 4
TARGET_SIGNAL_DEFAULT:
.space 4
.global breakpoints_inserted
.align 2
.type breakpoints_inserted, %object
.size breakpoints_inserted, 4
breakpoints_inserted:
.space 4
.global event_loop_p
.align 2
.type event_loop_p, %object
.size event_loop_p, 4
event_loop_p:
.space 4
.global gdb_stdout
.align 2
.type gdb_stdout, %object
.size gdb_stdout, 4
gdb_stdout:
.space 4
.global prev_pc
.align 2
.type prev_pc, %object
.size prev_pc, 4
prev_pc:
.space 4
.global signal_program
.align 2
.type signal_program, %object
.size signal_program, 4
signal_program:
.space 4
.global step_start_function
.align 2
.type step_start_function, %object
.size step_start_function, 4
step_start_function:
.space 4
.global stop_after_trap
.align 2
.type stop_after_trap, %object
.size stop_after_trap, 4
stop_after_trap:
.space 4
.global stop_pc
.align 2
.type stop_pc, %object
.size stop_pc, 4
stop_pc:
.space 4
.global stop_signal
.align 2
.type stop_signal, %object
.size stop_signal, 4
stop_signal:
.space 4
.global trap_expected
.align 2
.type trap_expected, %object
.size trap_expected, 4
trap_expected:
.space 4
.global trap_expected_after_continue
.align 2
.type trap_expected_after_continue, %object
.size trap_expected_after_continue, 4
trap_expected_after_continue:
.space 4
.text
.align 2
.global proceed
.syntax unified
.arm
.type proceed, %function
proceed:
@ 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]
mov r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-24]
cmp r3, #0
ble .L2
bl read_pc
mov r3, r0
mov r0, r3
bl find_pc_function
mov r3, r0
ldr r2, .L17
str r3, [r2]
.L2:
ldr r3, [fp, #-24]
cmp r3, #0
bge .L3
ldr r3, .L17+4
mov r2, #1
str r2, [r3]
.L3:
ldr r3, [fp, #-16]
cmn r3, #1
bne .L4
bl read_pc
mov r2, r0
ldr r3, .L17+8
ldr r3, [r3]
cmp r2, r3
bne .L5
bl read_pc
mov r3, r0
mov r0, r3
bl breakpoint_here_p
mov r3, r0
cmp r3, #0
beq .L5
mov r3, #1
str r3, [fp, #-8]
b .L5
.L4:
ldr r0, [fp, #-16]
bl write_pc
.L5:
bl prepare_to_proceed
mov r3, r0
cmp r3, #0
beq .L6
bl read_pc
mov r3, r0
mov r0, r3
bl breakpoint_here_p
mov r3, r0
cmp r3, #0
beq .L6
mov r3, #1
str r3, [fp, #-8]
.L6:
ldr r3, [fp, #-8]
cmp r3, #0
beq .L7
ldr r3, .L17+12
mov r2, #1
str r2, [r3]
b .L8
.L7:
bl insert_breakpoints
ldr r3, .L17+16
mov r2, #1
str r2, [r3]
.L8:
ldr r3, .L17+20
ldr r3, [r3]
mov r2, r3
ldr r3, [fp, #-20]
cmp r3, r2
beq .L9
ldr r2, .L17+24
ldr r3, [fp, #-20]
str r3, [r2]
b .L10
.L9:
ldr r3, .L17+28
ldr r2, [r3]
ldr r3, .L17+24
ldr r3, [r3]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
bne .L10
ldr r3, .L17+32
ldr r3, [r3]
ldr r2, .L17+24
str r3, [r2]
.L10:
bl annotate_starting
ldr r3, .L17+36
ldr r3, [r3]
mov r0, r3
bl gdb_flush
bl read_pc
mov r3, r0
ldr r2, .L17+40
str r3, [r2]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L11
ldr r3, [fp, #-24]
cmp r3, #0
bne .L11
bl bpstat_should_step
mov r3, r0
cmp r3, #0
beq .L12
.L11:
mov r3, #1
b .L13
.L12:
mov r3, #0
.L13:
ldr r2, .L17+24
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl resume
ldr r3, .L17+44
ldr r3, [r3]
cmp r3, #0
beq .L14
bl target_can_async_p
mov r3, r0
cmp r3, #0
bne .L16
.L14:
bl wait_for_inferior
bl normal_stop
.L16:
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L18:
.align 2
.L17:
.word step_start_function
.word stop_after_trap
.word stop_pc
.word trap_expected
.word breakpoints_inserted
.word TARGET_SIGNAL_DEFAULT
.word stop_signal
.word signal_program
.word TARGET_SIGNAL_0
.word gdb_stdout
.word prev_pc
.word event_loop_p
.size proceed, .-proceed
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_rt2860.c_rt2860_drain_stats_fifo.c"
.intel_syntax noprefix
.text
.globl IEEE80211_RATECTL_STATUS_LONG_RETRY
.bss
.align 4
.type IEEE80211_RATECTL_STATUS_LONG_RETRY, @object
.size IEEE80211_RATECTL_STATUS_LONG_RETRY, 4
IEEE80211_RATECTL_STATUS_LONG_RETRY:
.zero 4
.globl IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED
.align 4
.type IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED, @object
.size IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED, 4
IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED:
.zero 4
.globl IEEE80211_RATECTL_TX_SUCCESS
.align 4
.type IEEE80211_RATECTL_TX_SUCCESS, @object
.size IEEE80211_RATECTL_TX_SUCCESS, 4
IEEE80211_RATECTL_TX_SUCCESS:
.zero 4
.globl IFCOUNTER_OERRORS
.align 4
.type IFCOUNTER_OERRORS, @object
.size IFCOUNTER_OERRORS, 4
IFCOUNTER_OERRORS:
.zero 4
.globl RT2860_TXQ_ACKREQ
.align 4
.type RT2860_TXQ_ACKREQ, @object
.size RT2860_TXQ_ACKREQ, 4
RT2860_TXQ_ACKREQ:
.zero 4
.globl RT2860_TXQ_MCS_SHIFT
.align 4
.type RT2860_TXQ_MCS_SHIFT, @object
.size RT2860_TXQ_MCS_SHIFT, 4
RT2860_TXQ_MCS_SHIFT:
.zero 4
.globl RT2860_TXQ_OK
.align 4
.type RT2860_TXQ_OK, @object
.size RT2860_TXQ_OK, 4
RT2860_TXQ_OK:
.zero 4
.globl RT2860_TXQ_PID_SHIFT
.align 4
.type RT2860_TXQ_PID_SHIFT, @object
.size RT2860_TXQ_PID_SHIFT, 4
RT2860_TXQ_PID_SHIFT:
.zero 4
.globl RT2860_TXQ_VLD
.align 4
.type RT2860_TXQ_VLD, @object
.size RT2860_TXQ_VLD, 4
RT2860_TXQ_VLD:
.zero 4
.globl RT2860_TXQ_WCID_SHIFT
.align 4
.type RT2860_TXQ_WCID_SHIFT, @object
.size RT2860_TXQ_WCID_SHIFT, 4
RT2860_TXQ_WCID_SHIFT:
.zero 4
.globl RT2860_TX_STAT_FIFO
.align 4
.type RT2860_TX_STAT_FIFO, @object
.size RT2860_TX_STAT_FIFO, 4
RT2860_TX_STAT_FIFO:
.zero 4
.globl RT2860_WCID_MAX
.align 8
.type RT2860_WCID_MAX, @object
.size RT2860_WCID_MAX, 8
RT2860_WCID_MAX:
.zero 8
.text
.type rt2860_drain_stats_fifo, @function
rt2860_drain_stats_fifo:
.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 -56[rbp]
add rax, 8
mov QWORD PTR -40[rbp], rax
mov edx, DWORD PTR IEEE80211_RATECTL_STATUS_LONG_RETRY[rip]
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR 8[rax], edx
jmp .L2
.L9:
mov eax, DWORD PTR -44[rbp]
cdqe
mov rsi, rax
mov edi, 4
call DPRINTFN@PLT
mov eax, DWORD PTR RT2860_TXQ_WCID_SHIFT[rip]
mov edx, DWORD PTR -44[rbp]
mov ecx, eax
sar edx, cl
mov eax, edx
cdqe
and eax, 255
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR RT2860_WCID_MAX[rip]
cmp QWORD PTR -32[rbp], rax
jbe .L3
jmp .L2
.L3:
mov rax, QWORD PTR -56[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov QWORD PTR -24[rbp], rax
mov eax, DWORD PTR RT2860_TXQ_ACKREQ[rip]
and eax, DWORD PTR -44[rbp]
test eax, eax
je .L2
cmp QWORD PTR -24[rbp], 0
jne .L5
jmp .L2
.L5:
mov eax, DWORD PTR RT2860_TXQ_OK[rip]
and eax, DWORD PTR -44[rbp]
test eax, eax
je .L6
mov eax, DWORD PTR RT2860_TXQ_MCS_SHIFT[rip]
mov edx, DWORD PTR -44[rbp]
mov ecx, eax
sar edx, cl
mov eax, edx
cdqe
and eax, 127
mov QWORD PTR -16[rbp], rax
mov eax, DWORD PTR RT2860_TXQ_PID_SHIFT[rip]
mov edx, DWORD PTR -44[rbp]
mov ecx, eax
sar edx, cl
mov eax, edx
cdqe
and eax, 15
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -16[rbp]
add rax, 1
cmp QWORD PTR -8[rbp], rax
je .L7
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], 1
jmp .L8
.L7:
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], 0
.L8:
mov edx, DWORD PTR IEEE80211_RATECTL_TX_SUCCESS[rip]
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR 4[rax], edx
mov rdx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call ieee80211_ratectl_tx_complete@PLT
jmp .L2
.L6:
mov edx, DWORD PTR IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED[rip]
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], 1
mov rdx, QWORD PTR -40[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rdx
mov rdi, rax
call ieee80211_ratectl_tx_complete@PLT
mov ecx, DWORD PTR IFCOUNTER_OERRORS[rip]
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov eax, DWORD PTR [rax]
mov edx, 1
mov esi, ecx
mov edi, eax
call if_inc_counter@PLT
.L2:
mov edx, DWORD PTR RT2860_TX_STAT_FIFO[rip]
mov rax, QWORD PTR -56[rbp]
mov esi, edx
mov rdi, rax
call RAL_READ@PLT
mov DWORD PTR -44[rbp], eax
mov eax, DWORD PTR RT2860_TXQ_VLD[rip]
and eax, DWORD PTR -44[rbp]
test eax, eax
jne .L9
nop
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rt2860_drain_stats_fifo, .-rt2860_drain_stats_fifo
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_rt2860.c_rt2860_drain_stats_fifo.c"
.text
.global IEEE80211_RATECTL_STATUS_LONG_RETRY
.bss
.align 2
.type IEEE80211_RATECTL_STATUS_LONG_RETRY, %object
.size IEEE80211_RATECTL_STATUS_LONG_RETRY, 4
IEEE80211_RATECTL_STATUS_LONG_RETRY:
.space 4
.global IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED
.align 2
.type IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED, %object
.size IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED, 4
IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED:
.space 4
.global IEEE80211_RATECTL_TX_SUCCESS
.align 2
.type IEEE80211_RATECTL_TX_SUCCESS, %object
.size IEEE80211_RATECTL_TX_SUCCESS, 4
IEEE80211_RATECTL_TX_SUCCESS:
.space 4
.global IFCOUNTER_OERRORS
.align 2
.type IFCOUNTER_OERRORS, %object
.size IFCOUNTER_OERRORS, 4
IFCOUNTER_OERRORS:
.space 4
.global RT2860_TXQ_ACKREQ
.align 2
.type RT2860_TXQ_ACKREQ, %object
.size RT2860_TXQ_ACKREQ, 4
RT2860_TXQ_ACKREQ:
.space 4
.global RT2860_TXQ_MCS_SHIFT
.align 2
.type RT2860_TXQ_MCS_SHIFT, %object
.size RT2860_TXQ_MCS_SHIFT, 4
RT2860_TXQ_MCS_SHIFT:
.space 4
.global RT2860_TXQ_OK
.align 2
.type RT2860_TXQ_OK, %object
.size RT2860_TXQ_OK, 4
RT2860_TXQ_OK:
.space 4
.global RT2860_TXQ_PID_SHIFT
.align 2
.type RT2860_TXQ_PID_SHIFT, %object
.size RT2860_TXQ_PID_SHIFT, 4
RT2860_TXQ_PID_SHIFT:
.space 4
.global RT2860_TXQ_VLD
.align 2
.type RT2860_TXQ_VLD, %object
.size RT2860_TXQ_VLD, 4
RT2860_TXQ_VLD:
.space 4
.global RT2860_TXQ_WCID_SHIFT
.align 2
.type RT2860_TXQ_WCID_SHIFT, %object
.size RT2860_TXQ_WCID_SHIFT, 4
RT2860_TXQ_WCID_SHIFT:
.space 4
.global RT2860_TX_STAT_FIFO
.align 2
.type RT2860_TX_STAT_FIFO, %object
.size RT2860_TX_STAT_FIFO, 4
RT2860_TX_STAT_FIFO:
.space 4
.global RT2860_WCID_MAX
.align 2
.type RT2860_WCID_MAX, %object
.size RT2860_WCID_MAX, 4
RT2860_WCID_MAX:
.space 4
.text
.align 2
.syntax unified
.arm
.type rt2860_drain_stats_fifo, %function
rt2860_drain_stats_fifo:
@ 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, #-32]
ldr r3, [fp, #-32]
add r3, r3, #4
str r3, [fp, #-28]
ldr r3, .L10
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3, #8]
b .L2
.L9:
ldr r3, [fp, #-24]
mov r1, r3
mov r0, #4
bl DPRINTFN
ldr r3, .L10+4
ldr r3, [r3]
ldr r2, [fp, #-24]
asr r3, r2, r3
and r3, r3, #255
str r3, [fp, #-20]
ldr r3, .L10+8
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
bls .L3
b .L2
.L3:
ldr r3, [fp, #-32]
ldr r2, [r3]
ldr r3, [fp, #-20]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-16]
ldr r3, .L10+12
ldr r2, [r3]
ldr r3, [fp, #-24]
and r3, r3, r2
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
cmp r3, #0
bne .L5
b .L2
.L5:
ldr r3, .L10+16
ldr r2, [r3]
ldr r3, [fp, #-24]
and r3, r3, r2
cmp r3, #0
beq .L6
ldr r3, .L10+20
ldr r3, [r3]
ldr r2, [fp, #-24]
asr r3, r2, r3
and r3, r3, #127
str r3, [fp, #-12]
ldr r3, .L10+24
ldr r3, [r3]
ldr r2, [fp, #-24]
asr r3, r2, r3
and r3, r3, #15
str r3, [fp, #-8]
ldr r3, [fp, #-12]
add r3, r3, #1
ldr r2, [fp, #-8]
cmp r2, r3
beq .L7
ldr r3, [fp, #-28]
mov r2, #1
str r2, [r3]
b .L8
.L7:
ldr r3, [fp, #-28]
mov r2, #0
str r2, [r3]
.L8:
ldr r3, .L10+28
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3, #4]
ldr r1, [fp, #-28]
ldr r0, [fp, #-16]
bl ieee80211_ratectl_tx_complete
b .L2
.L6:
ldr r3, .L10+32
ldr r2, [r3]
ldr r3, [fp, #-28]
str r2, [r3, #4]
ldr r3, [fp, #-28]
mov r2, #1
str r2, [r3]
ldr r1, [fp, #-28]
ldr r0, [fp, #-16]
bl ieee80211_ratectl_tx_complete
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r3, [r3]
ldr r2, .L10+36
ldr r1, [r2]
mov r2, #1
mov r0, r3
bl if_inc_counter
.L2:
ldr r3, .L10+40
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-32]
bl RAL_READ
str r0, [fp, #-24]
ldr r3, .L10+44
ldr r2, [r3]
ldr r3, [fp, #-24]
and r3, r3, r2
cmp r3, #0
bne .L9
nop
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L11:
.align 2
.L10:
.word IEEE80211_RATECTL_STATUS_LONG_RETRY
.word RT2860_TXQ_WCID_SHIFT
.word RT2860_WCID_MAX
.word RT2860_TXQ_ACKREQ
.word RT2860_TXQ_OK
.word RT2860_TXQ_MCS_SHIFT
.word RT2860_TXQ_PID_SHIFT
.word IEEE80211_RATECTL_TX_SUCCESS
.word IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED
.word IFCOUNTER_OERRORS
.word RT2860_TX_STAT_FIFO
.word RT2860_TXQ_VLD
.size rt2860_drain_stats_fifo, .-rt2860_drain_stats_fifo
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_leds-as3645a.c_as3645a_write.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "fail"
.LC1:
.string "ok"
.LC2:
.string "Write Addr:%02X Val:%02X %s\n"
.text
.type as3645a_write, @function
as3645a_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, 32
mov QWORD PTR -24[rbp], rdi
mov DWORD PTR -28[rbp], esi
mov DWORD PTR -32[rbp], edx
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov edx, DWORD PTR -32[rbp]
mov ecx, DWORD PTR -28[rbp]
mov rax, QWORD PTR -8[rbp]
mov esi, ecx
mov rdi, rax
call i2c_smbus_write_byte_data@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jns .L2
lea rax, .LC0[rip]
jmp .L3
.L2:
lea rax, .LC1[rip]
.L3:
mov rdi, QWORD PTR -8[rbp]
mov ecx, DWORD PTR -32[rbp]
mov edx, DWORD PTR -28[rbp]
mov r8, rax
lea rax, .LC2[rip]
mov rsi, rax
call dev_dbg@PLT
mov eax, DWORD PTR -12[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size as3645a_write, .-as3645a_write
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_leds-as3645a.c_as3645a_write.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "fail\000"
.align 2
.LC1:
.ascii "ok\000"
.align 2
.LC2:
.ascii "Write Addr:%02X Val:%02X %s\012\000"
.text
.align 2
.syntax unified
.arm
.type as3645a_write, %function
as3645a_write:
@ 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]
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r2, [fp, #-24]
ldr r1, [fp, #-20]
ldr r0, [fp, #-12]
bl i2c_smbus_write_byte_data
str r0, [fp, #-8]
ldr r0, [fp, #-12]
ldr r3, [fp, #-8]
cmp r3, #0
bge .L2
ldr r3, .L5
b .L3
.L2:
ldr r3, .L5+4
.L3:
str r3, [sp]
ldr r3, [fp, #-24]
ldr r2, [fp, #-20]
ldr r1, .L5+8
bl dev_dbg
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word .LC0
.word .LC1
.word .LC2
.size as3645a_write, .-as3645a_write
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_..base.h_module_remove_driver.c"
.intel_syntax noprefix
.text
.type module_remove_driver, @function
module_remove_driver:
.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 -8[rbp], rdi
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size module_remove_driver, .-module_remove_driver
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_..base.h_module_remove_driver.c"
.text
.align 2
.syntax unified
.arm
.type module_remove_driver, %function
module_remove_driver:
@ 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]
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.size module_remove_driver, .-module_remove_driver
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_theora.c_DecodeBlock.c"
.intel_syntax noprefix
.text
.type DecodeBlock, @function
DecodeBlock:
.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 QWORD PTR -80[rbp], rsi
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 -56[rbp], rax
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 8[rax]
mov DWORD PTR -16[rbp], eax
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR -80[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -24[rbp], eax
mov QWORD PTR -32[rbp], 0
mov QWORD PTR -40[rbp], 0
mov QWORD PTR -48[rbp], 0
mov rax, QWORD PTR -56[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
jne .L2
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call ProcessHeaders@PLT
test rax, rax
je .L3
mov rax, QWORD PTR -80[rbp]
mov rdi, rax
call block_Release@PLT
mov eax, 0
jmp .L5
.L3:
mov rax, QWORD PTR -56[rbp]
mov DWORD PTR [rax], 1
.L2:
mov rdx, QWORD PTR -80[rbp]
lea rcx, -48[rbp]
mov rax, QWORD PTR -72[rbp]
mov rsi, rcx
mov rdi, rax
call ProcessPacket@PLT
.L5:
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L6
call __stack_chk_fail@PLT
.L6:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size DecodeBlock, .-DecodeBlock
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_theora.c_DecodeBlock.c"
.text
.align 2
.syntax unified
.arm
.type DecodeBlock, %function
DecodeBlock:
@ 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, .L7
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
ldr r3, [fp, #-40]
ldr r3, [r3]
str r3, [fp, #-36]
ldr r3, [fp, #-44]
ldr r3, [r3, #8]
str r3, [fp, #-12]
ldr r3, [fp, #-44]
ldr r3, [r3, #4]
str r3, [fp, #-16]
ldr r3, [fp, #-44]
ldr r3, [r3]
str r3, [fp, #-20]
mov r3, #0
str r3, [fp, #-24]
mov r3, #0
str r3, [fp, #-28]
mov r3, #0
str r3, [fp, #-32]
ldr r3, [fp, #-36]
ldr r3, [r3]
cmp r3, #0
bne .L2
ldr r0, [fp, #-40]
bl ProcessHeaders
mov r3, r0
cmp r3, #0
beq .L3
ldr r0, [fp, #-44]
bl block_Release
mov r3, #0
b .L5
.L3:
ldr r3, [fp, #-36]
mov r2, #1
str r2, [r3]
.L2:
sub r3, fp, #32
ldr r2, [fp, #-44]
mov r1, r3
ldr r0, [fp, #-40]
bl ProcessPacket
mov r3, r0
.L5:
ldr r2, .L7
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L6
bl __stack_chk_fail
.L6:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word __stack_chk_guard
.size DecodeBlock, .-DecodeBlock
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dvb_demux.c_prepare_secfilters.c"
.intel_syntax noprefix
.text
.globl DVB_DEMUX_MASK_MAX
.bss
.align 4
.type DVB_DEMUX_MASK_MAX, @object
.size DVB_DEMUX_MASK_MAX, 4
DVB_DEMUX_MASK_MAX:
.zero 4
.text
.type prepare_secfilters, @function
prepare_secfilters:
.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 rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
je .L6
.L2:
mov rax, QWORD PTR -16[rbp]
add rax, 24
mov QWORD PTR -8[rbp], rax
mov DWORD PTR -28[rbp], 0
mov DWORD PTR -32[rbp], 0
jmp .L4
.L5:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -32[rbp]
cdqe
sal rax, 2
add rax, rdx
mov eax, DWORD PTR [rax]
mov DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -32[rbp]
cdqe
sal rax, 2
add rax, rdx
mov eax, DWORD PTR [rax]
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -32[rbp]
cdqe
sal rax, 2
add rdx, rax
mov eax, DWORD PTR -20[rbp]
and eax, DWORD PTR -24[rbp]
mov DWORD PTR [rdx], eax
mov eax, DWORD PTR -24[rbp]
not eax
mov edx, eax
mov rax, QWORD PTR -16[rbp]
mov rcx, QWORD PTR 8[rax]
mov eax, DWORD PTR -32[rbp]
cdqe
sal rax, 2
add rax, rcx
and edx, DWORD PTR -20[rbp]
mov DWORD PTR [rax], edx
mov eax, DWORD PTR [rax]
or DWORD PTR -28[rbp], eax
add DWORD PTR -32[rbp], 1
.L4:
mov eax, DWORD PTR DVB_DEMUX_MASK_MAX[rip]
cmp DWORD PTR -32[rbp], eax
jl .L5
cmp DWORD PTR -28[rbp], 0
setne al
movzx edx, al
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR 16[rax], edx
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 40[rax]
mov QWORD PTR -16[rbp], rax
cmp QWORD PTR -16[rbp], 0
jne .L2
jmp .L1
.L6:
nop
.L1:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size prepare_secfilters, .-prepare_secfilters
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_dvb_demux.c_prepare_secfilters.c"
.text
.global DVB_DEMUX_MASK_MAX
.bss
.align 2
.type DVB_DEMUX_MASK_MAX, %object
.size DVB_DEMUX_MASK_MAX, 4
DVB_DEMUX_MASK_MAX:
.space 4
.text
.align 2
.syntax unified
.arm
.type prepare_secfilters, %function
prepare_secfilters:
@ 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, #-32]
ldr r3, [fp, #-32]
ldr r3, [r3]
str r3, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
beq .L6
.L2:
ldr r3, [fp, #-24]
add r3, r3, #12
str r3, [fp, #-16]
mov r3, #0
str r3, [fp, #-20]
mov r3, #0
str r3, [fp, #-28]
b .L4
.L5:
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-28]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, [fp, #-28]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-24]
ldr r2, [r3]
ldr r3, [fp, #-28]
lsl r3, r3, #2
add r3, r2, r3
ldr r1, [fp, #-8]
ldr r2, [fp, #-12]
and r2, r2, r1
str r2, [r3]
ldr r3, [fp, #-12]
mvn r1, r3
ldr r3, [fp, #-24]
ldr r2, [r3, #4]
ldr r3, [fp, #-28]
lsl r3, r3, #2
add r3, r2, r3
ldr r2, [fp, #-8]
and r2, r2, r1
str r2, [r3]
ldr r3, [r3]
ldr r2, [fp, #-20]
orr r3, r2, r3
str r3, [fp, #-20]
ldr r3, [fp, #-28]
add r3, r3, #1
str r3, [fp, #-28]
.L4:
ldr r3, .L7
ldr r3, [r3]
ldr r2, [fp, #-28]
cmp r2, r3
blt .L5
ldr r3, [fp, #-20]
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
mov r2, r3
ldr r3, [fp, #-24]
str r2, [r3, #8]
ldr r3, [fp, #-24]
ldr r3, [r3, #20]
str r3, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
bne .L2
b .L1
.L6:
nop
.L1:
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L8:
.align 2
.L7:
.word DVB_DEMUX_MASK_MAX
.size prepare_secfilters, .-prepare_secfilters
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hashmap.h_hashmap_free_free_free.c"
.intel_syntax noprefix
.text
.globl free
.bss
.align 4
.type free, @object
.size free, 4
free:
.zero 4
.text
.type hashmap_free_free_free, @function
hashmap_free_free_free:
.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, 16
.cfi_offset 12, -24
.cfi_offset 3, -32
mov QWORD PTR -24[rbp], rdi
mov r12d, DWORD PTR free[rip]
mov ebx, DWORD PTR free[rip]
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call HASHMAP_BASE@PLT
mov edx, r12d
mov esi, ebx
mov edi, eax
call internal_hashmap_free@PLT
add rsp, 16
pop rbx
pop r12
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hashmap_free_free_free, .-hashmap_free_free_free
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_hashmap.h_hashmap_free_free_free.c"
.text
.global free
.bss
.align 2
.type free, %object
.size free, 4
free:
.space 4
.text
.align 2
.syntax unified
.arm
.type hashmap_free_free_free, %function
hashmap_free_free_free:
@ 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 HASHMAP_BASE
ldr r3, .L3
ldr r3, [r3]
ldr r2, .L3
ldr r2, [r2]
mov r1, r3
bl internal_hashmap_free
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word free
.size hashmap_free_free_free, .-hashmap_free_free_free
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ngx_http_lua_util.c_ngx_http_lua_init_registry.c"
.intel_syntax noprefix
.text
.globl LUA_REGISTRYINDEX
.bss
.align 4
.type LUA_REGISTRYINDEX, @object
.size LUA_REGISTRYINDEX, 4
LUA_REGISTRYINDEX:
.zero 4
.globl NGX_LOG_DEBUG_HTTP
.align 4
.type NGX_LOG_DEBUG_HTTP, @object
.size NGX_LOG_DEBUG_HTTP, 4
NGX_LOG_DEBUG_HTTP:
.zero 4
.globl code_cache_key
.align 4
.type code_cache_key, @object
.size code_cache_key, 4
code_cache_key:
.zero 4
.globl coroutines_key
.align 4
.type coroutines_key, @object
.size coroutines_key, 4
coroutines_key:
.zero 4
.globl ngx_http_lua_ctx_tables_key
.align 4
.type ngx_http_lua_ctx_tables_key, @object
.size ngx_http_lua_ctx_tables_key, 4
ngx_http_lua_ctx_tables_key:
.zero 4
.globl regex_cache_key
.align 4
.type regex_cache_key, @object
.size regex_cache_key, 4
regex_cache_key:
.zero 4
.globl socket_pool_key
.align 4
.type socket_pool_key, @object
.size socket_pool_key, 4
socket_pool_key:
.zero 4
.section .rodata
.LC0:
.string "lua initializing lua registry"
.text
.type ngx_http_lua_init_registry, @function
ngx_http_lua_init_registry:
.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 eax, DWORD PTR NGX_LOG_DEBUG_HTTP[rip]
mov rsi, QWORD PTR -16[rbp]
lea rdx, .LC0[rip]
mov rcx, rdx
mov edx, 0
mov edi, eax
call ngx_log_debug0@PLT
mov eax, DWORD PTR coroutines_key[rip]
mov edi, eax
call ngx_http_lua_lightudata_mask@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_pushlightuserdata@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 32
mov esi, 0
mov rdi, rax
call lua_createtable@PLT
mov edx, DWORD PTR LUA_REGISTRYINDEX[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_rawset@PLT
mov edx, DWORD PTR ngx_http_lua_ctx_tables_key[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_pushliteral@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 32
mov esi, 0
mov rdi, rax
call lua_createtable@PLT
mov edx, DWORD PTR LUA_REGISTRYINDEX[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_rawset@PLT
mov eax, DWORD PTR socket_pool_key[rip]
mov edi, eax
call ngx_http_lua_lightudata_mask@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_pushlightuserdata@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 8
mov esi, 0
mov rdi, rax
call lua_createtable@PLT
mov edx, DWORD PTR LUA_REGISTRYINDEX[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_rawset@PLT
mov eax, DWORD PTR code_cache_key[rip]
mov edi, eax
call ngx_http_lua_lightudata_mask@PLT
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_pushlightuserdata@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 8
mov esi, 0
mov rdi, rax
call lua_createtable@PLT
mov edx, DWORD PTR LUA_REGISTRYINDEX[rip]
mov rax, QWORD PTR -8[rbp]
mov esi, edx
mov rdi, rax
call lua_rawset@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ngx_http_lua_init_registry, .-ngx_http_lua_init_registry
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_http_lua_util.c_ngx_http_lua_init_registry.c"
.text
.global LUA_REGISTRYINDEX
.bss
.align 2
.type LUA_REGISTRYINDEX, %object
.size LUA_REGISTRYINDEX, 4
LUA_REGISTRYINDEX:
.space 4
.global NGX_LOG_DEBUG_HTTP
.align 2
.type NGX_LOG_DEBUG_HTTP, %object
.size NGX_LOG_DEBUG_HTTP, 4
NGX_LOG_DEBUG_HTTP:
.space 4
.global code_cache_key
.align 2
.type code_cache_key, %object
.size code_cache_key, 4
code_cache_key:
.space 4
.global coroutines_key
.align 2
.type coroutines_key, %object
.size coroutines_key, 4
coroutines_key:
.space 4
.global ngx_http_lua_ctx_tables_key
.align 2
.type ngx_http_lua_ctx_tables_key, %object
.size ngx_http_lua_ctx_tables_key, 4
ngx_http_lua_ctx_tables_key:
.space 4
.global regex_cache_key
.align 2
.type regex_cache_key, %object
.size regex_cache_key, 4
regex_cache_key:
.space 4
.global socket_pool_key
.align 2
.type socket_pool_key, %object
.size socket_pool_key, 4
socket_pool_key:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "lua initializing lua registry\000"
.text
.align 2
.syntax unified
.arm
.type ngx_http_lua_init_registry, %function
ngx_http_lua_init_registry:
@ 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, .L2
ldr r0, [r3]
ldr r3, .L2+4
mov r2, #0
ldr r1, [fp, #-12]
bl ngx_log_debug0
ldr r3, .L2+8
ldr r3, [r3]
mov r0, r3
bl ngx_http_lua_lightudata_mask
mov r3, r0
mov r1, r3
ldr r0, [fp, #-8]
bl lua_pushlightuserdata
mov r2, #32
mov r1, #0
ldr r0, [fp, #-8]
bl lua_createtable
ldr r3, .L2+12
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl lua_rawset
ldr r3, .L2+16
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl lua_pushliteral
mov r2, #32
mov r1, #0
ldr r0, [fp, #-8]
bl lua_createtable
ldr r3, .L2+12
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl lua_rawset
ldr r3, .L2+20
ldr r3, [r3]
mov r0, r3
bl ngx_http_lua_lightudata_mask
mov r3, r0
mov r1, r3
ldr r0, [fp, #-8]
bl lua_pushlightuserdata
mov r2, #8
mov r1, #0
ldr r0, [fp, #-8]
bl lua_createtable
ldr r3, .L2+12
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl lua_rawset
ldr r3, .L2+24
ldr r3, [r3]
mov r0, r3
bl ngx_http_lua_lightudata_mask
mov r3, r0
mov r1, r3
ldr r0, [fp, #-8]
bl lua_pushlightuserdata
mov r2, #8
mov r1, #0
ldr r0, [fp, #-8]
bl lua_createtable
ldr r3, .L2+12
ldr r3, [r3]
mov r1, r3
ldr r0, [fp, #-8]
bl lua_rawset
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word NGX_LOG_DEBUG_HTTP
.word .LC0
.word coroutines_key
.word LUA_REGISTRYINDEX
.word ngx_http_lua_ctx_tables_key
.word socket_pool_key
.word code_cache_key
.size ngx_http_lua_init_registry, .-ngx_http_lua_init_registry
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_xfs_ioctl.c_xfs_open_by_handle.c"
.intel_syntax noprefix
.text
.globl CAP_SYS_ADMIN
.bss
.align 4
.type CAP_SYS_ADMIN, @object
.size CAP_SYS_ADMIN, 4
CAP_SYS_ADMIN:
.zero 4
.globl EISDIR
.align 4
.type EISDIR, @object
.size EISDIR, 4
EISDIR:
.zero 4
.globl EPERM
.align 4
.type EPERM, @object
.size EPERM, 4
EPERM:
.zero 4
.globl FMODE_NOCMTIME
.align 4
.type FMODE_NOCMTIME, @object
.size FMODE_NOCMTIME, 4
FMODE_NOCMTIME:
.zero 4
.globl FMODE_WRITE
.align 4
.type FMODE_WRITE, @object
.size FMODE_WRITE, 4
FMODE_WRITE:
.zero 4
.globl O_APPEND
.align 4
.type O_APPEND, @object
.size O_APPEND, 4
O_APPEND:
.zero 4
.globl O_LARGEFILE
.align 4
.type O_LARGEFILE, @object
.size O_LARGEFILE, 4
O_LARGEFILE:
.zero 4
.globl O_NOATIME
.align 4
.type O_NOATIME, @object
.size O_NOATIME, 4
O_NOATIME:
.zero 4
.globl O_TRUNC
.align 4
.type O_TRUNC, @object
.size O_TRUNC, 4
O_TRUNC:
.zero 4
.text
.globl xfs_open_by_handle
.type xfs_open_by_handle, @function
xfs_open_by_handle:
.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, 96
mov QWORD PTR -88[rbp], rdi
mov QWORD PTR -96[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov eax, 0
call current_cred@PLT
mov QWORD PTR -64[rbp], rax
mov eax, DWORD PTR CAP_SYS_ADMIN[rip]
mov edi, eax
call capable@PLT
test eax, eax
jne .L2
mov eax, DWORD PTR EPERM[rip]
neg eax
jmp .L14
.L2:
mov rdx, QWORD PTR -96[rbp]
mov rax, QWORD PTR -88[rbp]
mov rsi, rdx
mov rdi, rax
call xfs_handlereq_to_dentry@PLT
mov QWORD PTR -56[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call IS_ERR@PLT
test rax, rax
je .L4
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call PTR_ERR@PLT
jmp .L14
.L4:
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call d_inode@PLT
mov QWORD PTR -48[rbp], rax
mov rax, QWORD PTR -48[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call S_ISREG@PLT
test rax, rax
jne .L5
mov rax, QWORD PTR -48[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call S_ISDIR@PLT
test rax, rax
jne .L5
mov eax, DWORD PTR EPERM[rip]
neg eax
mov DWORD PTR -80[rbp], eax
jmp .L6
.L5:
mov rax, QWORD PTR -96[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR O_LARGEFILE[rip]
or edx, eax
mov rax, QWORD PTR -96[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -96[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -76[rbp], eax
mov eax, DWORD PTR -76[rbp]
mov edi, eax
call OPEN_FMODE@PLT
mov DWORD PTR -72[rbp], eax
mov eax, DWORD PTR O_APPEND[rip]
and eax, DWORD PTR -76[rbp]
test eax, eax
je .L7
mov eax, DWORD PTR O_TRUNC[rip]
and eax, DWORD PTR -76[rbp]
test eax, eax
je .L8
.L7:
mov eax, DWORD PTR FMODE_WRITE[rip]
and eax, DWORD PTR -72[rbp]
test eax, eax
je .L8
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call IS_APPEND@PLT
test rax, rax
je .L8
mov eax, DWORD PTR EPERM[rip]
neg eax
mov DWORD PTR -80[rbp], eax
jmp .L6
.L8:
mov eax, DWORD PTR FMODE_WRITE[rip]
and eax, DWORD PTR -72[rbp]
test eax, eax
je .L9
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call IS_IMMUTABLE@PLT
test rax, rax
je .L9
mov eax, DWORD PTR EPERM[rip]
neg eax
mov DWORD PTR -80[rbp], eax
jmp .L6
.L9:
mov rax, QWORD PTR -48[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call S_ISDIR@PLT
test rax, rax
je .L10
mov eax, DWORD PTR FMODE_WRITE[rip]
and eax, DWORD PTR -72[rbp]
test eax, eax
je .L10
mov eax, DWORD PTR EISDIR[rip]
neg eax
mov DWORD PTR -80[rbp], eax
jmp .L6
.L10:
mov edi, 0
call get_unused_fd_flags@PLT
mov DWORD PTR -68[rbp], eax
cmp DWORD PTR -68[rbp], 0
jns .L11
mov eax, DWORD PTR -68[rbp]
mov DWORD PTR -80[rbp], eax
jmp .L6
.L11:
mov rax, QWORD PTR -88[rbp]
mov eax, DWORD PTR 8[rax]
mov DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -56[rbp]
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -96[rbp]
mov ecx, DWORD PTR [rax]
mov rdx, QWORD PTR -64[rbp]
lea rax, -32[rbp]
mov esi, ecx
mov rdi, rax
call dentry_open@PLT
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call dput@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call IS_ERR@PLT
test rax, rax
je .L12
mov eax, DWORD PTR -68[rbp]
mov edi, eax
call put_unused_fd@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call PTR_ERR@PLT
jmp .L14
.L12:
mov rax, QWORD PTR -48[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call S_ISREG@PLT
test rax, rax
je .L13
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR O_NOATIME[rip]
or edx, eax
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR FMODE_NOCMTIME[rip]
or edx, eax
mov rax, QWORD PTR -40[rbp]
mov DWORD PTR [rax], edx
.L13:
mov rdx, QWORD PTR -40[rbp]
mov eax, DWORD PTR -68[rbp]
mov rsi, rdx
mov edi, eax
call fd_install@PLT
mov eax, DWORD PTR -68[rbp]
jmp .L14
.L6:
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call dput@PLT
mov eax, DWORD PTR -80[rbp]
.L14:
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L15
call __stack_chk_fail@PLT
.L15:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size xfs_open_by_handle, .-xfs_open_by_handle
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_xfs_ioctl.c_xfs_open_by_handle.c"
.text
.global CAP_SYS_ADMIN
.bss
.align 2
.type CAP_SYS_ADMIN, %object
.size CAP_SYS_ADMIN, 4
CAP_SYS_ADMIN:
.space 4
.global EISDIR
.align 2
.type EISDIR, %object
.size EISDIR, 4
EISDIR:
.space 4
.global EPERM
.align 2
.type EPERM, %object
.size EPERM, 4
EPERM:
.space 4
.global FMODE_NOCMTIME
.align 2
.type FMODE_NOCMTIME, %object
.size FMODE_NOCMTIME, 4
FMODE_NOCMTIME:
.space 4
.global FMODE_WRITE
.align 2
.type FMODE_WRITE, %object
.size FMODE_WRITE, 4
FMODE_WRITE:
.space 4
.global O_APPEND
.align 2
.type O_APPEND, %object
.size O_APPEND, 4
O_APPEND:
.space 4
.global O_LARGEFILE
.align 2
.type O_LARGEFILE, %object
.size O_LARGEFILE, 4
O_LARGEFILE:
.space 4
.global O_NOATIME
.align 2
.type O_NOATIME, %object
.size O_NOATIME, 4
O_NOATIME:
.space 4
.global O_TRUNC
.align 2
.type O_TRUNC, %object
.size O_TRUNC, 4
O_TRUNC:
.space 4
.text
.align 2
.global xfs_open_by_handle
.syntax unified
.arm
.type xfs_open_by_handle, %function
xfs_open_by_handle:
@ 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 r3, .L16
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
bl current_cred
str r0, [fp, #-44]
ldr r3, .L16+4
ldr r3, [r3]
mov r0, r3
bl capable
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, .L16+8
ldr r3, [r3]
rsb r3, r3, #0
b .L14
.L2:
ldr r1, [fp, #-60]
ldr r0, [fp, #-56]
bl xfs_handlereq_to_dentry
str r0, [fp, #-40]
ldr r0, [fp, #-40]
bl IS_ERR
mov r3, r0
cmp r3, #0
beq .L4
ldr r0, [fp, #-40]
bl PTR_ERR
mov r3, r0
b .L14
.L4:
ldr r0, [fp, #-40]
bl d_inode
str r0, [fp, #-36]
ldr r3, [fp, #-36]
ldr r3, [r3]
mov r0, r3
bl S_ISREG
mov r3, r0
cmp r3, #0
bne .L5
ldr r3, [fp, #-36]
ldr r3, [r3]
mov r0, r3
bl S_ISDIR
mov r3, r0
cmp r3, #0
bne .L5
ldr r3, .L16+8
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-48]
b .L6
.L5:
ldr r3, [fp, #-60]
ldr r2, [r3]
ldr r3, .L16+12
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-60]
str r2, [r3]
ldr r3, [fp, #-60]
ldr r3, [r3]
str r3, [fp, #-32]
ldr r0, [fp, #-32]
bl OPEN_FMODE
str r0, [fp, #-28]
ldr r3, .L16+16
ldr r2, [r3]
ldr r3, [fp, #-32]
and r3, r3, r2
cmp r3, #0
beq .L7
ldr r3, .L16+20
ldr r2, [r3]
ldr r3, [fp, #-32]
and r3, r3, r2
cmp r3, #0
beq .L8
.L7:
ldr r3, .L16+24
ldr r2, [r3]
ldr r3, [fp, #-28]
and r3, r3, r2
cmp r3, #0
beq .L8
ldr r0, [fp, #-36]
bl IS_APPEND
mov r3, r0
cmp r3, #0
beq .L8
ldr r3, .L16+8
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-48]
b .L6
.L8:
ldr r3, .L16+24
ldr r2, [r3]
ldr r3, [fp, #-28]
and r3, r3, r2
cmp r3, #0
beq .L9
ldr r0, [fp, #-36]
bl IS_IMMUTABLE
mov r3, r0
cmp r3, #0
beq .L9
ldr r3, .L16+8
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-48]
b .L6
.L9:
ldr r3, [fp, #-36]
ldr r3, [r3]
mov r0, r3
bl S_ISDIR
mov r3, r0
cmp r3, #0
beq .L10
ldr r3, .L16+24
ldr r2, [r3]
ldr r3, [fp, #-28]
and r3, r3, r2
cmp r3, #0
beq .L10
ldr r3, .L16+28
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-48]
b .L6
.L10:
mov r0, #0
bl get_unused_fd_flags
str r0, [fp, #-24]
ldr r3, [fp, #-24]
cmp r3, #0
bge .L11
ldr r3, [fp, #-24]
str r3, [fp, #-48]
b .L6
.L11:
ldr r3, [fp, #-56]
ldr r3, [r3, #8]
str r3, [fp, #-12]
ldr r3, [fp, #-40]
str r3, [fp, #-16]
ldr r3, [fp, #-60]
ldr r1, [r3]
sub r3, fp, #16
ldr r2, [fp, #-44]
mov r0, r3
bl dentry_open
str r0, [fp, #-20]
ldr r0, [fp, #-40]
bl dput
ldr r0, [fp, #-20]
bl IS_ERR
mov r3, r0
cmp r3, #0
beq .L12
ldr r0, [fp, #-24]
bl put_unused_fd
ldr r0, [fp, #-20]
bl PTR_ERR
mov r3, r0
b .L14
.L12:
ldr r3, [fp, #-36]
ldr r3, [r3]
mov r0, r3
bl S_ISREG
mov r3, r0
cmp r3, #0
beq .L13
ldr r3, [fp, #-20]
ldr r2, [r3, #4]
ldr r3, .L16+32
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-20]
str r2, [r3, #4]
ldr r3, [fp, #-20]
ldr r2, [r3]
ldr r3, .L16+36
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-20]
str r2, [r3]
.L13:
ldr r1, [fp, #-20]
ldr r0, [fp, #-24]
bl fd_install
ldr r3, [fp, #-24]
b .L14
.L6:
ldr r0, [fp, #-40]
bl dput
ldr r3, [fp, #-48]
.L14:
ldr r2, .L16
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L15
bl __stack_chk_fail
.L15:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L17:
.align 2
.L16:
.word __stack_chk_guard
.word CAP_SYS_ADMIN
.word EPERM
.word O_LARGEFILE
.word O_APPEND
.word O_TRUNC
.word FMODE_WRITE
.word EISDIR
.word O_NOATIME
.word FMODE_NOCMTIME
.size xfs_open_by_handle, .-xfs_open_by_handle
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_superio.c_ite_conf_enter.c"
.intel_syntax noprefix
.text
.type ite_conf_enter, @function
ite_conf_enter:
.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 rax, QWORD PTR -8[rbp]
mov edx, 135
mov esi, 0
mov rdi, rax
call bus_write_1@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 1
mov esi, 0
mov rdi, rax
call bus_write_1@PLT
mov rax, QWORD PTR -8[rbp]
mov edx, 85
mov esi, 0
mov rdi, rax
call bus_write_1@PLT
cmp DWORD PTR -12[rbp], 46
jne .L2
mov edx, 85
jmp .L3
.L2:
mov edx, 170
.L3:
mov rax, QWORD PTR -8[rbp]
mov esi, 0
mov rdi, rax
call bus_write_1@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ite_conf_enter, .-ite_conf_enter
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_superio.c_ite_conf_enter.c"
.text
.align 2
.syntax unified
.arm
.type ite_conf_enter, %function
ite_conf_enter:
@ 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, #135
mov r1, #0
ldr r0, [fp, #-8]
bl bus_write_1
mov r2, #1
mov r1, #0
ldr r0, [fp, #-8]
bl bus_write_1
mov r2, #85
mov r1, #0
ldr r0, [fp, #-8]
bl bus_write_1
ldr r3, [fp, #-12]
cmp r3, #46
bne .L2
mov r3, #85
b .L3
.L2:
mov r3, #170
.L3:
mov r2, r3
mov r1, #0
ldr r0, [fp, #-8]
bl bus_write_1
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size ite_conf_enter, .-ite_conf_enter
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_secure_boot_signatures.c_esp_secure_boot_verify_signature.c"
.intel_syntax noprefix
.text
.globl DIGEST_LEN
.bss
.align 4
.type DIGEST_LEN, @object
.size DIGEST_LEN, 4
DIGEST_LEN:
.zero 4
.globl ESP_FAIL
.align 4
.type ESP_FAIL, @object
.size ESP_FAIL, 4
ESP_FAIL:
.zero 4
.globl MMAP_ALIGNED_MASK
.align 8
.type MMAP_ALIGNED_MASK, @object
.size MMAP_ALIGNED_MASK, 8
MMAP_ALIGNED_MASK:
.zero 8
.globl SPI_FLASH_MMU_PAGE_SIZE
.align 8
.type SPI_FLASH_MMU_PAGE_SIZE, @object
.size SPI_FLASH_MMU_PAGE_SIZE, 8
SPI_FLASH_MMU_PAGE_SIZE:
.zero 8
.globl TAG
.align 4
.type TAG, @object
.size TAG, 4
TAG:
.zero 4
.section .rodata
.align 8
.LC0:
.string "verifying signature src_addr 0x%x length 0x%x"
.LC1:
.string "free data page_count 0x%08x"
.align 8
.LC2:
.string "bootloader_mmap(0x%x, 0x%x) failed"
.text
.globl esp_secure_boot_verify_signature
.type esp_secure_boot_verify_signature, @function
esp_secure_boot_verify_signature:
.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, 120
.cfi_offset 3, -24
mov QWORD PTR -120[rbp], rdi
mov QWORD PTR -128[rbp], rsi
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 DIGEST_LEN[rip]
movsx rdx, eax
sub rdx, 1
mov QWORD PTR -80[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 edi, 16
mov edx, 0
div rdi
imul rax, rax, 16
mov rcx, rax
and rcx, -4096
mov rdx, rsp
sub 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, 3
shr rax, 2
sal rax, 2
mov QWORD PTR -72[rbp], rax
mov eax, DWORD PTR TAG[rip]
mov rcx, QWORD PTR -128[rbp]
mov rdx, QWORD PTR -120[rbp]
lea rsi, .LC0[rip]
mov edi, eax
mov eax, 0
call ESP_LOGD@PLT
mov eax, 0
call bootloader_sha256_start@PLT
mov DWORD PTR -104[rbp], eax
mov eax, 0
call bootloader_mmap_get_free_pages@PLT
mov QWORD PTR -64[rbp], rax
mov eax, DWORD PTR TAG[rip]
mov rdx, QWORD PTR -64[rbp]
lea rcx, .LC1[rip]
mov rsi, rcx
mov edi, eax
mov eax, 0
call ESP_LOGD@PLT
mov rax, QWORD PTR -128[rbp]
mov QWORD PTR -96[rbp], rax
mov rax, QWORD PTR -120[rbp]
mov QWORD PTR -88[rbp], rax
jmp .L5
.L8:
mov rax, QWORD PTR MMAP_ALIGNED_MASK[rip]
and rax, QWORD PTR -88[rbp]
test rax, rax
setne al
movzx eax, al
mov QWORD PTR -48[rbp], rax
mov rax, QWORD PTR -64[rbp]
sub rax, QWORD PTR -48[rbp]
mov rdx, rax
mov rax, QWORD PTR SPI_FLASH_MMU_PAGE_SIZE[rip]
imul rdx, rax
mov rax, QWORD PTR -96[rbp]
mov rsi, rdx
mov rdi, rax
call MIN@PLT
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov edx, eax
mov rax, QWORD PTR -88[rbp]
mov esi, edx
mov rdi, rax
call bootloader_mmap@PLT
mov QWORD PTR -32[rbp], rax
cmp QWORD PTR -32[rbp], 0
jne .L6
mov rax, QWORD PTR -40[rbp]
mov ecx, eax
mov eax, DWORD PTR TAG[rip]
mov rdx, QWORD PTR -88[rbp]
lea rsi, .LC2[rip]
mov edi, eax
call ESP_LOGE@PLT
mov eax, DWORD PTR -104[rbp]
mov esi, 0
mov edi, eax
call bootloader_sha256_finish@PLT
mov eax, DWORD PTR ESP_FAIL[rip]
jmp .L7
.L6:
mov rdx, QWORD PTR -40[rbp]
mov rcx, QWORD PTR -32[rbp]
mov eax, DWORD PTR -104[rbp]
mov rsi, rcx
mov edi, eax
call bootloader_sha256_data@PLT
mov rax, QWORD PTR -32[rbp]
mov rdi, rax
call bootloader_munmap@PLT
mov rax, QWORD PTR -40[rbp]
add QWORD PTR -88[rbp], rax
mov rax, QWORD PTR -40[rbp]
sub QWORD PTR -96[rbp], rax
.L5:
cmp QWORD PTR -96[rbp], 0
jg .L8
mov rdx, QWORD PTR -72[rbp]
mov eax, DWORD PTR -104[rbp]
mov rsi, rdx
mov edi, eax
call bootloader_sha256_finish@PLT
mov rdx, QWORD PTR -120[rbp]
mov rax, QWORD PTR -128[rbp]
add rax, rdx
mov esi, 4
mov rdi, rax
call bootloader_mmap@PLT
mov QWORD PTR -56[rbp], rax
cmp QWORD PTR -56[rbp], 0
jne .L9
mov rdx, QWORD PTR -120[rbp]
mov rax, QWORD PTR -128[rbp]
add rdx, rax
mov eax, DWORD PTR TAG[rip]
mov ecx, 4
lea rsi, .LC2[rip]
mov edi, eax
call ESP_LOGE@PLT
mov eax, DWORD PTR ESP_FAIL[rip]
jmp .L7
.L9:
mov rdx, QWORD PTR -72[rbp]
mov rax, QWORD PTR -56[rbp]
mov rsi, rdx
mov rdi, rax
call esp_secure_boot_verify_signature_block@PLT
mov DWORD PTR -100[rbp], eax
mov rax, QWORD PTR -56[rbp]
mov rdi, rax
call bootloader_munmap@PLT
mov eax, DWORD PTR -100[rbp]
.L7:
mov rsp, rbx
mov rdx, QWORD PTR -24[rbp]
sub rdx, QWORD PTR fs:40
je .L11
call __stack_chk_fail@PLT
.L11:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size esp_secure_boot_verify_signature, .-esp_secure_boot_verify_signature
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_secure_boot_signatures.c_esp_secure_boot_verify_signature.c"
.text
.global DIGEST_LEN
.bss
.align 2
.type DIGEST_LEN, %object
.size DIGEST_LEN, 4
DIGEST_LEN:
.space 4
.global ESP_FAIL
.align 2
.type ESP_FAIL, %object
.size ESP_FAIL, 4
ESP_FAIL:
.space 4
.global MMAP_ALIGNED_MASK
.align 2
.type MMAP_ALIGNED_MASK, %object
.size MMAP_ALIGNED_MASK, 4
MMAP_ALIGNED_MASK:
.space 4
.global SPI_FLASH_MMU_PAGE_SIZE
.align 2
.type SPI_FLASH_MMU_PAGE_SIZE, %object
.size SPI_FLASH_MMU_PAGE_SIZE, 4
SPI_FLASH_MMU_PAGE_SIZE:
.space 4
.global TAG
.align 2
.type TAG, %object
.size TAG, 4
TAG:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "verifying signature src_addr 0x%x length 0x%x\000"
.align 2
.LC1:
.ascii "free data page_count 0x%08x\000"
.align 2
.LC2:
.ascii "bootloader_mmap(0x%x, 0x%x) failed\000"
.text
.align 2
.global esp_secure_boot_verify_signature
.syntax unified
.arm
.type esp_secure_boot_verify_signature, %function
esp_secure_boot_verify_signature:
@ args = 0, pretend = 0, frame = 56
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, fp, lr}
add fp, sp, #24
sub sp, sp, #60
str r0, [fp, #-80]
str r1, [fp, #-84]
ldr r3, .L9
ldr r3, [r3]
str r3, [fp, #-32]
mov r3, #0
mov r3, sp
mov r8, r3
ldr r3, .L9+4
ldr r1, [r3]
sub r3, r1, #1
str r3, [fp, #-68]
mov r2, r1
mov r3, #0
mov r6, r2
mov r7, r3
mov r2, #0
mov r3, #0
lsl r3, r7, #5
orr r3, r3, r6, lsr #27
lsl r2, r6, #5
mov r2, r1
mov r3, #0
mov r4, r2
mov r5, r3
mov r2, #0
mov r3, #0
lsl r3, r5, #5
orr r3, r3, r4, lsr #27
lsl r2, r4, #5
mov r3, r1
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, #-64]
ldr r3, .L9+8
ldr r0, [r3]
ldr r3, [fp, #-84]
ldr r2, [fp, #-80]
ldr r1, .L9+12
bl ESP_LOGD
bl bootloader_sha256_start
str r0, [fp, #-60]
bl bootloader_mmap_get_free_pages
str r0, [fp, #-56]
ldr r3, .L9+8
ldr r3, [r3]
ldr r2, [fp, #-56]
ldr r1, .L9+16
mov r0, r3
bl ESP_LOGD
ldr r3, [fp, #-84]
str r3, [fp, #-76]
ldr r3, [fp, #-80]
str r3, [fp, #-72]
b .L2
.L5:
ldr r3, .L9+20
ldr r2, [r3]
ldr r3, [fp, #-72]
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
str r3, [fp, #-44]
ldr r2, [fp, #-56]
ldr r3, [fp, #-44]
sub r3, r2, r3
ldr r2, .L9+24
ldr r2, [r2]
mul r3, r2, r3
mov r1, r3
ldr r0, [fp, #-76]
bl MIN
str r0, [fp, #-40]
ldr r1, [fp, #-40]
ldr r0, [fp, #-72]
bl bootloader_mmap
mov r3, r0
str r3, [fp, #-36]
ldr r3, [fp, #-36]
cmp r3, #0
bne .L3
ldr r3, .L9+8
ldr r0, [r3]
ldr r3, [fp, #-40]
ldr r2, [fp, #-72]
ldr r1, .L9+28
bl ESP_LOGE
mov r1, #0
ldr r0, [fp, #-60]
bl bootloader_sha256_finish
ldr r3, .L9+32
ldr r3, [r3]
b .L4
.L3:
ldr r2, [fp, #-40]
ldr r1, [fp, #-36]
ldr r0, [fp, #-60]
bl bootloader_sha256_data
ldr r0, [fp, #-36]
bl bootloader_munmap
ldr r2, [fp, #-72]
ldr r3, [fp, #-40]
add r3, r2, r3
str r3, [fp, #-72]
ldr r2, [fp, #-76]
ldr r3, [fp, #-40]
sub r3, r2, r3
str r3, [fp, #-76]
.L2:
ldr r3, [fp, #-76]
cmp r3, #0
bgt .L5
ldr r1, [fp, #-64]
ldr r0, [fp, #-60]
bl bootloader_sha256_finish
ldr r2, [fp, #-80]
ldr r3, [fp, #-84]
add r3, r2, r3
mov r1, #4
mov r0, r3
bl bootloader_mmap
mov r3, r0
str r3, [fp, #-52]
ldr r3, [fp, #-52]
cmp r3, #0
bne .L6
ldr r3, .L9+8
ldr r0, [r3]
ldr r2, [fp, #-80]
ldr r3, [fp, #-84]
add r2, r2, r3
mov r3, #4
ldr r1, .L9+28
bl ESP_LOGE
ldr r3, .L9+32
ldr r3, [r3]
b .L4
.L6:
ldr r1, [fp, #-64]
ldr r0, [fp, #-52]
bl esp_secure_boot_verify_signature_block
str r0, [fp, #-48]
ldr r0, [fp, #-52]
bl bootloader_munmap
ldr r3, [fp, #-48]
.L4:
mov sp, r8
ldr r2, .L9
ldr r1, [r2]
ldr r2, [fp, #-32]
eors r1, r2, r1
mov r2, #0
beq .L8
bl __stack_chk_fail
.L8:
mov r0, r3
sub sp, fp, #24
@ sp needed
pop {r4, r5, r6, r7, r8, fp, pc}
.L10:
.align 2
.L9:
.word __stack_chk_guard
.word DIGEST_LEN
.word TAG
.word .LC0
.word .LC1
.word MMAP_ALIGNED_MASK
.word SPI_FLASH_MMU_PAGE_SIZE
.word .LC2
.word ESP_FAIL
.size esp_secure_boot_verify_signature, .-esp_secure_boot_verify_signature
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_edd.c_edd_show_raw_data.c"
.intel_syntax noprefix
.text
.globl EINVAL
.bss
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.text
.type edd_show_raw_data, @function
edd_show_raw_data:
.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 DWORD PTR -12[rbp], 8
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 eax, DWORD PTR [rax]
cmp eax, 48861
je .L6
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 56766
je .L6
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -12[rbp], eax
.L6:
mov eax, DWORD PTR -12[rbp]
cmp eax, 8
jbe .L7
mov DWORD PTR -12[rbp], 8
.L7:
mov rcx, QWORD PTR -8[rbp]
mov edx, DWORD PTR -12[rbp]
mov rax, QWORD PTR -32[rbp]
mov rsi, rcx
mov rdi, rax
call memcpy@PLT
mov eax, DWORD PTR -12[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size edd_show_raw_data, .-edd_show_raw_data
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_raw_data.c"
.text
.global EINVAL
.bss
.align 2
.type EINVAL, %object
.size EINVAL, 4
EINVAL:
.space 4
.text
.align 2
.syntax unified
.arm
.type edd_show_raw_data, %function
edd_show_raw_data:
@ 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, #8
str r3, [fp, #-12]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L2
ldr r3, .L8
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, .L8
ldr r3, [r3]
rsb r3, r3, #0
b .L3
.L5:
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, .L8+4
cmp r3, r2
beq .L6
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, .L8+8
cmp r3, r2
beq .L6
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
str r3, [fp, #-12]
.L6:
ldr r3, [fp, #-12]
cmp r3, #8
bls .L7
mov r3, #8
str r3, [fp, #-12]
.L7:
ldr r3, [fp, #-8]
ldr r2, [fp, #-12]
mov r1, r3
ldr r0, [fp, #-20]
bl memcpy
ldr r3, [fp, #-12]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L9:
.align 2
.L8:
.word EINVAL
.word 48861
.word 56766
.size edd_show_raw_data, .-edd_show_raw_data
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_vringh_test.c_never_callback_guest.c"
.intel_syntax noprefix
.text
.type never_callback_guest, @function
never_callback_guest:
.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 abort@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size never_callback_guest, .-never_callback_guest
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_vringh_test.c_never_callback_guest.c"
.text
.align 2
.syntax unified
.arm
.type never_callback_guest, %function
never_callback_guest:
@ 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 abort
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size never_callback_guest, .-never_callback_guest
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ehea_qmr.c_ehea_destroy_busmap.c"
.intel_syntax noprefix
.text
.globl EHEA_MAP_ENTRIES
.bss
.align 4
.type EHEA_MAP_ENTRIES, @object
.size EHEA_MAP_ENTRIES, 4
EHEA_MAP_ENTRIES:
.zero 4
.globl ehea_bmap
.align 8
.type ehea_bmap, @object
.size ehea_bmap, 8
ehea_bmap:
.zero 8
.globl ehea_busmap_mutex
.align 4
.type ehea_busmap_mutex, @object
.size ehea_busmap_mutex, 4
ehea_busmap_mutex:
.zero 4
.text
.globl ehea_destroy_busmap
.type ehea_destroy_busmap, @function
ehea_destroy_busmap:
.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
lea rax, ehea_busmap_mutex[rip]
mov rdi, rax
call mutex_lock@PLT
mov rax, QWORD PTR ehea_bmap[rip]
test rax, rax
je .L12
mov DWORD PTR -8[rbp], 0
jmp .L4
.L11:
mov rax, QWORD PTR ehea_bmap[rip]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -8[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
test rax, rax
je .L13
mov DWORD PTR -4[rbp], 0
jmp .L7
.L10:
mov rax, QWORD PTR ehea_bmap[rip]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -8[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -4[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
test rax, rax
je .L14
mov rax, QWORD PTR ehea_bmap[rip]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -8[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -4[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdi, rax
call kfree@PLT
jmp .L9
.L14:
nop
.L9:
add DWORD PTR -4[rbp], 1
.L7:
mov eax, DWORD PTR EHEA_MAP_ENTRIES[rip]
cmp DWORD PTR -4[rbp], eax
jl .L10
mov rax, QWORD PTR ehea_bmap[rip]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -8[rbp]
cdqe
sal rax, 3
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdi, rax
call kfree@PLT
jmp .L6
.L13:
nop
.L6:
add DWORD PTR -8[rbp], 1
.L4:
mov eax, DWORD PTR EHEA_MAP_ENTRIES[rip]
cmp DWORD PTR -8[rbp], eax
jl .L11
mov rax, QWORD PTR ehea_bmap[rip]
mov rdi, rax
call kfree@PLT
mov QWORD PTR ehea_bmap[rip], 0
jmp .L3
.L12:
nop
.L3:
lea rax, ehea_busmap_mutex[rip]
mov rdi, rax
call mutex_unlock@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ehea_destroy_busmap, .-ehea_destroy_busmap
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ehea_qmr.c_ehea_destroy_busmap.c"
.text
.global EHEA_MAP_ENTRIES
.bss
.align 2
.type EHEA_MAP_ENTRIES, %object
.size EHEA_MAP_ENTRIES, 4
EHEA_MAP_ENTRIES:
.space 4
.global ehea_bmap
.align 2
.type ehea_bmap, %object
.size ehea_bmap, 4
ehea_bmap:
.space 4
.global ehea_busmap_mutex
.align 2
.type ehea_busmap_mutex, %object
.size ehea_busmap_mutex, 4
ehea_busmap_mutex:
.space 4
.text
.align 2
.global ehea_destroy_busmap
.syntax unified
.arm
.type ehea_destroy_busmap, %function
ehea_destroy_busmap:
@ 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 r0, .L15
bl mutex_lock
ldr r3, .L15+4
ldr r3, [r3]
cmp r3, #0
beq .L12
mov r3, #0
str r3, [fp, #-12]
b .L4
.L11:
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
beq .L13
mov r3, #0
str r3, [fp, #-8]
b .L7
.L10:
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
cmp r3, #0
beq .L14
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
bl kfree
b .L9
.L14:
nop
.L9:
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L7:
ldr r3, .L15+8
ldr r3, [r3]
ldr r2, [fp, #-8]
cmp r2, r3
blt .L10
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
bl kfree
b .L6
.L13:
nop
.L6:
ldr r3, [fp, #-12]
add r3, r3, #1
str r3, [fp, #-12]
.L4:
ldr r3, .L15+8
ldr r3, [r3]
ldr r2, [fp, #-12]
cmp r2, r3
blt .L11
ldr r3, .L15+4
ldr r3, [r3]
mov r0, r3
bl kfree
ldr r3, .L15+4
mov r2, #0
str r2, [r3]
b .L3
.L12:
nop
.L3:
ldr r0, .L15
bl mutex_unlock
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L16:
.align 2
.L15:
.word ehea_busmap_mutex
.word ehea_bmap
.word EHEA_MAP_ENTRIES
.size ehea_destroy_busmap, .-ehea_destroy_busmap
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_eeh_driver.c_pcid_name.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string ""
.text
.type pcid_name, @function
pcid_name:
.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 -8[rbp], rdi
cmp QWORD PTR -8[rbp], 0
je .L2
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
je .L2
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
mov rax, QWORD PTR [rax]
jmp .L3
.L2:
lea rax, .LC0[rip]
.L3:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pcid_name, .-pcid_name
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_eeh_driver.c_pcid_name.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "\000"
.text
.align 2
.syntax unified
.arm
.type pcid_name, %function
pcid_name:
@ 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]
cmp r3, #0
beq .L2
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
beq .L2
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r3, [r3]
b .L3
.L2:
ldr r3, .L4
.L3:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L5:
.align 2
.L4:
.word .LC0
.size pcid_name, .-pcid_name
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_core.c_ntb_db_event.c"
.intel_syntax noprefix
.text
.globl ntb_db_event
.type ntb_db_event, @function
ntb_db_event:
.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 rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call spin_lock_irqsave@PLT
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L2
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov rax, QWORD PTR [rax]
test rax, rax
je .L2
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 8[rax]
mov rcx, QWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 4[rax]
mov edx, DWORD PTR -28[rbp]
mov esi, edx
mov edi, eax
call rcx
.L2:
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call spin_unlock_irqrestore@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ntb_db_event, .-ntb_db_event
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_core.c_ntb_db_event.c"
.text
.align 2
.global ntb_db_event
.syntax unified
.arm
.type ntb_db_event, %function
ntb_db_event:
@ 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 r1, [fp, #-8]
mov r0, r3
bl spin_lock_irqsave
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
ldr r3, [r3]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
ldr r3, [r3]
ldr r2, [fp, #-16]
ldr r2, [r2, #4]
ldr r1, [fp, #-20]
mov r0, r2
blx r3
.L2:
ldr r3, [fp, #-16]
ldr r1, [fp, #-8]
mov r0, r3
bl spin_unlock_irqrestore
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size ntb_db_event, .-ntb_db_event
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_python.c_pyrf_cpu_map__init.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "|s"
.text
.type pyrf_cpu_map__init, @function
pyrf_cpu_map__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, 48
mov QWORD PTR -24[rbp], rdi
mov QWORD PTR -32[rbp], rsi
mov QWORD PTR -40[rbp], rdx
mov rax, QWORD PTR fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
mov QWORD PTR -16[rbp], 0
lea rdx, -16[rbp]
mov rsi, QWORD PTR -40[rbp]
mov rax, QWORD PTR -32[rbp]
mov r8, rdx
lea rdx, kwlist.0[rip]
mov rcx, rdx
lea rdx, .LC0[rip]
mov rdi, rax
call PyArg_ParseTupleAndKeywords@PLT
test eax, eax
jne .L2
mov eax, -1
jmp .L5
.L2:
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call cpu_map__new@PLT
mov rdx, QWORD PTR -24[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L4
mov eax, -1
jmp .L5
.L4:
mov eax, 0
.L5:
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L6
call __stack_chk_fail@PLT
.L6:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pyrf_cpu_map__init, .-pyrf_cpu_map__init
.section .rodata
.LC1:
.string "cpustr"
.section .data.rel.local,"aw"
.align 16
.type kwlist.0, @object
.size kwlist.0, 16
kwlist.0:
.quad .LC1
.quad 0
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_python.c_pyrf_cpu_map__init.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "|s\000"
.text
.align 2
.syntax unified
.arm
.type pyrf_cpu_map__init, %function
pyrf_cpu_map__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, #-16]
str r1, [fp, #-20]
str r2, [fp, #-24]
ldr r3, .L7
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
mov r3, #0
str r3, [fp, #-12]
sub r3, fp, #12
str r3, [sp]
ldr r3, .L7+4
ldr r2, .L7+8
ldr r1, [fp, #-24]
ldr r0, [fp, #-20]
bl PyArg_ParseTupleAndKeywords
mov r3, r0
cmp r3, #0
bne .L2
mvn r3, #0
b .L5
.L2:
ldr r3, [fp, #-12]
mov r0, r3
bl cpu_map__new
mov r2, r0
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-16]
ldr r3, [r3]
cmp r3, #0
bne .L4
mvn r3, #0
b .L5
.L4:
mov r3, #0
.L5:
ldr r2, .L7
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L6
bl __stack_chk_fail
.L6:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word __stack_chk_guard
.word kwlist.0
.word .LC0
.size pyrf_cpu_map__init, .-pyrf_cpu_map__init
.section .rodata
.align 2
.LC2:
.ascii "cpustr\000"
.data
.align 2
.type kwlist.0, %object
.size kwlist.0, 8
kwlist.0:
.word .LC2
.word 0
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ui_qmenu.c_Action_Init.c"
.intel_syntax noprefix
.text
.globl BIGCHAR_HEIGHT
.bss
.align 8
.type BIGCHAR_HEIGHT, @object
.size BIGCHAR_HEIGHT, 8
BIGCHAR_HEIGHT:
.zero 8
.globl BIGCHAR_WIDTH
.align 4
.type BIGCHAR_WIDTH, @object
.size BIGCHAR_WIDTH, 4
BIGCHAR_WIDTH:
.zero 4
.text
.type Action_Init, @function
Action_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 -24[rbp]
mov rax, QWORD PTR 48[rax]
test rax, rax
je .L2
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 48[rax]
mov rdi, rax
call strlen@PLT
mov DWORD PTR -4[rbp], eax
jmp .L3
.L2:
mov DWORD PTR -4[rbp], 0
.L3:
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 24[rax]
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 40[rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 24[rax]
mov eax, DWORD PTR BIGCHAR_WIDTH[rip]
imul eax, DWORD PTR -4[rbp]
cdqe
add rdx, rax
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 32[rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR BIGCHAR_HEIGHT[rip]
add rdx, rax
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR 8[rax], rdx
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size Action_Init, .-Action_Init
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_qmenu.c_Action_Init.c"
.text
.global BIGCHAR_HEIGHT
.bss
.align 2
.type BIGCHAR_HEIGHT, %object
.size BIGCHAR_HEIGHT, 4
BIGCHAR_HEIGHT:
.space 4
.global BIGCHAR_WIDTH
.align 2
.type BIGCHAR_WIDTH, %object
.size BIGCHAR_WIDTH, 4
BIGCHAR_WIDTH:
.space 4
.text
.align 2
.syntax unified
.arm
.type Action_Init, %function
Action_Init:
@ 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, #24]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
ldr r3, [r3, #24]
mov r0, r3
bl strlen
str r0, [fp, #-8]
b .L3
.L2:
mov r3, #0
str r3, [fp, #-8]
.L3:
ldr r3, [fp, #-16]
ldr r2, [r3, #12]
ldr r3, [fp, #-16]
str r2, [r3, #20]
ldr r3, [fp, #-16]
ldr r2, [r3, #12]
ldr r3, .L4
ldr r3, [r3]
ldr r1, [fp, #-8]
mul r3, r1, r3
add r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3, #16]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, [fp, #-16]
str r2, [r3, #8]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L4+4
ldr r3, [r3]
add r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3, #4]
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word BIGCHAR_WIDTH
.word BIGCHAR_HEIGHT
.size Action_Init, .-Action_Init
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mma9553.c_mma9553_write_raw.c"
.intel_syntax noprefix
.text
.globl EINVAL
.bss
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.globl IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z
.align 4
.type IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, @object
.size IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, 4
IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z:
.zero 4
.globl MMA9553_MASK_CONF_FILTSTEP
.align 4
.type MMA9553_MASK_CONF_FILTSTEP, @object
.size MMA9553_MASK_CONF_FILTSTEP, 4
MMA9553_MASK_CONF_FILTSTEP:
.zero 4
.globl MMA9553_MASK_CONF_FILTTIME
.align 4
.type MMA9553_MASK_CONF_FILTTIME, @object
.size MMA9553_MASK_CONF_FILTTIME, 4
MMA9553_MASK_CONF_FILTTIME:
.zero 4
.globl MMA9553_MASK_CONF_HEIGHT
.align 4
.type MMA9553_MASK_CONF_HEIGHT, @object
.size MMA9553_MASK_CONF_HEIGHT, 4
MMA9553_MASK_CONF_HEIGHT:
.zero 4
.globl MMA9553_MASK_CONF_SPDPRD
.align 4
.type MMA9553_MASK_CONF_SPDPRD, @object
.size MMA9553_MASK_CONF_SPDPRD, 4
MMA9553_MASK_CONF_SPDPRD:
.zero 4
.globl MMA9553_MASK_CONF_WEIGHT
.align 4
.type MMA9553_MASK_CONF_WEIGHT, @object
.size MMA9553_MASK_CONF_WEIGHT, 4
MMA9553_MASK_CONF_WEIGHT:
.zero 4
.globl MMA9553_REG_CONF_FILTER
.align 4
.type MMA9553_REG_CONF_FILTER, @object
.size MMA9553_REG_CONF_FILTER, 4
MMA9553_REG_CONF_FILTER:
.zero 4
.globl MMA9553_REG_CONF_HEIGHT_WEIGHT
.align 4
.type MMA9553_REG_CONF_HEIGHT_WEIGHT, @object
.size MMA9553_REG_CONF_HEIGHT_WEIGHT, 4
MMA9553_REG_CONF_HEIGHT_WEIGHT:
.zero 4
.globl MMA9553_REG_CONF_SPEED_STEP
.align 4
.type MMA9553_REG_CONF_SPEED_STEP, @object
.size MMA9553_REG_CONF_SPEED_STEP, 4
MMA9553_REG_CONF_SPEED_STEP:
.zero 4
.text
.type mma9553_write_raw, @function
mma9553_write_raw:
.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 DWORD PTR -40[rbp], ecx
mov QWORD PTR -48[rbp], r8
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call iio_priv@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -48[rbp]
sub rax, 130
cmp rax, 5
ja .L2
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 .L9-.L4
.long .L8-.L4
.long .L7-.L4
.long .L6-.L4
.long .L5-.L4
.long .L3-.L4
.text
.L8:
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR [rax]
cmp DWORD PTR -36[rbp], 0
setne al
movzx eax, al
cmp edx, eax
jne .L10
mov eax, 0
jmp .L11
.L10:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 20[rax]
mov edx, DWORD PTR -36[rbp]
mov esi, edx
mov edi, eax
call mma9551_set_power_state@PLT
mov DWORD PTR -12[rbp], eax
cmp DWORD PTR -12[rbp], 0
jns .L12
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L12:
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR -36[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, 0
jmp .L11
.L3:
mov eax, DWORD PTR -36[rbp]
imul ecx, eax, 100
mov eax, DWORD PTR -40[rbp]
movsx rdx, eax
imul rdx, rdx, 1759218605
shr rdx, 32
sar edx, 12
sar eax, 31
mov esi, eax
mov eax, edx
sub eax, esi
add eax, ecx
mov DWORD PTR -16[rbp], eax
cmp DWORD PTR -16[rbp], 0
js .L13
cmp DWORD PTR -16[rbp], 255
jle .L14
.L13:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L14:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov ecx, DWORD PTR MMA9553_MASK_CONF_HEIGHT[rip]
mov rax, QWORD PTR -8[rbp]
lea rdi, 16[rax]
mov esi, DWORD PTR MMA9553_REG_CONF_HEIGHT_WEIGHT[rip]
mov edx, DWORD PTR -16[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8d, ecx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call mma9553_set_config@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L5:
cmp DWORD PTR -36[rbp], 0
js .L15
cmp DWORD PTR -36[rbp], 255
jle .L16
.L15:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L16:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov ecx, DWORD PTR MMA9553_MASK_CONF_WEIGHT[rip]
mov rax, QWORD PTR -8[rbp]
lea rdi, 16[rax]
mov esi, DWORD PTR MMA9553_REG_CONF_HEIGHT_WEIGHT[rip]
mov edx, DWORD PTR -36[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8d, ecx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call mma9553_set_config@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L6:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp eax, 129
jne .L17
cmp DWORD PTR -36[rbp], 0
jns .L18
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L18:
cmp DWORD PTR -36[rbp], 6
jle .L19
mov DWORD PTR -36[rbp], 6
.L19:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov ecx, DWORD PTR MMA9553_MASK_CONF_FILTSTEP[rip]
mov rax, QWORD PTR -8[rbp]
lea rdi, 12[rax]
mov esi, DWORD PTR MMA9553_REG_CONF_FILTER[rip]
mov edx, DWORD PTR -36[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8d, ecx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call mma9553_set_config@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L17:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L7:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp eax, 129
jne .L20
cmp DWORD PTR -36[rbp], 0
js .L21
cmp DWORD PTR -36[rbp], 127
jle .L22
.L21:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L22:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov ecx, DWORD PTR MMA9553_MASK_CONF_FILTTIME[rip]
mov rax, QWORD PTR -8[rbp]
lea rdi, 12[rax]
mov esi, DWORD PTR MMA9553_REG_CONF_FILTER[rip]
mov edx, DWORD PTR -36[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8d, ecx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call mma9553_set_config@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L20:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L9:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR 4[rax]
cmp eax, 128
jne .L23
mov rax, QWORD PTR -32[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z[rip]
cmp edx, eax
je .L24
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L24:
cmp DWORD PTR -36[rbp], 1
jg .L25
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L25:
cmp DWORD PTR -36[rbp], 5
jle .L26
mov DWORD PTR -36[rbp], 5
.L26:
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_lock@PLT
mov ecx, DWORD PTR MMA9553_MASK_CONF_SPDPRD[rip]
mov rax, QWORD PTR -8[rbp]
lea rdi, 8[rax]
mov esi, DWORD PTR MMA9553_REG_CONF_SPEED_STEP[rip]
mov edx, DWORD PTR -36[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8d, ecx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call mma9553_set_config@PLT
mov DWORD PTR -12[rbp], eax
mov rax, QWORD PTR -8[rbp]
add rax, 4
mov rdi, rax
call mutex_unlock@PLT
mov eax, DWORD PTR -12[rbp]
jmp .L11
.L23:
mov eax, DWORD PTR EINVAL[rip]
neg eax
jmp .L11
.L2:
mov eax, DWORD PTR EINVAL[rip]
neg eax
.L11:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size mma9553_write_raw, .-mma9553_write_raw
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_mma9553.c_mma9553_write_raw.c"
.text
.global EINVAL
.bss
.align 2
.type EINVAL, %object
.size EINVAL, 4
EINVAL:
.space 4
.global IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z
.align 2
.type IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, %object
.size IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, 4
IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z:
.space 4
.global MMA9553_MASK_CONF_FILTSTEP
.align 2
.type MMA9553_MASK_CONF_FILTSTEP, %object
.size MMA9553_MASK_CONF_FILTSTEP, 4
MMA9553_MASK_CONF_FILTSTEP:
.space 4
.global MMA9553_MASK_CONF_FILTTIME
.align 2
.type MMA9553_MASK_CONF_FILTTIME, %object
.size MMA9553_MASK_CONF_FILTTIME, 4
MMA9553_MASK_CONF_FILTTIME:
.space 4
.global MMA9553_MASK_CONF_HEIGHT
.align 2
.type MMA9553_MASK_CONF_HEIGHT, %object
.size MMA9553_MASK_CONF_HEIGHT, 4
MMA9553_MASK_CONF_HEIGHT:
.space 4
.global MMA9553_MASK_CONF_SPDPRD
.align 2
.type MMA9553_MASK_CONF_SPDPRD, %object
.size MMA9553_MASK_CONF_SPDPRD, 4
MMA9553_MASK_CONF_SPDPRD:
.space 4
.global MMA9553_MASK_CONF_WEIGHT
.align 2
.type MMA9553_MASK_CONF_WEIGHT, %object
.size MMA9553_MASK_CONF_WEIGHT, 4
MMA9553_MASK_CONF_WEIGHT:
.space 4
.global MMA9553_REG_CONF_FILTER
.align 2
.type MMA9553_REG_CONF_FILTER, %object
.size MMA9553_REG_CONF_FILTER, 4
MMA9553_REG_CONF_FILTER:
.space 4
.global MMA9553_REG_CONF_HEIGHT_WEIGHT
.align 2
.type MMA9553_REG_CONF_HEIGHT_WEIGHT, %object
.size MMA9553_REG_CONF_HEIGHT_WEIGHT, 4
MMA9553_REG_CONF_HEIGHT_WEIGHT:
.space 4
.global MMA9553_REG_CONF_SPEED_STEP
.align 2
.type MMA9553_REG_CONF_SPEED_STEP, %object
.size MMA9553_REG_CONF_SPEED_STEP, 4
MMA9553_REG_CONF_SPEED_STEP:
.space 4
.text
.align 2
.syntax unified
.arm
.type mma9553_write_raw, %function
mma9553_write_raw:
@ args = 4, pretend = 0, frame = 32
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #40
str r0, [fp, #-24]
str r1, [fp, #-28]
str r2, [fp, #-32]
str r3, [fp, #-36]
ldr r0, [fp, #-24]
bl iio_priv
str r0, [fp, #-16]
ldr r3, [fp, #4]
sub r3, r3, #130
cmp r3, #5
ldrls pc, [pc, r3, asl #2]
b .L2
.L4:
.word .L9
.word .L8
.word .L7
.word .L6
.word .L5
.word .L3
.L8:
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-32]
cmp r2, #0
movne r2, #1
moveq r2, #0
and r2, r2, #255
cmp r3, r2
bne .L10
mov r3, #0
b .L11
.L10:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, [fp, #-16]
ldr r3, [r3, #20]
ldr r1, [fp, #-32]
mov r0, r3
bl mma9551_set_power_state
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bge .L12
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L12:
ldr r3, [fp, #-16]
ldr r2, [fp, #-32]
str r2, [r3]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
mov r3, #0
b .L11
.L3:
ldr r2, [fp, #-32]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r2, r3, #2
add r3, r3, r2
lsl r3, r3, #2
mov r1, r3
ldr r3, [fp, #-36]
ldr r2, .L27
smull r0, r2, r3, r2
asr r2, r2, #12
asr r3, r3, #31
sub r3, r2, r3
add r3, r1, r3
str r3, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
blt .L13
ldr r3, [fp, #-12]
cmp r3, #255
ble .L14
.L13:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L14:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, .L27+8
ldr r1, [r3]
ldr r3, [fp, #-16]
add r2, r3, #16
ldr r3, .L27+12
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-12]
ldr r0, [fp, #-16]
bl mma9553_set_config
str r0, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L5:
ldr r3, [fp, #-32]
cmp r3, #0
blt .L15
ldr r3, [fp, #-32]
cmp r3, #255
ble .L16
.L15:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L16:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, .L27+8
ldr r1, [r3]
ldr r3, [fp, #-16]
add r2, r3, #16
ldr r3, .L27+16
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-32]
ldr r0, [fp, #-16]
bl mma9553_set_config
str r0, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L6:
ldr r3, [fp, #-28]
ldr r3, [r3, #4]
cmp r3, #129
bne .L17
ldr r3, [fp, #-32]
cmp r3, #0
bge .L18
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L18:
ldr r3, [fp, #-32]
cmp r3, #6
ble .L19
mov r3, #6
str r3, [fp, #-32]
.L19:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, .L27+20
ldr r1, [r3]
ldr r3, [fp, #-16]
add r2, r3, #12
ldr r3, .L27+24
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-32]
ldr r0, [fp, #-16]
bl mma9553_set_config
str r0, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L17:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L7:
ldr r3, [fp, #-28]
ldr r3, [r3, #4]
cmp r3, #129
bne .L20
ldr r3, [fp, #-32]
cmp r3, #0
blt .L21
ldr r3, [fp, #-32]
cmp r3, #127
ble .L22
.L21:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L22:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, .L27+20
ldr r1, [r3]
ldr r3, [fp, #-16]
add r2, r3, #12
ldr r3, .L27+28
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-32]
ldr r0, [fp, #-16]
bl mma9553_set_config
str r0, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L20:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L9:
ldr r3, [fp, #-28]
ldr r3, [r3, #4]
cmp r3, #128
bne .L23
ldr r3, [fp, #-28]
ldr r2, [r3]
ldr r3, .L27+32
ldr r3, [r3]
cmp r2, r3
beq .L24
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L24:
ldr r3, [fp, #-32]
cmp r3, #1
bgt .L25
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L25:
ldr r3, [fp, #-32]
cmp r3, #5
ble .L26
mov r3, #5
str r3, [fp, #-32]
.L26:
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_lock
ldr r3, .L27+36
ldr r1, [r3]
ldr r3, [fp, #-16]
add r2, r3, #8
ldr r3, .L27+40
ldr r3, [r3]
str r3, [sp]
ldr r3, [fp, #-32]
ldr r0, [fp, #-16]
bl mma9553_set_config
str r0, [fp, #-8]
ldr r3, [fp, #-16]
add r3, r3, #4
mov r0, r3
bl mutex_unlock
ldr r3, [fp, #-8]
b .L11
.L23:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
b .L11
.L2:
ldr r3, .L27+4
ldr r3, [r3]
rsb r3, r3, #0
.L11:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L28:
.align 2
.L27:
.word 1759218605
.word EINVAL
.word MMA9553_REG_CONF_HEIGHT_WEIGHT
.word MMA9553_MASK_CONF_HEIGHT
.word MMA9553_MASK_CONF_WEIGHT
.word MMA9553_REG_CONF_FILTER
.word MMA9553_MASK_CONF_FILTSTEP
.word MMA9553_MASK_CONF_FILTTIME
.word IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z
.word MMA9553_REG_CONF_SPEED_STEP
.word MMA9553_MASK_CONF_SPDPRD
.size mma9553_write_raw, .-mma9553_write_raw
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_21231.c_main.c"
.intel_syntax noprefix
.text
.globl NOP
.bss
.align 4
.type NOP, @object
.size NOP, 4
NOP:
.zero 4
.globl OFS
.align 8
.type OFS, @object
.size OFS, 8
OFS:
.zero 8
.globl s
.align 8
.type s, @object
.size s, 8
s:
.zero 8
.globl s1
.align 8
.type s1, @object
.size s1, 8
s1:
.zero 8
.globl shellcode
.align 8
.type shellcode, @object
.size shellcode, 8
shellcode:
.zero 8
.section .rodata
.LC0:
.string "HOME="
.LC1:
.string "Jump to: %p\n"
.LC2:
.string "bash"
.text
.globl main
.type main, @function
main:
.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, 8
.cfi_offset 3, -24
mov rax, QWORD PTR s[rip]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call strcpy@PLT
mov rax, QWORD PTR s[rip]
add rax, 40
mov QWORD PTR s1[rip], rax
jmp .L2
.L3:
mov ecx, DWORD PTR NOP[rip]
mov rax, QWORD PTR s1[rip]
lea rdx, 8[rax]
mov QWORD PTR s1[rip], rdx
movsx rdx, ecx
mov QWORD PTR [rax], rdx
.L2:
mov rax, QWORD PTR s[rip]
lea rbx, 2120[rax]
mov rax, QWORD PTR shellcode[rip]
mov rdi, rax
call strlen@PLT
mov rdx, rax
mov rax, rbx
sub rax, rdx
sar rax, 3
mov rdx, rax
mov rax, QWORD PTR s1[rip]
cmp rdx, rax
ja .L3
jmp .L4
.L5:
mov rdx, QWORD PTR shellcode[rip]
lea rax, 8[rdx]
mov QWORD PTR shellcode[rip], rax
mov rax, QWORD PTR s1[rip]
lea rcx, 8[rax]
mov QWORD PTR s1[rip], rcx
mov rdx, QWORD PTR [rdx]
mov QWORD PTR [rax], rdx
.L4:
mov rax, QWORD PTR shellcode[rip]
mov rax, QWORD PTR [rax]
test rax, rax
jne .L5
mov eax, 0
call get_esp@PLT
mov rdx, rax
mov rcx, QWORD PTR OFS[rip]
mov rax, QWORD PTR s1[rip]
sub rdx, rcx
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR s1[rip]
mov rax, QWORD PTR [rax]
mov rsi, rax
lea rax, .LC1[rip]
mov rdi, rax
call printf@PLT
mov rax, QWORD PTR s1[rip]
add rax, 32
mov QWORD PTR s1[rip], rax
mov rax, QWORD PTR s1[rip]
mov QWORD PTR [rax], 0
mov rax, QWORD PTR s[rip]
mov rdi, rax
call putenv@PLT
lea rax, .LC2[rip]
mov rdi, rax
call system@PLT
mov eax, 0
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_21231.c_main.c"
.text
.global NOP
.bss
.align 2
.type NOP, %object
.size NOP, 4
NOP:
.space 4
.global OFS
.align 2
.type OFS, %object
.size OFS, 4
OFS:
.space 4
.global s
.align 2
.type s, %object
.size s, 4
s:
.space 4
.global s1
.align 2
.type s1, %object
.size s1, 4
s1:
.space 4
.global shellcode
.align 2
.type shellcode, %object
.size shellcode, 4
shellcode:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "HOME=\000"
.align 2
.LC1:
.ascii "Jump to: %p\012\000"
.align 2
.LC2:
.ascii "bash\000"
.text
.align 2
.global main
.syntax unified
.arm
.type main, %function
main:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, fp, lr}
add fp, sp, #12
ldr r3, .L7
ldr r3, [r3]
ldr r1, .L7+4
mov r0, r3
bl strcpy
ldr r3, .L7
ldr r3, [r3]
add r3, r3, #20
ldr r2, .L7+8
str r3, [r2]
b .L2
.L3:
ldr r3, .L7+8
ldr r3, [r3]
add r2, r3, #4
ldr r1, .L7+8
str r2, [r1]
ldr r2, .L7+12
ldr r2, [r2]
str r2, [r3]
.L2:
ldr r3, .L7
ldr r3, [r3]
add r4, r3, #1056
add r4, r4, #4
ldr r3, .L7+16
ldr r3, [r3]
mov r0, r3
bl strlen
mov r3, r0
sub r3, r4, r3
asr r3, r3, #2
mov r2, r3
ldr r3, .L7+8
ldr r3, [r3]
cmp r2, r3
bhi .L3
b .L4
.L5:
ldr r3, .L7+16
ldr r2, [r3]
add r3, r2, #4
ldr r1, .L7+16
str r3, [r1]
ldr r3, .L7+8
ldr r3, [r3]
add r1, r3, #4
ldr r0, .L7+8
str r1, [r0]
ldr r2, [r2]
str r2, [r3]
.L4:
ldr r3, .L7+16
ldr r3, [r3]
ldr r3, [r3]
cmp r3, #0
bne .L5
bl get_esp
mov r1, r0
ldr r3, .L7+20
ldr r2, [r3]
ldr r3, .L7+8
ldr r3, [r3]
sub r2, r1, r2
str r2, [r3]
ldr r3, .L7+8
ldr r3, [r3]
ldr r3, [r3]
mov r1, r3
ldr r0, .L7+24
bl printf
ldr r3, .L7+8
ldr r3, [r3]
add r3, r3, #16
ldr r2, .L7+8
str r3, [r2]
ldr r3, .L7+8
ldr r3, [r3]
mov r2, #0
str r2, [r3]
ldr r3, .L7
ldr r3, [r3]
mov r0, r3
bl putenv
ldr r0, .L7+28
bl system
mov r3, #0
mov r0, r3
pop {r4, r5, fp, pc}
.L8:
.align 2
.L7:
.word s
.word .LC0
.word s1
.word NOP
.word shellcode
.word OFS
.word .LC1
.word .LC2
.size main, .-main
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dn_dev.c_dn_dev_create.c"
.intel_syntax noprefix
.text
.globl DN_DEV_LIST_SIZE
.bss
.align 4
.type DN_DEV_LIST_SIZE, @object
.size DN_DEV_LIST_SIZE, 4
DN_DEV_LIST_SIZE:
.zero 4
.globl ENOBUFS
.align 4
.type ENOBUFS, @object
.size ENOBUFS, 4
ENOBUFS:
.zero 4
.globl ENODEV
.align 4
.type ENODEV, @object
.size ENODEV, 4
ENODEV:
.zero 4
.globl GFP_ATOMIC
.align 4
.type GFP_ATOMIC, @object
.size GFP_ATOMIC, 4
GFP_ATOMIC:
.zero 4
.globl dn_dev_list
.align 8
.type dn_dev_list, @object
.size dn_dev_list, 8
dn_dev_list:
.zero 8
.globl dn_dev_timer_func
.align 4
.type dn_dev_timer_func, @object
.size dn_dev_timer_func, 4
dn_dev_timer_func:
.zero 4
.globl dn_neigh_table
.align 4
.type dn_neigh_table, @object
.size dn_neigh_table, 4
dn_neigh_table:
.zero 4
.globl jiffies
.align 4
.type jiffies, @object
.size jiffies, 4
jiffies:
.zero 4
.text
.type dn_dev_create, @function
dn_dev_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, 48
mov QWORD PTR -40[rbp], rdi
mov QWORD PTR -48[rbp], rsi
mov rax, QWORD PTR dn_dev_list[rip]
mov QWORD PTR -16[rbp], rax
mov DWORD PTR -20[rbp], 0
jmp .L2
.L5:
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
cmp rdx, rax
je .L11
add DWORD PTR -20[rbp], 1
add QWORD PTR -16[rbp], 8
.L2:
mov eax, DWORD PTR DN_DEV_LIST_SIZE[rip]
cmp DWORD PTR -20[rbp], eax
jl .L5
jmp .L4
.L11:
nop
.L4:
mov eax, DWORD PTR ENODEV[rip]
neg eax
mov edx, eax
mov rax, QWORD PTR -48[rbp]
mov DWORD PTR [rax], edx
mov eax, DWORD PTR DN_DEV_LIST_SIZE[rip]
cmp DWORD PTR -20[rbp], eax
jne .L6
mov eax, 0
jmp .L7
.L6:
mov eax, DWORD PTR ENOBUFS[rip]
neg eax
mov edx, eax
mov rax, QWORD PTR -48[rbp]
mov DWORD PTR [rax], edx
mov eax, DWORD PTR GFP_ATOMIC[rip]
mov esi, eax
mov edi, 32
call kzalloc@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L8
mov eax, 0
jmp .L7
.L8:
mov rax, QWORD PTR -8[rbp]
mov rcx, QWORD PTR -16[rbp]
mov edx, 8
mov rsi, rcx
mov rdi, rax
call memcpy@PLT
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov rdi, rax
call rcu_assign_pointer@PLT
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR 24[rax], rdx
mov eax, DWORD PTR dn_dev_timer_func[rip]
mov rdx, QWORD PTR -8[rbp]
lea rcx, 16[rdx]
mov edx, 0
mov esi, eax
mov rdi, rcx
call timer_setup@PLT
mov edx, DWORD PTR jiffies[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 12[rax], edx
mov rax, QWORD PTR -40[rbp]
lea rdx, dn_neigh_table[rip]
mov rsi, rdx
mov rdi, rax
call neigh_parms_alloc@PLT
mov rdx, QWORD PTR -8[rbp]
mov DWORD PTR 8[rdx], eax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 8[rax]
test eax, eax
jne .L9
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
mov esi, 0
mov rdi, rax
call RCU_INIT_POINTER@PLT
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kfree@PLT
mov eax, 0
jmp .L7
.L9:
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
test rax, rax
je .L10
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call rdx
test rax, rax
jns .L10
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, eax
lea rax, dn_neigh_table[rip]
mov rdi, rax
call neigh_parms_release@PLT
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 8[rax], 0
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call kfree@PLT
mov eax, 0
jmp .L7
.L10:
mov rdx, QWORD PTR -8[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call dn_dev_sysctl_register@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call dn_dev_set_timer@PLT
mov rax, QWORD PTR -48[rbp]
mov DWORD PTR [rax], 0
mov rax, QWORD PTR -8[rbp]
.L7:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size dn_dev_create, .-dn_dev_create
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_dn_dev.c_dn_dev_create.c"
.text
.global DN_DEV_LIST_SIZE
.bss
.align 2
.type DN_DEV_LIST_SIZE, %object
.size DN_DEV_LIST_SIZE, 4
DN_DEV_LIST_SIZE:
.space 4
.global ENOBUFS
.align 2
.type ENOBUFS, %object
.size ENOBUFS, 4
ENOBUFS:
.space 4
.global ENODEV
.align 2
.type ENODEV, %object
.size ENODEV, 4
ENODEV:
.space 4
.global GFP_ATOMIC
.align 2
.type GFP_ATOMIC, %object
.size GFP_ATOMIC, 4
GFP_ATOMIC:
.space 4
.global dn_dev_list
.align 2
.type dn_dev_list, %object
.size dn_dev_list, 4
dn_dev_list:
.space 4
.global dn_dev_timer_func
.align 2
.type dn_dev_timer_func, %object
.size dn_dev_timer_func, 4
dn_dev_timer_func:
.space 4
.global dn_neigh_table
.align 2
.type dn_neigh_table, %object
.size dn_neigh_table, 4
dn_neigh_table:
.space 4
.global jiffies
.align 2
.type jiffies, %object
.size jiffies, 4
jiffies:
.space 4
.text
.align 2
.syntax unified
.arm
.type dn_dev_create, %function
dn_dev_create:
@ 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, .L12
ldr r3, [r3]
str r3, [fp, #-12]
mov r3, #0
str r3, [fp, #-16]
b .L2
.L5:
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-24]
ldr r3, [r3]
cmp r2, r3
beq .L11
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
ldr r3, [fp, #-12]
add r3, r3, #4
str r3, [fp, #-12]
.L2:
ldr r3, .L12+4
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
blt .L5
b .L4
.L11:
nop
.L4:
ldr r3, .L12+8
ldr r3, [r3]
rsb r2, r3, #0
ldr r3, [fp, #-28]
str r2, [r3]
ldr r3, .L12+4
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
bne .L6
mov r3, #0
b .L7
.L6:
ldr r3, .L12+12
ldr r3, [r3]
rsb r2, r3, #0
ldr r3, [fp, #-28]
str r2, [r3]
ldr r3, .L12+16
ldr r3, [r3]
mov r1, r3
mov r0, #20
bl kzalloc
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L8
mov r3, #0
b .L7
.L8:
ldr r3, [fp, #-8]
mov r2, #4
ldr r1, [fp, #-12]
mov r0, r3
bl memcpy
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
ldr r1, [fp, #-8]
mov r0, r3
bl rcu_assign_pointer
ldr r3, [fp, #-8]
ldr r2, [fp, #-24]
str r2, [r3, #16]
ldr r3, [fp, #-8]
add r3, r3, #12
ldr r2, .L12+20
ldr r1, [r2]
mov r2, #0
mov r0, r3
bl timer_setup
ldr r3, .L12+24
ldr r2, [r3]
ldr r3, [fp, #-8]
str r2, [r3, #8]
ldr r1, .L12+28
ldr r0, [fp, #-24]
bl neigh_parms_alloc
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #4]
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
cmp r3, #0
bne .L9
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
mov r1, #0
mov r0, r3
bl RCU_INIT_POINTER
ldr r0, [fp, #-8]
bl kfree
mov r3, #0
b .L7
.L9:
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #0
beq .L10
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r0, [fp, #-24]
blx r3
mov r3, r0
cmp r3, #0
bge .L10
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
mov r1, r3
ldr r0, .L12+28
bl neigh_parms_release
ldr r3, [fp, #-24]
mov r2, #0
str r2, [r3, #4]
ldr r0, [fp, #-8]
bl kfree
mov r3, #0
b .L7
.L10:
ldr r3, [fp, #-8]
mov r1, r3
ldr r0, [fp, #-24]
bl dn_dev_sysctl_register
ldr r0, [fp, #-24]
bl dn_dev_set_timer
ldr r3, [fp, #-28]
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-8]
.L7:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L13:
.align 2
.L12:
.word dn_dev_list
.word DN_DEV_LIST_SIZE
.word ENODEV
.word ENOBUFS
.word GFP_ATOMIC
.word dn_dev_timer_func
.word jiffies
.word dn_neigh_table
.size dn_dev_create, .-dn_dev_create
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_cache-tree.c_cache_tree_read.c"
.intel_syntax noprefix
.text
.globl cache_tree_read
.type cache_tree_read, @function
cache_tree_read:
.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]
movzx eax, BYTE PTR [rax]
test al, al
je .L2
mov eax, 0
jmp .L3
.L2:
lea rdx, -16[rbp]
lea rax, -8[rbp]
mov rsi, rdx
mov rdi, rax
call read_one@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size cache_tree_read, .-cache_tree_read
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_cache-tree.c_cache_tree_read.c"
.text
.align 2
.global cache_tree_read
.syntax unified
.arm
.type cache_tree_read, %function
cache_tree_read:
@ 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]
ldrb r3, [r3] @ zero_extendqisi2
cmp r3, #0
beq .L2
mov r3, #0
b .L3
.L2:
sub r2, fp, #12
sub r3, fp, #8
mov r1, r2
mov r0, r3
bl read_one
mov r3, r0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size cache_tree_read, .-cache_tree_read
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_sqlite3rbu.c_rbuUpdateTempSize.c"
.intel_syntax noprefix
.text
.globl SQLITE_FULL
.bss
.align 4
.type SQLITE_FULL, @object
.size SQLITE_FULL, 4
SQLITE_FULL:
.zero 4
.globl SQLITE_OK
.align 4
.type SQLITE_OK, @object
.size SQLITE_OK, 4
SQLITE_OK:
.zero 4
.text
.type rbuUpdateTempSize, @function
rbuUpdateTempSize:
.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 8[rax]
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -32[rbp]
sub rax, rdx
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -8[rbp]
add rdx, rax
mov rax, QWORD PTR -16[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR -32[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR [rax]
not rax
shr rax, 63
movzx eax, al
mov edi, eax
call assert@PLT
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L2
mov rax, QWORD PTR -16[rbp]
mov rdx, QWORD PTR [rax]
mov rax, QWORD PTR -16[rbp]
mov rax, QWORD PTR 8[rax]
cmp rdx, rax
jle .L2
mov eax, DWORD PTR SQLITE_FULL[rip]
jmp .L3
.L2:
mov eax, DWORD PTR SQLITE_OK[rip]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rbuUpdateTempSize, .-rbuUpdateTempSize
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_sqlite3rbu.c_rbuUpdateTempSize.c"
.text
.global SQLITE_FULL
.bss
.align 2
.type SQLITE_FULL, %object
.size SQLITE_FULL, 4
SQLITE_FULL:
.space 4
.global SQLITE_OK
.align 2
.type SQLITE_OK, %object
.size SQLITE_OK, 4
SQLITE_OK:
.space 4
.text
.align 2
.syntax unified
.arm
.type rbuUpdateTempSize, %function
rbuUpdateTempSize:
@ 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, #4]
str r3, [fp, #-12]
ldr r3, [fp, #-16]
ldr r3, [r3]
ldr r2, [fp, #-20]
sub r3, r2, r3
str r3, [fp, #-8]
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-8]
add r2, r2, r3
ldr r3, [fp, #-12]
str r2, [r3]
ldr r3, [fp, #-16]
ldr r2, [fp, #-20]
str r2, [r3]
ldr r3, [fp, #-12]
ldr r3, [r3]
mvn r3, r3
lsr r3, r3, #31
and r3, r3, #255
mov r0, r3
bl assert
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
cmp r3, #0
beq .L2
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
cmp r2, r3
ble .L2
ldr r3, .L4
ldr r3, [r3]
b .L3
.L2:
ldr r3, .L4+4
ldr r3, [r3]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word SQLITE_FULL
.word SQLITE_OK
.size rbuUpdateTempSize, .-rbuUpdateTempSize
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_typeck.c_comp_ptr_ttypes_const.c"
.intel_syntax noprefix
.text
.globl OFFSET_TYPE
.bss
.align 8
.type OFFSET_TYPE, @object
.size OFFSET_TYPE, 8
OFFSET_TYPE:
.zero 8
.globl POINTER_TYPE
.align 8
.type POINTER_TYPE, @object
.size POINTER_TYPE, 8
POINTER_TYPE:
.zero 8
.text
.globl comp_ptr_ttypes_const
.type comp_ptr_ttypes_const, @function
comp_ptr_ttypes_const:
.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, 24
.cfi_offset 3, -24
mov DWORD PTR -20[rbp], edi
mov DWORD PTR -24[rbp], esi
.L6:
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call TREE_CODE@PLT
mov rbx, rax
mov eax, DWORD PTR -24[rbp]
mov edi, eax
call TREE_CODE@PLT
cmp rbx, rax
je .L2
mov eax, 0
jmp .L3
.L2:
mov eax, DWORD PTR -24[rbp]
mov edi, eax
call TREE_CODE@PLT
mov rdx, QWORD PTR OFFSET_TYPE[rip]
cmp rax, rdx
jne .L4
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call TYPE_OFFSET_BASETYPE@PLT
mov ebx, eax
mov eax, DWORD PTR -24[rbp]
mov edi, eax
call TYPE_OFFSET_BASETYPE@PLT
mov esi, ebx
mov edi, eax
call same_type_p@PLT
test rax, rax
jne .L7
.L4:
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call TREE_CODE@PLT
mov rdx, QWORD PTR POINTER_TYPE[rip]
cmp rax, rdx
je .L5
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -20[rbp]
mov esi, edx
mov edi, eax
call same_type_ignoring_top_level_qualifiers_p@PLT
jmp .L3
.L7:
nop
.L5:
mov eax, DWORD PTR -20[rbp]
mov edi, eax
call TREE_TYPE@PLT
mov DWORD PTR -20[rbp], eax
mov eax, DWORD PTR -24[rbp]
mov edi, eax
call TREE_TYPE@PLT
mov DWORD PTR -24[rbp], eax
jmp .L6
.L3:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size comp_ptr_ttypes_const, .-comp_ptr_ttypes_const
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_typeck.c_comp_ptr_ttypes_const.c"
.text
.global OFFSET_TYPE
.bss
.align 2
.type OFFSET_TYPE, %object
.size OFFSET_TYPE, 4
OFFSET_TYPE:
.space 4
.global POINTER_TYPE
.align 2
.type POINTER_TYPE, %object
.size POINTER_TYPE, 4
POINTER_TYPE:
.space 4
.text
.align 2
.global comp_ptr_ttypes_const
.syntax unified
.arm
.type comp_ptr_ttypes_const, %function
comp_ptr_ttypes_const:
@ 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
str r0, [fp, #-16]
str r1, [fp, #-20]
.L6:
ldr r0, [fp, #-16]
bl TREE_CODE
mov r4, r0
ldr r0, [fp, #-20]
bl TREE_CODE
mov r3, r0
cmp r4, r3
beq .L2
mov r3, #0
b .L3
.L2:
ldr r0, [fp, #-20]
bl TREE_CODE
mov r2, r0
ldr r3, .L8
ldr r3, [r3]
cmp r2, r3
bne .L4
ldr r0, [fp, #-20]
bl TYPE_OFFSET_BASETYPE
mov r4, r0
ldr r0, [fp, #-16]
bl TYPE_OFFSET_BASETYPE
mov r3, r0
mov r1, r3
mov r0, r4
bl same_type_p
mov r3, r0
cmp r3, #0
bne .L7
.L4:
ldr r0, [fp, #-16]
bl TREE_CODE
mov r2, r0
ldr r3, .L8+4
ldr r3, [r3]
cmp r2, r3
beq .L5
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl same_type_ignoring_top_level_qualifiers_p
mov r3, r0
b .L3
.L7:
nop
.L5:
ldr r0, [fp, #-16]
bl TREE_TYPE
str r0, [fp, #-16]
ldr r0, [fp, #-20]
bl TREE_TYPE
str r0, [fp, #-20]
b .L6
.L3:
mov r0, r3
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L9:
.align 2
.L8:
.word OFFSET_TYPE
.word POINTER_TYPE
.size comp_ptr_ttypes_const, .-comp_ptr_ttypes_const
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ps3bus.c_ps3bus_print_child.c"
.intel_syntax noprefix
.text
.globl SYS_RES_IRQ
.bss
.align 4
.type SYS_RES_IRQ, @object
.size SYS_RES_IRQ, 4
SYS_RES_IRQ:
.zero 4
.globl SYS_RES_MEMORY
.align 4
.type SYS_RES_MEMORY, @object
.size SYS_RES_MEMORY, 4
SYS_RES_MEMORY:
.zero 4
.section .rodata
.LC0:
.string "%#jx"
.LC1:
.string "mem"
.LC2:
.string "%jd"
.LC3:
.string "irq"
.text
.type ps3bus_print_child, @function
ps3bus_print_child:
.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 -24[rbp]
mov edi, eax
call device_get_ivars@PLT
mov QWORD PTR -8[rbp], rax
mov DWORD PTR -12[rbp], 0
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -20[rbp]
mov esi, edx
mov edi, eax
call bus_print_child_header@PLT
mov edx, eax
mov eax, DWORD PTR -12[rbp]
add eax, edx
mov DWORD PTR -12[rbp], eax
mov edx, DWORD PTR SYS_RES_MEMORY[rip]
mov rax, QWORD PTR -8[rbp]
lea rcx, .LC0[rip]
lea rsi, .LC1[rip]
mov rdi, rax
call resource_list_print_type@PLT
mov edx, eax
mov eax, DWORD PTR -12[rbp]
add eax, edx
mov DWORD PTR -12[rbp], eax
mov edx, DWORD PTR SYS_RES_IRQ[rip]
mov rax, QWORD PTR -8[rbp]
lea rcx, .LC2[rip]
lea rsi, .LC3[rip]
mov rdi, rax
call resource_list_print_type@PLT
mov edx, eax
mov eax, DWORD PTR -12[rbp]
add eax, edx
mov DWORD PTR -12[rbp], eax
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -20[rbp]
mov esi, edx
mov edi, eax
call bus_print_child_footer@PLT
mov edx, eax
mov eax, DWORD PTR -12[rbp]
add eax, edx
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR -12[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ps3bus_print_child, .-ps3bus_print_child
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ps3bus.c_ps3bus_print_child.c"
.text
.global SYS_RES_IRQ
.bss
.align 2
.type SYS_RES_IRQ, %object
.size SYS_RES_IRQ, 4
SYS_RES_IRQ:
.space 4
.global SYS_RES_MEMORY
.align 2
.type SYS_RES_MEMORY, %object
.size SYS_RES_MEMORY, 4
SYS_RES_MEMORY:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "%#jx\000"
.align 2
.LC1:
.ascii "mem\000"
.align 2
.LC2:
.ascii "%jd\000"
.align 2
.LC3:
.ascii "irq\000"
.text
.align 2
.syntax unified
.arm
.type ps3bus_print_child, %function
ps3bus_print_child:
@ 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, #-20]
bl device_get_ivars
str r0, [fp, #-12]
mov r3, #0
str r3, [fp, #-8]
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl bus_print_child_header
mov r2, r0
ldr r3, [fp, #-8]
add r3, r3, r2
str r3, [fp, #-8]
ldr r0, [fp, #-12]
ldr r3, .L3
ldr r2, [r3]
ldr r3, .L3+4
ldr r1, .L3+8
bl resource_list_print_type
mov r2, r0
ldr r3, [fp, #-8]
add r3, r3, r2
str r3, [fp, #-8]
ldr r0, [fp, #-12]
ldr r3, .L3+12
ldr r2, [r3]
ldr r3, .L3+16
ldr r1, .L3+20
bl resource_list_print_type
mov r2, r0
ldr r3, [fp, #-8]
add r3, r3, r2
str r3, [fp, #-8]
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl bus_print_child_footer
mov r2, r0
ldr r3, [fp, #-8]
add r3, r3, r2
str r3, [fp, #-8]
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word SYS_RES_MEMORY
.word .LC0
.word .LC1
.word SYS_RES_IRQ
.word .LC2
.word .LC3
.size ps3bus_print_child, .-ps3bus_print_child
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_thread.c_vlc_control_cancel.c"
.intel_syntax noprefix
.text
.globl vlc_control_cancel
.type vlc_control_cancel, @function
vlc_control_cancel:
.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, 192
mov DWORD PTR -180[rbp], edi
mov QWORD PTR -168[rbp], rsi
mov QWORD PTR -160[rbp], rdx
mov QWORD PTR -152[rbp], rcx
mov QWORD PTR -144[rbp], r8
mov QWORD PTR -136[rbp], r9
test al, al
je .L3
movaps XMMWORD PTR -128[rbp], xmm0
movaps XMMWORD PTR -112[rbp], xmm1
movaps XMMWORD PTR -96[rbp], xmm2
movaps XMMWORD PTR -80[rbp], xmm3
movaps XMMWORD PTR -64[rbp], xmm4
movaps XMMWORD PTR -48[rbp], xmm5
movaps XMMWORD PTR -32[rbp], xmm6
movaps XMMWORD PTR -16[rbp], xmm7
.L3:
mov eax, 0
call vlc_assert_unreachable@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size vlc_control_cancel, .-vlc_control_cancel
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_thread.c_vlc_control_cancel.c"
.text
.align 2
.global vlc_control_cancel
.syntax unified
.arm
.type vlc_control_cancel, %function
vlc_control_cancel:
@ args = 4, pretend = 16, frame = 0
@ frame_needed = 1, uses_anonymous_args = 1
push {r0, r1, r2, r3}
push {fp, lr}
add fp, sp, #4
bl vlc_assert_unreachable
nop
sub sp, fp, #4
@ sp needed
pop {fp, lr}
add sp, sp, #16
bx lr
.size vlc_control_cancel, .-vlc_control_cancel
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_lock.c_msvcrt_mlock_set_entry_initialized.c"
.intel_syntax noprefix
.text
.globl lock_table
.bss
.align 8
.type lock_table, @object
.size lock_table, 8
lock_table:
.zero 8
.text
.type msvcrt_mlock_set_entry_initialized, @function
msvcrt_mlock_set_entry_initialized:
.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 DWORD PTR -8[rbp], esi
mov rdx, QWORD PTR lock_table[rip]
mov eax, DWORD PTR -4[rbp]
cdqe
sal rax, 2
add rdx, rax
mov eax, DWORD PTR -8[rbp]
mov DWORD PTR [rdx], eax
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size msvcrt_mlock_set_entry_initialized, .-msvcrt_mlock_set_entry_initialized
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_lock.c_msvcrt_mlock_set_entry_initialized.c"
.text
.global lock_table
.bss
.align 2
.type lock_table, %object
.size lock_table, 4
lock_table:
.space 4
.text
.align 2
.syntax unified
.arm
.type msvcrt_mlock_set_entry_initialized, %function
msvcrt_mlock_set_entry_initialized:
@ 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]
ldr r3, .L2
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r2, [fp, #-12]
str r2, [r3]
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L3:
.align 2
.L2:
.word lock_table
.size msvcrt_mlock_set_entry_initialized, .-msvcrt_mlock_set_entry_initialized
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_dm-snap.c_error_bios.c"
.intel_syntax noprefix
.text
.type error_bios, @function
error_bios:
.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
jmp .L2
.L3:
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR [rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov QWORD PTR [rax], 0
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call bio_io_error@PLT
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR -24[rbp], rax
.L2:
cmp QWORD PTR -24[rbp], 0
jne .L3
nop
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size error_bios, .-error_bios
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_dm-snap.c_error_bios.c"
.text
.align 2
.syntax unified
.arm
.type error_bios, %function
error_bios:
@ 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]
b .L2
.L3:
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-16]
mov r2, #0
str r2, [r3]
ldr r0, [fp, #-16]
bl bio_io_error
ldr r3, [fp, #-8]
str r3, [fp, #-16]
.L2:
ldr r3, [fp, #-16]
cmp r3, #0
bne .L3
nop
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size error_bios, .-error_bios
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mfi_config.c_create_volume.c"
.intel_syntax noprefix
.text
.globl EINVAL
.bss
.align 4
.type EINVAL, @object
.size EINVAL, 4
EINVAL:
.zero 4
.globl ENOMEM
.align 4
.type ENOMEM, @object
.size ENOMEM, 4
ENOMEM:
.zero 4
.globl EOPNOTSUPP
.align 4
.type EOPNOTSUPP, @object
.size EOPNOTSUPP, 4
EOPNOTSUPP:
.zero 4
.globl MFI_ARRAY_SIZE
.align 4
.type MFI_ARRAY_SIZE, @object
.size MFI_ARRAY_SIZE, 4
MFI_ARRAY_SIZE:
.zero 4
.globl MFI_DCMD_CFG_ADD
.align 4
.type MFI_DCMD_CFG_ADD, @object
.size MFI_DCMD_CFG_ADD, 4
MFI_DCMD_CFG_ADD:
.zero 4
.globl MFI_MAX_SPAN_DEPTH
.align 4
.type MFI_MAX_SPAN_DEPTH, @object
.size MFI_MAX_SPAN_DEPTH, 4
MFI_MAX_SPAN_DEPTH:
.zero 4
.globl O_RDWR
.align 4
.type O_RDWR, @object
.size O_RDWR, 4
O_RDWR:
.zero 4
.globl compare_int
.align 4
.type compare_int, @object
.size compare_int, 4
compare_int:
.zero 4
.globl errno
.align 4
.type errno, @object
.size errno, 4
errno:
.zero 4
.globl mfi_unit
.align 4
.type mfi_unit, @object
.size mfi_unit, 4
mfi_unit:
.zero 4
.globl optarg
.align 4
.type optarg, @object
.size optarg, 4
optarg:
.zero 4
.globl optind
.align 4
.type optind, @object
.size optind, 4
optind:
.zero 4
.globl raid_type_table
.align 8
.type raid_type_table, @object
.size raid_type_table, 8
raid_type_table:
.zero 8
.section .rodata
.LC0:
.string "volume"
.LC1:
.string "spare"
.align 8
.LC2:
.string "create volume: volume type required"
.LC3:
.string "mfi_open"
.align 8
.LC4:
.string "The current mfi(4) driver does not support configuration changes."
.align 8
.LC5:
.string "Unknown or unsupported volume type %s"
.LC6:
.string "ds:v"
.align 8
.LC7:
.string "At least one drive list is required"
.align 8
.LC8:
.string "Only one drive list can be specified"
.align 8
.LC9:
.string "RAID10, RAID50, and RAID60 require at least two drive lists"
.align 8
.LC10:
.string "Volume spans more than %d arrays"
.LC11:
.string "malloc failed"
.align 8
.LC12:
.string "All arrays must contain the same number of drives"
.LC13:
.string "Failed to read configuration"
.LC14:
.string "Failed to add volume"
.text
.type create_volume, @function
create_volume:
.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, 184
.cfi_offset 3, -24
mov DWORD PTR -180[rbp], edi
mov QWORD PTR -192[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
cmp DWORD PTR -180[rbp], 1
jle .L2
mov rax, QWORD PTR -192[rbp]
add rax, 8
mov rax, QWORD PTR [rax]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L3
add QWORD PTR -192[rbp], 8
sub DWORD PTR -180[rbp], 1
jmp .L2
.L3:
mov rax, QWORD PTR -192[rbp]
add rax, 8
mov rax, QWORD PTR [rax]
lea rdx, .LC1[rip]
mov rsi, rdx
mov rdi, rax
call strcmp@PLT
test rax, rax
jne .L2
add QWORD PTR -192[rbp], 8
sub DWORD PTR -180[rbp], 1
mov rdx, QWORD PTR -192[rbp]
mov eax, DWORD PTR -180[rbp]
mov rsi, rdx
mov edi, eax
call add_spare@PLT
jmp .L59
.L2:
cmp DWORD PTR -180[rbp], 1
jg .L5
lea rax, .LC2[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
jmp .L59
.L5:
lea rax, -64[rbp]
mov esi, 32
mov rdi, rax
call bzero@PLT
mov QWORD PTR -136[rbp], 0
mov QWORD PTR -104[rbp], 0
mov DWORD PTR -160[rbp], 0
mov DWORD PTR -172[rbp], 0
mov edx, DWORD PTR O_RDWR[rip]
mov eax, DWORD PTR mfi_unit[rip]
mov esi, edx
mov edi, eax
call mfi_open@PLT
mov DWORD PTR -148[rbp], eax
cmp DWORD PTR -148[rbp], 0
jns .L6
mov eax, DWORD PTR errno[rip]
mov DWORD PTR -172[rbp], eax
lea rax, .LC3[rip]
mov rdi, rax
call warn@PLT
mov eax, DWORD PTR -172[rbp]
jmp .L59
.L6:
mov eax, 0
call mfi_reconfig_supported@PLT
test eax, eax
jne .L7
lea rax, .LC4[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EOPNOTSUPP[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L7:
mov DWORD PTR -164[rbp], -1
mov DWORD PTR -168[rbp], 0
jmp .L9
.L12:
mov rax, QWORD PTR -192[rbp]
add rax, 8
mov rdx, QWORD PTR [rax]
mov rcx, QWORD PTR raid_type_table[rip]
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 4
add rax, rcx
mov rax, QWORD PTR 8[rax]
mov rsi, rdx
mov rdi, rax
call strcasecmp@PLT
test rax, rax
jne .L10
mov rdx, QWORD PTR raid_type_table[rip]
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 4
add rax, rdx
mov eax, DWORD PTR [rax]
mov DWORD PTR -164[rbp], eax
jmp .L11
.L10:
add DWORD PTR -168[rbp], 1
.L9:
mov rdx, QWORD PTR raid_type_table[rip]
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rax, QWORD PTR 8[rax]
test rax, rax
jne .L12
.L11:
cmp DWORD PTR -164[rbp], -1
jne .L13
mov rax, QWORD PTR -192[rbp]
add rax, 8
mov rax, QWORD PTR [rax]
mov rsi, rax
lea rax, .LC5[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L13:
mov DWORD PTR optind[rip], 2
mov DWORD PTR -152[rbp], 0
mov QWORD PTR -96[rbp], 65536
jmp .L14
.L20:
cmp DWORD PTR -144[rbp], 115
je .L15
cmp DWORD PTR -144[rbp], 118
je .L16
jmp .L61
.L15:
mov eax, DWORD PTR optarg[rip]
mov edi, eax
call dehumanize@PLT
mov QWORD PTR -96[rbp], rax
cmp QWORD PTR -96[rbp], 511
jle .L18
mov rax, QWORD PTR -96[rbp]
mov rdi, rax
call powerof2@PLT
test eax, eax
jne .L14
.L18:
mov QWORD PTR -96[rbp], 65536
jmp .L14
.L16:
mov DWORD PTR -152[rbp], 1
jmp .L14
.L61:
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L14:
mov rcx, QWORD PTR -192[rbp]
mov eax, DWORD PTR -180[rbp]
lea rdx, .LC6[rip]
mov rsi, rcx
mov edi, eax
call getopt@PLT
mov DWORD PTR -144[rbp], eax
cmp DWORD PTR -144[rbp], -1
jne .L20
mov eax, DWORD PTR optind[rip]
sub DWORD PTR -180[rbp], eax
mov eax, DWORD PTR optind[rip]
cdqe
sal rax, 3
add QWORD PTR -192[rbp], rax
mov eax, DWORD PTR -180[rbp]
mov DWORD PTR -160[rbp], eax
cmp DWORD PTR -160[rbp], 0
jne .L21
lea rax, .LC7[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L21:
mov eax, DWORD PTR -164[rbp]
add eax, -128
cmp eax, 8
seta dl
test dl, dl
jne .L22
mov edx, 1
mov ecx, eax
sal rdx, cl
mov rax, rdx
mov rdx, rax
and edx, 362
test rdx, rdx
setne dl
test dl, dl
jne .L23
and eax, 21
test rax, rax
setne al
test al, al
jne .L24
jmp .L22
.L23:
cmp DWORD PTR -160[rbp], 1
je .L62
lea rax, .LC8[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L24:
cmp DWORD PTR -160[rbp], 0
jg .L26
lea rax, .LC9[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L26:
mov eax, DWORD PTR MFI_MAX_SPAN_DEPTH[rip]
cmp DWORD PTR -160[rbp], eax
jle .L63
mov eax, DWORD PTR MFI_MAX_SPAN_DEPTH[rip]
mov esi, eax
lea rax, .LC10[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L62:
nop
jmp .L22
.L63:
nop
.L22:
mov eax, DWORD PTR -160[rbp]
mov esi, 64
mov edi, eax
call calloc@PLT
mov QWORD PTR -104[rbp], rax
cmp QWORD PTR -104[rbp], 0
jne .L28
lea rax, .LC11[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR ENOMEM[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L28:
mov DWORD PTR -168[rbp], 0
jmp .L29
.L31:
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
mov rdx, rax
mov rax, QWORD PTR -104[rbp]
lea rcx, [rdx+rax]
mov eax, DWORD PTR -168[rbp]
cdqe
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -192[rbp]
add rax, rdx
mov rdx, QWORD PTR [rax]
mov esi, DWORD PTR -164[rbp]
mov eax, DWORD PTR -148[rbp]
mov edi, eax
call parse_array@PLT
mov DWORD PTR -172[rbp], eax
cmp DWORD PTR -172[rbp], 0
jne .L64
add DWORD PTR -168[rbp], 1
.L29:
mov eax, DWORD PTR -168[rbp]
cmp eax, DWORD PTR -160[rbp]
jl .L31
mov eax, DWORD PTR -164[rbp]
add eax, -128
cmp eax, 4
seta dl
test dl, dl
jne .L32
mov edx, 21
mov ecx, eax
shr rdx, cl
mov rax, rdx
and eax, 1
test rax, rax
setne al
test al, al
je .L32
mov DWORD PTR -168[rbp], 1
jmp .L33
.L35:
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
mov rdx, rax
mov rax, QWORD PTR -104[rbp]
add rax, rdx
mov edx, DWORD PTR 56[rax]
mov rax, QWORD PTR -104[rbp]
mov eax, DWORD PTR 56[rax]
cmp edx, eax
je .L34
lea rax, .LC12[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR EINVAL[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L34:
add DWORD PTR -168[rbp], 1
.L33:
mov eax, DWORD PTR -168[rbp]
cmp eax, DWORD PTR -160[rbp]
jl .L35
nop
.L32:
lea rdx, -136[rbp]
mov eax, DWORD PTR -148[rbp]
mov rsi, rdx
mov edi, eax
call mfi_config_read@PLT
test rax, rax
jns .L36
mov eax, DWORD PTR errno[rip]
mov DWORD PTR -172[rbp], eax
lea rax, .LC13[rip]
mov rdi, rax
call warn@PLT
jmp .L8
.L36:
mov rax, QWORD PTR -136[rbp]
mov rax, QWORD PTR 40[rax]
mov QWORD PTR -128[rbp], rax
mov DWORD PTR -64[rbp], 65535
mov DWORD PTR -60[rbp], 255
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -56[rbp], eax
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
jle .L37
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR [rax]
mov esi, 4
mov edi, eax
call calloc@PLT
mov QWORD PTR -48[rbp], rax
mov rax, QWORD PTR -48[rbp]
test rax, rax
jne .L38
lea rax, .LC11[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR ENOMEM[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L38:
mov DWORD PTR -168[rbp], 0
jmp .L39
.L40:
mov rax, QWORD PTR -128[rbp]
mov QWORD PTR -88[rbp], rax
mov rdx, QWORD PTR -48[rbp]
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
add rdx, rax
mov rax, QWORD PTR -88[rbp]
mov rcx, QWORD PTR [rax]
mov rbx, QWORD PTR 8[rax]
mov QWORD PTR [rdx], rcx
mov QWORD PTR 8[rdx], rbx
mov rcx, QWORD PTR 16[rax]
mov rbx, QWORD PTR 24[rax]
mov QWORD PTR 16[rdx], rcx
mov QWORD PTR 24[rdx], rbx
mov rcx, QWORD PTR 32[rax]
mov rbx, QWORD PTR 40[rax]
mov QWORD PTR 32[rdx], rcx
mov QWORD PTR 40[rdx], rbx
mov rcx, QWORD PTR 48[rax]
mov rbx, QWORD PTR 56[rax]
mov QWORD PTR 48[rdx], rcx
mov QWORD PTR 56[rdx], rbx
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 4[rax]
cdqe
add QWORD PTR -128[rbp], rax
add DWORD PTR -168[rbp], 1
.L39:
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR [rax]
cmp DWORD PTR -168[rbp], eax
jl .L40
mov edx, DWORD PTR compare_int[rip]
mov rax, QWORD PTR -136[rbp]
mov esi, DWORD PTR [rax]
mov rax, QWORD PTR -48[rbp]
mov ecx, edx
mov edx, 4
mov rdi, rax
call qsort@PLT
jmp .L41
.L37:
mov QWORD PTR -48[rbp], 0
.L41:
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 8[rax]
mov DWORD PTR -52[rbp], eax
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 8[rax]
test eax, eax
je .L42
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, 4
mov edi, eax
call calloc@PLT
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR -40[rbp]
test rax, rax
jne .L43
lea rax, .LC11[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR ENOMEM[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L43:
mov DWORD PTR -168[rbp], 0
jmp .L44
.L45:
mov rax, QWORD PTR -128[rbp]
mov QWORD PTR -80[rbp], rax
mov rdx, QWORD PTR -40[rbp]
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
add rdx, rax
mov rax, QWORD PTR -80[rbp]
mov rcx, QWORD PTR [rax]
mov rbx, QWORD PTR 8[rax]
mov QWORD PTR [rdx], rcx
mov QWORD PTR 8[rdx], rbx
mov rcx, QWORD PTR 16[rax]
mov rbx, QWORD PTR 24[rax]
mov QWORD PTR 16[rdx], rcx
mov QWORD PTR 24[rdx], rbx
mov rcx, QWORD PTR 32[rax]
mov rbx, QWORD PTR 40[rax]
mov QWORD PTR 32[rdx], rcx
mov QWORD PTR 40[rdx], rbx
mov rcx, QWORD PTR 48[rax]
mov rbx, QWORD PTR 56[rax]
mov QWORD PTR 48[rdx], rcx
mov QWORD PTR 56[rdx], rbx
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 12[rax]
cdqe
add QWORD PTR -128[rbp], rax
add DWORD PTR -168[rbp], 1
.L44:
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 8[rax]
cmp DWORD PTR -168[rbp], eax
jl .L45
mov edx, DWORD PTR compare_int[rip]
mov rax, QWORD PTR -136[rbp]
mov esi, DWORD PTR 8[rax]
mov rax, QWORD PTR -40[rbp]
mov ecx, edx
mov edx, 4
mov rdi, rax
call qsort@PLT
jmp .L46
.L42:
mov QWORD PTR -40[rbp], 0
.L46:
mov rax, QWORD PTR -136[rbp]
mov rdi, rax
call free@PLT
mov eax, DWORD PTR -164[rbp]
add eax, -128
cmp eax, 8
seta dl
test dl, dl
jne .L47
mov edx, 1
mov ecx, eax
sal rdx, cl
mov rax, rdx
mov rdx, rax
and edx, 490
test rdx, rdx
setne dl
test dl, dl
jne .L48
and eax, 21
test rax, rax
setne al
test al, al
jne .L49
jmp .L47
.L48:
mov eax, DWORD PTR -160[rbp]
mov DWORD PTR -156[rbp], eax
jmp .L50
.L49:
mov DWORD PTR -156[rbp], 1
jmp .L50
.L47:
mov eax, 0
call abort@PLT
.L50:
mov eax, DWORD PTR -156[rbp]
cdqe
add rax, 1
sal rax, 6
mov rdx, rax
mov eax, DWORD PTR MFI_ARRAY_SIZE[rip]
imul eax, DWORD PTR -160[rbp]
cdqe
add rax, rdx
mov QWORD PTR -72[rbp], rax
mov rax, QWORD PTR -72[rbp]
mov rsi, rax
mov edi, 1
call calloc@PLT
mov QWORD PTR -136[rbp], rax
mov rax, QWORD PTR -136[rbp]
test rax, rax
jne .L51
lea rax, .LC11[rip]
mov rdi, rax
mov eax, 0
call warnx@PLT
mov eax, DWORD PTR ENOMEM[rip]
mov DWORD PTR -172[rbp], eax
jmp .L8
.L51:
mov rax, QWORD PTR -136[rbp]
mov rdx, QWORD PTR -72[rbp]
mov QWORD PTR 16[rax], rdx
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR -160[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR MFI_ARRAY_SIZE[rip]
mov DWORD PTR 4[rax], edx
mov rax, QWORD PTR -136[rbp]
mov edx, DWORD PTR -156[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -136[rbp]
mov DWORD PTR 12[rax], 64
mov rax, QWORD PTR -136[rbp]
mov QWORD PTR 48[rax], 0
mov rax, QWORD PTR -136[rbp]
mov DWORD PTR 24[rax], 40
mov rax, QWORD PTR -136[rbp]
mov rax, QWORD PTR 40[rax]
mov QWORD PTR -120[rbp], rax
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 4[rax]
imul eax, DWORD PTR -160[rbp]
movsx rdx, eax
mov rax, QWORD PTR -120[rbp]
add rax, rdx
mov QWORD PTR -112[rbp], rax
mov DWORD PTR -168[rbp], 0
jmp .L52
.L53:
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
mov rdx, rax
mov rax, QWORD PTR -104[rbp]
lea rdi, [rdx+rax]
mov ecx, DWORD PTR -152[rbp]
lea rdx, -64[rbp]
mov rsi, QWORD PTR -120[rbp]
mov eax, DWORD PTR -148[rbp]
mov r8d, ecx
mov rcx, rdx
mov rdx, rdi
mov edi, eax
call build_array@PLT
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 4[rax]
cdqe
add QWORD PTR -120[rbp], rax
add DWORD PTR -168[rbp], 1
.L52:
mov eax, DWORD PTR -168[rbp]
cmp eax, DWORD PTR -160[rbp]
jl .L53
mov eax, DWORD PTR -160[rbp]
cdq
idiv DWORD PTR -156[rbp]
mov DWORD PTR -140[rbp], eax
mov DWORD PTR -168[rbp], 0
jmp .L54
.L55:
mov eax, DWORD PTR -168[rbp]
imul eax, DWORD PTR -140[rbp]
cdqe
sal rax, 6
mov rdx, rax
mov rax, QWORD PTR -104[rbp]
lea rdi, [rdx+rax]
lea r9, -64[rbp]
mov r8, QWORD PTR -96[rbp]
mov edx, DWORD PTR -164[rbp]
mov esi, DWORD PTR -140[rbp]
mov rax, QWORD PTR -112[rbp]
sub rsp, 8
mov ecx, DWORD PTR -152[rbp]
push rcx
mov ecx, edx
mov rdx, rdi
mov rdi, rax
call build_volume@PLT
add rsp, 16
mov rax, QWORD PTR -136[rbp]
mov eax, DWORD PTR 12[rax]
cdqe
add QWORD PTR -112[rbp], rax
add DWORD PTR -168[rbp], 1
.L54:
mov eax, DWORD PTR -168[rbp]
cmp eax, DWORD PTR -156[rbp]
jl .L55
mov rdx, QWORD PTR -136[rbp]
mov esi, DWORD PTR MFI_DCMD_CFG_ADD[rip]
mov rcx, QWORD PTR -72[rbp]
mov eax, DWORD PTR -148[rbp]
sub rsp, 8
push 0
mov r9d, 0
mov r8d, 0
mov edi, eax
call mfi_dcmd_command@PLT
add rsp, 16
test rax, rax
jns .L65
mov eax, DWORD PTR errno[rip]
mov DWORD PTR -172[rbp], eax
lea rax, .LC14[rip]
mov rdi, rax
call warn@PLT
jmp .L8
.L64:
nop
jmp .L8
.L65:
nop
.L8:
mov rax, QWORD PTR -136[rbp]
mov rdi, rax
call free@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call free@PLT
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call free@PLT
cmp QWORD PTR -104[rbp], 0
je .L56
mov DWORD PTR -168[rbp], 0
jmp .L57
.L58:
mov eax, DWORD PTR -168[rbp]
cdqe
sal rax, 6
mov rdx, rax
mov rax, QWORD PTR -104[rbp]
add rax, rdx
mov rax, QWORD PTR 32[rax]
mov rdi, rax
call free@PLT
add DWORD PTR -168[rbp], 1
.L57:
mov eax, DWORD PTR -168[rbp]
cmp eax, DWORD PTR -160[rbp]
jl .L58
mov rax, QWORD PTR -104[rbp]
mov rdi, rax
call free@PLT
.L56:
mov eax, DWORD PTR -148[rbp]
mov edi, eax
call close@PLT
mov eax, DWORD PTR -172[rbp]
.L59:
mov rdx, QWORD PTR -24[rbp]
sub rdx, QWORD PTR fs:40
je .L60
call __stack_chk_fail@PLT
.L60:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size create_volume, .-create_volume
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_mfi_config.c_create_volume.c"
.text
.global EINVAL
.bss
.align 2
.type EINVAL, %object
.size EINVAL, 4
EINVAL:
.space 4
.global ENOMEM
.align 2
.type ENOMEM, %object
.size ENOMEM, 4
ENOMEM:
.space 4
.global EOPNOTSUPP
.align 2
.type EOPNOTSUPP, %object
.size EOPNOTSUPP, 4
EOPNOTSUPP:
.space 4
.global MFI_ARRAY_SIZE
.align 2
.type MFI_ARRAY_SIZE, %object
.size MFI_ARRAY_SIZE, 4
MFI_ARRAY_SIZE:
.space 4
.global MFI_DCMD_CFG_ADD
.align 2
.type MFI_DCMD_CFG_ADD, %object
.size MFI_DCMD_CFG_ADD, 4
MFI_DCMD_CFG_ADD:
.space 4
.global MFI_MAX_SPAN_DEPTH
.align 2
.type MFI_MAX_SPAN_DEPTH, %object
.size MFI_MAX_SPAN_DEPTH, 4
MFI_MAX_SPAN_DEPTH:
.space 4
.global O_RDWR
.align 2
.type O_RDWR, %object
.size O_RDWR, 4
O_RDWR:
.space 4
.global compare_int
.align 2
.type compare_int, %object
.size compare_int, 4
compare_int:
.space 4
.global errno
.align 2
.type errno, %object
.size errno, 4
errno:
.space 4
.global mfi_unit
.align 2
.type mfi_unit, %object
.size mfi_unit, 4
mfi_unit:
.space 4
.global optarg
.align 2
.type optarg, %object
.size optarg, 4
optarg:
.space 4
.global optind
.align 2
.type optind, %object
.size optind, 4
optind:
.space 4
.global raid_type_table
.align 2
.type raid_type_table, %object
.size raid_type_table, 4
raid_type_table:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "volume\000"
.align 2
.LC1:
.ascii "spare\000"
.align 2
.LC2:
.ascii "create volume: volume type required\000"
.align 2
.LC3:
.ascii "mfi_open\000"
.align 2
.LC4:
.ascii "The current mfi(4) driver does not support configur"
.ascii "ation changes.\000"
.align 2
.LC5:
.ascii "Unknown or unsupported volume type %s\000"
.align 2
.LC6:
.ascii "ds:v\000"
.align 2
.LC7:
.ascii "At least one drive list is required\000"
.align 2
.LC8:
.ascii "Only one drive list can be specified\000"
.align 2
.LC9:
.ascii "RAID10, RAID50, and RAID60 require at least two dri"
.ascii "ve lists\000"
.align 2
.LC10:
.ascii "Volume spans more than %d arrays\000"
.align 2
.LC11:
.ascii "malloc failed\000"
.align 2
.LC12:
.ascii "All arrays must contain the same number of drives\000"
.align 2
.LC13:
.ascii "Failed to read configuration\000"
.global __aeabi_idiv
.align 2
.LC14:
.ascii "Failed to add volume\000"
.text
.align 2
.syntax unified
.arm
.type create_volume, %function
create_volume:
@ args = 0, pretend = 0, frame = 112
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #128
str r0, [fp, #-112]
str r1, [fp, #-116]
ldr r3, .L66
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
ldr r3, [fp, #-112]
cmp r3, #1
ble .L2
ldr r3, [fp, #-116]
add r3, r3, #4
ldr r3, [r3]
ldr r1, .L66+4
mov r0, r3
bl strcmp
mov r3, r0
cmp r3, #0
bne .L3
ldr r3, [fp, #-116]
add r3, r3, #4
str r3, [fp, #-116]
ldr r3, [fp, #-112]
sub r3, r3, #1
str r3, [fp, #-112]
b .L2
.L3:
ldr r3, [fp, #-116]
add r3, r3, #4
ldr r3, [r3]
ldr r1, .L66+8
mov r0, r3
bl strcmp
mov r3, r0
cmp r3, #0
bne .L2
ldr r3, [fp, #-116]
add r3, r3, #4
str r3, [fp, #-116]
ldr r3, [fp, #-112]
sub r3, r3, #1
str r3, [fp, #-112]
ldr r1, [fp, #-116]
ldr r0, [fp, #-112]
bl add_spare
mov r3, r0
b .L59
.L2:
ldr r3, [fp, #-112]
cmp r3, #1
bgt .L5
ldr r0, .L66+12
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
b .L59
.L5:
sub r3, fp, #32
mov r1, #24
mov r0, r3
bl bzero
mov r3, #0
str r3, [fp, #-104]
mov r3, #0
str r3, [fp, #-68]
mov r3, #0
str r3, [fp, #-76]
mov r3, #0
str r3, [fp, #-88]
ldr r3, .L66+20
ldr r3, [r3]
ldr r2, .L66+24
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl mfi_open
str r0, [fp, #-56]
ldr r3, [fp, #-56]
cmp r3, #0
bge .L6
ldr r3, .L66+28
ldr r3, [r3]
str r3, [fp, #-88]
ldr r0, .L66+32
bl warn
ldr r3, [fp, #-88]
b .L59
.L6:
bl mfi_reconfig_supported
mov r3, r0
cmp r3, #0
bne .L7
ldr r0, .L66+36
bl warnx
ldr r3, .L66+40
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L7:
mvn r3, #0
str r3, [fp, #-80]
mov r3, #0
str r3, [fp, #-84]
b .L9
.L12:
ldr r3, .L66+44
ldr r2, [r3]
ldr r3, [fp, #-84]
lsl r3, r3, #3
add r3, r2, r3
ldr r2, [r3, #4]
ldr r3, [fp, #-116]
add r3, r3, #4
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl strcasecmp
mov r3, r0
cmp r3, #0
bne .L10
ldr r3, .L66+44
ldr r2, [r3]
ldr r3, [fp, #-84]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-80]
b .L11
.L10:
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L9:
ldr r3, .L66+44
ldr r2, [r3]
ldr r3, [fp, #-84]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
cmp r3, #0
bne .L12
.L11:
ldr r3, [fp, #-80]
cmn r3, #1
bne .L13
ldr r3, [fp, #-116]
add r3, r3, #4
ldr r3, [r3]
mov r1, r3
ldr r0, .L66+48
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L13:
ldr r3, .L66+52
mov r2, #2
str r2, [r3]
mov r3, #0
str r3, [fp, #-60]
mov r3, #65536
str r3, [fp, #-64]
b .L14
.L20:
ldr r3, [fp, #-52]
cmp r3, #115
beq .L15
ldr r3, [fp, #-52]
cmp r3, #118
beq .L16
b .L61
.L15:
ldr r3, .L66+56
ldr r3, [r3]
mov r0, r3
bl dehumanize
str r0, [fp, #-64]
ldr r3, [fp, #-64]
cmp r3, #512
blt .L18
ldr r0, [fp, #-64]
bl powerof2
mov r3, r0
cmp r3, #0
bne .L14
.L18:
mov r3, #65536
str r3, [fp, #-64]
b .L14
.L16:
mov r3, #1
str r3, [fp, #-60]
b .L14
.L61:
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L14:
ldr r2, .L66+60
ldr r1, [fp, #-116]
ldr r0, [fp, #-112]
bl getopt
str r0, [fp, #-52]
ldr r3, [fp, #-52]
cmn r3, #1
bne .L20
ldr r3, .L66+52
ldr r3, [r3]
ldr r2, [fp, #-112]
sub r3, r2, r3
str r3, [fp, #-112]
ldr r3, .L66+52
ldr r3, [r3]
lsl r3, r3, #2
ldr r2, [fp, #-116]
add r3, r2, r3
str r3, [fp, #-116]
ldr r3, [fp, #-112]
str r3, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L21
ldr r0, .L66+64
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L21:
ldr r3, [fp, #-80]
sub r3, r3, #128
cmp r3, #8
movhi r2, #1
movls r2, #0
and r2, r2, #255
cmp r2, #0
bne .L22
mov r2, #1
lsl r2, r2, r3
ldr r3, .L66+68
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
cmp r3, #0
bne .L23
and r3, r2, #21
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
cmp r3, #0
bne .L24
b .L22
.L23:
ldr r3, [fp, #-76]
cmp r3, #1
beq .L62
ldr r0, .L66+72
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L24:
ldr r3, [fp, #-76]
cmp r3, #0
bgt .L26
ldr r0, .L66+76
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L26:
ldr r3, .L66+80
ldr r3, [r3]
ldr r2, [fp, #-76]
cmp r2, r3
ble .L63
ldr r3, .L66+80
ldr r3, [r3]
mov r1, r3
ldr r0, .L66+84
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L62:
nop
b .L22
.L63:
nop
.L22:
mov r1, #40
ldr r0, [fp, #-76]
bl calloc
mov r3, r0
str r3, [fp, #-68]
ldr r3, [fp, #-68]
cmp r3, #0
bne .L28
ldr r0, .L66+88
bl warnx
ldr r3, .L66+92
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L28:
mov r3, #0
str r3, [fp, #-84]
b .L29
.L31:
ldr r3, [fp, #-84]
lsl r3, r3, #2
ldr r2, [fp, #-116]
add r3, r2, r3
ldr r1, [r3]
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r2, r3
ldr r3, [fp, #-68]
add r3, r3, r2
mov r2, r1
ldr r1, [fp, #-80]
ldr r0, [fp, #-56]
bl parse_array
str r0, [fp, #-88]
ldr r3, [fp, #-88]
cmp r3, #0
bne .L64
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L29:
ldr r2, [fp, #-84]
ldr r3, [fp, #-76]
cmp r2, r3
blt .L31
ldr r3, [fp, #-80]
sub r3, r3, #128
cmp r3, #4
movhi r2, #1
movls r2, #0
and r2, r2, #255
cmp r2, #0
bne .L32
mov r2, #21
lsr r3, r2, r3
and r3, r3, #1
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
cmp r3, #0
beq .L32
mov r3, #1
str r3, [fp, #-84]
b .L33
.L35:
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r2, r3
ldr r3, [fp, #-68]
add r3, r3, r2
ldr r2, [r3, #36]
ldr r3, [fp, #-68]
ldr r3, [r3, #36]
cmp r2, r3
beq .L34
ldr r0, .L66+96
bl warnx
ldr r3, .L66+16
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L34:
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L33:
ldr r2, [fp, #-84]
ldr r3, [fp, #-76]
cmp r2, r3
blt .L35
nop
.L32:
sub r3, fp, #104
mov r1, r3
ldr r0, [fp, #-56]
bl mfi_config_read
mov r3, r0
cmp r3, #0
bge .L36
ldr r3, .L66+28
ldr r3, [r3]
str r3, [fp, #-88]
ldr r0, .L66+100
bl warn
b .L8
.L36:
ldr r3, [fp, #-104]
ldr r3, [r3, #28]
str r3, [fp, #-100]
ldr r3, .L66+104
str r3, [fp, #-32]
mov r3, #255
str r3, [fp, #-28]
ldr r3, [fp, #-104]
ldr r3, [r3]
str r3, [fp, #-24]
ldr r3, [fp, #-104]
ldr r3, [r3]
cmp r3, #0
ble .L37
ldr r3, [fp, #-104]
ldr r3, [r3]
mov r1, #4
mov r0, r3
bl calloc
mov r3, r0
str r3, [fp, #-16]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L38
ldr r0, .L66+88
bl warnx
ldr r3, .L66+92
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L38:
mov r3, #0
str r3, [fp, #-84]
b .L39
.L40:
ldr r3, [fp, #-100]
str r3, [fp, #-48]
ldr r1, [fp, #-16]
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
add r2, r1, r3
ldr r3, [fp, #-48]
mov ip, r2
mov lr, r3
ldmia lr!, {r0, r1, r2, r3}
stmia ip!, {r0, r1, r2, r3}
ldmia lr!, {r0, r1, r2, r3}
stmia ip!, {r0, r1, r2, r3}
ldm lr, {r0, r1}
stm ip, {r0, r1}
ldr r3, [fp, #-104]
ldr r3, [r3, #4]
mov r2, r3
ldr r3, [fp, #-100]
add r3, r3, r2
str r3, [fp, #-100]
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L39:
ldr r3, [fp, #-104]
ldr r3, [r3]
ldr r2, [fp, #-84]
cmp r2, r3
blt .L40
ldr r0, [fp, #-16]
ldr r3, [fp, #-104]
ldr r1, [r3]
ldr r3, .L66+108
ldr r3, [r3]
mov r2, #4
bl qsort
b .L41
.L37:
mov r3, #0
str r3, [fp, #-16]
.L41:
ldr r3, [fp, #-104]
ldr r3, [r3, #8]
str r3, [fp, #-20]
ldr r3, [fp, #-104]
ldr r3, [r3, #8]
cmp r3, #0
beq .L42
ldr r3, [fp, #-104]
ldr r3, [r3, #8]
mov r1, #4
mov r0, r3
bl calloc
mov r3, r0
str r3, [fp, #-12]
ldr r3, [fp, #-12]
cmp r3, #0
bne .L43
ldr r0, .L66+88
bl warnx
ldr r3, .L66+92
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L43:
mov r3, #0
str r3, [fp, #-84]
b .L44
.L45:
ldr r3, [fp, #-100]
str r3, [fp, #-44]
ldr r1, [fp, #-12]
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
add r2, r1, r3
ldr r3, [fp, #-44]
mov ip, r2
mov lr, r3
ldmia lr!, {r0, r1, r2, r3}
stmia ip!, {r0, r1, r2, r3}
ldmia lr!, {r0, r1, r2, r3}
stmia ip!, {r0, r1, r2, r3}
ldm lr, {r0, r1}
stm ip, {r0, r1}
ldr r3, [fp, #-104]
ldr r3, [r3, #12]
mov r2, r3
ldr r3, [fp, #-100]
add r3, r3, r2
str r3, [fp, #-100]
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L44:
ldr r3, [fp, #-104]
ldr r3, [r3, #8]
ldr r2, [fp, #-84]
cmp r2, r3
blt .L45
ldr r0, [fp, #-12]
ldr r3, [fp, #-104]
ldr r1, [r3, #8]
ldr r3, .L66+108
ldr r3, [r3]
mov r2, #4
bl qsort
b .L46
.L42:
mov r3, #0
str r3, [fp, #-12]
.L46:
ldr r3, [fp, #-104]
mov r0, r3
bl free
ldr r3, [fp, #-80]
sub r3, r3, #128
cmp r3, #8
movhi r2, #1
movls r2, #0
and r2, r2, #255
cmp r2, #0
bne .L47
mov r2, #1
lsl r2, r2, r3
ldr r3, .L66+112
and r3, r3, r2
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
cmp r3, #0
bne .L48
and r3, r2, #21
cmp r3, #0
movne r3, #1
moveq r3, #0
and r3, r3, #255
cmp r3, #0
bne .L49
b .L47
.L48:
ldr r3, [fp, #-76]
str r3, [fp, #-72]
b .L50
.L49:
mov r3, #1
str r3, [fp, #-72]
b .L50
.L47:
bl abort
.L50:
ldr r3, [fp, #-72]
add r2, r3, #1
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r1, r3
ldr r3, .L66+116
ldr r3, [r3]
ldr r2, [fp, #-76]
mul r3, r2, r3
add r3, r1, r3
str r3, [fp, #-40]
ldr r1, [fp, #-40]
mov r0, #1
bl calloc
mov r3, r0
str r3, [fp, #-104]
ldr r3, [fp, #-104]
cmp r3, #0
bne .L51
ldr r0, .L66+88
bl warnx
ldr r3, .L66+92
ldr r3, [r3]
str r3, [fp, #-88]
b .L8
.L51:
ldr r3, [fp, #-104]
ldr r2, [fp, #-40]
str r2, [r3, #16]
ldr r3, [fp, #-104]
ldr r2, [fp, #-76]
str r2, [r3]
ldr r3, [fp, #-104]
ldr r2, .L66+116
ldr r2, [r2]
str r2, [r3, #4]
ldr r3, [fp, #-104]
ldr r2, [fp, #-72]
str r2, [r3, #8]
ldr r3, [fp, #-104]
mov r2, #40
str r2, [r3, #12]
ldr r3, [fp, #-104]
mov r2, #0
str r2, [r3, #32]
ldr r3, [fp, #-104]
mov r2, #40
str r2, [r3, #20]
ldr r3, [fp, #-104]
ldr r3, [r3, #28]
str r3, [fp, #-96]
ldr r3, [fp, #-104]
ldr r3, [r3, #4]
ldr r2, [fp, #-76]
mul r3, r2, r3
mov r2, r3
ldr r3, [fp, #-96]
add r3, r3, r2
str r3, [fp, #-92]
mov r3, #0
str r3, [fp, #-84]
b .L52
.L53:
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r2, r3
ldr r3, [fp, #-68]
add r2, r3, r2
sub r1, fp, #32
ldr r3, [fp, #-60]
str r3, [sp]
mov r3, r1
ldr r1, [fp, #-96]
ldr r0, [fp, #-56]
bl build_array
ldr r3, [fp, #-104]
ldr r3, [r3, #4]
mov r2, r3
ldr r3, [fp, #-96]
add r3, r3, r2
str r3, [fp, #-96]
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L52:
ldr r2, [fp, #-84]
ldr r3, [fp, #-76]
cmp r2, r3
blt .L53
ldr r1, [fp, #-72]
ldr r0, [fp, #-76]
bl __aeabi_idiv
mov r3, r0
str r3, [fp, #-36]
mov r3, #0
str r3, [fp, #-84]
b .L54
.L55:
ldr r3, [fp, #-84]
ldr r2, [fp, #-36]
mul r3, r2, r3
mov r2, r3
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r2, r3
ldr r3, [fp, #-68]
add r2, r3, r2
ldr r3, [fp, #-60]
str r3, [sp, #8]
sub r3, fp, #32
str r3, [sp, #4]
ldr r3, [fp, #-64]
str r3, [sp]
ldr r3, [fp, #-80]
ldr r1, [fp, #-36]
ldr r0, [fp, #-92]
bl build_volume
ldr r3, [fp, #-104]
ldr r3, [r3, #12]
mov r2, r3
ldr r3, [fp, #-92]
add r3, r3, r2
str r3, [fp, #-92]
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L54:
ldr r2, [fp, #-84]
ldr r3, [fp, #-72]
cmp r2, r3
blt .L55
ldr r3, .L66+120
ldr r1, [r3]
ldr r2, [fp, #-104]
mov r3, #0
str r3, [sp, #8]
mov r3, #0
str r3, [sp, #4]
mov r3, #0
str r3, [sp]
ldr r3, [fp, #-40]
ldr r0, [fp, #-56]
bl mfi_dcmd_command
mov r3, r0
cmp r3, #0
bge .L65
ldr r3, .L66+28
ldr r3, [r3]
str r3, [fp, #-88]
ldr r0, .L66+124
bl warn
b .L8
.L64:
nop
b .L8
.L65:
nop
.L8:
ldr r3, [fp, #-104]
mov r0, r3
bl free
ldr r3, [fp, #-12]
mov r0, r3
bl free
ldr r3, [fp, #-16]
mov r0, r3
bl free
ldr r3, [fp, #-68]
cmp r3, #0
beq .L56
mov r3, #0
str r3, [fp, #-84]
b .L57
.L58:
ldr r2, [fp, #-84]
mov r3, r2
lsl r3, r3, #2
add r3, r3, r2
lsl r3, r3, #3
mov r2, r3
ldr r3, [fp, #-68]
add r3, r3, r2
ldr r3, [r3, #24]
mov r0, r3
bl free
ldr r3, [fp, #-84]
add r3, r3, #1
str r3, [fp, #-84]
.L57:
ldr r2, [fp, #-84]
ldr r3, [fp, #-76]
cmp r2, r3
blt .L58
ldr r0, [fp, #-68]
bl free
.L56:
ldr r0, [fp, #-56]
bl close
ldr r3, [fp, #-88]
.L59:
ldr r2, .L66
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L60
bl __stack_chk_fail
.L60:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L67:
.align 2
.L66:
.word __stack_chk_guard
.word .LC0
.word .LC1
.word .LC2
.word EINVAL
.word mfi_unit
.word O_RDWR
.word errno
.word .LC3
.word .LC4
.word EOPNOTSUPP
.word raid_type_table
.word .LC5
.word optind
.word optarg
.word .LC6
.word .LC7
.word 362
.word .LC8
.word .LC9
.word MFI_MAX_SPAN_DEPTH
.word .LC10
.word .LC11
.word ENOMEM
.word .LC12
.word .LC13
.word 65535
.word compare_int
.word 490
.word MFI_ARRAY_SIZE
.word MFI_DCMD_CFG_ADD
.word .LC14
.size create_volume, .-create_volume
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_jme.c_jme_restart_an.c"
.intel_syntax noprefix
.text
.globl BMCR_ANENABLE
.bss
.align 4
.type BMCR_ANENABLE, @object
.size BMCR_ANENABLE, 4
BMCR_ANENABLE:
.zero 4
.globl BMCR_ANRESTART
.align 4
.type BMCR_ANRESTART, @object
.size BMCR_ANRESTART, 4
BMCR_ANRESTART:
.zero 4
.globl MII_BMCR
.align 4
.type MII_BMCR, @object
.size MII_BMCR, 4
MII_BMCR:
.zero 4
.text
.type jme_restart_an, @function
jme_restart_an:
.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 spin_lock_bh@PLT
mov edx, DWORD PTR MII_BMCR[rip]
mov rax, QWORD PTR -24[rbp]
mov ecx, DWORD PTR 4[rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
mov esi, ecx
mov edi, eax
call jme_mdio_read@PLT
mov DWORD PTR -4[rbp], eax
mov edx, DWORD PTR BMCR_ANENABLE[rip]
mov eax, DWORD PTR BMCR_ANRESTART[rip]
or eax, edx
or DWORD PTR -4[rbp], eax
mov edx, DWORD PTR MII_BMCR[rip]
mov rax, QWORD PTR -24[rbp]
mov esi, DWORD PTR 4[rax]
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR 8[rax]
mov ecx, DWORD PTR -4[rbp]
mov edi, eax
call jme_mdio_write@PLT
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call spin_unlock_bh@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size jme_restart_an, .-jme_restart_an
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_jme.c_jme_restart_an.c"
.text
.global BMCR_ANENABLE
.bss
.align 2
.type BMCR_ANENABLE, %object
.size BMCR_ANENABLE, 4
BMCR_ANENABLE:
.space 4
.global BMCR_ANRESTART
.align 2
.type BMCR_ANRESTART, %object
.size BMCR_ANRESTART, 4
BMCR_ANRESTART:
.space 4
.global MII_BMCR
.align 2
.type MII_BMCR, %object
.size MII_BMCR, 4
MII_BMCR:
.space 4
.text
.align 2
.syntax unified
.arm
.type jme_restart_an, %function
jme_restart_an:
@ 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]
mov r0, r3
bl spin_lock_bh
ldr r3, [fp, #-16]
ldr r0, [r3, #8]
ldr r3, [fp, #-16]
ldr r3, [r3, #4]
ldr r2, .L2
ldr r2, [r2]
mov r1, r3
bl jme_mdio_read
str r0, [fp, #-8]
ldr r3, .L2+4
ldr r2, [r3]
ldr r3, .L2+8
ldr r3, [r3]
orr r3, r2, r3
ldr r2, [fp, #-8]
orr r3, r2, r3
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r0, [r3, #8]
ldr r3, [fp, #-16]
ldr r1, [r3, #4]
ldr r3, .L2
ldr r2, [r3]
ldr r3, [fp, #-8]
bl jme_mdio_write
ldr r3, [fp, #-16]
mov r0, r3
bl spin_unlock_bh
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word MII_BMCR
.word BMCR_ANENABLE
.word BMCR_ANRESTART
.size jme_restart_an, .-jme_restart_an
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_soc_mmsp2.c_proc_set.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "w"
.LC1:
.string "failed to open: %s\n"
.LC2:
.string "0\n"
.LC3:
.string "\"%s\" is set to: "
.LC4:
.string "r"
.LC5:
.string "(open failed)"
.LC6:
.string "%s"
.text
.type proc_set, @function
proc_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, 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 rax, QWORD PTR -56[rbp]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call fopen@PLT
mov QWORD PTR -40[rbp], rax
cmp QWORD PTR -40[rbp], 0
jne .L2
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
lea rax, .LC1[rip]
mov rdi, rax
mov eax, 0
call printf@PLT
jmp .L1
.L2:
mov rax, QWORD PTR -40[rbp]
lea rdx, .LC2[rip]
mov rsi, rdx
mov rdi, rax
call fprintf@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call fclose@PLT
mov rax, QWORD PTR -56[rbp]
mov rsi, rax
lea rax, .LC3[rip]
mov rdi, rax
mov eax, 0
call printf@PLT
mov rax, QWORD PTR -56[rbp]
lea rdx, .LC4[rip]
mov rsi, rdx
mov rdi, rax
call fopen@PLT
mov QWORD PTR -40[rbp], rax
cmp QWORD PTR -40[rbp], 0
jne .L4
lea rax, .LC5[rip]
mov rdi, rax
call puts@PLT
jmp .L1
.L4:
mov rdx, QWORD PTR -40[rbp]
lea rax, -32[rbp]
mov esi, 16
mov rdi, rax
call fgets@PLT
lea rax, -32[rbp]
mov rsi, rax
lea rax, .LC6[rip]
mov rdi, rax
mov eax, 0
call printf@PLT
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call fclose@PLT
.L1:
mov rax, QWORD PTR -8[rbp]
sub rax, QWORD PTR fs:40
je .L6
call __stack_chk_fail@PLT
.L6:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size proc_set, .-proc_set
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_soc_mmsp2.c_proc_set.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "w\000"
.align 2
.LC1:
.ascii "failed to open: %s\012\000"
.align 2
.LC2:
.ascii "0\012\000"
.align 2
.LC3:
.ascii "\"%s\" is set to: \000"
.align 2
.LC4:
.ascii "r\000"
.align 2
.LC5:
.ascii "(open failed)\000"
.align 2
.LC6:
.ascii "%s\000"
.text
.align 2
.syntax unified
.arm
.type proc_set, %function
proc_set:
@ 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, #-32]
str r1, [fp, #-36]
ldr r3, .L7
ldr r3, [r3]
str r3, [fp, #-8]
mov r3, #0
ldr r1, .L7+4
ldr r0, [fp, #-32]
bl fopen
str r0, [fp, #-28]
ldr r3, [fp, #-28]
cmp r3, #0
bne .L2
ldr r1, [fp, #-32]
ldr r0, .L7+8
bl printf
b .L1
.L2:
ldr r1, .L7+12
ldr r0, [fp, #-28]
bl fprintf
ldr r0, [fp, #-28]
bl fclose
ldr r1, [fp, #-32]
ldr r0, .L7+16
bl printf
ldr r1, .L7+20
ldr r0, [fp, #-32]
bl fopen
str r0, [fp, #-28]
ldr r3, [fp, #-28]
cmp r3, #0
bne .L4
ldr r0, .L7+24
bl puts
b .L1
.L4:
sub r3, fp, #24
ldr r2, [fp, #-28]
mov r1, #16
mov r0, r3
bl fgets
sub r3, fp, #24
mov r1, r3
ldr r0, .L7+28
bl printf
ldr r0, [fp, #-28]
bl fclose
.L1:
ldr r3, .L7
ldr r2, [r3]
ldr r3, [fp, #-8]
eors r2, r3, r2
mov r3, #0
beq .L6
bl __stack_chk_fail
.L6:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word __stack_chk_guard
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.word .LC4
.word .LC5
.word .LC6
.size proc_set, .-proc_set
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_netx-serial.c_netx_transmit_buffer.c"
.intel_syntax noprefix
.text
.globl FR_TXFF
.bss
.align 4
.type FR_TXFF, @object
.size FR_TXFF, 4
FR_TXFF:
.zero 4
.globl UART_DR
.align 8
.type UART_DR, @object
.size UART_DR, 8
UART_DR:
.zero 8
.globl UART_FR
.align 8
.type UART_FR, @object
.size UART_FR, 8
UART_FR:
.zero 8
.globl UART_XMIT_SIZE
.align 4
.type UART_XMIT_SIZE, @object
.size UART_XMIT_SIZE, 4
UART_XMIT_SIZE:
.zero 4
.text
.type netx_transmit_buffer, @function
netx_transmit_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, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 24[rax]
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 16[rax]
test rax, rax
je .L2
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 8[rax]
mov rax, QWORD PTR UART_DR[rip]
add rdx, rax
mov rax, QWORD PTR -24[rbp]
mov rax, QWORD PTR 16[rax]
mov rsi, rdx
mov rdi, rax
call writel@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 QWORD PTR 16[rax], 0
jmp .L1
.L2:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call uart_tx_stopped@PLT
test rax, rax
jne .L4
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call uart_circ_empty@PLT
test rax, rax
je .L5
.L4:
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call netx_stop_tx@PLT
jmp .L1
.L5:
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 8[rax]
mov rax, QWORD PTR UART_DR[rip]
add rdx, rax
mov rax, QWORD PTR -8[rbp]
mov rcx, QWORD PTR 8[rax]
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
sal rax, 3
add rax, rcx
mov rax, QWORD PTR [rax]
mov rsi, rdx
mov rdi, rax
call writel@PLT
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR [rax]
lea rdx, 1[rax]
mov eax, DWORD PTR UART_XMIT_SIZE[rip]
sub eax, 1
cdqe
and rdx, rax
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR [rax], rdx
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 -8[rbp]
mov rdi, rax
call uart_circ_empty@PLT
test rax, rax
jne .L8
mov rax, QWORD PTR -24[rbp]
mov rdx, QWORD PTR 8[rax]
mov rax, QWORD PTR UART_FR[rip]
add rax, rdx
mov rdi, rax
call readl@PLT
mov edx, DWORD PTR FR_TXFF[rip]
and eax, edx
test eax, eax
je .L5
jmp .L7
.L8:
nop
.L7:
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call uart_circ_empty@PLT
test rax, rax
je .L1
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call netx_stop_tx@PLT
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size netx_transmit_buffer, .-netx_transmit_buffer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_netx-serial.c_netx_transmit_buffer.c"
.text
.global FR_TXFF
.bss
.align 2
.type FR_TXFF, %object
.size FR_TXFF, 4
FR_TXFF:
.space 4
.global UART_DR
.align 2
.type UART_DR, %object
.size UART_DR, 4
UART_DR:
.space 4
.global UART_FR
.align 2
.type UART_FR, %object
.size UART_FR, 4
UART_FR:
.space 4
.global UART_XMIT_SIZE
.align 2
.type UART_XMIT_SIZE, %object
.size UART_XMIT_SIZE, 4
UART_XMIT_SIZE:
.space 4
.text
.align 2
.syntax unified
.arm
.type netx_transmit_buffer, %function
netx_transmit_buffer:
@ 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, #12]
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r3, [r3, #8]
cmp r3, #0
beq .L2
ldr r3, [fp, #-16]
ldr r0, [r3, #8]
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, .L9
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl writel
ldr r3, [fp, #-16]
ldr r3, [r3]
add r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-16]
mov r2, #0
str r2, [r3, #8]
b .L1
.L2:
ldr r0, [fp, #-16]
bl uart_tx_stopped
mov r3, r0
cmp r3, #0
bne .L4
ldr r0, [fp, #-8]
bl uart_circ_empty
mov r3, r0
cmp r3, #0
beq .L5
.L4:
ldr r0, [fp, #-16]
bl netx_stop_tx
b .L1
.L5:
ldr r3, [fp, #-8]
ldr r2, [r3, #4]
ldr r3, [fp, #-8]
ldr r3, [r3]
lsl r3, r3, #2
add r3, r2, r3
ldr r0, [r3]
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, .L9
ldr r3, [r3]
add r3, r2, r3
mov r1, r3
bl writel
ldr r3, [fp, #-8]
ldr r3, [r3]
add r3, r3, #1
ldr r2, .L9+4
ldr r2, [r2]
sub r2, r2, #1
and r2, r2, r3
ldr r3, [fp, #-8]
str r2, [r3]
ldr r3, [fp, #-16]
ldr r3, [r3]
add r2, r3, #1
ldr r3, [fp, #-16]
str r2, [r3]
ldr r0, [fp, #-8]
bl uart_circ_empty
mov r3, r0
cmp r3, #0
bne .L8
ldr r3, [fp, #-16]
ldr r2, [r3, #4]
ldr r3, .L9+8
ldr r3, [r3]
add r3, r2, r3
mov r0, r3
bl readl
mov r2, r0
ldr r3, .L9+12
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
beq .L5
b .L7
.L8:
nop
.L7:
ldr r0, [fp, #-8]
bl uart_circ_empty
mov r3, r0
cmp r3, #0
beq .L1
ldr r0, [fp, #-16]
bl netx_stop_tx
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L10:
.align 2
.L9:
.word UART_DR
.word UART_XMIT_SIZE
.word UART_FR
.word FR_TXFF
.size netx_transmit_buffer, .-netx_transmit_buffer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_zfcp_fc.c_zfcp_fc_alloc_sg_env.c"
.intel_syntax noprefix
.text
.globl GFP_KERNEL
.bss
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.globl zfcp_fc_req_cache
.align 4
.type zfcp_fc_req_cache, @object
.size zfcp_fc_req_cache, 4
zfcp_fc_req_cache:
.zero 4
.text
.type zfcp_fc_alloc_sg_env, @function
zfcp_fc_alloc_sg_env:
.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 edx, DWORD PTR GFP_KERNEL[rip]
mov eax, DWORD PTR zfcp_fc_req_cache[rip]
mov esi, edx
mov edi, eax
call kmem_cache_zalloc@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR -8[rbp]
lea rdx, 8[rax]
mov eax, DWORD PTR -20[rbp]
mov esi, eax
mov rdi, rdx
call zfcp_fc_sg_setup_table@PLT
test rax, rax
je .L4
mov eax, DWORD PTR zfcp_fc_req_cache[rip]
mov rdx, QWORD PTR -8[rbp]
mov rsi, rdx
mov edi, eax
call kmem_cache_free@PLT
mov eax, 0
jmp .L3
.L4:
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR -8[rbp]
lea rcx, 4[rdx]
mov edx, 4
mov rsi, rax
mov rdi, rcx
call sg_init_one@PLT
mov rax, QWORD PTR -8[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size zfcp_fc_alloc_sg_env, .-zfcp_fc_alloc_sg_env
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_zfcp_fc.c_zfcp_fc_alloc_sg_env.c"
.text
.global GFP_KERNEL
.bss
.align 2
.type GFP_KERNEL, %object
.size GFP_KERNEL, 4
GFP_KERNEL:
.space 4
.global zfcp_fc_req_cache
.align 2
.type zfcp_fc_req_cache, %object
.size zfcp_fc_req_cache, 4
zfcp_fc_req_cache:
.space 4
.text
.align 2
.syntax unified
.arm
.type zfcp_fc_alloc_sg_env, %function
zfcp_fc_alloc_sg_env:
@ 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]
ldr r2, .L5+4
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl kmem_cache_zalloc
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r3, [fp, #-8]
add r3, r3, #8
ldr r1, [fp, #-16]
mov r0, r3
bl zfcp_fc_sg_setup_table
mov r3, r0
cmp r3, #0
beq .L4
ldr r3, .L5
ldr r3, [r3]
ldr r1, [fp, #-8]
mov r0, r3
bl kmem_cache_free
mov r3, #0
b .L3
.L4:
ldr r3, [fp, #-8]
add r3, r3, #4
ldr r1, [fp, #-8]
mov r2, #4
mov r0, r3
bl sg_init_one
ldr r3, [fp, #-8]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word zfcp_fc_req_cache
.word GFP_KERNEL
.size zfcp_fc_alloc_sg_env, .-zfcp_fc_alloc_sg_env
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_input.c_AppendAttachment.c"
.intel_syntax noprefix
.text
.type AppendAttachment, @function
AppendAttachment:
.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 QWORD PTR -80[rbp], r9
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -24[rbp], eax
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -60[rbp]
add eax, edx
cdqe
sal eax, 3
mov edx, eax
mov rax, QWORD PTR -48[rbp]
mov rax, QWORD PTR [rax]
mov esi, edx
mov rdi, rax
call realloc@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov rdi, rax
call likely@PLT
test rax, rax
je .L2
mov rax, QWORD PTR -48[rbp]
mov rdx, QWORD PTR -16[rbp]
mov QWORD PTR [rax], rdx
mov edx, DWORD PTR -24[rbp]
mov eax, DWORD PTR -60[rbp]
add eax, edx
cdqe
sal eax, 3
mov edx, eax
mov rax, QWORD PTR -56[rbp]
mov rax, QWORD PTR [rax]
mov esi, edx
mov rdi, rax
call realloc@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rdi, rax
call likely@PLT
test rax, rax
je .L2
mov rax, QWORD PTR -56[rbp]
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR [rax], rdx
mov DWORD PTR -20[rbp], 0
jmp .L3
.L4:
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -72[rbp]
add rax, rdx
mov edx, DWORD PTR -24[rbp]
movsx rdx, edx
lea rcx, 0[0+rdx*8]
mov rdx, QWORD PTR -16[rbp]
add rdx, rcx
mov rax, QWORD PTR [rax]
mov QWORD PTR [rdx], rax
mov eax, DWORD PTR -24[rbp]
lea edx, 1[rax]
mov DWORD PTR -24[rbp], edx
cdqe
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -8[rbp]
add rdx, rax
mov rax, QWORD PTR -80[rbp]
mov QWORD PTR [rdx], rax
add DWORD PTR -20[rbp], 1
.L3:
mov eax, DWORD PTR -20[rbp]
cmp eax, DWORD PTR -60[rbp]
jl .L4
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call free@PLT
jmp .L1
.L2:
mov DWORD PTR -20[rbp], 0
jmp .L6
.L7:
mov eax, DWORD PTR -20[rbp]
cdqe
lea rdx, 0[0+rax*8]
mov rax, QWORD PTR -72[rbp]
add rax, rdx
mov rax, QWORD PTR [rax]
mov rdi, rax
call vlc_input_attachment_Delete@PLT
add DWORD PTR -20[rbp], 1
.L6:
mov eax, DWORD PTR -20[rbp]
cmp eax, DWORD PTR -60[rbp]
jl .L7
mov rax, QWORD PTR -72[rbp]
mov rdi, rax
call free@PLT
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size AppendAttachment, .-AppendAttachment
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_input.c_AppendAttachment.c"
.text
.align 2
.syntax unified
.arm
.type AppendAttachment, %function
AppendAttachment:
@ args = 8, 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, #-20]
ldr r3, [fp, #-28]
ldr r0, [r3]
ldr r2, [fp, #-20]
ldr r3, [fp, #-36]
add r3, r2, r3
lsl r3, r3, #2
mov r1, r3
bl realloc
str r0, [fp, #-12]
ldr r0, [fp, #-12]
bl likely
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, [fp, #-28]
ldr r2, [fp, #-12]
str r2, [r3]
ldr r3, [fp, #-32]
ldr r0, [r3]
ldr r2, [fp, #-20]
ldr r3, [fp, #-36]
add r3, r2, r3
lsl r3, r3, #2
mov r1, r3
bl realloc
str r0, [fp, #-8]
ldr r0, [fp, #-8]
bl likely
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, [fp, #-32]
ldr r2, [fp, #-8]
str r2, [r3]
mov r3, #0
str r3, [fp, #-16]
b .L3
.L4:
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #4]
add r2, r2, r3
ldr r3, [fp, #-20]
lsl r3, r3, #2
ldr r1, [fp, #-12]
add r3, r1, r3
ldr r2, [r2]
str r2, [r3]
ldr r3, [fp, #-20]
add r2, r3, #1
str r2, [fp, #-20]
lsl r3, r3, #2
ldr r2, [fp, #-8]
add r3, r2, r3
ldr r2, [fp, #8]
str r2, [r3]
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L3:
ldr r2, [fp, #-16]
ldr r3, [fp, #-36]
cmp r2, r3
blt .L4
ldr r3, [fp, #-24]
ldr r2, [fp, #-20]
str r2, [r3]
ldr r0, [fp, #4]
bl free
b .L1
.L2:
mov r3, #0
str r3, [fp, #-16]
b .L6
.L7:
ldr r3, [fp, #-16]
lsl r3, r3, #2
ldr r2, [fp, #4]
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
bl vlc_input_attachment_Delete
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
.L6:
ldr r2, [fp, #-16]
ldr r3, [fp, #-36]
cmp r2, r3
blt .L7
ldr r0, [fp, #4]
bl free
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size AppendAttachment, .-AppendAttachment
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_alloc.c_hpfs_alloc_anode.c"
.intel_syntax noprefix
.text
.globl ANODE_ALLOC_FWD
.bss
.align 4
.type ANODE_ALLOC_FWD, @object
.size ANODE_ALLOC_FWD, 4
ANODE_ALLOC_FWD:
.zero 4
.globl ANODE_MAGIC
.align 4
.type ANODE_MAGIC, @object
.size ANODE_MAGIC, 4
ANODE_MAGIC:
.zero 4
.text
.globl hpfs_alloc_anode
.type hpfs_alloc_anode, @function
hpfs_alloc_anode:
.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 edx, DWORD PTR ANODE_ALLOC_FWD[rip]
mov esi, DWORD PTR -28[rbp]
mov rax, QWORD PTR -24[rbp]
mov ecx, edx
mov edx, 1
mov rdi, rax
call hpfs_alloc_sector@PLT
mov rdx, QWORD PTR -40[rbp]
mov DWORD PTR [rdx], eax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR -40[rbp]
mov ecx, DWORD PTR [rax]
mov rdx, QWORD PTR -48[rbp]
mov rax, QWORD PTR -24[rbp]
mov esi, ecx
mov rdi, rax
call hpfs_get_sector@PLT
mov QWORD PTR -8[rbp], rax
cmp QWORD PTR -8[rbp], 0
jne .L4
mov rax, QWORD PTR -40[rbp]
mov ecx, DWORD PTR [rax]
mov rax, QWORD PTR -24[rbp]
mov edx, 1
mov esi, ecx
mov rdi, rax
call hpfs_free_sectors@PLT
mov eax, 0
jmp .L3
.L4:
mov rax, QWORD PTR -8[rbp]
mov edx, 512
mov esi, 0
mov rdi, rax
call memset@PLT
mov eax, DWORD PTR ANODE_MAGIC[rip]
mov edi, eax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR 24[rdx], rax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call cpu_to_le32@PLT
mov rdx, QWORD PTR -8[rbp]
mov QWORD PTR 16[rdx], rax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 40
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], 0
mov edi, 8
call cpu_to_le16@PLT
mov rdx, QWORD PTR -8[rbp]
mov DWORD PTR 4[rdx], eax
mov rax, QWORD PTR -8[rbp]
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hpfs_alloc_anode, .-hpfs_alloc_anode
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_alloc.c_hpfs_alloc_anode.c"
.text
.global ANODE_ALLOC_FWD
.bss
.align 2
.type ANODE_ALLOC_FWD, %object
.size ANODE_ALLOC_FWD, 4
ANODE_ALLOC_FWD:
.space 4
.global ANODE_MAGIC
.align 2
.type ANODE_MAGIC, %object
.size ANODE_MAGIC, 4
ANODE_MAGIC:
.space 4
.text
.align 2
.global hpfs_alloc_anode
.syntax unified
.arm
.type hpfs_alloc_anode, %function
hpfs_alloc_anode:
@ 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, .L5
ldr r3, [r3]
mov r2, #1
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl hpfs_alloc_sector
mov r2, r0
ldr r3, [fp, #-24]
str r2, [r3]
ldr r3, [fp, #-24]
ldr r3, [r3]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r2, [fp, #-28]
mov r1, r3
ldr r0, [fp, #-16]
bl hpfs_get_sector
str r0, [fp, #-8]
ldr r3, [fp, #-8]
cmp r3, #0
bne .L4
ldr r3, [fp, #-24]
ldr r3, [r3]
mov r2, #1
mov r1, r3
ldr r0, [fp, #-16]
bl hpfs_free_sectors
mov r3, #0
b .L3
.L4:
mov r2, #512
mov r1, #0
ldr r0, [fp, #-8]
bl memset
ldr r3, .L5+4
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #16]
ldr r3, [fp, #-24]
ldr r3, [r3]
mov r0, r3
bl cpu_to_le32
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #12]
ldr r3, [fp, #-8]
mov r2, #40
str r2, [r3]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #8]
mov r0, #8
bl cpu_to_le16
mov r2, r0
ldr r3, [fp, #-8]
str r2, [r3, #4]
ldr r3, [fp, #-8]
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L6:
.align 2
.L5:
.word ANODE_ALLOC_FWD
.word ANODE_MAGIC
.size hpfs_alloc_anode, .-hpfs_alloc_anode
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_imx-media-csi.c_is_parallel_16bit_bus.c"
.intel_syntax noprefix
.text
.type is_parallel_16bit_bus, @function
is_parallel_16bit_bus:
.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 is_parallel_bus@PLT
test rax, rax
je .L2
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 15
jle .L2
mov eax, 1
jmp .L4
.L2:
mov eax, 0
.L4:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size is_parallel_16bit_bus, .-is_parallel_16bit_bus
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_imx-media-csi.c_is_parallel_16bit_bus.c"
.text
.align 2
.syntax unified
.arm
.type is_parallel_16bit_bus, %function
is_parallel_16bit_bus:
@ 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 is_parallel_bus
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, [fp, #-8]
ldr r3, [r3]
cmp r3, #15
ble .L2
mov r3, #1
b .L4
.L2:
mov r3, #0
.L4:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size is_parallel_16bit_bus, .-is_parallel_16bit_bus
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_perf.c_perf_release.c"
.intel_syntax noprefix
.text
.globl perf_enabled
.bss
.align 8
.type perf_enabled, @object
.size perf_enabled, 8
perf_enabled:
.zero 8
.globl perf_lock
.align 4
.type perf_lock, @object
.size perf_lock, 4
perf_lock:
.zero 4
.text
.type perf_release, @function
perf_release:
.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
lea rax, perf_lock[rip]
mov rdi, rax
call spin_lock@PLT
mov QWORD PTR perf_enabled[rip], 0
lea rax, perf_lock[rip]
mov rdi, rax
call spin_unlock@PLT
mov eax, 0
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size perf_release, .-perf_release
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_perf.c_perf_release.c"
.text
.global perf_enabled
.bss
.align 2
.type perf_enabled, %object
.size perf_enabled, 4
perf_enabled:
.space 4
.global perf_lock
.align 2
.type perf_lock, %object
.size perf_lock, 4
perf_lock:
.space 4
.text
.align 2
.syntax unified
.arm
.type perf_release, %function
perf_release:
@ 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, .L3
bl spin_lock
ldr r3, .L3+4
mov r2, #0
str r2, [r3]
ldr r0, .L3
bl spin_unlock
mov r3, #0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word perf_lock
.word perf_enabled
.size perf_release, .-perf_release
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_gpt.c_gptupdate.c"
.intel_syntax noprefix
.text
.globl BOOTPROG
.bss
.align 8
.type BOOTPROG, @object
.size BOOTPROG, 8
BOOTPROG:
.zero 8
.globl DEV_BSIZE
.align 4
.type DEV_BSIZE, @object
.size DEV_BSIZE, 4
DEV_BSIZE:
.zero 4
.globl curent
.align 4
.type curent, @object
.size curent, 4
curent:
.zero 4
.globl secbuf
.align 4
.type secbuf, @object
.size secbuf, 4
secbuf:
.zero 4
.section .rodata
.align 8
.LC0:
.string "%s: unable to update %s GPT partition table\n"
.align 8
.LC1:
.string "%s: unable to update %s GPT header\n"
.text
.type gptupdate, @function
gptupdate:
.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 eax, DWORD PTR DEV_BSIZE[rip]
mov rdx, QWORD PTR -40[rbp]
mov ecx, DWORD PTR [rdx]
cdq
idiv ecx
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR curent[rip]
cdq
idiv DWORD PTR -12[rbp]
mov DWORD PTR -8[rbp], eax
mov eax, DWORD PTR -8[rbp]
imul eax, DWORD PTR -12[rbp]
mov DWORD PTR -4[rbp], eax
mov edx, DWORD PTR DEV_BSIZE[rip]
mov ecx, DWORD PTR secbuf[rip]
mov eax, DWORD PTR -4[rbp]
movsx rsi, eax
mov rax, rsi
sal rax, 2
add rax, rsi
sal rax, 3
mov rsi, rax
mov rax, QWORD PTR -48[rbp]
add rax, rsi
mov esi, ecx
mov rdi, rax
call bcopy@PLT
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 32[rax]
mov edx, eax
mov eax, DWORD PTR -8[rbp]
add eax, edx
mov DWORD PTR -8[rbp], eax
mov esi, DWORD PTR secbuf[rip]
mov edx, DWORD PTR -8[rbp]
mov rax, QWORD PTR -32[rbp]
mov ecx, 1
mov rdi, rax
call drvwrite@PLT
test rax, rax
je .L2
mov rax, QWORD PTR BOOTPROG[rip]
mov rdx, QWORD PTR -24[rbp]
mov rsi, rax
lea rax, .LC0[rip]
mov rdi, rax
call printf@PLT
jmp .L1
.L2:
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 4[rax]
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
imul edx, eax
mov rax, QWORD PTR -48[rbp]
mov esi, edx
mov rdi, rax
call crc32@PLT
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR 24[rdx], rax
mov rax, QWORD PTR -40[rbp]
mov QWORD PTR 16[rax], 0
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 8[rax]
mov rax, QWORD PTR -40[rbp]
mov esi, edx
mov rdi, rax
call crc32@PLT
mov rdx, QWORD PTR -40[rbp]
mov QWORD PTR 16[rdx], rax
mov edx, DWORD PTR DEV_BSIZE[rip]
mov eax, DWORD PTR secbuf[rip]
mov esi, edx
mov edi, eax
call bzero@PLT
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 8[rax]
mov ecx, DWORD PTR secbuf[rip]
mov rax, QWORD PTR -40[rbp]
mov esi, ecx
mov rdi, rax
call bcopy@PLT
mov rax, QWORD PTR -40[rbp]
mov edx, DWORD PTR 12[rax]
mov esi, DWORD PTR secbuf[rip]
mov rax, QWORD PTR -32[rbp]
mov ecx, 1
mov rdi, rax
call drvwrite@PLT
test rax, rax
je .L1
mov rax, QWORD PTR BOOTPROG[rip]
mov rdx, QWORD PTR -24[rbp]
mov rsi, rax
lea rax, .LC1[rip]
mov rdi, rax
call printf@PLT
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size gptupdate, .-gptupdate
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_gpt.c_gptupdate.c"
.text
.global BOOTPROG
.bss
.align 2
.type BOOTPROG, %object
.size BOOTPROG, 4
BOOTPROG:
.space 4
.global DEV_BSIZE
.align 2
.type DEV_BSIZE, %object
.size DEV_BSIZE, 4
DEV_BSIZE:
.space 4
.global curent
.align 2
.type curent, %object
.size curent, 4
curent:
.space 4
.global secbuf
.align 2
.type secbuf, %object
.size secbuf, 4
secbuf:
.space 4
.global __aeabi_idiv
.section .rodata
.align 2
.LC0:
.ascii "%s: unable to update %s GPT partition table\012\000"
.align 2
.LC1:
.ascii "%s: unable to update %s GPT header\012\000"
.text
.align 2
.syntax unified
.arm
.type gptupdate, %function
gptupdate:
@ 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, .L4
ldr r2, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl __aeabi_idiv
mov r3, r0
str r3, [fp, #-16]
ldr r3, .L4+4
ldr r3, [r3]
ldr r1, [fp, #-16]
mov r0, r3
bl __aeabi_idiv
mov r3, r0
str r3, [fp, #-12]
ldr r3, [fp, #-12]
ldr r2, [fp, #-16]
mul r3, r2, r3
str r3, [fp, #-8]
ldr r2, [fp, #-8]
mov r3, r2
lsl r3, r3, #3
sub r3, r3, r2
lsl r3, r3, #2
mov r2, r3
ldr r3, [fp, #-36]
add r3, r3, r2
ldr r2, .L4+8
ldr r1, [r2]
ldr r2, .L4
ldr r2, [r2]
mov r0, r3
bl bcopy
ldr r3, [fp, #-32]
ldr r3, [r3, #24]
ldr r2, [fp, #-12]
add r3, r2, r3
str r3, [fp, #-12]
ldr r3, .L4+8
ldr r1, [r3]
mov r3, #1
ldr r2, [fp, #-12]
ldr r0, [fp, #-28]
bl drvwrite
mov r3, r0
cmp r3, #0
beq .L2
ldr r3, .L4+12
ldr r3, [r3]
ldr r2, [fp, #-24]
mov r1, r3
ldr r0, .L4+16
bl printf
b .L1
.L2:
ldr r3, [fp, #-32]
ldr r3, [r3, #4]
ldr r2, [fp, #-32]
ldr r2, [r2]
mul r3, r2, r3
mov r1, r3
ldr r0, [fp, #-36]
bl crc32
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3, #20]
ldr r3, [fp, #-32]
mov r2, #0
str r2, [r3, #16]
ldr r3, [fp, #-32]
ldr r3, [r3, #8]
mov r1, r3
ldr r0, [fp, #-32]
bl crc32
mov r2, r0
ldr r3, [fp, #-32]
str r2, [r3, #16]
ldr r3, .L4+8
ldr r3, [r3]
ldr r2, .L4
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl bzero
ldr r3, .L4+8
ldr r1, [r3]
ldr r3, [fp, #-32]
ldr r3, [r3, #8]
mov r2, r3
ldr r0, [fp, #-32]
bl bcopy
ldr r3, .L4+8
ldr r1, [r3]
ldr r3, [fp, #-32]
ldr r2, [r3, #12]
mov r3, #1
ldr r0, [fp, #-28]
bl drvwrite
mov r3, r0
cmp r3, #0
beq .L1
ldr r3, .L4+12
ldr r3, [r3]
ldr r2, [fp, #-24]
mov r1, r3
ldr r0, .L4+20
bl printf
nop
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word DEV_BSIZE
.word curent
.word secbuf
.word BOOTPROG
.word .LC0
.word .LC1
.size gptupdate, .-gptupdate
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_transition-fade.c_fade_video_render.c"
.intel_syntax noprefix
.text
.globl fade_callback
.bss
.align 4
.type fade_callback, @object
.size fade_callback, 4
fade_callback:
.zero 4
.text
.type fade_video_render, @function
fade_video_render:
.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 QWORD PTR -8[rbp], rax
mov edx, DWORD PTR fade_callback[rip]
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov esi, edx
mov edi, eax
call obs_transition_video_render@PLT
mov rax, QWORD PTR -32[rbp]
mov rdi, rax
call UNUSED_PARAMETER@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size fade_video_render, .-fade_video_render
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_transition-fade.c_fade_video_render.c"
.text
.global fade_callback
.bss
.align 2
.type fade_callback, %object
.size fade_callback, 4
fade_callback:
.space 4
.text
.align 2
.syntax unified
.arm
.type fade_video_render, %function
fade_video_render:
@ 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]
str r3, [fp, #-8]
ldr r3, [fp, #-8]
ldr r3, [r3]
ldr r2, .L2
ldr r2, [r2]
mov r1, r2
mov r0, r3
bl obs_transition_video_render
ldr r0, [fp, #-20]
bl UNUSED_PARAMETER
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word fade_callback
.size fade_video_render, .-fade_video_render
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_armor.c_encode_bits.c"
.intel_syntax noprefix
.text
.globl pem_key
.bss
.align 8
.type pem_key, @object
.size pem_key, 8
pem_key:
.zero 8
.text
.type encode_bits, @function
encode_bits:
.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 rdx, QWORD PTR pem_key[rip]
mov eax, DWORD PTR -4[rbp]
cdqe
sal rax, 2
add rax, rdx
mov eax, DWORD PTR [rax]
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size encode_bits, .-encode_bits
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_armor.c_encode_bits.c"
.text
.global pem_key
.bss
.align 2
.type pem_key, %object
.size pem_key, 4
pem_key:
.space 4
.text
.align 2
.syntax unified
.arm
.type encode_bits, %function
encode_bits:
@ 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, .L3
ldr r2, [r3]
ldr r3, [fp, #-8]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L4:
.align 2
.L3:
.word pem_key
.size encode_bits, .-encode_bits
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_sqlite3.c_seekAndWrite.c"
.intel_syntax noprefix
.text
.type seekAndWrite, @function
seekAndWrite:
.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 DWORD PTR -12[rbp], esi
mov QWORD PTR -24[rbp], rdx
mov DWORD PTR -16[rbp], ecx
mov rdi, QWORD PTR -8[rbp]
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
mov ecx, DWORD PTR -16[rbp]
mov rdx, QWORD PTR -24[rbp]
mov esi, DWORD PTR -12[rbp]
mov r8, rdi
mov edi, eax
call seekAndWriteFd@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size seekAndWrite, .-seekAndWrite
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_sqlite3.c_seekAndWrite.c"
.text
.align 2
.syntax unified
.arm
.type seekAndWrite, %function
seekAndWrite:
@ 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, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
str r3, [fp, #-20]
ldr r3, [fp, #-8]
ldr r0, [r3, #4]
ldr r3, [fp, #-8]
str r3, [sp]
ldr r3, [fp, #-20]
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
bl seekAndWriteFd
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size seekAndWrite, .-seekAndWrite
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_w83792d.c_show_pwm.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "%d\n"
.text
.type show_pwm, @function
show_pwm:
.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 QWORD PTR -56[rbp], rdx
mov rax, QWORD PTR -48[rbp]
mov rdi, rax
call to_sensor_dev_attr@PLT
mov QWORD PTR -16[rbp], rax
mov rax, QWORD PTR -16[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -20[rbp], eax
mov rax, QWORD PTR -40[rbp]
mov rdi, rax
call w83792d_update_device@PLT
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov rdx, QWORD PTR [rax]
mov eax, DWORD PTR -20[rbp]
cdqe
sal rax, 2
add rax, rdx
mov eax, DWORD PTR [rax]
sal eax, 4
movzx edx, al
mov rax, QWORD PTR -56[rbp]
lea rcx, .LC0[rip]
mov rsi, rcx
mov rdi, rax
call sprintf@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size show_pwm, .-show_pwm
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_w83792d.c_show_pwm.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "%d\012\000"
.text
.align 2
.syntax unified
.arm
.type show_pwm, %function
show_pwm:
@ 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, #-28]
bl to_sensor_dev_attr
str r0, [fp, #-16]
ldr r3, [fp, #-16]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r0, [fp, #-24]
bl w83792d_update_device
str r0, [fp, #-8]
ldr r3, [fp, #-8]
ldr r2, [r3]
ldr r3, [fp, #-12]
lsl r3, r3, #2
add r3, r2, r3
ldr r3, [r3]
lsl r3, r3, #4
and r3, r3, #255
mov r2, r3
ldr r1, .L3
ldr r0, [fp, #-32]
bl sprintf
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC0
.size show_pwm, .-show_pwm
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_fasttrap.c_fasttrap_highbit.c"
.intel_syntax noprefix
.text
.type fasttrap_highbit, @function
fasttrap_highbit:
.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 -20[rbp], edi
mov DWORD PTR -4[rbp], 1
cmp DWORD PTR -20[rbp], 0
jne .L2
mov eax, 0
jmp .L3
.L2:
mov eax, DWORD PTR -20[rbp]
cdqe
movabs rdx, -4294967296
and rax, rdx
test rax, rax
je .L4
add DWORD PTR -4[rbp], 32
mov eax, 32
mov ecx, eax
sar DWORD PTR -20[rbp], cl
.L4:
mov eax, DWORD PTR -20[rbp]
mov ax, 0
test eax, eax
je .L5
add DWORD PTR -4[rbp], 16
sar DWORD PTR -20[rbp], 16
.L5:
mov eax, DWORD PTR -20[rbp]
and eax, 65280
test eax, eax
je .L6
add DWORD PTR -4[rbp], 8
sar DWORD PTR -20[rbp], 8
.L6:
mov eax, DWORD PTR -20[rbp]
and eax, 240
test eax, eax
je .L7
add DWORD PTR -4[rbp], 4
sar DWORD PTR -20[rbp], 4
.L7:
mov eax, DWORD PTR -20[rbp]
and eax, 12
test eax, eax
je .L8
add DWORD PTR -4[rbp], 2
sar DWORD PTR -20[rbp], 2
.L8:
mov eax, DWORD PTR -20[rbp]
and eax, 2
test eax, eax
je .L9
add DWORD PTR -4[rbp], 1
.L9:
mov eax, DWORD PTR -4[rbp]
.L3:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size fasttrap_highbit, .-fasttrap_highbit
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_fasttrap.c_fasttrap_highbit.c"
.text
.align 2
.syntax unified
.arm
.type fasttrap_highbit, %function
fasttrap_highbit:
@ 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, #-16]
mov r3, #1
str r3, [fp, #-8]
ldr r3, [fp, #-16]
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r3, [fp, #-16]
lsr r3, r3, #16
lsl r3, r3, #16
cmp r3, #0
beq .L4
ldr r3, [fp, #-8]
add r3, r3, #16
str r3, [fp, #-8]
ldr r3, [fp, #-16]
asr r3, r3, #16
str r3, [fp, #-16]
.L4:
ldr r3, [fp, #-16]
and r3, r3, #65280
cmp r3, #0
beq .L5
ldr r3, [fp, #-8]
add r3, r3, #8
str r3, [fp, #-8]
ldr r3, [fp, #-16]
asr r3, r3, #8
str r3, [fp, #-16]
.L5:
ldr r3, [fp, #-16]
and r3, r3, #240
cmp r3, #0
beq .L6
ldr r3, [fp, #-8]
add r3, r3, #4
str r3, [fp, #-8]
ldr r3, [fp, #-16]
asr r3, r3, #4
str r3, [fp, #-16]
.L6:
ldr r3, [fp, #-16]
and r3, r3, #12
cmp r3, #0
beq .L7
ldr r3, [fp, #-8]
add r3, r3, #2
str r3, [fp, #-8]
ldr r3, [fp, #-16]
asr r3, r3, #2
str r3, [fp, #-16]
.L7:
ldr r3, [fp, #-16]
and r3, r3, #2
cmp r3, #0
beq .L8
ldr r3, [fp, #-8]
add r3, r3, #1
str r3, [fp, #-8]
.L8:
ldr r3, [fp, #-8]
.L3:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.size fasttrap_highbit, .-fasttrap_highbit
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_usage.c_hid_usage_in_page.c"
.intel_syntax noprefix
.text
.globl npages
.bss
.align 4
.type npages, @object
.size npages, 4
npages:
.zero 4
.globl pages
.align 8
.type pages, @object
.size pages, 8
pages:
.zero 8
.section .rodata
.LC0:
.string "%d"
.LC1:
.string "0x%04x"
.text
.globl hid_usage_in_page
.type hid_usage_in_page, @function
hid_usage_in_page:
.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 eax, DWORD PTR -36[rbp]
mov edi, eax
call HID_PAGE@PLT
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR -36[rbp]
mov edi, eax
call HID_USAGE@PLT
mov DWORD PTR -8[rbp], eax
mov DWORD PTR -16[rbp], 0
jmp .L2
.L5:
mov rdx, QWORD PTR pages[rip]
mov eax, DWORD PTR -16[rbp]
cdqe
sal rax, 4
add rax, rdx
mov eax, DWORD PTR [rax]
cmp DWORD PTR -12[rbp], eax
je .L13
add DWORD PTR -16[rbp], 1
.L2:
mov eax, DWORD PTR npages[rip]
cmp DWORD PTR -16[rbp], eax
jl .L5
jmp .L4
.L13:
nop
.L4:
mov eax, DWORD PTR npages[rip]
cmp DWORD PTR -16[rbp], eax
jge .L14
mov DWORD PTR -20[rbp], 0
jmp .L8
.L12:
mov rdx, QWORD PTR pages[rip]
mov eax, DWORD PTR -16[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -20[rbp]
cdqe
sal rax, 4
add rax, rdx
mov eax, DWORD PTR [rax]
mov DWORD PTR -4[rbp], eax
cmp DWORD PTR -4[rbp], -1
jne .L9
mov rdx, QWORD PTR pages[rip]
mov eax, DWORD PTR -16[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -20[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rax, QWORD PTR 8[rax]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call fmtcheck@PLT
mov rcx, rax
mov eax, DWORD PTR -8[rbp]
mov edx, eax
mov rsi, rcx
lea rax, b.0[rip]
mov rdi, rax
call sprintf@PLT
lea rax, b.0[rip]
jmp .L10
.L9:
mov eax, DWORD PTR -4[rbp]
cmp eax, DWORD PTR -8[rbp]
jne .L11
mov rdx, QWORD PTR pages[rip]
mov eax, DWORD PTR -16[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rdx, QWORD PTR 8[rax]
mov eax, DWORD PTR -20[rbp]
cdqe
sal rax, 4
add rax, rdx
mov rax, QWORD PTR 8[rax]
jmp .L10
.L11:
add DWORD PTR -20[rbp], 1
.L8:
mov rdx, QWORD PTR pages[rip]
mov eax, DWORD PTR -16[rbp]
cdqe
sal rax, 4
add rax, rdx
mov eax, DWORD PTR 4[rax]
cmp DWORD PTR -20[rbp], eax
jl .L12
jmp .L7
.L14:
nop
.L7:
mov eax, DWORD PTR -8[rbp]
mov edx, eax
lea rax, .LC1[rip]
mov rsi, rax
lea rax, b.0[rip]
mov rdi, rax
call sprintf@PLT
lea rax, b.0[rip]
.L10:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size hid_usage_in_page, .-hid_usage_in_page
.local b.0
.comm b.0,100,32
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_usage.c_hid_usage_in_page.c"
.text
.global npages
.bss
.align 2
.type npages, %object
.size npages, 4
npages:
.space 4
.global pages
.align 2
.type pages, %object
.size pages, 4
pages:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "%d\000"
.align 2
.LC1:
.ascii "0x%04x\000"
.text
.align 2
.global hid_usage_in_page
.syntax unified
.arm
.type hid_usage_in_page, %function
hid_usage_in_page:
@ 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, #-32]
ldr r0, [fp, #-32]
bl HID_PAGE
str r0, [fp, #-16]
ldr r0, [fp, #-32]
bl HID_USAGE
str r0, [fp, #-12]
mov r3, #0
str r3, [fp, #-20]
b .L2
.L5:
ldr r3, .L15
ldr r1, [r3]
ldr r2, [fp, #-20]
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
lsl r3, r3, #2
add r3, r1, r3
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
beq .L13
ldr r3, [fp, #-20]
add r3, r3, #1
str r3, [fp, #-20]
.L2:
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
blt .L5
b .L4
.L13:
nop
.L4:
ldr r3, .L15+4
ldr r3, [r3]
ldr r2, [fp, #-20]
cmp r2, r3
bge .L14
mov r3, #0
str r3, [fp, #-24]
b .L8
.L12:
ldr r3, .L15
ldr r1, [r3]
ldr r2, [fp, #-20]
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
lsl r3, r3, #2
add r3, r1, r3
ldr r2, [r3, #8]
ldr r3, [fp, #-24]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3]
str r3, [fp, #-8]
ldr r3, [fp, #-8]
cmn r3, #1
bne .L9
ldr r3, .L15
ldr r1, [r3]
ldr r2, [fp, #-20]
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
lsl r3, r3, #2
add r3, r1, r3
ldr r2, [r3, #8]
ldr r3, [fp, #-24]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
ldr r1, .L15+8
mov r0, r3
bl fmtcheck
mov r3, r0
ldr r2, [fp, #-12]
mov r1, r3
ldr r0, .L15+12
bl sprintf
ldr r3, .L15+12
b .L10
.L9:
ldr r2, [fp, #-8]
ldr r3, [fp, #-12]
cmp r2, r3
bne .L11
ldr r3, .L15
ldr r1, [r3]
ldr r2, [fp, #-20]
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
lsl r3, r3, #2
add r3, r1, r3
ldr r2, [r3, #8]
ldr r3, [fp, #-24]
lsl r3, r3, #3
add r3, r2, r3
ldr r3, [r3, #4]
b .L10
.L11:
ldr r3, [fp, #-24]
add r3, r3, #1
str r3, [fp, #-24]
.L8:
ldr r3, .L15
ldr r1, [r3]
ldr r2, [fp, #-20]
mov r3, r2
lsl r3, r3, #1
add r3, r3, r2
lsl r3, r3, #2
add r3, r1, r3
ldr r3, [r3, #4]
ldr r2, [fp, #-24]
cmp r2, r3
blt .L12
b .L7
.L14:
nop
.L7:
ldr r2, [fp, #-12]
ldr r1, .L15+16
ldr r0, .L15+12
bl sprintf
ldr r3, .L15+12
.L10:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L16:
.align 2
.L15:
.word pages
.word npages
.word .LC0
.word b.0
.word .LC1
.size hid_usage_in_page, .-hid_usage_in_page
.local b.0
.comm b.0,100,4
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_rsa_i32_pkcs1_sign.c_br_rsa_i32_pkcs1_sign.c"
.intel_syntax noprefix
.text
.globl br_rsa_i32_pkcs1_sign
.type br_rsa_i32_pkcs1_sign, @function
br_rsa_i32_pkcs1_sign:
.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 -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov QWORD PTR -24[rbp], rdx
mov QWORD PTR -32[rbp], rcx
mov QWORD PTR -40[rbp], r8
mov rax, QWORD PTR -32[rbp]
mov ecx, DWORD PTR [rax]
mov rdi, QWORD PTR -40[rbp]
mov rdx, QWORD PTR -24[rbp]
mov rsi, QWORD PTR -16[rbp]
mov rax, QWORD PTR -8[rbp]
mov r8, rdi
mov rdi, rax
call br_rsa_pkcs1_sig_pad@PLT
test eax, eax
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rdx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -40[rbp]
mov rsi, rdx
mov rdi, rax
call br_rsa_i32_private@PLT
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size br_rsa_i32_pkcs1_sign, .-br_rsa_i32_pkcs1_sign
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_rsa_i32_pkcs1_sign.c_br_rsa_i32_pkcs1_sign.c"
.text
.align 2
.global br_rsa_i32_pkcs1_sign
.syntax unified
.arm
.type br_rsa_i32_pkcs1_sign, %function
br_rsa_i32_pkcs1_sign:
@ args = 4, 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, #-8]
str r1, [fp, #-12]
str r2, [fp, #-16]
str r3, [fp, #-20]
ldr r3, [fp, #-20]
ldr r2, [r3]
ldr r3, [fp, #4]
str r3, [sp]
mov r3, r2
ldr r2, [fp, #-16]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl br_rsa_pkcs1_sig_pad
mov r3, r0
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r1, [fp, #-20]
ldr r0, [fp, #4]
bl br_rsa_i32_private
mov r3, r0
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size br_rsa_i32_pkcs1_sign, .-br_rsa_i32_pkcs1_sign
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_stb_image.h_stbi__parse_zlib_header.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "Corrupt PNG"
.LC1:
.string "bad zlib header"
.LC2:
.string "no preset dict"
.LC3:
.string "bad compression"
.text
.type stbi__parse_zlib_header, @function
stbi__parse_zlib_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, 32
mov QWORD PTR -24[rbp], rdi
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call stbi__zget8@PLT
mov DWORD PTR -12[rbp], eax
mov eax, DWORD PTR -12[rbp]
and eax, 15
mov DWORD PTR -8[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov rdi, rax
call stbi__zget8@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -12[rbp]
sal eax, 8
mov edx, eax
mov eax, DWORD PTR -4[rbp]
add edx, eax
movsx rax, edx
imul rax, rax, -2078209981
shr rax, 32
add eax, edx
sar eax, 4
mov ecx, edx
sar ecx, 31
sub eax, ecx
mov ecx, eax
sal ecx, 5
sub ecx, eax
mov eax, edx
sub eax, ecx
test eax, eax
je .L2
lea rax, .LC0[rip]
mov rsi, rax
lea rax, .LC1[rip]
mov rdi, rax
call stbi__err@PLT
jmp .L3
.L2:
mov eax, DWORD PTR -4[rbp]
and eax, 32
test eax, eax
je .L4
lea rax, .LC0[rip]
mov rsi, rax
lea rax, .LC2[rip]
mov rdi, rax
call stbi__err@PLT
jmp .L3
.L4:
cmp DWORD PTR -8[rbp], 8
je .L5
lea rax, .LC0[rip]
mov rsi, rax
lea rax, .LC3[rip]
mov rdi, rax
call stbi__err@PLT
jmp .L3
.L5:
mov eax, 1
.L3:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size stbi__parse_zlib_header, .-stbi__parse_zlib_header
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_stb_image.h_stbi__parse_zlib_header.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "Corrupt PNG\000"
.align 2
.LC1:
.ascii "bad zlib header\000"
.align 2
.LC2:
.ascii "no preset dict\000"
.align 2
.LC3:
.ascii "bad compression\000"
.text
.align 2
.syntax unified
.arm
.type stbi__parse_zlib_header, %function
stbi__parse_zlib_header:
@ 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 stbi__zget8
str r0, [fp, #-16]
ldr r3, [fp, #-16]
and r3, r3, #15
str r3, [fp, #-12]
ldr r0, [fp, #-24]
bl stbi__zget8
str r0, [fp, #-8]
ldr r3, [fp, #-16]
lsl r2, r3, #8
ldr r3, [fp, #-8]
add r2, r2, r3
ldr r3, .L6
smull r1, r3, r2, r3
add r3, r3, r2
asr r1, r3, #4
asr r3, r2, #31
sub r1, r1, r3
mov r3, r1
lsl r3, r3, #5
sub r3, r3, r1
sub r1, r2, r3
cmp r1, #0
beq .L2
ldr r1, .L6+4
ldr r0, .L6+8
bl stbi__err
mov r3, r0
b .L3
.L2:
ldr r3, [fp, #-8]
and r3, r3, #32
cmp r3, #0
beq .L4
ldr r1, .L6+4
ldr r0, .L6+12
bl stbi__err
mov r3, r0
b .L3
.L4:
ldr r3, [fp, #-12]
cmp r3, #8
beq .L5
ldr r1, .L6+4
ldr r0, .L6+16
bl stbi__err
mov r3, r0
b .L3
.L5:
mov r3, #1
.L3:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L7:
.align 2
.L6:
.word -2078209981
.word .LC0
.word .LC1
.word .LC2
.word .LC3
.size stbi__parse_zlib_header, .-stbi__parse_zlib_header
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ex_getln.c_get_ccline_ptr.c"
.intel_syntax noprefix
.text
.globl CMDLINE
.bss
.align 4
.type CMDLINE, @object
.size CMDLINE, 4
CMDLINE:
.zero 4
.globl State
.align 4
.type State, @object
.size State, 4
State:
.zero 4
.globl ccline
.align 8
.type ccline, @object
.size ccline, 8
ccline:
.zero 8
.globl prev_ccline
.align 8
.type prev_ccline, @object
.size prev_ccline, 8
prev_ccline:
.zero 8
.globl prev_ccline_used
.align 8
.type prev_ccline_used, @object
.size prev_ccline_used, 8
prev_ccline_used:
.zero 8
.text
.type get_ccline_ptr, @function
get_ccline_ptr:
.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 State[rip]
mov eax, DWORD PTR CMDLINE[rip]
and eax, edx
test eax, eax
jne .L2
mov eax, 0
jmp .L3
.L2:
mov rax, QWORD PTR ccline[rip]
test rax, rax
je .L4
lea rax, ccline[rip]
jmp .L3
.L4:
mov rax, QWORD PTR prev_ccline_used[rip]
test rax, rax
je .L5
mov rax, QWORD PTR prev_ccline[rip]
test rax, rax
je .L5
lea rax, prev_ccline[rip]
jmp .L3
.L5:
mov eax, 0
.L3:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size get_ccline_ptr, .-get_ccline_ptr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ex_getln.c_get_ccline_ptr.c"
.text
.global CMDLINE
.bss
.align 2
.type CMDLINE, %object
.size CMDLINE, 4
CMDLINE:
.space 4
.global State
.align 2
.type State, %object
.size State, 4
State:
.space 4
.global ccline
.align 2
.type ccline, %object
.size ccline, 4
ccline:
.space 4
.global prev_ccline
.align 2
.type prev_ccline, %object
.size prev_ccline, 4
prev_ccline:
.space 4
.global prev_ccline_used
.align 2
.type prev_ccline_used, %object
.size prev_ccline_used, 4
prev_ccline_used:
.space 4
.text
.align 2
.syntax unified
.arm
.type get_ccline_ptr, %function
get_ccline_ptr:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 1, uses_anonymous_args = 0
@ link register save eliminated.
str fp, [sp, #-4]!
add fp, sp, #0
ldr r3, .L6
ldr r2, [r3]
ldr r3, .L6+4
ldr r3, [r3]
and r3, r3, r2
cmp r3, #0
bne .L2
mov r3, #0
b .L3
.L2:
ldr r3, .L6+8
ldr r3, [r3]
cmp r3, #0
beq .L4
ldr r3, .L6+8
b .L3
.L4:
ldr r3, .L6+12
ldr r3, [r3]
cmp r3, #0
beq .L5
ldr r3, .L6+16
ldr r3, [r3]
cmp r3, #0
beq .L5
ldr r3, .L6+16
b .L3
.L5:
mov r3, #0
.L3:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L7:
.align 2
.L6:
.word State
.word CMDLINE
.word ccline
.word prev_ccline_used
.word prev_ccline
.size get_ccline_ptr, .-get_ccline_ptr
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_lpfc_init.c_lpfc_sli4_oas_verify.c"
.intel_syntax noprefix
.text
.type lpfc_sli4_oas_verify, @function
lpfc_sli4_oas_verify:
.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 eax, DWORD PTR 24[rax]
test eax, eax
je .L7
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 16[rax]
test rax, rax
je .L4
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 1
jmp .L1
.L4:
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 0
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L6
mov rax, QWORD PTR -8[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call mempool_destroy@PLT
.L6:
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 8[rax], 0
jmp .L1
.L7:
nop
.L1:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size lpfc_sli4_oas_verify, .-lpfc_sli4_oas_verify
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_lpfc_init.c_lpfc_sli4_oas_verify.c"
.text
.align 2
.syntax unified
.arm
.type lpfc_sli4_oas_verify, %function
lpfc_sli4_oas_verify:
@ 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, #12]
cmp r3, #0
beq .L7
ldr r3, [fp, #-8]
ldr r3, [r3, #8]
cmp r3, #0
beq .L4
ldr r3, [fp, #-8]
mov r2, #1
str r2, [r3]
b .L1
.L4:
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3]
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
cmp r3, #0
beq .L6
ldr r3, [fp, #-8]
ldr r3, [r3, #4]
mov r0, r3
bl mempool_destroy
.L6:
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #4]
b .L1
.L7:
nop
.L1:
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size lpfc_sli4_oas_verify, .-lpfc_sli4_oas_verify
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_common.h_rhf_dc_info.c"
.intel_syntax noprefix
.text
.globl RHF_DC_INFO_SMASK
.bss
.align 4
.type RHF_DC_INFO_SMASK, @object
.size RHF_DC_INFO_SMASK, 4
RHF_DC_INFO_SMASK:
.zero 4
.text
.type rhf_dc_info, @function
rhf_dc_info:
.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 RHF_DC_INFO_SMASK[rip]
and eax, DWORD PTR -4[rbp]
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size rhf_dc_info, .-rhf_dc_info
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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.h_rhf_dc_info.c"
.text
.global RHF_DC_INFO_SMASK
.bss
.align 2
.type RHF_DC_INFO_SMASK, %object
.size RHF_DC_INFO_SMASK, 4
RHF_DC_INFO_SMASK:
.space 4
.text
.align 2
.syntax unified
.arm
.type rhf_dc_info, %function
rhf_dc_info:
@ 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, .L3
ldr r2, [r3]
ldr r3, [fp, #-8]
and r3, r3, r2
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L4:
.align 2
.L3:
.word RHF_DC_INFO_SMASK
.size rhf_dc_info, .-rhf_dc_info
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ebtables.c_ebt_cleanup_watcher.c"
.intel_syntax noprefix
.text
.globl NFPROTO_BRIDGE
.bss
.align 4
.type NFPROTO_BRIDGE, @object
.size NFPROTO_BRIDGE, 4
NFPROTO_BRIDGE:
.zero 4
.text
.type ebt_cleanup_watcher, @function
ebt_cleanup_watcher:
.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 fs:40
mov QWORD PTR -8[rbp], rax
xor eax, eax
cmp QWORD PTR -48[rbp], 0
je .L2
mov rax, QWORD PTR -48[rbp]
mov eax, DWORD PTR [rax]
lea ecx, -1[rax]
mov rdx, QWORD PTR -48[rbp]
mov DWORD PTR [rdx], ecx
test eax, eax
jne .L2
mov eax, 1
jmp .L5
.L2:
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
mov QWORD PTR -32[rbp], rax
mov rax, QWORD PTR -40[rbp]
mov eax, DWORD PTR [rax]
mov DWORD PTR -20[rbp], eax
mov eax, DWORD PTR NFPROTO_BRIDGE[rip]
mov DWORD PTR -24[rbp], eax
mov rax, QWORD PTR -32[rbp]
mov rax, QWORD PTR 8[rax]
test rax, rax
je .L4
mov rax, QWORD PTR -32[rbp]
mov rdx, QWORD PTR 8[rax]
lea rax, -32[rbp]
mov rdi, rax
call rdx
.L4:
mov rax, QWORD PTR -32[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call module_put@PLT
mov eax, 0
.L5:
mov rdx, QWORD PTR -8[rbp]
sub rdx, QWORD PTR fs:40
je .L6
call __stack_chk_fail@PLT
.L6:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ebt_cleanup_watcher, .-ebt_cleanup_watcher
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ebtables.c_ebt_cleanup_watcher.c"
.text
.global NFPROTO_BRIDGE
.bss
.align 2
.type NFPROTO_BRIDGE, %object
.size NFPROTO_BRIDGE, 4
NFPROTO_BRIDGE:
.space 4
.text
.align 2
.syntax unified
.arm
.type ebt_cleanup_watcher, %function
ebt_cleanup_watcher:
@ 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, #-28]
cmp r3, #0
beq .L2
ldr r3, [fp, #-28]
ldr r3, [r3]
sub r1, r3, #1
ldr r2, [fp, #-28]
str r1, [r2]
cmp r3, #0
bne .L2
mov r3, #1
b .L5
.L2:
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
str r3, [fp, #-20]
ldr r3, [fp, #-24]
ldr r3, [r3]
str r3, [fp, #-12]
ldr r3, .L7+4
ldr r3, [r3]
str r3, [fp, #-16]
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
cmp r3, #0
beq .L4
ldr r3, [fp, #-20]
ldr r3, [r3, #4]
sub r2, fp, #20
mov r0, r2
blx r3
.L4:
ldr r3, [fp, #-20]
ldr r3, [r3]
mov r0, r3
bl module_put
mov r3, #0
.L5:
ldr r2, .L7
ldr r1, [r2]
ldr r2, [fp, #-8]
eors r1, r2, r1
mov r2, #0
beq .L6
bl __stack_chk_fail
.L6:
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L8:
.align 2
.L7:
.word __stack_chk_guard
.word NFPROTO_BRIDGE
.size ebt_cleanup_watcher, .-ebt_cleanup_watcher
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_m68kops.h_m68k_op_move_32_al_al.c"
.intel_syntax noprefix
.text
.globl CFLAG_CLEAR
.bss
.align 4
.type CFLAG_CLEAR, @object
.size CFLAG_CLEAR, 4
CFLAG_CLEAR:
.zero 4
.globl FLAG_C
.align 4
.type FLAG_C, @object
.size FLAG_C, 4
FLAG_C:
.zero 4
.globl FLAG_N
.align 4
.type FLAG_N, @object
.size FLAG_N, 4
FLAG_N:
.zero 4
.globl FLAG_V
.align 4
.type FLAG_V, @object
.size FLAG_V, 4
FLAG_V:
.zero 4
.globl FLAG_Z
.align 4
.type FLAG_Z, @object
.size FLAG_Z, 4
FLAG_Z:
.zero 4
.globl VFLAG_CLEAR
.align 4
.type VFLAG_CLEAR, @object
.size VFLAG_CLEAR, 4
VFLAG_CLEAR:
.zero 4
.text
.type m68k_op_move_32_al_al, @function
m68k_op_move_32_al_al:
.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, 0
call OPER_AL_32@PLT
mov DWORD PTR -8[rbp], eax
mov eax, 0
call EA_AL_32@PLT
mov DWORD PTR -4[rbp], eax
mov eax, DWORD PTR -8[rbp]
mov edi, eax
call NFLAG_32@PLT
mov DWORD PTR FLAG_N[rip], eax
mov eax, DWORD PTR -8[rbp]
mov DWORD PTR FLAG_Z[rip], eax
mov eax, DWORD PTR VFLAG_CLEAR[rip]
mov DWORD PTR FLAG_V[rip], eax
mov eax, DWORD PTR CFLAG_CLEAR[rip]
mov DWORD PTR FLAG_C[rip], eax
mov edx, DWORD PTR -8[rbp]
mov eax, DWORD PTR -4[rbp]
mov esi, edx
mov edi, eax
call m68ki_write_32@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size m68k_op_move_32_al_al, .-m68k_op_move_32_al_al
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_m68kops.h_m68k_op_move_32_al_al.c"
.text
.global CFLAG_CLEAR
.bss
.align 2
.type CFLAG_CLEAR, %object
.size CFLAG_CLEAR, 4
CFLAG_CLEAR:
.space 4
.global FLAG_C
.align 2
.type FLAG_C, %object
.size FLAG_C, 4
FLAG_C:
.space 4
.global FLAG_N
.align 2
.type FLAG_N, %object
.size FLAG_N, 4
FLAG_N:
.space 4
.global FLAG_V
.align 2
.type FLAG_V, %object
.size FLAG_V, 4
FLAG_V:
.space 4
.global FLAG_Z
.align 2
.type FLAG_Z, %object
.size FLAG_Z, 4
FLAG_Z:
.space 4
.global VFLAG_CLEAR
.align 2
.type VFLAG_CLEAR, %object
.size VFLAG_CLEAR, 4
VFLAG_CLEAR:
.space 4
.text
.align 2
.syntax unified
.arm
.type m68k_op_move_32_al_al, %function
m68k_op_move_32_al_al:
@ args = 0, pretend = 0, frame = 8
@ frame_needed = 1, uses_anonymous_args = 0
push {fp, lr}
add fp, sp, #4
sub sp, sp, #8
bl OPER_AL_32
str r0, [fp, #-12]
bl EA_AL_32
str r0, [fp, #-8]
ldr r0, [fp, #-12]
bl NFLAG_32
mov r3, r0
ldr r2, .L2
str r3, [r2]
ldr r2, .L2+4
ldr r3, [fp, #-12]
str r3, [r2]
ldr r3, .L2+8
ldr r3, [r3]
ldr r2, .L2+12
str r3, [r2]
ldr r3, .L2+16
ldr r3, [r3]
ldr r2, .L2+20
str r3, [r2]
ldr r1, [fp, #-12]
ldr r0, [fp, #-8]
bl m68ki_write_32
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word FLAG_N
.word FLAG_Z
.word VFLAG_CLEAR
.word FLAG_V
.word CFLAG_CLEAR
.word FLAG_C
.size m68k_op_move_32_al_al, .-m68k_op_move_32_al_al
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_copy.c_uboot_copyin.c"
.intel_syntax noprefix
.text
.globl uboot_copyin
.type uboot_copyin, @function
uboot_copyin:
.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 rcx, QWORD PTR -16[rbp]
mov rdx, QWORD PTR -24[rbp]
mov rax, QWORD PTR -8[rbp]
mov rsi, rcx
mov rdi, rax
call bcopy@PLT
mov rax, QWORD PTR -24[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size uboot_copyin, .-uboot_copyin
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_copy.c_uboot_copyin.c"
.text
.align 2
.global uboot_copyin
.syntax unified
.arm
.type uboot_copyin, %function
uboot_copyin:
@ 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, #-12]
ldr r2, [fp, #-16]
mov r1, r3
ldr r0, [fp, #-8]
bl bcopy
ldr r3, [fp, #-16]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size uboot_copyin, .-uboot_copyin
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_obs-ffmpeg-mux.c_replay_buffer_getname.c"
.intel_syntax noprefix
.text
.section .rodata
.LC0:
.string "ReplayBuffer"
.text
.type replay_buffer_getname, @function
replay_buffer_getname:
.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 UNUSED_PARAMETER@PLT
lea rax, .LC0[rip]
mov rdi, rax
call obs_module_text@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size replay_buffer_getname, .-replay_buffer_getname
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_obs-ffmpeg-mux.c_replay_buffer_getname.c"
.text
.section .rodata
.align 2
.LC0:
.ascii "ReplayBuffer\000"
.text
.align 2
.syntax unified
.arm
.type replay_buffer_getname, %function
replay_buffer_getname:
@ 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 UNUSED_PARAMETER
ldr r0, .L3
bl obs_module_text
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word .LC0
.size replay_buffer_getname, .-replay_buffer_getname
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_aic7770.c_ahc_aic7770_VL_setup.c"
.intel_syntax noprefix
.text
.globl AHC_VL
.bss
.align 4
.type AHC_VL, @object
.size AHC_VL, 4
AHC_VL:
.zero 4
.text
.type ahc_aic7770_VL_setup, @function
ahc_aic7770_VL_setup:
.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 ahc_aic7770_setup@PLT
mov DWORD PTR -4[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR AHC_VL[rip]
or edx, eax
mov rax, QWORD PTR -24[rbp]
mov DWORD PTR [rax], edx
mov eax, DWORD PTR -4[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ahc_aic7770_VL_setup, .-ahc_aic7770_VL_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_aic7770.c_ahc_aic7770_VL_setup.c"
.text
.global AHC_VL
.bss
.align 2
.type AHC_VL, %object
.size AHC_VL, 4
AHC_VL:
.space 4
.text
.align 2
.syntax unified
.arm
.type ahc_aic7770_VL_setup, %function
ahc_aic7770_VL_setup:
@ 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 ahc_aic7770_setup
str r0, [fp, #-8]
ldr r3, [fp, #-16]
ldr r2, [r3]
ldr r3, .L3
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-16]
str r2, [r3]
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L4:
.align 2
.L3:
.word AHC_VL
.size ahc_aic7770_VL_setup, .-ahc_aic7770_VL_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_hwa-rc.c_hwarc_filter_cmd.c"
.intel_syntax noprefix
.text
.globl ENOANO
.bss
.align 4
.type ENOANO, @object
.size ENOANO, 4
ENOANO:
.zero 4
.text
.type hwarc_filter_cmd, @function
hwarc_filter_cmd:
.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 eax, DWORD PTR ENOANO[rip]
neg eax
mov DWORD PTR -4[rbp], eax
mov rax, QWORD PTR -24[rbp]
mov eax, DWORD PTR [rax]
cmp eax, 256
jne .L2
mov rdx, QWORD PTR -40[rbp]
mov rcx, QWORD PTR -32[rbp]
mov rax, QWORD PTR -24[rbp]
mov rsi, rcx
mov rdi, rax
call hwarc_filter_cmd_WUSB_0100@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 hwarc_filter_cmd, .-hwarc_filter_cmd
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_hwa-rc.c_hwarc_filter_cmd.c"
.text
.global ENOANO
.bss
.align 2
.type ENOANO, %object
.size ENOANO, 4
ENOANO:
.space 4
.text
.align 2
.syntax unified
.arm
.type hwarc_filter_cmd, %function
hwarc_filter_cmd:
@ 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, .L4
ldr r3, [r3]
rsb r3, r3, #0
str r3, [fp, #-8]
ldr r3, [fp, #-16]
ldr r3, [r3]
cmp r3, #256
bne .L2
ldr r2, [fp, #-24]
ldr r1, [fp, #-20]
ldr r0, [fp, #-16]
bl hwarc_filter_cmd_WUSB_0100
str r0, [fp, #-8]
.L2:
ldr r3, [fp, #-8]
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L5:
.align 2
.L4:
.word ENOANO
.size hwarc_filter_cmd, .-hwarc_filter_cmd
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_fastlz_api.c_decompress_buffer.c"
.intel_syntax noprefix
.text
.globl CUDBG_BLOCK_SIZE
.bss
.align 4
.type CUDBG_BLOCK_SIZE, @object
.size CUDBG_BLOCK_SIZE, 4
CUDBG_BLOCK_SIZE:
.zero 4
.globl CUDBG_MIN_COMPR_LEN
.align 4
.type CUDBG_MIN_COMPR_LEN, @object
.size CUDBG_MIN_COMPR_LEN, 4
CUDBG_MIN_COMPR_LEN:
.zero 4
.globl CUDBG_STATUS_CHKSUM_MISSMATCH
.align 4
.type CUDBG_STATUS_CHKSUM_MISSMATCH, @object
.size CUDBG_STATUS_CHKSUM_MISSMATCH, 4
CUDBG_STATUS_CHKSUM_MISSMATCH:
.zero 4
.globl CUDBG_STATUS_DECOMPRESS_FAIL
.align 4
.type CUDBG_STATUS_DECOMPRESS_FAIL, @object
.size CUDBG_STATUS_DECOMPRESS_FAIL, 4
CUDBG_STATUS_DECOMPRESS_FAIL:
.zero 4
.globl CUDBG_STATUS_SMALL_BUFF
.align 4
.type CUDBG_STATUS_SMALL_BUFF, @object
.size CUDBG_STATUS_SMALL_BUFF, 4
CUDBG_STATUS_SMALL_BUFF:
.zero 4
.text
.globl decompress_buffer
.type decompress_buffer, @function
decompress_buffer:
.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, 216
.cfi_offset 3, -24
mov QWORD PTR -216[rbp], rdi
mov QWORD PTR -224[rbp], rsi
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 CUDBG_MIN_COMPR_LEN[rip]
movsx rdx, eax
sub rdx, 1
mov QWORD PTR -112[rbp], rdx
movsx rdx, eax
mov r10, rdx
mov r11d, 0
movsx rdx, eax
mov r8, rdx
mov r9d, 0
cdqe
mov edx, 16
sub rdx, 1
add rax, rdx
mov edi, 16
mov edx, 0
div rdi
imul rax, rax, 16
mov rcx, rax
and rcx, -4096
mov rdx, rsp
sub 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 -104[rbp], rax
mov QWORD PTR -136[rbp], 0
mov QWORD PTR -120[rbp], 0
mov rax, QWORD PTR -224[rbp]
mov eax, DWORD PTR [rax]
mov edx, DWORD PTR CUDBG_BLOCK_SIZE[rip]
add edx, edx
cmp eax, edx
jge .L5
mov eax, DWORD PTR CUDBG_STATUS_SMALL_BUFF[rip]
jmp .L6
.L5:
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
movsx rcx, eax
lea rdx, -80[rbp]
mov rax, QWORD PTR -224[rbp]
mov rsi, rcx
mov rdi, rax
call get_scratch_buff@PLT
mov DWORD PTR -188[rbp], eax
cmp DWORD PTR -188[rbp], 0
jne .L34
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
movsx rcx, eax
lea rdx, -48[rbp]
mov rax, QWORD PTR -224[rbp]
mov rsi, rcx
mov rdi, rax
call get_scratch_buff@PLT
mov DWORD PTR -188[rbp], eax
cmp DWORD PTR -188[rbp], 0
jne .L35
mov rax, QWORD PTR -64[rbp]
mov QWORD PTR -160[rbp], rax
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR -152[rbp], rax
.L31:
mov rax, QWORD PTR -216[rbp]
mov rdx, QWORD PTR 8[rax]
mov rax, QWORD PTR -216[rbp]
mov eax, DWORD PTR [rax]
cdqe
cmp rdx, rax
jg .L36
lea r8, -168[rbp]
lea rdi, -176[rbp]
lea rcx, -184[rbp]
lea rdx, -192[rbp]
lea rsi, -196[rbp]
mov rax, QWORD PTR -216[rbp]
mov r9, r8
mov r8, rdi
mov rdi, rax
call read_chunk_header@PLT
mov DWORD PTR -188[rbp], eax
cmp DWORD PTR -188[rbp], 0
jne .L37
mov eax, DWORD PTR -196[rbp]
cmp eax, 1
jne .L14
mov rax, QWORD PTR -184[rbp]
cmp rax, 10
jbe .L14
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
movsx rdx, eax
mov rax, QWORD PTR -184[rbp]
cmp rdx, rax
jbe .L14
mov rcx, QWORD PTR -184[rbp]
mov rax, QWORD PTR -216[rbp]
lea rdi, 8[rax]
mov rax, QWORD PTR -216[rbp]
mov eax, DWORD PTR [rax]
movsx rsi, eax
mov rax, QWORD PTR -216[rbp]
mov rax, QWORD PTR 16[rax]
mov rdx, QWORD PTR -104[rbp]
mov r8, rcx
mov rcx, rdx
mov rdx, rdi
mov rdi, rax
call read_from_buf@PLT
mov QWORD PTR -96[rbp], rax
cmp QWORD PTR -96[rbp], 0
jne .L15
mov eax, 0
jmp .L6
.L15:
mov rdx, QWORD PTR -184[rbp]
mov rax, QWORD PTR -104[rbp]
mov rsi, rax
mov edi, 1
call update_adler32@PLT
mov QWORD PTR -144[rbp], rax
mov rax, QWORD PTR -176[rbp]
cmp QWORD PTR -144[rbp], rax
je .L16
mov eax, DWORD PTR CUDBG_STATUS_CHKSUM_MISSMATCH[rip]
jmp .L6
.L16:
mov rax, QWORD PTR -104[rbp]
mov rdi, rax
call readU32@PLT
mov QWORD PTR -120[rbp], rax
mov rax, QWORD PTR -224[rbp]
mov eax, DWORD PTR [rax]
cdqe
cmp QWORD PTR -120[rbp], rax
jle .L17
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
add eax, eax
mov edx, eax
mov rax, QWORD PTR -120[rbp]
add eax, edx
mov edx, eax
mov rax, QWORD PTR -224[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -216[rbp]
mov rax, QWORD PTR 8[rax]
mov rdx, QWORD PTR -184[rbp]
sub rax, rdx
sub rax, 16
mov rdx, rax
mov rax, QWORD PTR -216[rbp]
mov QWORD PTR 8[rax], rdx
mov eax, DWORD PTR CUDBG_STATUS_SMALL_BUFF[rip]
jmp .L6
.L17:
mov QWORD PTR -136[rbp], 0
.L14:
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
movsx rdx, eax
mov rax, QWORD PTR -184[rbp]
cmp rdx, rax
jnb .L18
mov rdx, QWORD PTR -224[rbp]
lea rax, -48[rbp]
mov rsi, rdx
mov rdi, rax
call release_scratch_buff@PLT
mov rdx, QWORD PTR -224[rbp]
lea rax, -80[rbp]
mov rsi, rdx
mov rdi, rax
call release_scratch_buff@PLT
mov rcx, QWORD PTR -184[rbp]
lea rdx, -80[rbp]
mov rax, QWORD PTR -224[rbp]
mov rsi, rcx
mov rdi, rax
call get_scratch_buff@PLT
mov DWORD PTR -188[rbp], eax
cmp DWORD PTR -188[rbp], 0
jne .L38
mov rcx, QWORD PTR -184[rbp]
lea rdx, -48[rbp]
mov rax, QWORD PTR -224[rbp]
mov rsi, rcx
mov rdi, rax
call get_scratch_buff@PLT
mov DWORD PTR -188[rbp], eax
cmp DWORD PTR -188[rbp], 0
jne .L39
mov rax, QWORD PTR -64[rbp]
mov QWORD PTR -160[rbp], rax
mov rax, QWORD PTR -32[rbp]
mov QWORD PTR -152[rbp], rax
.L18:
mov eax, DWORD PTR -196[rbp]
cmp eax, 17
jne .L31
cmp QWORD PTR -120[rbp], 0
je .L31
mov eax, DWORD PTR -192[rbp]
test eax, eax
je .L22
cmp eax, 1
je .L23
jmp .L21
.L22:
mov rax, QWORD PTR -184[rbp]
add QWORD PTR -136[rbp], rax
mov rax, QWORD PTR -184[rbp]
mov QWORD PTR -128[rbp], rax
mov QWORD PTR -144[rbp], 1
.L27:
mov eax, DWORD PTR CUDBG_BLOCK_SIZE[rip]
cdqe
mov rdx, QWORD PTR -128[rbp]
cmp rdx, rax
cmovbe rax, rdx
mov QWORD PTR -88[rbp], rax
mov rax, QWORD PTR -216[rbp]
lea rdi, 8[rax]
mov rax, QWORD PTR -216[rbp]
mov eax, DWORD PTR [rax]
movsx rsi, eax
mov rax, QWORD PTR -216[rbp]
mov rax, QWORD PTR 16[rax]
mov rcx, QWORD PTR -88[rbp]
mov rdx, QWORD PTR -104[rbp]
mov r8, rcx
mov rcx, rdx
mov rdx, rdi
mov rdi, rax
call read_from_buf@PLT
mov QWORD PTR -96[rbp], rax
cmp QWORD PTR -96[rbp], 0
jne .L25
mov eax, 0
jmp .L6
.L25:
mov rax, QWORD PTR -224[rbp]
lea rdi, 8[rax]
mov rax, QWORD PTR -224[rbp]
mov eax, DWORD PTR [rax]
movsx rsi, eax
mov rax, QWORD PTR -224[rbp]
mov rax, QWORD PTR 16[rax]
mov rcx, QWORD PTR -96[rbp]
mov rdx, QWORD PTR -104[rbp]
mov r8, rcx
mov rcx, rdx
mov rdx, rdi
mov rdi, rax
call write_to_buf@PLT
mov rax, QWORD PTR -144[rbp]
mov rdx, QWORD PTR -96[rbp]
mov rcx, QWORD PTR -104[rbp]
mov rsi, rcx
mov rdi, rax
call update_adler32@PLT
mov QWORD PTR -144[rbp], rax
mov rax, QWORD PTR -96[rbp]
sub QWORD PTR -128[rbp], rax
mov rax, QWORD PTR -176[rbp]
cmp QWORD PTR -144[rbp], rax
je .L27
mov eax, DWORD PTR CUDBG_STATUS_CHKSUM_MISSMATCH[rip]
jmp .L6
.L23:
mov rcx, QWORD PTR -184[rbp]
mov rax, QWORD PTR -216[rbp]
lea rdi, 8[rax]
mov rax, QWORD PTR -216[rbp]
mov eax, DWORD PTR [rax]
movsx rsi, eax
mov rax, QWORD PTR -216[rbp]
mov rax, QWORD PTR 16[rax]
mov rdx, QWORD PTR -160[rbp]
mov r8, rcx
mov rcx, rdx
mov rdx, rdi
mov rdi, rax
call read_from_buf@PLT
mov QWORD PTR -96[rbp], rax
cmp QWORD PTR -96[rbp], 0
jne .L28
mov eax, 0
jmp .L6
.L28:
mov rdx, QWORD PTR -184[rbp]
mov rax, QWORD PTR -160[rbp]
mov rsi, rax
mov edi, 1
call update_adler32@PLT
mov QWORD PTR -144[rbp], rax
mov rax, QWORD PTR -168[rbp]
add QWORD PTR -136[rbp], rax
mov rax, QWORD PTR -176[rbp]
cmp QWORD PTR -144[rbp], rax
je .L29
mov eax, DWORD PTR CUDBG_STATUS_CHKSUM_MISSMATCH[rip]
jmp .L6
.L29:
mov rcx, QWORD PTR -168[rbp]
mov rsi, QWORD PTR -184[rbp]
mov rdx, QWORD PTR -152[rbp]
mov rax, QWORD PTR -160[rbp]
mov rdi, rax
call fastlz_decompress@PLT
mov QWORD PTR -128[rbp], rax
mov rax, QWORD PTR -168[rbp]
cmp QWORD PTR -128[rbp], rax
je .L30
mov eax, DWORD PTR CUDBG_STATUS_DECOMPRESS_FAIL[rip]
mov DWORD PTR -188[rbp], eax
jmp .L12
.L30:
mov rcx, QWORD PTR -168[rbp]
mov rax, QWORD PTR -224[rbp]
lea rdi, 8[rax]
mov rax, QWORD PTR -224[rbp]
mov eax, DWORD PTR [rax]
movsx rsi, eax
mov rax, QWORD PTR -224[rbp]
mov rax, QWORD PTR 16[rax]
mov rdx, QWORD PTR -152[rbp]
mov r8, rcx
mov rcx, rdx
mov rdx, rdi
mov rdi, rax
call write_to_buf@PLT
nop
.L21:
jmp .L31
.L36:
nop
jmp .L12
.L37:
nop
.L12:
mov rdx, QWORD PTR -224[rbp]
lea rax, -48[rbp]
mov rsi, rdx
mov rdi, rax
call release_scratch_buff@PLT
jmp .L10
.L35:
nop
jmp .L10
.L39:
nop
.L10:
mov rdx, QWORD PTR -224[rbp]
lea rax, -80[rbp]
mov rsi, rdx
mov rdi, rax
call release_scratch_buff@PLT
jmp .L8
.L34:
nop
jmp .L8
.L38:
nop
.L8:
mov eax, DWORD PTR -188[rbp]
.L6:
mov rsp, rbx
mov rdx, QWORD PTR -24[rbp]
sub rdx, QWORD PTR fs:40
je .L33
call __stack_chk_fail@PLT
.L33:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size decompress_buffer, .-decompress_buffer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_fastlz_api.c_decompress_buffer.c"
.text
.global CUDBG_BLOCK_SIZE
.bss
.align 2
.type CUDBG_BLOCK_SIZE, %object
.size CUDBG_BLOCK_SIZE, 4
CUDBG_BLOCK_SIZE:
.space 4
.global CUDBG_MIN_COMPR_LEN
.align 2
.type CUDBG_MIN_COMPR_LEN, %object
.size CUDBG_MIN_COMPR_LEN, 4
CUDBG_MIN_COMPR_LEN:
.space 4
.global CUDBG_STATUS_CHKSUM_MISSMATCH
.align 2
.type CUDBG_STATUS_CHKSUM_MISSMATCH, %object
.size CUDBG_STATUS_CHKSUM_MISSMATCH, 4
CUDBG_STATUS_CHKSUM_MISSMATCH:
.space 4
.global CUDBG_STATUS_DECOMPRESS_FAIL
.align 2
.type CUDBG_STATUS_DECOMPRESS_FAIL, %object
.size CUDBG_STATUS_DECOMPRESS_FAIL, 4
CUDBG_STATUS_DECOMPRESS_FAIL:
.space 4
.global CUDBG_STATUS_SMALL_BUFF
.align 2
.type CUDBG_STATUS_SMALL_BUFF, %object
.size CUDBG_STATUS_SMALL_BUFF, 4
CUDBG_STATUS_SMALL_BUFF:
.space 4
.text
.align 2
.global decompress_buffer
.syntax unified
.arm
.type decompress_buffer, %function
decompress_buffer:
@ args = 0, pretend = 0, frame = 104
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, r5, r6, r7, r8, fp, lr}
add fp, sp, #24
sub sp, sp, #116
str r0, [fp, #-128]
str r1, [fp, #-132]
ldr r3, .L37
ldr r3, [r3]
str r3, [fp, #-32]
mov r3, #0
mov r3, sp
mov r8, r3
ldr r3, .L37+4
ldr r1, [r3]
sub r3, r1, #1
str r3, [fp, #-72]
mov r2, r1
mov r3, #0
mov r6, r2
mov r7, r3
mov r2, #0
mov r3, #0
lsl r3, r7, #3
orr r3, r3, r6, lsr #29
lsl r2, r6, #3
mov r2, r1
mov r3, #0
mov r4, r2
mov r5, r3
mov r2, #0
mov r3, #0
lsl r3, r5, #3
orr r3, r3, r4, lsr #29
lsl r2, r4, #3
mov r3, r1
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, #-68]
mov r3, #0
str r3, [fp, #-88]
mov r3, #0
str r3, [fp, #-80]
ldr r3, [fp, #-132]
ldr r2, [r3]
ldr r3, .L37+8
ldr r3, [r3]
lsl r3, r3, #1
cmp r2, r3
bge .L2
ldr r3, .L37+12
ldr r3, [r3]
b .L3
.L2:
ldr r3, .L37+8
ldr r3, [r3]
mov r1, r3
sub r3, fp, #56
mov r2, r3
ldr r0, [fp, #-132]
bl get_scratch_buff
str r0, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L31
ldr r3, .L37+8
ldr r3, [r3]
mov r1, r3
sub r3, fp, #44
mov r2, r3
ldr r0, [fp, #-132]
bl get_scratch_buff
str r0, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L32
ldr r3, [fp, #-48]
str r3, [fp, #-100]
ldr r3, [fp, #-36]
str r3, [fp, #-96]
.L28:
ldr r3, [fp, #-128]
ldr r2, [r3, #4]
ldr r3, [fp, #-128]
ldr r3, [r3]
cmp r2, r3
bgt .L33
sub r0, fp, #120
sub r2, fp, #104
sub r1, fp, #108
sub r3, fp, #112
str r3, [sp, #4]
sub r3, fp, #116
str r3, [sp]
mov r3, r0
ldr r0, [fp, #-128]
bl read_chunk_header
str r0, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L34
ldr r3, [fp, #-108]
cmp r3, #1
bne .L11
ldr r3, [fp, #-120]
cmp r3, #10
bls .L11
ldr r3, [fp, #-120]
ldr r2, .L37+8
ldr r2, [r2]
cmp r3, r2
bcs .L11
ldr r3, [fp, #-128]
ldr r0, [r3, #8]
ldr r3, [fp, #-128]
ldr r1, [r3]
ldr r3, [fp, #-128]
add r2, r3, #4
ldr r3, [fp, #-120]
str r3, [sp]
ldr r3, [fp, #-68]
bl read_from_buf
str r0, [fp, #-64]
ldr r3, [fp, #-64]
cmp r3, #0
bne .L12
mov r3, #0
b .L3
.L12:
ldr r3, [fp, #-120]
mov r2, r3
ldr r1, [fp, #-68]
mov r0, #1
bl update_adler32
str r0, [fp, #-92]
ldr r3, [fp, #-116]
ldr r2, [fp, #-92]
cmp r2, r3
beq .L13
ldr r3, .L37+16
ldr r3, [r3]
b .L3
.L13:
ldr r0, [fp, #-68]
bl readU32
str r0, [fp, #-80]
ldr r3, [fp, #-132]
ldr r3, [r3]
ldr r2, [fp, #-80]
cmp r2, r3
ble .L14
ldr r3, .L37+8
ldr r3, [r3]
lsl r2, r3, #1
ldr r3, [fp, #-80]
add r2, r2, r3
ldr r3, [fp, #-132]
str r2, [r3]
ldr r3, [fp, #-128]
ldr r3, [r3, #4]
mov r2, r3
ldr r3, [fp, #-120]
sub r3, r2, r3
sub r3, r3, #16
mov r2, r3
ldr r3, [fp, #-128]
str r2, [r3, #4]
ldr r3, .L37+12
ldr r3, [r3]
b .L3
.L14:
mov r3, #0
str r3, [fp, #-88]
.L11:
ldr r3, [fp, #-120]
ldr r2, .L37+8
ldr r2, [r2]
cmp r3, r2
bls .L15
sub r3, fp, #44
ldr r1, [fp, #-132]
mov r0, r3
bl release_scratch_buff
sub r3, fp, #56
ldr r1, [fp, #-132]
mov r0, r3
bl release_scratch_buff
ldr r3, [fp, #-120]
sub r2, fp, #56
mov r1, r3
ldr r0, [fp, #-132]
bl get_scratch_buff
str r0, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L35
ldr r3, [fp, #-120]
sub r2, fp, #44
mov r1, r3
ldr r0, [fp, #-132]
bl get_scratch_buff
str r0, [fp, #-76]
ldr r3, [fp, #-76]
cmp r3, #0
bne .L36
ldr r3, [fp, #-48]
str r3, [fp, #-100]
ldr r3, [fp, #-36]
str r3, [fp, #-96]
.L15:
ldr r3, [fp, #-108]
cmp r3, #17
bne .L28
ldr r3, [fp, #-80]
cmp r3, #0
beq .L28
ldr r3, [fp, #-104]
cmp r3, #0
beq .L19
cmp r3, #1
beq .L20
b .L18
.L19:
ldr r3, [fp, #-120]
ldr r2, [fp, #-88]
add r3, r2, r3
str r3, [fp, #-88]
ldr r3, [fp, #-120]
str r3, [fp, #-84]
mov r3, #1
str r3, [fp, #-92]
.L24:
ldr r3, .L37+8
ldr r3, [r3]
mov r2, r3
ldr r3, [fp, #-84]
cmp r3, r2
movcc r3, r3
movcs r3, r2
str r3, [fp, #-60]
ldr r3, [fp, #-128]
ldr r0, [r3, #8]
ldr r3, [fp, #-128]
ldr r1, [r3]
ldr r3, [fp, #-128]
add r2, r3, #4
ldr r3, [fp, #-60]
str r3, [sp]
ldr r3, [fp, #-68]
bl read_from_buf
str r0, [fp, #-64]
ldr r3, [fp, #-64]
cmp r3, #0
bne .L22
mov r3, #0
b .L3
.L22:
ldr r3, [fp, #-132]
ldr r0, [r3, #8]
ldr r3, [fp, #-132]
ldr r1, [r3]
ldr r3, [fp, #-132]
add r2, r3, #4
ldr r3, [fp, #-64]
str r3, [sp]
ldr r3, [fp, #-68]
bl write_to_buf
ldr r3, [fp, #-92]
ldr r2, [fp, #-64]
ldr r1, [fp, #-68]
mov r0, r3
bl update_adler32
str r0, [fp, #-92]
ldr r2, [fp, #-84]
ldr r3, [fp, #-64]
sub r3, r2, r3
str r3, [fp, #-84]
ldr r3, [fp, #-116]
ldr r2, [fp, #-92]
cmp r2, r3
beq .L24
ldr r3, .L37+16
ldr r3, [r3]
b .L3
.L20:
ldr r3, [fp, #-128]
ldr r0, [r3, #8]
ldr r3, [fp, #-128]
ldr r1, [r3]
ldr r3, [fp, #-128]
add r2, r3, #4
ldr r3, [fp, #-120]
str r3, [sp]
ldr r3, [fp, #-100]
bl read_from_buf
str r0, [fp, #-64]
ldr r3, [fp, #-64]
cmp r3, #0
bne .L25
mov r3, #0
b .L3
.L25:
ldr r3, [fp, #-120]
mov r2, r3
ldr r1, [fp, #-100]
mov r0, #1
bl update_adler32
str r0, [fp, #-92]
ldr r3, [fp, #-112]
ldr r2, [fp, #-88]
add r3, r2, r3
str r3, [fp, #-88]
ldr r3, [fp, #-116]
ldr r2, [fp, #-92]
cmp r2, r3
beq .L26
ldr r3, .L37+16
ldr r3, [r3]
b .L3
.L26:
ldr r1, [fp, #-120]
ldr r3, [fp, #-112]
ldr r2, [fp, #-96]
ldr r0, [fp, #-100]
bl fastlz_decompress
str r0, [fp, #-84]
ldr r3, [fp, #-112]
ldr r2, [fp, #-84]
cmp r2, r3
beq .L27
ldr r3, .L37+20
ldr r3, [r3]
str r3, [fp, #-76]
b .L9
.L27:
ldr r3, [fp, #-132]
ldr r0, [r3, #8]
ldr r3, [fp, #-132]
ldr r1, [r3]
ldr r3, [fp, #-132]
add r2, r3, #4
ldr r3, [fp, #-112]
str r3, [sp]
ldr r3, [fp, #-96]
bl write_to_buf
nop
.L18:
b .L28
.L33:
nop
b .L9
.L34:
nop
.L9:
sub r3, fp, #44
ldr r1, [fp, #-132]
mov r0, r3
bl release_scratch_buff
b .L7
.L32:
nop
b .L7
.L36:
nop
.L7:
sub r3, fp, #56
ldr r1, [fp, #-132]
mov r0, r3
bl release_scratch_buff
b .L5
.L31:
nop
b .L5
.L35:
nop
.L5:
ldr r3, [fp, #-76]
.L3:
mov sp, r8
ldr r2, .L37
ldr r1, [r2]
ldr r2, [fp, #-32]
eors r1, r2, r1
mov r2, #0
beq .L30
bl __stack_chk_fail
.L30:
mov r0, r3
sub sp, fp, #24
@ sp needed
pop {r4, r5, r6, r7, r8, fp, pc}
.L38:
.align 2
.L37:
.word __stack_chk_guard
.word CUDBG_MIN_COMPR_LEN
.word CUDBG_BLOCK_SIZE
.word CUDBG_STATUS_SMALL_BUFF
.word CUDBG_STATUS_CHKSUM_MISSMATCH
.word CUDBG_STATUS_DECOMPRESS_FAIL
.size decompress_buffer, .-decompress_buffer
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_pata_serverworks.c_osb4_cable.c"
.intel_syntax noprefix
.text
.globl ATA_CBL_PATA40
.bss
.align 4
.type ATA_CBL_PATA40, @object
.size ATA_CBL_PATA40, 4
ATA_CBL_PATA40:
.zero 4
.text
.type osb4_cable, @function
osb4_cable:
.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 -8[rbp], rdi
mov eax, DWORD PTR ATA_CBL_PATA40[rip]
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size osb4_cable, .-osb4_cable
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_pata_serverworks.c_osb4_cable.c"
.text
.global ATA_CBL_PATA40
.bss
.align 2
.type ATA_CBL_PATA40, %object
.size ATA_CBL_PATA40, 4
ATA_CBL_PATA40:
.space 4
.text
.align 2
.syntax unified
.arm
.type osb4_cable, %function
osb4_cable:
@ 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, .L3
ldr r3, [r3]
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L4:
.align 2
.L3:
.word ATA_CBL_PATA40
.size osb4_cable, .-osb4_cable
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_..includer_vector.h_r_pvector_push_front.c"
.intel_syntax noprefix
.text
.type r_pvector_push_front, @function
r_pvector_push_front:
.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]
lea rdx, -16[rbp]
mov rsi, rdx
mov rdi, rax
call r_vector_push_front@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size r_pvector_push_front, .-r_pvector_push_front
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_..includer_vector.h_r_pvector_push_front.c"
.text
.align 2
.syntax unified
.arm
.type r_pvector_push_front, %function
r_pvector_push_front:
@ 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]
sub r2, fp, #12
mov r1, r2
mov r0, r3
bl r_vector_push_front
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size r_pvector_push_front, .-r_pvector_push_front
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_i2c-imx.c_i2c_imx_dma_request.c"
.intel_syntax noprefix
.text
.globl DMA_DEV_TO_MEM
.bss
.align 4
.type DMA_DEV_TO_MEM, @object
.size DMA_DEV_TO_MEM, 4
DMA_DEV_TO_MEM:
.zero 4
.globl DMA_MEM_TO_DEV
.align 4
.type DMA_MEM_TO_DEV, @object
.size DMA_MEM_TO_DEV, 4
DMA_MEM_TO_DEV:
.zero 4
.globl DMA_SLAVE_BUSWIDTH_1_BYTE
.align 8
.type DMA_SLAVE_BUSWIDTH_1_BYTE, @object
.size DMA_SLAVE_BUSWIDTH_1_BYTE, 8
DMA_SLAVE_BUSWIDTH_1_BYTE:
.zero 8
.globl ENODEV
.align 4
.type ENODEV, @object
.size ENODEV, 4
ENODEV:
.zero 4
.globl EPROBE_DEFER
.align 4
.type EPROBE_DEFER, @object
.size EPROBE_DEFER, 4
EPROBE_DEFER:
.zero 4
.globl GFP_KERNEL
.align 4
.type GFP_KERNEL, @object
.size GFP_KERNEL, 4
GFP_KERNEL:
.zero 4
.globl IMX_I2C_I2DR
.align 4
.type IMX_I2C_I2DR, @object
.size IMX_I2C_I2DR, 4
IMX_I2C_I2DR:
.zero 4
.section .rodata
.LC0:
.string "tx"
.align 8
.LC1:
.string "can't request DMA tx channel (%d)\n"
.align 8
.LC2:
.string "can't configure tx channel (%d)\n"
.LC3:
.string "rx"
.align 8
.LC4:
.string "can't request DMA rx channel (%d)\n"
.align 8
.LC5:
.string "can't configure rx channel (%d)\n"
.align 8
.LC6:
.string "using %s (tx) and %s (rx) for DMA transfers\n"
.text
.type i2c_imx_dma_request, @function
i2c_imx_dma_request:
.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, 120
.cfi_offset 3, -24
mov QWORD PTR -120[rbp], rdi
mov QWORD PTR -128[rbp], rsi
mov rax, QWORD PTR fs:40
mov QWORD PTR -24[rbp], rax
xor eax, eax
mov rax, QWORD PTR -120[rbp]
add rax, 16
mov QWORD PTR -96[rbp], rax
mov edx, DWORD PTR GFP_KERNEL[rip]
mov rax, QWORD PTR -96[rbp]
mov esi, 24
mov rdi, rax
call devm_kzalloc@PLT
mov QWORD PTR -88[rbp], rax
cmp QWORD PTR -88[rbp], 0
je .L15
mov rax, QWORD PTR -96[rbp]
lea rdx, .LC0[rip]
mov rsi, rdx
mov rdi, rax
call dma_request_chan@PLT
mov rdx, QWORD PTR -88[rbp]
mov QWORD PTR [rdx], rax
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call IS_ERR@PLT
test rax, rax
je .L4
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call PTR_ERR@PLT
mov DWORD PTR -100[rbp], eax
mov eax, DWORD PTR ENODEV[rip]
neg eax
cmp DWORD PTR -100[rbp], eax
je .L16
mov eax, DWORD PTR EPROBE_DEFER[rip]
neg eax
cmp DWORD PTR -100[rbp], eax
je .L16
mov edx, DWORD PTR -100[rbp]
mov rax, QWORD PTR -96[rbp]
lea rcx, .LC1[rip]
mov rsi, rcx
mov rdi, rax
call dev_err@PLT
jmp .L16
.L4:
mov edx, DWORD PTR IMX_I2C_I2DR[rip]
mov rax, QWORD PTR -120[rbp]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov ecx, eax
sal edx, cl
mov eax, edx
movsx rdx, eax
mov rax, QWORD PTR -128[rbp]
add rax, rdx
mov QWORD PTR -40[rbp], rax
mov rax, QWORD PTR DMA_SLAVE_BUSWIDTH_1_BYTE[rip]
mov QWORD PTR -48[rbp], rax
mov DWORD PTR -80[rbp], 1
mov eax, DWORD PTR DMA_MEM_TO_DEV[rip]
mov DWORD PTR -72[rbp], eax
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR [rax]
lea rdx, -80[rbp]
mov rsi, rdx
mov rdi, rax
call dmaengine_slave_config@PLT
mov DWORD PTR -100[rbp], eax
cmp DWORD PTR -100[rbp], 0
jns .L7
mov edx, DWORD PTR -100[rbp]
mov rax, QWORD PTR -96[rbp]
lea rcx, .LC2[rip]
mov rsi, rcx
mov rdi, rax
call dev_err@PLT
jmp .L8
.L7:
mov rax, QWORD PTR -96[rbp]
lea rdx, .LC3[rip]
mov rsi, rdx
mov rdi, rax
call dma_request_chan@PLT
mov rdx, QWORD PTR -88[rbp]
mov QWORD PTR 8[rdx], rax
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call IS_ERR@PLT
test rax, rax
je .L9
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call PTR_ERR@PLT
mov DWORD PTR -100[rbp], eax
mov eax, DWORD PTR ENODEV[rip]
neg eax
cmp DWORD PTR -100[rbp], eax
je .L17
mov eax, DWORD PTR EPROBE_DEFER[rip]
neg eax
cmp DWORD PTR -100[rbp], eax
je .L17
mov edx, DWORD PTR -100[rbp]
mov rax, QWORD PTR -96[rbp]
lea rcx, .LC4[rip]
mov rsi, rcx
mov rdi, rax
call dev_err@PLT
jmp .L17
.L9:
mov edx, DWORD PTR IMX_I2C_I2DR[rip]
mov rax, QWORD PTR -120[rbp]
mov rax, QWORD PTR 8[rax]
mov eax, DWORD PTR [rax]
mov ecx, eax
sal edx, cl
mov eax, edx
movsx rdx, eax
mov rax, QWORD PTR -128[rbp]
add rax, rdx
mov QWORD PTR -56[rbp], rax
mov rax, QWORD PTR DMA_SLAVE_BUSWIDTH_1_BYTE[rip]
mov QWORD PTR -64[rbp], rax
mov DWORD PTR -76[rbp], 1
mov eax, DWORD PTR DMA_DEV_TO_MEM[rip]
mov DWORD PTR -72[rbp], eax
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR 8[rax]
lea rdx, -80[rbp]
mov rsi, rdx
mov rdi, rax
call dmaengine_slave_config@PLT
mov DWORD PTR -100[rbp], eax
cmp DWORD PTR -100[rbp], 0
jns .L11
mov edx, DWORD PTR -100[rbp]
mov rax, QWORD PTR -96[rbp]
lea rcx, .LC5[rip]
mov rsi, rcx
mov rdi, rax
call dev_err@PLT
nop
.L12:
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call dma_release_channel@PLT
jmp .L8
.L11:
mov rax, QWORD PTR -120[rbp]
mov rdx, QWORD PTR -88[rbp]
mov QWORD PTR [rax], rdx
mov rax, QWORD PTR -88[rbp]
add rax, 16
mov rdi, rax
call init_completion@PLT
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR 8[rax]
mov rdi, rax
call dma_chan_name@PLT
mov ebx, eax
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call dma_chan_name@PLT
mov edx, eax
mov rax, QWORD PTR -96[rbp]
mov ecx, ebx
lea rsi, .LC6[rip]
mov rdi, rax
call dev_info@PLT
jmp .L1
.L17:
nop
.L8:
mov rax, QWORD PTR -88[rbp]
mov rax, QWORD PTR [rax]
mov rdi, rax
call dma_release_channel@PLT
jmp .L6
.L16:
nop
.L6:
mov rdx, QWORD PTR -88[rbp]
mov rax, QWORD PTR -96[rbp]
mov rsi, rdx
mov rdi, rax
call devm_kfree@PLT
jmp .L1
.L15:
nop
.L1:
mov rax, QWORD PTR -24[rbp]
sub rax, QWORD PTR fs:40
je .L14
call __stack_chk_fail@PLT
.L14:
mov rbx, QWORD PTR -8[rbp]
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size i2c_imx_dma_request, .-i2c_imx_dma_request
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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-imx.c_i2c_imx_dma_request.c"
.text
.global DMA_DEV_TO_MEM
.bss
.align 2
.type DMA_DEV_TO_MEM, %object
.size DMA_DEV_TO_MEM, 4
DMA_DEV_TO_MEM:
.space 4
.global DMA_MEM_TO_DEV
.align 2
.type DMA_MEM_TO_DEV, %object
.size DMA_MEM_TO_DEV, 4
DMA_MEM_TO_DEV:
.space 4
.global DMA_SLAVE_BUSWIDTH_1_BYTE
.align 2
.type DMA_SLAVE_BUSWIDTH_1_BYTE, %object
.size DMA_SLAVE_BUSWIDTH_1_BYTE, 4
DMA_SLAVE_BUSWIDTH_1_BYTE:
.space 4
.global ENODEV
.align 2
.type ENODEV, %object
.size ENODEV, 4
ENODEV:
.space 4
.global EPROBE_DEFER
.align 2
.type EPROBE_DEFER, %object
.size EPROBE_DEFER, 4
EPROBE_DEFER:
.space 4
.global GFP_KERNEL
.align 2
.type GFP_KERNEL, %object
.size GFP_KERNEL, 4
GFP_KERNEL:
.space 4
.global IMX_I2C_I2DR
.align 2
.type IMX_I2C_I2DR, %object
.size IMX_I2C_I2DR, 4
IMX_I2C_I2DR:
.space 4
.section .rodata
.align 2
.LC0:
.ascii "tx\000"
.align 2
.LC1:
.ascii "can't request DMA tx channel (%d)\012\000"
.align 2
.LC2:
.ascii "can't configure tx channel (%d)\012\000"
.align 2
.LC3:
.ascii "rx\000"
.align 2
.LC4:
.ascii "can't request DMA rx channel (%d)\012\000"
.align 2
.LC5:
.ascii "can't configure rx channel (%d)\012\000"
.align 2
.LC6:
.ascii "using %s (tx) and %s (rx) for DMA transfers\012\000"
.text
.align 2
.syntax unified
.arm
.type i2c_imx_dma_request, %function
i2c_imx_dma_request:
@ args = 0, pretend = 0, frame = 56
@ frame_needed = 1, uses_anonymous_args = 0
push {r4, fp, lr}
add fp, sp, #8
sub sp, sp, #60
str r0, [fp, #-64]
str r1, [fp, #-68]
ldr r3, .L18
ldr r3, [r3]
str r3, [fp, #-16]
mov r3, #0
ldr r3, [fp, #-64]
add r3, r3, #8
str r3, [fp, #-56]
ldr r3, .L18+4
ldr r3, [r3]
mov r2, r3
mov r1, #12
ldr r0, [fp, #-56]
bl devm_kzalloc
str r0, [fp, #-52]
ldr r3, [fp, #-52]
cmp r3, #0
beq .L15
ldr r1, .L18+8
ldr r0, [fp, #-56]
bl dma_request_chan
mov r2, r0
ldr r3, [fp, #-52]
str r2, [r3]
ldr r3, [fp, #-52]
ldr r3, [r3]
mov r0, r3
bl IS_ERR
mov r3, r0
cmp r3, #0
beq .L4
ldr r3, [fp, #-52]
ldr r3, [r3]
mov r0, r3
bl PTR_ERR
str r0, [fp, #-48]
ldr r3, .L18+12
ldr r3, [r3]
rsb r3, r3, #0
ldr r2, [fp, #-48]
cmp r2, r3
beq .L16
ldr r3, .L18+16
ldr r3, [r3]
rsb r3, r3, #0
ldr r2, [fp, #-48]
cmp r2, r3
beq .L16
ldr r2, [fp, #-48]
ldr r1, .L18+20
ldr r0, [fp, #-56]
bl dev_err
b .L16
.L4:
ldr r3, .L18+24
ldr r2, [r3]
ldr r3, [fp, #-64]
ldr r3, [r3, #4]
ldr r3, [r3]
lsl r3, r2, r3
mov r2, r3
ldr r3, [fp, #-68]
add r3, r3, r2
str r3, [fp, #-20]
ldr r3, .L18+28
ldr r3, [r3]
str r3, [fp, #-24]
mov r3, #1
str r3, [fp, #-44]
ldr r3, .L18+32
ldr r3, [r3]
str r3, [fp, #-36]
ldr r3, [fp, #-52]
ldr r3, [r3]
sub r2, fp, #44
mov r1, r2
mov r0, r3
bl dmaengine_slave_config
str r0, [fp, #-48]
ldr r3, [fp, #-48]
cmp r3, #0
bge .L7
ldr r2, [fp, #-48]
ldr r1, .L18+36
ldr r0, [fp, #-56]
bl dev_err
b .L8
.L7:
ldr r1, .L18+40
ldr r0, [fp, #-56]
bl dma_request_chan
mov r2, r0
ldr r3, [fp, #-52]
str r2, [r3, #4]
ldr r3, [fp, #-52]
ldr r3, [r3, #4]
mov r0, r3
bl IS_ERR
mov r3, r0
cmp r3, #0
beq .L9
ldr r3, [fp, #-52]
ldr r3, [r3, #4]
mov r0, r3
bl PTR_ERR
str r0, [fp, #-48]
ldr r3, .L18+12
ldr r3, [r3]
rsb r3, r3, #0
ldr r2, [fp, #-48]
cmp r2, r3
beq .L17
ldr r3, .L18+16
ldr r3, [r3]
rsb r3, r3, #0
ldr r2, [fp, #-48]
cmp r2, r3
beq .L17
ldr r2, [fp, #-48]
ldr r1, .L18+44
ldr r0, [fp, #-56]
bl dev_err
b .L17
.L9:
ldr r3, .L18+24
ldr r2, [r3]
ldr r3, [fp, #-64]
ldr r3, [r3, #4]
ldr r3, [r3]
lsl r3, r2, r3
mov r2, r3
ldr r3, [fp, #-68]
add r3, r3, r2
str r3, [fp, #-28]
ldr r3, .L18+28
ldr r3, [r3]
str r3, [fp, #-32]
mov r3, #1
str r3, [fp, #-40]
ldr r3, .L18+48
ldr r3, [r3]
str r3, [fp, #-36]
ldr r3, [fp, #-52]
ldr r3, [r3, #4]
sub r2, fp, #44
mov r1, r2
mov r0, r3
bl dmaengine_slave_config
str r0, [fp, #-48]
ldr r3, [fp, #-48]
cmp r3, #0
bge .L11
ldr r2, [fp, #-48]
ldr r1, .L18+52
ldr r0, [fp, #-56]
bl dev_err
nop
.L12:
ldr r3, [fp, #-52]
ldr r3, [r3, #4]
mov r0, r3
bl dma_release_channel
b .L8
.L11:
ldr r3, [fp, #-64]
ldr r2, [fp, #-52]
str r2, [r3]
ldr r3, [fp, #-52]
add r3, r3, #8
mov r0, r3
bl init_completion
ldr r3, [fp, #-52]
ldr r3, [r3]
mov r0, r3
bl dma_chan_name
mov r4, r0
ldr r3, [fp, #-52]
ldr r3, [r3, #4]
mov r0, r3
bl dma_chan_name
mov r3, r0
mov r2, r4
ldr r1, .L18+56
ldr r0, [fp, #-56]
bl dev_info
b .L1
.L17:
nop
.L8:
ldr r3, [fp, #-52]
ldr r3, [r3]
mov r0, r3
bl dma_release_channel
b .L6
.L16:
nop
.L6:
ldr r1, [fp, #-52]
ldr r0, [fp, #-56]
bl devm_kfree
b .L1
.L15:
nop
.L1:
ldr r3, .L18
ldr r2, [r3]
ldr r3, [fp, #-16]
eors r2, r3, r2
mov r3, #0
beq .L14
bl __stack_chk_fail
.L14:
sub sp, fp, #8
@ sp needed
pop {r4, fp, pc}
.L19:
.align 2
.L18:
.word __stack_chk_guard
.word GFP_KERNEL
.word .LC0
.word ENODEV
.word EPROBE_DEFER
.word .LC1
.word IMX_I2C_I2DR
.word DMA_SLAVE_BUSWIDTH_1_BYTE
.word DMA_MEM_TO_DEV
.word .LC2
.word .LC3
.word .LC4
.word DMA_DEV_TO_MEM
.word .LC5
.word .LC6
.size i2c_imx_dma_request, .-i2c_imx_dma_request
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_ipip.c_ipip_tunnel_setup.c"
.intel_syntax noprefix
.text
.globl ARPHRD_TUNNEL
.bss
.align 4
.type ARPHRD_TUNNEL, @object
.size ARPHRD_TUNNEL, 4
ARPHRD_TUNNEL:
.zero 4
.globl ETH_DATA_LEN
.align 8
.type ETH_DATA_LEN, @object
.size ETH_DATA_LEN, 8
ETH_DATA_LEN:
.zero 8
.globl IFF_NOARP
.align 4
.type IFF_NOARP, @object
.size IFF_NOARP, 4
IFF_NOARP:
.zero 4
.globl IFF_XMIT_DST_RELEASE
.align 4
.type IFF_XMIT_DST_RELEASE, @object
.size IFF_XMIT_DST_RELEASE, 4
IFF_XMIT_DST_RELEASE:
.zero 4
.globl LL_MAX_HEADER
.align 8
.type LL_MAX_HEADER, @object
.size LL_MAX_HEADER, 8
LL_MAX_HEADER:
.zero 8
.globl NETIF_F_NETNS_LOCAL
.align 4
.type NETIF_F_NETNS_LOCAL, @object
.size NETIF_F_NETNS_LOCAL, 4
NETIF_F_NETNS_LOCAL:
.zero 4
.globl free_netdev
.align 4
.type free_netdev, @object
.size free_netdev, 4
free_netdev:
.zero 4
.globl ipip_netdev_ops
.align 4
.type ipip_netdev_ops, @object
.size ipip_netdev_ops, 4
ipip_netdev_ops:
.zero 4
.text
.type ipip_tunnel_setup, @function
ipip_tunnel_setup:
.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 -8[rbp], rdi
mov rax, QWORD PTR -8[rbp]
lea rdx, ipip_netdev_ops[rip]
mov QWORD PTR 56[rax], rdx
mov edx, DWORD PTR free_netdev[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 52[rax], edx
mov edx, DWORD PTR ARPHRD_TUNNEL[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 48[rax], edx
mov rax, QWORD PTR LL_MAX_HEADER[rip]
add rax, 4
mov rdx, rax
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 40[rax], rdx
mov rax, QWORD PTR ETH_DATA_LEN[rip]
sub rax, 4
mov rdx, rax
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 32[rax], rdx
mov edx, DWORD PTR IFF_NOARP[rip]
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 24[rax], edx
mov rax, QWORD PTR -8[rbp]
mov QWORD PTR 16[rax], 0
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR [rax], 4
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 8[rax]
mov eax, DWORD PTR NETIF_F_NETNS_LOCAL[rip]
or edx, eax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 8[rax], edx
mov rax, QWORD PTR -8[rbp]
mov edx, DWORD PTR 4[rax]
mov eax, DWORD PTR IFF_XMIT_DST_RELEASE[rip]
not eax
and edx, eax
mov rax, QWORD PTR -8[rbp]
mov DWORD PTR 4[rax], edx
nop
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size ipip_tunnel_setup, .-ipip_tunnel_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_ipip.c_ipip_tunnel_setup.c"
.text
.global ARPHRD_TUNNEL
.bss
.align 2
.type ARPHRD_TUNNEL, %object
.size ARPHRD_TUNNEL, 4
ARPHRD_TUNNEL:
.space 4
.global ETH_DATA_LEN
.align 2
.type ETH_DATA_LEN, %object
.size ETH_DATA_LEN, 4
ETH_DATA_LEN:
.space 4
.global IFF_NOARP
.align 2
.type IFF_NOARP, %object
.size IFF_NOARP, 4
IFF_NOARP:
.space 4
.global IFF_XMIT_DST_RELEASE
.align 2
.type IFF_XMIT_DST_RELEASE, %object
.size IFF_XMIT_DST_RELEASE, 4
IFF_XMIT_DST_RELEASE:
.space 4
.global LL_MAX_HEADER
.align 2
.type LL_MAX_HEADER, %object
.size LL_MAX_HEADER, 4
LL_MAX_HEADER:
.space 4
.global NETIF_F_NETNS_LOCAL
.align 2
.type NETIF_F_NETNS_LOCAL, %object
.size NETIF_F_NETNS_LOCAL, 4
NETIF_F_NETNS_LOCAL:
.space 4
.global free_netdev
.align 2
.type free_netdev, %object
.size free_netdev, 4
free_netdev:
.space 4
.global ipip_netdev_ops
.align 2
.type ipip_netdev_ops, %object
.size ipip_netdev_ops, 4
ipip_netdev_ops:
.space 4
.text
.align 2
.syntax unified
.arm
.type ipip_tunnel_setup, %function
ipip_tunnel_setup:
@ 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]
ldr r2, .L2
str r2, [r3, #36]
ldr r3, .L2+4
ldr r2, [r3]
ldr r3, [fp, #-8]
str r2, [r3, #32]
ldr r3, .L2+8
ldr r2, [r3]
ldr r3, [fp, #-8]
str r2, [r3, #28]
ldr r3, .L2+12
ldr r3, [r3]
add r3, r3, #4
mov r2, r3
ldr r3, [fp, #-8]
str r2, [r3, #24]
ldr r3, .L2+16
ldr r3, [r3]
sub r3, r3, #4
mov r2, r3
ldr r3, [fp, #-8]
str r2, [r3, #20]
ldr r3, .L2+20
ldr r2, [r3]
ldr r3, [fp, #-8]
str r2, [r3, #16]
ldr r3, [fp, #-8]
mov r2, #0
str r2, [r3, #12]
ldr r3, [fp, #-8]
mov r2, #4
str r2, [r3]
ldr r3, [fp, #-8]
ldr r2, [r3, #8]
ldr r3, .L2+24
ldr r3, [r3]
orr r2, r2, r3
ldr r3, [fp, #-8]
str r2, [r3, #8]
ldr r3, [fp, #-8]
ldr r2, [r3, #4]
ldr r3, .L2+28
ldr r3, [r3]
mvn r3, r3
and r2, r2, r3
ldr r3, [fp, #-8]
str r2, [r3, #4]
nop
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L3:
.align 2
.L2:
.word ipip_netdev_ops
.word free_netdev
.word ARPHRD_TUNNEL
.word LL_MAX_HEADER
.word ETH_DATA_LEN
.word IFF_NOARP
.word NETIF_F_NETNS_LOCAL
.word IFF_XMIT_DST_RELEASE
.size ipip_tunnel_setup, .-ipip_tunnel_setup
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_mps_mapping.c__mapping_get_dpm_idx_from_id.c"
.intel_syntax noprefix
.text
.globl MPS_DPM_BAD_IDX
.bss
.align 8
.type MPS_DPM_BAD_IDX, @object
.size MPS_DPM_BAD_IDX, 8
MPS_DPM_BAD_IDX:
.zero 8
.text
.type _mapping_get_dpm_idx_from_id, @function
_mapping_get_dpm_idx_from_id:
.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 rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR 8[rax]
add rax, 16
mov QWORD PTR -8[rbp], rax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
mov DWORD PTR -20[rbp], eax
mov edx, 32
mov eax, DWORD PTR -20[rbp]
mov ecx, edx
sal eax, cl
mov edx, eax
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 8[rax]
or eax, edx
mov DWORD PTR -20[rbp], eax
mov QWORD PTR -16[rbp], 0
jmp .L2
.L6:
mov eax, DWORD PTR -44[rbp]
cmp eax, DWORD PTR -20[rbp]
jne .L3
cmp DWORD PTR -48[rbp], 0
je .L4
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
test eax, eax
je .L4
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
and eax, DWORD PTR -48[rbp]
test eax, eax
je .L3
.L4:
mov rax, QWORD PTR -16[rbp]
jmp .L5
.L3:
add QWORD PTR -16[rbp], 1
add QWORD PTR -8[rbp], 12
.L2:
mov rax, QWORD PTR -40[rbp]
mov rax, QWORD PTR [rax]
cmp QWORD PTR -16[rbp], rax
jl .L6
mov rax, QWORD PTR MPS_DPM_BAD_IDX[rip]
.L5:
pop rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size _mapping_get_dpm_idx_from_id, .-_mapping_get_dpm_idx_from_id
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_mps_mapping.c__mapping_get_dpm_idx_from_id.c"
.text
.global MPS_DPM_BAD_IDX
.bss
.align 2
.type MPS_DPM_BAD_IDX, %object
.size MPS_DPM_BAD_IDX, 4
MPS_DPM_BAD_IDX:
.space 4
.text
.align 2
.syntax unified
.arm
.type _mapping_get_dpm_idx_from_id, %function
_mapping_get_dpm_idx_from_id:
@ 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]
ldr r3, [fp, #-24]
ldr r3, [r3, #4]
add r3, r3, #16
str r3, [fp, #-12]
ldr r3, [fp, #-12]
ldr r3, [r3, #4]
str r3, [fp, #-8]
mov r2, #32
ldr r3, [fp, #-8]
lsl r2, r3, r2
ldr r3, [fp, #-12]
ldr r3, [r3, #8]
orr r3, r2, r3
str r3, [fp, #-8]
mov r3, #0
str r3, [fp, #-16]
b .L2
.L6:
ldr r2, [fp, #-28]
ldr r3, [fp, #-8]
cmp r2, r3
bne .L3
ldr r3, [fp, #-32]
cmp r3, #0
beq .L4
ldr r3, [fp, #-12]
ldr r3, [r3]
cmp r3, #0
beq .L4
ldr r3, [fp, #-12]
ldr r2, [r3]
ldr r3, [fp, #-32]
and r3, r3, r2
cmp r3, #0
beq .L3
.L4:
ldr r3, [fp, #-16]
b .L5
.L3:
ldr r3, [fp, #-16]
add r3, r3, #1
str r3, [fp, #-16]
ldr r3, [fp, #-12]
add r3, r3, #12
str r3, [fp, #-12]
.L2:
ldr r3, [fp, #-24]
ldr r3, [r3]
ldr r2, [fp, #-16]
cmp r2, r3
blt .L6
ldr r3, .L7
ldr r3, [r3]
.L5:
mov r0, r3
add sp, fp, #0
@ sp needed
ldr fp, [sp], #4
bx lr
.L8:
.align 2
.L7:
.word MPS_DPM_BAD_IDX
.size _mapping_get_dpm_idx_from_id, .-_mapping_get_dpm_idx_from_id
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_e1000_hw.c_e1000_lower_ee_clk.c"
.intel_syntax noprefix
.text
.globl E1000_EECD_SK
.bss
.align 4
.type E1000_EECD_SK, @object
.size E1000_EECD_SK, 4
E1000_EECD_SK:
.zero 4
.globl EECD
.align 4
.type EECD, @object
.size EECD, 4
EECD:
.zero 4
.text
.type e1000_lower_ee_clk, @function
e1000_lower_ee_clk:
.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 -16[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR E1000_EECD_SK[rip]
not eax
and edx, eax
mov rax, QWORD PTR -16[rbp]
mov DWORD PTR [rax], edx
mov rax, QWORD PTR -16[rbp]
mov edx, DWORD PTR [rax]
mov eax, DWORD PTR EECD[rip]
mov esi, edx
mov edi, eax
call ew32@PLT
mov eax, 0
call E1000_WRITE_FLUSH@PLT
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR [rax]
mov edi, eax
call udelay@PLT
nop
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size e1000_lower_ee_clk, .-e1000_lower_ee_clk
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_e1000_hw.c_e1000_lower_ee_clk.c"
.text
.global E1000_EECD_SK
.bss
.align 2
.type E1000_EECD_SK, %object
.size E1000_EECD_SK, 4
E1000_EECD_SK:
.space 4
.global EECD
.align 2
.type EECD, %object
.size EECD, 4
EECD:
.space 4
.text
.align 2
.syntax unified
.arm
.type e1000_lower_ee_clk, %function
e1000_lower_ee_clk:
@ 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, #-12]
ldr r2, [r3]
ldr r3, .L2
ldr r3, [r3]
mvn r3, r3
and r2, r2, r3
ldr r3, [fp, #-12]
str r2, [r3]
ldr r3, .L2+4
ldr r2, [r3]
ldr r3, [fp, #-12]
ldr r3, [r3]
mov r1, r3
mov r0, r2
bl ew32
bl E1000_WRITE_FLUSH
ldr r3, [fp, #-8]
ldr r3, [r3]
mov r0, r3
bl udelay
nop
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.L3:
.align 2
.L2:
.word E1000_EECD_SK
.word EECD
.size e1000_lower_ee_clk, .-e1000_lower_ee_clk
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
.file "extr_lapic.c_pv_eoi_get_user.c"
.intel_syntax noprefix
.text
.type pv_eoi_get_user, @function
pv_eoi_get_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 QWORD PTR -8[rbp], rdi
mov QWORD PTR -16[rbp], rsi
mov rsi, QWORD PTR -8[rbp]
mov rax, QWORD PTR -8[rbp]
mov eax, DWORD PTR 4[rax]
mov rdx, QWORD PTR -16[rbp]
mov ecx, 4
mov edi, eax
call kvm_read_guest_cached@PLT
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size pv_eoi_get_user, .-pv_eoi_get_user
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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
.fpu softvfp
.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_lapic.c_pv_eoi_get_user.c"
.text
.align 2
.syntax unified
.arm
.type pv_eoi_get_user, %function
pv_eoi_get_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]
ldr r0, [r3, #4]
ldr r1, [fp, #-8]
mov r3, #4
ldr r2, [fp, #-12]
bl kvm_read_guest_cached
mov r3, r0
mov r0, r3
sub sp, fp, #4
@ sp needed
pop {fp, pc}
.size pv_eoi_get_user, .-pv_eoi_get_user
.ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
.section .note.GNU-stack,"",%progbits
|
Subsets and Splits