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
README.md exists but content is empty.
Downloads last month
3