x86
stringlengths
335
101k
arm
stringlengths
349
98.9k
.file "extr_delete.c_test_refs_branches_delete__removes_empty_folders.c" .intel_syntax noprefix .text .comm GIT_BUF_INIT,4,4 .comm GIT_REFLOG_DIR,4,4 .comm repo,4,4 .section .rodata .align 8 .LC0: .string "a65fedf39aefe402d3bb6e24df4d4f5fe4547750" .LC1: .string "some/deep/ref" .LC2: .string "[email protected]" .LC3: .string "Me" .LC4: .string "refs/heads/some/deep/ref" .LC5: .string "message" .LC6: .string "refs/heads/some/deep" .text .globl test_refs_branches_delete__removes_empty_folders .type test_refs_branches_delete__removes_empty_folders, @function test_refs_branches_delete__removes_empty_folders: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR repo[rip] mov edi, eax call git_repository_commondir@PLT mov QWORD PTR -16[rbp], rax mov DWORD PTR -60[rbp], 0 mov eax, DWORD PTR GIT_BUF_INIT[rip] mov DWORD PTR -56[rbp], eax mov eax, DWORD PTR GIT_BUF_INIT[rip] mov DWORD PTR -52[rbp], eax lea rax, -64[rbp] lea rsi, .LC0[rip] mov rdi, rax call git_oid_fromstr@PLT mov edi, eax call cl_git_pass@PLT mov ecx, DWORD PTR repo[rip] lea rdx, -64[rbp] lea rax, -48[rbp] mov esi, ecx mov rdi, rax call git_commit_lookup@PLT mov edi, eax call cl_git_pass@PLT mov rdx, QWORD PTR -48[rbp] mov esi, DWORD PTR repo[rip] lea rax, -40[rbp] mov r8d, 0 mov rcx, rdx lea rdx, .LC1[rip] mov rdi, rax call git_branch_create@PLT mov edi, eax call cl_git_pass@PLT mov rax, QWORD PTR -48[rbp] mov rdi, rax call git_commit_free@PLT lea rax, -24[rbp] lea rdx, .LC2[rip] lea rsi, .LC3[rip] mov rdi, rax call git_signature_now@PLT mov edi, eax call cl_git_pass@PLT mov ecx, DWORD PTR repo[rip] lea rax, -32[rbp] lea rdx, .LC4[rip] mov esi, ecx mov rdi, rax call git_reflog_read@PLT mov edi, eax call cl_git_pass@PLT mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -32[rbp] lea rsi, -60[rbp] lea rcx, .LC5[rip] mov rdi, rax call git_reflog_append@PLT mov edi, eax call cl_git_pass@PLT mov rax, QWORD PTR -32[rbp] mov rdi, rax call git_reflog_entrycount@PLT test rax, rax setg al movzx eax, al mov edi, eax call cl_assert@PLT mov rax, QWORD PTR -24[rbp] mov rdi, rax call git_signature_free@PLT mov rax, QWORD PTR -32[rbp] mov rdi, rax call git_reflog_free@PLT mov rcx, QWORD PTR -16[rbp] lea rax, -56[rbp] lea rdx, .LC6[rip] mov rsi, rcx mov rdi, rax call git_buf_joinpath@PLT mov edi, eax call cl_git_pass@PLT mov ecx, DWORD PTR GIT_REFLOG_DIR[rip] mov rdx, QWORD PTR -16[rbp] lea rax, -52[rbp] lea r8, .LC6[rip] mov esi, 47 mov rdi, rax call git_buf_join3@PLT mov edi, eax call cl_git_pass@PLT lea rax, -56[rbp] mov rdi, rax call git_buf_cstr@PLT mov edi, eax call git_path_exists@PLT cmp eax, 1 sete al movzx eax, al mov edi, eax call cl_assert@PLT lea rax, -52[rbp] mov rdi, rax call git_buf_cstr@PLT mov edi, eax call git_path_exists@PLT cmp eax, 1 sete al movzx eax, al mov edi, eax call cl_assert@PLT mov rax, QWORD PTR -40[rbp] mov rdi, rax call git_branch_delete@PLT mov edi, eax call cl_git_pass@PLT lea rax, -56[rbp] mov rdi, rax call git_buf_cstr@PLT mov edi, eax call git_path_exists@PLT test eax, eax sete al movzx eax, al mov edi, eax call cl_assert@PLT lea rax, -52[rbp] mov rdi, rax call git_buf_cstr@PLT mov edi, eax call git_path_exists@PLT test eax, eax sete al movzx eax, al mov edi, eax call cl_assert@PLT mov rax, QWORD PTR -40[rbp] mov rdi, rax call git_reference_free@PLT lea rax, -56[rbp] mov rdi, rax call git_buf_dispose@PLT lea rax, -52[rbp] mov rdi, rax call git_buf_dispose@PLT nop mov rax, QWORD PTR -8[rbp] xor rax, QWORD PTR fs:40 je .L2 call __stack_chk_fail@PLT .L2: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size test_refs_branches_delete__removes_empty_folders, .-test_refs_branches_delete__removes_empty_folders .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_delete.c_test_refs_branches_delete__removes_empty_folders.c" .text .comm GIT_BUF_INIT,4,4 .comm GIT_REFLOG_DIR,4,4 .comm repo,4,4 .section .rodata .align 2 .LC0: .ascii "a65fedf39aefe402d3bb6e24df4d4f5fe4547750\000" .align 2 .LC1: .ascii "some/deep/ref\000" .align 2 .LC2: .ascii "[email protected]\000" .align 2 .LC3: .ascii "Me\000" .align 2 .LC4: .ascii "refs/heads/some/deep/ref\000" .align 2 .LC5: .ascii "message\000" .align 2 .LC6: .ascii "refs/heads/some/deep\000" .align 2 .LC7: .word __stack_chk_guard .text .align 2 .global test_refs_branches_delete__removes_empty_folders .syntax unified .arm .fpu softvfp .type test_refs_branches_delete__removes_empty_folders, %function test_refs_branches_delete__removes_empty_folders: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 ldr r3, .L3 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L3+4 ldr r3, [r3] mov r0, r3 bl git_repository_commondir str r0, [fp, #-12] mov r3, #0 str r3, [fp, #-28] ldr r3, .L3+8 ldr r3, [r3] str r3, [fp, #-20] ldr r3, .L3+8 ldr r3, [r3] str r3, [fp, #-16] sub r3, fp, #44 ldr r1, .L3+12 mov r0, r3 bl git_oid_fromstr mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, .L3+4 ldr r1, [r3] sub r2, fp, #44 sub r3, fp, #40 mov r0, r3 bl git_commit_lookup mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, .L3+4 ldr r1, [r3] ldr r3, [fp, #-40] sub r0, fp, #36 mov r2, #0 str r2, [sp] ldr r2, .L3+16 bl git_branch_create mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, [fp, #-40] mov r0, r3 bl git_commit_free sub r3, fp, #24 ldr r2, .L3+20 ldr r1, .L3+24 mov r0, r3 bl git_signature_now mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, .L3+4 ldr r1, [r3] sub r3, fp, #32 ldr r2, .L3+28 mov r0, r3 bl git_reflog_read mov r3, r0 mov r0, r3 bl cl_git_pass ldr r0, [fp, #-32] ldr r2, [fp, #-24] sub r1, fp, #28 ldr r3, .L3+32 bl git_reflog_append mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, [fp, #-32] mov r0, r3 bl git_reflog_entrycount mov r3, r0 cmp r3, #0 movgt r3, #1 movle r3, #0 and r3, r3, #255 mov r0, r3 bl cl_assert ldr r3, [fp, #-24] mov r0, r3 bl git_signature_free ldr r3, [fp, #-32] mov r0, r3 bl git_reflog_free sub r3, fp, #20 ldr r2, .L3+36 ldr r1, [fp, #-12] mov r0, r3 bl git_buf_joinpath mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, .L3+40 ldr r3, [r3] sub r0, fp, #16 ldr r2, .L3+36 str r2, [sp] ldr r2, [fp, #-12] mov r1, #47 bl git_buf_join3 mov r3, r0 mov r0, r3 bl cl_git_pass sub r3, fp, #20 mov r0, r3 bl git_buf_cstr mov r3, r0 mov r0, r3 bl git_path_exists mov r3, r0 cmp r3, #1 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl cl_assert sub r3, fp, #16 mov r0, r3 bl git_buf_cstr mov r3, r0 mov r0, r3 bl git_path_exists mov r3, r0 cmp r3, #1 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl cl_assert ldr r3, [fp, #-36] mov r0, r3 bl git_branch_delete mov r3, r0 mov r0, r3 bl cl_git_pass sub r3, fp, #20 mov r0, r3 bl git_buf_cstr mov r3, r0 mov r0, r3 bl git_path_exists mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl cl_assert sub r3, fp, #16 mov r0, r3 bl git_buf_cstr mov r3, r0 mov r0, r3 bl git_path_exists mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl cl_assert ldr r3, [fp, #-36] mov r0, r3 bl git_reference_free sub r3, fp, #20 mov r0, r3 bl git_buf_dispose sub r3, fp, #16 mov r0, r3 bl git_buf_dispose nop ldr r3, .L3 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L2 bl __stack_chk_fail .L2: sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word .LC7 .word repo .word GIT_BUF_INIT .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word GIT_REFLOG_DIR .size test_refs_branches_delete__removes_empty_folders, .-test_refs_branches_delete__removes_empty_folders .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_db8500-prcmu.c_request_plldsi.c" .intel_syntax noprefix .text .comm EAGAIN,4,4 .comm PRCM_APE_RESETN_CLR,4,4 .comm PRCM_APE_RESETN_DSIPLL_RESETN,4,4 .comm PRCM_APE_RESETN_SET,4,4 .comm PRCM_MMIP_LS_CLAMP_CLR,4,4 .comm PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMP,4,4 .comm PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMPI,4,4 .comm PRCM_MMIP_LS_CLAMP_SET,4,4 .comm PRCM_PLLDSI_ENABLE,4,4 .comm PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE,4,4 .type request_plldsi, @function request_plldsi: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov DWORD PTR -16[rbp], 0 cmp DWORD PTR -20[rbp], 0 je .L2 mov eax, DWORD PTR PRCM_MMIP_LS_CLAMP_CLR[rip] jmp .L3 .L2: mov eax, DWORD PTR PRCM_MMIP_LS_CLAMP_SET[rip] .L3: mov ecx, DWORD PTR PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMP[rip] mov edx, DWORD PTR PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMPI[rip] or edx, ecx mov esi, eax mov edi, edx call writel@PLT mov eax, DWORD PTR PRCM_PLLDSI_ENABLE[rip] mov edi, eax call readl@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L4 mov eax, DWORD PTR PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE[rip] or DWORD PTR -12[rbp], eax jmp .L5 .L4: mov eax, DWORD PTR PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE[rip] not eax and DWORD PTR -12[rbp], eax .L5: mov edx, DWORD PTR PRCM_PLLDSI_ENABLE[rip] mov eax, DWORD PTR -12[rbp] mov esi, edx mov edi, eax call writel@PLT cmp DWORD PTR -20[rbp], 0 je .L6 mov eax, 0 call plldsi_locked@PLT mov DWORD PTR -4[rbp], eax mov DWORD PTR -8[rbp], 10 jmp .L7 .L9: mov edi, 100 call udelay@PLT mov eax, 0 call plldsi_locked@PLT mov DWORD PTR -4[rbp], eax sub DWORD PTR -8[rbp], 1 .L7: cmp DWORD PTR -4[rbp], 0 jne .L8 cmp DWORD PTR -8[rbp], 0 jne .L9 .L8: cmp DWORD PTR -4[rbp], 0 je .L10 mov edx, DWORD PTR PRCM_APE_RESETN_SET[rip] mov eax, DWORD PTR PRCM_APE_RESETN_DSIPLL_RESETN[rip] mov esi, edx mov edi, eax call writel@PLT jmp .L11 .L10: mov eax, DWORD PTR PRCM_MMIP_LS_CLAMP_SET[rip] mov ecx, DWORD PTR PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMP[rip] mov edx, DWORD PTR PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMPI[rip] or edx, ecx mov esi, eax mov edi, edx call writel@PLT mov eax, DWORD PTR PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE[rip] not eax and DWORD PTR -12[rbp], eax mov edx, DWORD PTR PRCM_PLLDSI_ENABLE[rip] mov eax, DWORD PTR -12[rbp] mov esi, edx mov edi, eax call writel@PLT mov eax, DWORD PTR EAGAIN[rip] neg eax mov DWORD PTR -16[rbp], eax jmp .L11 .L6: mov edx, DWORD PTR PRCM_APE_RESETN_CLR[rip] mov eax, DWORD PTR PRCM_APE_RESETN_DSIPLL_RESETN[rip] mov esi, edx mov edi, eax call writel@PLT .L11: mov eax, DWORD PTR -16[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size request_plldsi, .-request_plldsi .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_db8500-prcmu.c_request_plldsi.c" .text .comm EAGAIN,4,4 .comm PRCM_APE_RESETN_CLR,4,4 .comm PRCM_APE_RESETN_DSIPLL_RESETN,4,4 .comm PRCM_APE_RESETN_SET,4,4 .comm PRCM_MMIP_LS_CLAMP_CLR,4,4 .comm PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMP,4,4 .comm PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMPI,4,4 .comm PRCM_MMIP_LS_CLAMP_SET,4,4 .comm PRCM_PLLDSI_ENABLE,4,4 .comm PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE,4,4 .align 2 .syntax unified .arm .fpu softvfp .type request_plldsi, %function request_plldsi: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] mov r3, #0 str r3, [fp, #-20] ldr r3, .L13 ldr r2, [r3] ldr r3, .L13+4 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-24] cmp r3, #0 beq .L2 ldr r3, .L13+8 ldr r3, [r3] b .L3 .L2: ldr r3, .L13+12 ldr r3, [r3] .L3: mov r1, r3 mov r0, r2 bl writel ldr r3, .L13+16 ldr r3, [r3] mov r0, r3 bl readl str r0, [fp, #-16] ldr r3, [fp, #-24] cmp r3, #0 beq .L4 ldr r3, .L13+20 ldr r3, [r3] ldr r2, [fp, #-16] orr r3, r2, r3 str r3, [fp, #-16] b .L5 .L4: ldr r3, .L13+20 ldr r3, [r3] mvn r3, r3 ldr r2, [fp, #-16] and r3, r3, r2 str r3, [fp, #-16] .L5: ldr r3, .L13+16 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-16] bl writel ldr r3, [fp, #-24] cmp r3, #0 beq .L6 bl plldsi_locked str r0, [fp, #-8] mov r3, #10 str r3, [fp, #-12] b .L7 .L9: mov r0, #100 bl udelay bl plldsi_locked str r0, [fp, #-8] ldr r3, [fp, #-12] sub r3, r3, #1 str r3, [fp, #-12] .L7: ldr r3, [fp, #-8] cmp r3, #0 bne .L8 ldr r3, [fp, #-12] cmp r3, #0 bne .L9 .L8: ldr r3, [fp, #-8] cmp r3, #0 beq .L10 ldr r3, .L13+24 ldr r3, [r3] ldr r2, .L13+28 ldr r2, [r2] mov r1, r2 mov r0, r3 bl writel b .L11 .L10: ldr r3, .L13 ldr r2, [r3] ldr r3, .L13+4 ldr r3, [r3] orr r3, r2, r3 ldr r2, .L13+12 ldr r2, [r2] mov r1, r2 mov r0, r3 bl writel ldr r3, .L13+20 ldr r3, [r3] mvn r3, r3 ldr r2, [fp, #-16] and r3, r3, r2 str r3, [fp, #-16] ldr r3, .L13+16 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-16] bl writel ldr r3, .L13+32 ldr r3, [r3] rsb r3, r3, #0 str r3, [fp, #-20] b .L11 .L6: ldr r3, .L13+24 ldr r3, [r3] ldr r2, .L13+36 ldr r2, [r2] mov r1, r2 mov r0, r3 bl writel .L11: ldr r3, [fp, #-20] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L14: .align 2 .L13: .word PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMP .word PRCM_MMIP_LS_CLAMP_DSIPLL_CLAMPI .word PRCM_MMIP_LS_CLAMP_CLR .word PRCM_MMIP_LS_CLAMP_SET .word PRCM_PLLDSI_ENABLE .word PRCM_PLLDSI_ENABLE_PRCM_PLLDSI_ENABLE .word PRCM_APE_RESETN_DSIPLL_RESETN .word PRCM_APE_RESETN_SET .word EAGAIN .word PRCM_APE_RESETN_CLR .size request_plldsi, .-request_plldsi .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_picture_psnr_enc.c_AccumulateLSIM.c" .intel_syntax noprefix .text .comm RADIUS,4,4 .type AccumulateLSIM, @function AccumulateLSIM: .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 -88[rbp], rdi mov DWORD PTR -92[rbp], esi mov QWORD PTR -104[rbp], rdx mov DWORD PTR -96[rbp], ecx mov DWORD PTR -108[rbp], r8d mov DWORD PTR -112[rbp], r9d pxor xmm0, xmm0 movsd QWORD PTR -48[rbp], xmm0 mov DWORD PTR -76[rbp], 0 jmp .L2 .L11: mov eax, DWORD PTR RADIUS[rip] mov edx, DWORD PTR -76[rbp] sub edx, eax mov eax, edx mov edx, 0 test eax, eax cmovs eax, edx mov DWORD PTR -64[rbp], eax mov edx, DWORD PTR RADIUS[rip] mov eax, DWORD PTR -76[rbp] add eax, edx add eax, 1 cmp DWORD PTR -112[rbp], eax cmovle eax, DWORD PTR -112[rbp] mov DWORD PTR -60[rbp], eax mov DWORD PTR -80[rbp], 0 jmp .L3 .L10: mov eax, DWORD PTR RADIUS[rip] mov edx, DWORD PTR -80[rbp] sub edx, eax mov eax, edx mov edx, 0 test eax, eax cmovs eax, edx mov DWORD PTR -56[rbp], eax mov edx, DWORD PTR RADIUS[rip] mov eax, DWORD PTR -80[rbp] add eax, edx add eax, 1 cmp DWORD PTR -108[rbp], eax cmovle eax, DWORD PTR -108[rbp] mov DWORD PTR -52[rbp], eax movsd xmm0, QWORD PTR .LC1[rip] movsd QWORD PTR -40[rbp], xmm0 mov eax, DWORD PTR -76[rbp] imul eax, DWORD PTR -96[rbp] mov edx, eax mov eax, DWORD PTR -80[rbp] add eax, edx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -104[rbp] add rax, rdx movsd xmm0, QWORD PTR [rax] movsd QWORD PTR -32[rbp], xmm0 mov eax, DWORD PTR -64[rbp] mov DWORD PTR -68[rbp], eax jmp .L4 .L9: mov eax, DWORD PTR -68[rbp] imul eax, DWORD PTR -92[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -88[rbp] add rax, rdx mov QWORD PTR -24[rbp], rax mov eax, DWORD PTR -56[rbp] mov DWORD PTR -72[rbp], eax jmp .L5 .L8: mov eax, DWORD PTR -72[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -24[rbp] add rax, rdx movsd xmm0, QWORD PTR [rax] subsd xmm0, QWORD PTR -32[rbp] movsd QWORD PTR -16[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] mulsd xmm0, xmm0 movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -40[rbp] comisd xmm0, QWORD PTR -8[rbp] jbe .L6 movsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -40[rbp], xmm0 .L6: add DWORD PTR -72[rbp], 1 .L5: mov eax, DWORD PTR -72[rbp] cmp eax, DWORD PTR -52[rbp] jl .L8 add DWORD PTR -68[rbp], 1 .L4: mov eax, DWORD PTR -68[rbp] cmp eax, DWORD PTR -60[rbp] jl .L9 movsd xmm0, QWORD PTR -48[rbp] addsd xmm0, QWORD PTR -40[rbp] movsd QWORD PTR -48[rbp], xmm0 add DWORD PTR -80[rbp], 1 .L3: mov eax, DWORD PTR -80[rbp] cmp eax, DWORD PTR -108[rbp] jl .L10 add DWORD PTR -76[rbp], 1 .L2: mov eax, DWORD PTR -76[rbp] cmp eax, DWORD PTR -112[rbp] jl .L11 movsd xmm0, QWORD PTR -48[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size AccumulateLSIM, .-AccumulateLSIM .section .rodata .align 8 .LC1: .long 0 .long 1089454112 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_picture_psnr_enc.c_AccumulateLSIM.c" .text .comm RADIUS,4,4 .global __aeabi_dsub .global __aeabi_dmul .global __aeabi_dcmplt .global __aeabi_dadd .align 2 .syntax unified .arm .fpu softvfp .type AccumulateLSIM, %function AccumulateLSIM: @ args = 8, pretend = 0, frame = 96 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #96 str r0, [fp, #-88] str r1, [fp, #-92] str r2, [fp, #-96] str r3, [fp, #-100] mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] mov r3, #0 str r3, [fp, #-76] b .L2 .L11: ldr r3, .L14 ldr r3, [r3] ldr r2, [fp, #-76] sub r3, r2, r3 bic r3, r3, r3, asr #31 str r3, [fp, #-64] ldr r3, .L14 ldr r2, [r3] ldr r3, [fp, #-76] add r3, r2, r3 add r3, r3, #1 ldr r2, [fp, #8] cmp r2, r3 movlt r3, r2 movge r3, r3 str r3, [fp, #-60] mov r3, #0 str r3, [fp, #-80] b .L3 .L10: ldr r3, .L14 ldr r3, [r3] ldr r2, [fp, #-80] sub r3, r2, r3 bic r3, r3, r3, asr #31 str r3, [fp, #-56] ldr r3, .L14 ldr r2, [r3] ldr r3, [fp, #-80] add r3, r2, r3 add r3, r3, #1 ldr r2, [fp, #4] cmp r2, r3 movlt r3, r2 movge r3, r3 str r3, [fp, #-52] mov r2, #0 ldr r3, .L14+4 str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-76] ldr r2, [fp, #-100] mul r2, r3, r2 ldr r3, [fp, #-80] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-96] add r3, r2, r3 ldmia r3, {r2-r3} str r2, [fp, #-28] str r3, [fp, #-24] ldr r3, [fp, #-64] str r3, [fp, #-68] b .L4 .L9: ldr r3, [fp, #-68] ldr r2, [fp, #-92] mul r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-88] add r3, r2, r3 str r3, [fp, #-48] ldr r3, [fp, #-56] str r3, [fp, #-72] b .L5 .L8: ldr r3, [fp, #-72] lsl r3, r3, #3 ldr r2, [fp, #-48] add r3, r2, r3 ldmia r3, {r0-r1} sub r3, fp, #28 ldmia r3, {r2-r3} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] sub r3, fp, #20 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #12 ldmia r1, {r0-r1} bl __aeabi_dcmplt mov r3, r0 cmp r3, #0 beq .L6 sub r3, fp, #12 ldmia r3, {r2-r3} str r2, [fp, #-36] str r3, [fp, #-32] .L6: ldr r3, [fp, #-72] add r3, r3, #1 str r3, [fp, #-72] .L5: ldr r2, [fp, #-72] ldr r3, [fp, #-52] cmp r2, r3 blt .L8 ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L4: ldr r2, [fp, #-68] ldr r3, [fp, #-60] cmp r2, r3 blt .L9 sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #44 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-80] add r3, r3, #1 str r3, [fp, #-80] .L3: ldr r2, [fp, #-80] ldr r3, [fp, #4] cmp r2, r3 blt .L10 ldr r3, [fp, #-76] add r3, r3, #1 str r3, [fp, #-76] .L2: ldr r2, [fp, #-76] ldr r3, [fp, #8] cmp r2, r3 blt .L11 sub r3, fp, #44 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L15: .align 2 .L14: .word RADIUS .word 1089454112 .size AccumulateLSIM, .-AccumulateLSIM .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_dir.c_init_dir.c" .intel_syntax noprefix .text .comm configfs_dir_inode_operations,4,4 .comm configfs_dir_operations,4,4 .type init_dir, @function init_dir: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] lea rdx, configfs_dir_inode_operations[rip] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -8[rbp] lea rdx, configfs_dir_operations[rip] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] mov rdi, rax call inc_nlink@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size init_dir, .-init_dir .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_dir.c_init_dir.c" .text .comm configfs_dir_inode_operations,4,4 .comm configfs_dir_operations,4,4 .align 2 .syntax unified .arm .fpu softvfp .type init_dir, %function init_dir: @ 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 r2, .L3 str r2, [r3, #4] ldr r3, [fp, #-8] ldr r2, .L3+4 str r2, [r3] ldr r0, [fp, #-8] bl inc_nlink mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word configfs_dir_inode_operations .word configfs_dir_operations .size init_dir, .-init_dir .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nodemgr.c_nodemgr_for_each_host.c" .intel_syntax noprefix .text .comm hpsb_host_class,4,4 .comm per_host,4,4 .globl nodemgr_for_each_host .type nodemgr_for_each_host, @function nodemgr_for_each_host: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -48[rbp] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -40[rbp] mov QWORD PTR -24[rbp], rax mov edx, DWORD PTR per_host[rip] lea rax, -32[rbp] mov ecx, edx mov rdx, rax mov esi, 0 lea rdi, hpsb_host_class[rip] call class_for_each_device@PLT mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nodemgr_for_each_host, .-nodemgr_for_each_host .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nodemgr.c_nodemgr_for_each_host.c" .text .comm hpsb_host_class,4,4 .comm per_host,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global nodemgr_for_each_host .syntax unified .arm .fpu softvfp .type nodemgr_for_each_host, %function nodemgr_for_each_host: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-24] str r3, [fp, #-12] ldr r3, .L4+4 ldr r3, [r3] sub r2, fp, #16 mov r1, #0 ldr r0, .L4+8 bl class_for_each_device mov r3, r0 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 .LC0 .word per_host .word hpsb_host_class .size nodemgr_for_each_host, .-nodemgr_for_each_host .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_dma.c_b43_dma_handle_rx_overflow.c" .intel_syntax noprefix .text .globl b43_dma_handle_rx_overflow .type b43_dma_handle_rx_overflow, @function b43_dma_handle_rx_overflow: .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 8[rax] mov edi, eax call B43_WARN_ON@PLT mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov rdi, rax call rdx mov DWORD PTR -8[rbp], eax mov edx, DWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call prev_slot@PLT mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR 8[rax] mov edx, DWORD PTR -4[rbp] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call rcx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size b43_dma_handle_rx_overflow, .-b43_dma_handle_rx_overflow .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_dma.c_b43_dma_handle_rx_overflow.c" .text .align 2 .global b43_dma_handle_rx_overflow .syntax unified .arm .fpu softvfp .type b43_dma_handle_rx_overflow, %function b43_dma_handle_rx_overflow: @ 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, #4] mov r0, r3 bl B43_WARN_ON ldr r3, [fp, #-16] ldr r3, [r3] ldr r3, [r3] ldr r0, [fp, #-16] blx r3 str r0, [fp, #-12] ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl prev_slot str r0, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3] ldr r3, [r3, #4] ldr r1, [fp, #-8] ldr r0, [fp, #-16] blx r3 nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size b43_dma_handle_rx_overflow, .-b43_dma_handle_rx_overflow .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_bwirf.c_bwi_rf_calc_rssi_bcm2050.c" .intel_syntax noprefix .text .comm BWI_CARD_F_SW_NRSSI,4,4 .comm BWI_DBG_RF,4,4 .comm BWI_DBG_RX,4,4 .comm BWI_NRSSI_TBLSZ,4,4 .comm BWI_RXH_F1_OFDM,4,4 .comm BWI_RXH_F3_BCM2050_RSSI,4,4 .comm BWI_RXH_PHYINFO_LNAGAIN,4,4 .comm IEEE80211_MODE_11G,8,8 .section .rodata .LC0: .string "lna_gain %d, phyinfo 0x%04x\n" .LC1: .string "impossible lna gain %d" .text .type bwi_rf_calc_rssi_bcm2050, @function bwi_rf_calc_rssi_bcm2050: .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 QWORD PTR -64[rbp], rsi mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -40[rbp], eax mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 12[rax] mov edi, eax call le16toh@PLT mov DWORD PTR -36[rbp], eax mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 8[rax] mov edi, eax call le16toh@PLT mov DWORD PTR -32[rbp], eax mov eax, DWORD PTR BWI_RXH_F1_OFDM[rip] and eax, DWORD PTR -36[rbp] test eax, eax je .L2 cmp DWORD PTR -40[rbp], 127 jle .L3 sub DWORD PTR -40[rbp], 256 .L3: mov eax, DWORD PTR BWI_RXH_F3_BCM2050_RSSI[rip] and eax, DWORD PTR -32[rbp] test eax, eax je .L4 add DWORD PTR -40[rbp], 17 jmp .L5 .L4: sub DWORD PTR -40[rbp], 4 .L5: mov eax, DWORD PTR -40[rbp] jmp .L6 .L2: mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR [rax] mov eax, DWORD PTR BWI_CARD_F_SW_NRSSI[rip] and eax, edx test eax, eax je .L7 mov rax, QWORD PTR -56[rbp] add rax, 16 mov QWORD PTR -24[rbp], rax mov eax, DWORD PTR BWI_NRSSI_TBLSZ[rip] cmp DWORD PTR -40[rbp], eax jl .L8 mov eax, DWORD PTR BWI_NRSSI_TBLSZ[rip] sub eax, 1 mov DWORD PTR -40[rbp], eax .L8: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR -40[rbp] movsx rdx, edx sal rdx, 3 add rax, rdx mov rax, QWORD PTR [rax] mov edx, 31 sub edx, eax mov eax, edx imul eax, eax, -131 lea edx, 127[rax] test eax, eax cmovs eax, edx sar eax, 7 mov DWORD PTR -40[rbp], eax sub DWORD PTR -40[rbp], 67 jmp .L9 .L7: mov eax, 31 sub eax, DWORD PTR -40[rbp] imul eax, eax, -149 lea edx, 127[rax] test eax, eax cmovs eax, edx sar eax, 7 mov DWORD PTR -40[rbp], eax sub DWORD PTR -40[rbp], 68 .L9: mov rax, QWORD PTR -56[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR IEEE80211_MODE_11G[rip] cmp rdx, rax je .L10 mov eax, DWORD PTR -40[rbp] jmp .L6 .L10: mov eax, DWORD PTR BWI_RXH_F3_BCM2050_RSSI[rip] and eax, DWORD PTR -32[rbp] test eax, eax je .L11 add DWORD PTR -40[rbp], 20 .L11: mov ebx, DWORD PTR BWI_RXH_PHYINFO_LNAGAIN[rip] mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call le16toh@PLT mov esi, ebx mov edi, eax call __SHIFTOUT@PLT mov DWORD PTR -28[rbp], eax mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call le16toh@PLT mov ecx, eax mov edx, DWORD PTR BWI_DBG_RF[rip] mov eax, DWORD PTR BWI_DBG_RX[rip] mov esi, edx or esi, eax mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR -28[rbp] mov r8d, ecx mov ecx, edx lea rdx, .LC0[rip] mov rdi, rax call DPRINTF@PLT cmp DWORD PTR -28[rbp], 3 je .L12 cmp DWORD PTR -28[rbp], 3 jg .L13 cmp DWORD PTR -28[rbp], 2 je .L14 cmp DWORD PTR -28[rbp], 2 jg .L13 cmp DWORD PTR -28[rbp], 0 je .L15 cmp DWORD PTR -28[rbp], 1 je .L16 jmp .L13 .L15: add DWORD PTR -40[rbp], 27 jmp .L17 .L16: add DWORD PTR -40[rbp], 6 jmp .L17 .L14: add DWORD PTR -40[rbp], 12 jmp .L17 .L12: add DWORD PTR -40[rbp], 5 jmp .L17 .L13: mov eax, DWORD PTR -28[rbp] mov esi, eax lea rdi, .LC1[rip] call panic@PLT .L17: mov eax, DWORD PTR -40[rbp] .L6: add rsp, 56 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size bwi_rf_calc_rssi_bcm2050, .-bwi_rf_calc_rssi_bcm2050 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_bwirf.c_bwi_rf_calc_rssi_bcm2050.c" .text .comm BWI_CARD_F_SW_NRSSI,4,4 .comm BWI_DBG_RF,4,4 .comm BWI_DBG_RX,4,4 .comm BWI_NRSSI_TBLSZ,4,4 .comm BWI_RXH_F1_OFDM,4,4 .comm BWI_RXH_F3_BCM2050_RSSI,4,4 .comm BWI_RXH_PHYINFO_LNAGAIN,4,4 .comm IEEE80211_MODE_11G,4,4 .section .rodata .align 2 .LC0: .ascii "lna_gain %d, phyinfo 0x%04x\012\000" .align 2 .LC1: .ascii "impossible lna gain %d\000" .text .align 2 .syntax unified .arm .fpu softvfp .type bwi_rf_calc_rssi_bcm2050, %function bwi_rf_calc_rssi_bcm2050: @ 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, #40 str r0, [fp, #-40] str r1, [fp, #-44] ldr r3, [fp, #-44] ldr r3, [r3] str r3, [fp, #-32] ldr r3, [fp, #-44] ldr r3, [r3, #12] mov r0, r3 bl le16toh str r0, [fp, #-28] ldr r3, [fp, #-44] ldr r3, [r3, #8] mov r0, r3 bl le16toh str r0, [fp, #-24] ldr r3, .L19 ldr r2, [r3] ldr r3, [fp, #-28] and r3, r3, r2 cmp r3, #0 beq .L2 ldr r3, [fp, #-32] cmp r3, #127 ble .L3 ldr r3, [fp, #-32] sub r3, r3, #256 str r3, [fp, #-32] .L3: ldr r3, .L19+4 ldr r2, [r3] ldr r3, [fp, #-24] and r3, r3, r2 cmp r3, #0 beq .L4 ldr r3, [fp, #-32] add r3, r3, #17 str r3, [fp, #-32] b .L5 .L4: ldr r3, [fp, #-32] sub r3, r3, #4 str r3, [fp, #-32] .L5: ldr r3, [fp, #-32] b .L6 .L2: ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [r3] ldr r3, .L19+8 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L7 ldr r3, [fp, #-40] add r3, r3, #8 str r3, [fp, #-20] ldr r3, .L19+12 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 blt .L8 ldr r3, .L19+12 ldr r3, [r3] sub r3, r3, #1 str r3, [fp, #-32] .L8: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-32] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] rsb r2, r3, #31 mov r3, r2 lsl r3, r3, #25 sub r3, r3, r2 lsl r3, r3, #5 sub r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r2, r3, #127 cmp r3, #0 movlt r3, r2 movge r3, r3 asr r3, r3, #7 str r3, [fp, #-32] ldr r3, [fp, #-32] sub r3, r3, #67 str r3, [fp, #-32] b .L9 .L7: ldr r3, [fp, #-32] rsb r3, r3, #31 mvn r2, #148 mul r3, r2, r3 add r2, r3, #127 cmp r3, #0 movlt r3, r2 movge r3, r3 asr r3, r3, #7 str r3, [fp, #-32] ldr r3, [fp, #-32] sub r3, r3, #68 str r3, [fp, #-32] .L9: ldr r3, [fp, #-40] ldr r2, [r3, #4] ldr r3, .L19+16 ldr r3, [r3] cmp r2, r3 beq .L10 ldr r3, [fp, #-32] b .L6 .L10: ldr r3, .L19+4 ldr r2, [r3] ldr r3, [fp, #-24] and r3, r3, r2 cmp r3, #0 beq .L11 ldr r3, [fp, #-32] add r3, r3, #20 str r3, [fp, #-32] .L11: ldr r3, [fp, #-44] ldr r3, [r3, #4] mov r0, r3 bl le16toh mov r2, r0 ldr r3, .L19+20 ldr r3, [r3] mov r1, r3 mov r0, r2 bl __SHIFTOUT str r0, [fp, #-16] ldr r3, [fp, #-40] ldr r4, [r3] ldr r3, .L19+24 ldr r2, [r3] ldr r3, .L19+28 ldr r3, [r3] orr r5, r2, r3 ldr r3, [fp, #-44] ldr r3, [r3, #4] mov r0, r3 bl le16toh mov r3, r0 str r3, [sp] ldr r3, [fp, #-16] ldr r2, .L19+32 mov r1, r5 mov r0, r4 bl DPRINTF ldr r3, [fp, #-16] cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L12 .L14: .word .L17 .word .L16 .word .L15 .word .L13 .L17: ldr r3, [fp, #-32] add r3, r3, #27 str r3, [fp, #-32] b .L18 .L16: ldr r3, [fp, #-32] add r3, r3, #6 str r3, [fp, #-32] b .L18 .L15: ldr r3, [fp, #-32] add r3, r3, #12 str r3, [fp, #-32] b .L18 .L13: ldr r3, [fp, #-32] add r3, r3, #5 str r3, [fp, #-32] b .L18 .L12: ldr r1, [fp, #-16] ldr r0, .L19+36 bl panic .L18: ldr r3, [fp, #-32] .L6: mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L20: .align 2 .L19: .word BWI_RXH_F1_OFDM .word BWI_RXH_F3_BCM2050_RSSI .word BWI_CARD_F_SW_NRSSI .word BWI_NRSSI_TBLSZ .word IEEE80211_MODE_11G .word BWI_RXH_PHYINFO_LNAGAIN .word BWI_DBG_RF .word BWI_DBG_RX .word .LC0 .word .LC1 .size bwi_rf_calc_rssi_bcm2050, .-bwi_rf_calc_rssi_bcm2050 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nvme-core.c_bio_completion.c" .intel_syntax noprefix .text .comm DMA_FROM_DEVICE,4,4 .comm DMA_TO_DEVICE,4,4 .comm EIO,4,4 .type bio_completion, @function bio_completion: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR -48[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -56[rbp] mov rdi, rax call le16_to_cpup@PLT sar eax mov DWORD PTR -20[rbp], eax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L2 mov rax, QWORD PTR -8[rbp] mov rdi, rax call bio_data_dir@PLT test rax, rax je .L3 mov eax, DWORD PTR DMA_TO_DEVICE[rip] jmp .L4 .L3: mov eax, DWORD PTR DMA_FROM_DEVICE[rip] .L4: mov rdx, QWORD PTR -16[rbp] mov rdx, QWORD PTR 8[rdx] mov rcx, QWORD PTR -16[rbp] mov esi, DWORD PTR 16[rcx] mov rcx, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rcx] mov rdi, rcx mov ecx, eax call dma_unmap_sg@PLT mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call nvme_end_io_acct@PLT .L2: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call nvme_free_iod@PLT cmp DWORD PTR -20[rbp], 0 je .L5 mov eax, DWORD PTR EIO[rip] neg eax mov edx, eax mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call bio_endio@PLT jmp .L7 .L5: mov rax, QWORD PTR -8[rbp] mov esi, 0 mov rdi, rax call bio_endio@PLT .L7: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size bio_completion, .-bio_completion .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nvme-core.c_bio_completion.c" .text .comm DMA_FROM_DEVICE,4,4 .comm DMA_TO_DEVICE,4,4 .comm EIO,4,4 .align 2 .syntax unified .arm .fpu softvfp .type bio_completion, %function bio_completion: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, fp, lr} add fp, sp, #16 sub sp, sp, #36 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] ldr r3, [fp, #-44] str r3, [fp, #-32] ldr r3, [fp, #-32] ldr r3, [r3, #12] str r3, [fp, #-28] ldr r3, [fp, #-48] mov r0, r3 bl le16_to_cpup mov r3, r0 asr r3, r3, #1 str r3, [fp, #-24] ldr r3, [fp, #-32] ldr r3, [r3, #4] cmp r3, #0 beq .L2 ldr r3, [fp, #-40] ldr r3, [r3] mov r6, r3 ldr r3, [fp, #-32] ldr r4, [r3, #8] ldr r3, [fp, #-32] ldr r5, [r3, #4] ldr r0, [fp, #-28] bl bio_data_dir mov r3, r0 cmp r3, #0 beq .L3 ldr r3, .L8 ldr r3, [r3] b .L4 .L3: ldr r3, .L8+4 ldr r3, [r3] .L4: mov r2, r5 mov r1, r4 mov r0, r6 bl dma_unmap_sg ldr r3, [fp, #-32] ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-28] bl nvme_end_io_acct .L2: ldr r1, [fp, #-32] ldr r0, [fp, #-40] bl nvme_free_iod ldr r3, [fp, #-24] cmp r3, #0 beq .L5 ldr r3, .L8+8 ldr r3, [r3] rsb r3, r3, #0 mov r1, r3 ldr r0, [fp, #-28] bl bio_endio b .L7 .L5: mov r1, #0 ldr r0, [fp, #-28] bl bio_endio .L7: nop sub sp, fp, #16 @ sp needed pop {r4, r5, r6, fp, pc} .L9: .align 2 .L8: .word DMA_TO_DEVICE .word DMA_FROM_DEVICE .word EIO .size bio_completion, .-bio_completion .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_r8a66597-hcd.c_r8a66597_clock_disable.c" .intel_syntax noprefix .text .comm PLLC,4,4 .comm SCKE,4,4 .comm SYSCFG0,4,4 .comm USBE,4,4 .comm XCKE,4,4 .type r8a66597_clock_disable, @function r8a66597_clock_disable: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov edx, DWORD PTR SYSCFG0[rip] mov ecx, DWORD PTR SCKE[rip] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call r8a66597_bclr@PLT mov edi, 1 call udelay@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] mov rax, QWORD PTR [rax] test rax, rax je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edi, eax call clk_disable_unprepare@PLT jmp .L4 .L2: mov edx, DWORD PTR SYSCFG0[rip] mov ecx, DWORD PTR PLLC[rip] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call r8a66597_bclr@PLT mov edx, DWORD PTR SYSCFG0[rip] mov ecx, DWORD PTR XCKE[rip] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call r8a66597_bclr@PLT mov edx, DWORD PTR SYSCFG0[rip] mov ecx, DWORD PTR USBE[rip] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call r8a66597_bclr@PLT .L4: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size r8a66597_clock_disable, .-r8a66597_clock_disable .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_r8a66597-hcd.c_r8a66597_clock_disable.c" .text .comm PLLC,4,4 .comm SCKE,4,4 .comm SYSCFG0,4,4 .comm USBE,4,4 .comm XCKE,4,4 .align 2 .syntax unified .arm .fpu softvfp .type r8a66597_clock_disable, %function r8a66597_clock_disable: @ 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, .L5 ldr r3, [r3] ldr r2, .L5+4 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-8] bl r8a66597_bclr mov r0, #1 bl udelay ldr r3, [fp, #-8] ldr r3, [r3, #4] ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl clk_disable_unprepare b .L4 .L2: ldr r3, .L5+8 ldr r3, [r3] ldr r2, .L5+4 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-8] bl r8a66597_bclr ldr r3, .L5+12 ldr r3, [r3] ldr r2, .L5+4 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-8] bl r8a66597_bclr ldr r3, .L5+16 ldr r3, [r3] ldr r2, .L5+4 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-8] bl r8a66597_bclr .L4: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word SCKE .word SYSCFG0 .word PLLC .word XCKE .word USBE .size r8a66597_clock_disable, .-r8a66597_clock_disable .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ieee80211_wx.c_ieee80211_wx_set_auth.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .comm EOPNOTSUPP,4,4 .comm IW_AUTH_ALG_LEAP,4,4 .comm IW_AUTH_ALG_OPEN_SYSTEM,4,4 .comm IW_AUTH_ALG_SHARED_KEY,4,4 .comm IW_AUTH_INDEX,4,4 .globl ieee80211_wx_set_auth .type ieee80211_wx_set_auth, @function ieee80211_wx_set_auth: .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 QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR IW_AUTH_INDEX[rip] and eax, edx add eax, -128 cmp eax, 9 ja .L2 mov eax, eax lea rdx, 0[0+rax*4] lea rax, .L4[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L4[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L4: .long .L18-.L4 .long .L10-.L4 .long .L9-.L4 .long .L8-.L4 .long .L7-.L4 .long .L18-.L4 .long .L6-.L4 .long .L18-.L4 .long .L18-.L4 .long .L3-.L4 .text .L9: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx jmp .L12 .L6: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 4[rax], edx jmp .L12 .L3: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov eax, DWORD PTR IW_AUTH_ALG_SHARED_KEY[rip] and eax, edx test eax, eax je .L13 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], 0 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], 1 jmp .L12 .L13: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov eax, DWORD PTR IW_AUTH_ALG_OPEN_SYSTEM[rip] and eax, edx test eax, eax je .L15 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], 1 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], 0 jmp .L12 .L15: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov eax, DWORD PTR IW_AUTH_ALG_LEAP[rip] and eax, edx test eax, eax je .L16 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], 1 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], 2 jmp .L12 .L16: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L17 .L10: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] test eax, eax setne al movzx edx, al mov rax, QWORD PTR -8[rbp] mov DWORD PTR 16[rax], edx jmp .L12 .L8: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 20[rax], edx jmp .L12 .L7: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 24[rax], edx jmp .L12 .L2: mov eax, DWORD PTR EOPNOTSUPP[rip] neg eax jmp .L17 .L18: nop .L12: mov eax, 0 .L17: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ieee80211_wx_set_auth, .-ieee80211_wx_set_auth .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ieee80211_wx.c_ieee80211_wx_set_auth.c" .text .comm EINVAL,4,4 .comm EOPNOTSUPP,4,4 .comm IW_AUTH_ALG_LEAP,4,4 .comm IW_AUTH_ALG_OPEN_SYSTEM,4,4 .comm IW_AUTH_ALG_SHARED_KEY,4,4 .comm IW_AUTH_INDEX,4,4 .align 2 .global ieee80211_wx_set_auth .syntax unified .arm .fpu softvfp .type ieee80211_wx_set_auth, %function ieee80211_wx_set_auth: @ 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] str r3, [fp, #-20] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L19 ldr r3, [r3] and r3, r3, r2 sub r3, r3, #128 cmp r3, #9 ldrls pc, [pc, r3, asl #2] b .L2 .L4: .word .L18 .word .L10 .word .L9 .word .L8 .word .L7 .word .L18 .word .L6 .word .L18 .word .L18 .word .L3 .L9: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-8] str r2, [r3] b .L12 .L6: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-8] str r2, [r3, #4] b .L12 .L3: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, .L19+4 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L13 ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #8] ldr r3, [fp, #-8] mov r2, #1 str r2, [r3, #12] b .L12 .L13: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, .L19+8 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L15 ldr r3, [fp, #-8] mov r2, #1 str r2, [r3, #8] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #12] b .L12 .L15: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, .L19+12 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L16 ldr r3, [fp, #-8] mov r2, #1 str r2, [r3, #8] ldr r3, [fp, #-8] mov r2, #2 str r2, [r3, #12] b .L12 .L16: ldr r3, .L19+16 ldr r3, [r3] rsb r3, r3, #0 b .L17 .L10: ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r2, r3 ldr r3, [fp, #-8] str r2, [r3, #16] b .L12 .L8: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-8] str r2, [r3, #20] b .L12 .L7: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-8] str r2, [r3, #24] b .L12 .L2: ldr r3, .L19+20 ldr r3, [r3] rsb r3, r3, #0 b .L17 .L18: nop .L12: mov r3, #0 .L17: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L20: .align 2 .L19: .word IW_AUTH_INDEX .word IW_AUTH_ALG_SHARED_KEY .word IW_AUTH_ALG_OPEN_SYSTEM .word IW_AUTH_ALG_LEAP .word EINVAL .word EOPNOTSUPP .size ieee80211_wx_set_auth, .-ieee80211_wx_set_auth .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_startup.c_clear_bss_section.c" .intel_syntax noprefix .text .comm vmlinux,16,16 .type clear_bss_section, @function clear_bss_section: .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, DWORD PTR vmlinux[rip+4] mov edx, DWORD PTR vmlinux[rip] movsx rdx, edx mov rcx, QWORD PTR vmlinux[rip+8] add rdx, rcx mov rcx, rdx mov edx, eax mov esi, 0 mov rdi, rcx call memset@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size clear_bss_section, .-clear_bss_section .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_startup.c_clear_bss_section.c" .text .comm vmlinux,12,4 .align 2 .syntax unified .arm .fpu softvfp .type clear_bss_section, %function clear_bss_section: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L2 ldr r3, [r3] mov r2, r3 ldr r3, .L2 ldr r3, [r3, #8] add r3, r2, r3 mov r0, r3 ldr r3, .L2 ldr r3, [r3, #4] mov r2, r3 mov r1, #0 bl memset nop pop {fp, pc} .L3: .align 2 .L2: .word vmlinux .size clear_bss_section, .-clear_bss_section .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_mv64x60_udbg.c_mv64x60_udbg_putc.c" .intel_syntax noprefix .text .comm MPSC_0_CR1_OFFSET,8,8 .comm MPSC_0_CR2_OFFSET,8,8 .comm MPSC_CHR_2_TCS,4,4 .comm mpsc_base,8,8 .type mv64x60_udbg_putc, @function mv64x60_udbg_putc: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov eax, edi mov BYTE PTR -4[rbp], al cmp BYTE PTR -4[rbp], 10 jne .L4 mov edi, 13 call mv64x60_udbg_putc .L4: nop .L3: mov rdx, QWORD PTR mpsc_base[rip] mov rax, QWORD PTR MPSC_0_CR2_OFFSET[rip] add rax, rdx mov rdi, rax call in_le32@PLT mov edx, DWORD PTR MPSC_CHR_2_TCS[rip] and eax, edx test eax, eax jne .L3 movsx eax, BYTE PTR -4[rbp] mov rcx, QWORD PTR mpsc_base[rip] mov rdx, QWORD PTR MPSC_0_CR1_OFFSET[rip] add rdx, rcx mov esi, eax mov rdi, rdx call out_le32@PLT mov eax, DWORD PTR MPSC_CHR_2_TCS[rip] mov rcx, QWORD PTR mpsc_base[rip] mov rdx, QWORD PTR MPSC_0_CR2_OFFSET[rip] add rdx, rcx mov esi, eax mov rdi, rdx call out_le32@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size mv64x60_udbg_putc, .-mv64x60_udbg_putc .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_mv64x60_udbg.c_mv64x60_udbg_putc.c" .text .comm MPSC_0_CR1_OFFSET,4,4 .comm MPSC_0_CR2_OFFSET,4,4 .comm MPSC_CHR_2_TCS,4,4 .comm mpsc_base,4,4 .align 2 .syntax unified .arm .fpu softvfp .type mv64x60_udbg_putc, %function mv64x60_udbg_putc: @ 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, r0 strb r3, [fp, #-5] ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #10 bne .L4 mov r0, #13 bl mv64x60_udbg_putc .L4: nop .L3: ldr r3, .L5 ldr r2, [r3] ldr r3, .L5+4 ldr r3, [r3] add r3, r2, r3 mov r0, r3 bl in_le32 mov r2, r0 ldr r3, .L5+8 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 bne .L3 ldr r3, .L5 ldr r2, [r3] ldr r3, .L5+12 ldr r3, [r3] add r3, r2, r3 ldrb r2, [fp, #-5] @ zero_extendqisi2 mov r1, r2 mov r0, r3 bl out_le32 ldr r3, .L5 ldr r2, [r3] ldr r3, .L5+4 ldr r3, [r3] add r3, r2, r3 ldr r2, .L5+8 ldr r2, [r2] mov r1, r2 mov r0, r3 bl out_le32 nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word mpsc_base .word MPSC_0_CR2_OFFSET .word MPSC_CHR_2_TCS .word MPSC_0_CR1_OFFSET .size mv64x60_udbg_putc, .-mv64x60_udbg_putc .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_proxy.c_send_crlf.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "" .text .type send_crlf, @function send_crlf: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] lea rsi, .LC0[rip] mov edi, eax call send_line_crlf@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size send_crlf, .-send_crlf .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_proxy.c_send_crlf.c" .text .section .rodata .align 2 .LC0: .ascii "\000" .text .align 2 .syntax unified .arm .fpu softvfp .type send_crlf, %function send_crlf: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r1, .L3 ldr r0, [fp, #-8] bl send_line_crlf mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word .LC0 .size send_crlf, .-send_crlf .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_obs-windows.c_find_libobs_data_file.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "data/libobs/" .LC1: .string "../../data/libobs/" .text .globl find_libobs_data_file .type find_libobs_data_file, @function find_libobs_data_file: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -16[rbp] mov rdi, rax call dstr_init@PLT lea rdx, -16[rbp] mov rax, QWORD PTR -24[rbp] lea rsi, .LC0[rip] mov rdi, rax call check_path@PLT test rax, rax je .L2 mov rax, QWORD PTR -16[rbp] jmp .L5 .L2: lea rdx, -16[rbp] mov rax, QWORD PTR -24[rbp] lea rsi, .LC1[rip] mov rdi, rax call check_path@PLT test rax, rax je .L4 mov rax, QWORD PTR -16[rbp] jmp .L5 .L4: lea rax, -16[rbp] mov rdi, rax call dstr_free@PLT mov eax, 0 .L5: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size find_libobs_data_file, .-find_libobs_data_file .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_obs-windows.c_find_libobs_data_file.c" .text .section .rodata .align 2 .LC0: .ascii "data/libobs/\000" .align 2 .LC1: .ascii "../../data/libobs/\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global find_libobs_data_file .syntax unified .arm .fpu softvfp .type find_libobs_data_file, %function find_libobs_data_file: @ 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, .L7 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #12 mov r0, r3 bl dstr_init sub r3, fp, #12 mov r2, r3 ldr r1, .L7+4 ldr r0, [fp, #-16] bl check_path mov r3, r0 cmp r3, #0 beq .L2 ldr r3, [fp, #-12] b .L5 .L2: sub r3, fp, #12 mov r2, r3 ldr r1, .L7+8 ldr r0, [fp, #-16] bl check_path mov r3, r0 cmp r3, #0 beq .L4 ldr r3, [fp, #-12] b .L5 .L4: sub r3, fp, #12 mov r0, r3 bl dstr_free mov r3, #0 .L5: ldr r2, .L7 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L6 bl __stack_chk_fail .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word .LC2 .word .LC0 .word .LC1 .size find_libobs_data_file, .-find_libobs_data_file .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ad1889.c_snd_ad1889_interrupt.c" .intel_syntax noprefix .text .comm AD_DMA_DISR,4,4 .comm AD_DMA_DISR_ADCI,8,8 .comm AD_DMA_DISR_PMAI,8,8 .comm AD_DMA_DISR_PTAI,8,8 .comm AD_DMA_DISR_WAVI,8,8 .comm AD_INTR_MASK,8,8 .comm IRQ_HANDLED,4,4 .comm IRQ_NONE,4,4 .section .rodata .align 8 .LC0: .string "Unexpected master or target abort interrupt!\n" .text .type snd_ad1889_interrupt, @function snd_ad1889_interrupt: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov QWORD PTR -16[rbp], rax mov edx, DWORD PTR AD_DMA_DISR[rip] mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call ad1889_readl@PLT mov QWORD PTR -8[rbp], rax mov ecx, DWORD PTR AD_DMA_DISR[rip] mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -16[rbp] mov esi, ecx mov rdi, rax call ad1889_writel@PLT mov rax, QWORD PTR AD_INTR_MASK[rip] and QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al mov edi, eax call unlikely@PLT test rax, rax je .L2 mov eax, DWORD PTR IRQ_NONE[rip] jmp .L3 .L2: mov rdx, QWORD PTR AD_DMA_DISR_PMAI[rip] mov rax, QWORD PTR AD_DMA_DISR_PTAI[rip] or rax, rdx and rax, QWORD PTR -8[rbp] test rax, rax je .L4 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 16[rax] mov eax, DWORD PTR [rax] lea rsi, .LC0[rip] mov edi, eax call dev_dbg@PLT .L4: mov rax, QWORD PTR AD_DMA_DISR_WAVI[rip] and rax, QWORD PTR -8[rbp] test rax, rax je .L5 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L5 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] mov rdi, rax call snd_pcm_period_elapsed@PLT .L5: mov rax, QWORD PTR AD_DMA_DISR_ADCI[rip] and rax, QWORD PTR -8[rbp] test rax, rax je .L6 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L6 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov rdi, rax call snd_pcm_period_elapsed@PLT .L6: mov eax, DWORD PTR IRQ_HANDLED[rip] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size snd_ad1889_interrupt, .-snd_ad1889_interrupt .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ad1889.c_snd_ad1889_interrupt.c" .text .comm AD_DMA_DISR,4,4 .comm AD_DMA_DISR_ADCI,4,4 .comm AD_DMA_DISR_PMAI,4,4 .comm AD_DMA_DISR_PTAI,4,4 .comm AD_DMA_DISR_WAVI,4,4 .comm AD_INTR_MASK,4,4 .comm IRQ_HANDLED,4,4 .comm IRQ_NONE,4,4 .section .rodata .align 2 .LC0: .ascii "Unexpected master or target abort interrupt!\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type snd_ad1889_interrupt, %function snd_ad1889_interrupt: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-12] ldr r3, .L7 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-12] bl ad1889_readl str r0, [fp, #-8] ldr r3, .L7 ldr r3, [r3] ldr r2, [fp, #-8] mov r1, r3 ldr r0, [fp, #-12] bl ad1889_writel ldr r3, .L7+4 ldr r3, [r3] ldr r2, [fp, #-8] and r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl unlikely mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L7+8 ldr r3, [r3] b .L3 .L2: ldr r3, .L7+12 ldr r2, [r3] ldr r3, .L7+16 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-8] and r3, r3, r2 cmp r3, #0 beq .L4 ldr r3, [fp, #-12] ldr r3, [r3, #8] ldr r3, [r3] ldr r1, .L7+20 mov r0, r3 bl dev_dbg .L4: ldr r3, .L7+24 ldr r2, [r3] ldr r3, [fp, #-8] and r3, r3, r2 cmp r3, #0 beq .L5 ldr r3, [fp, #-12] ldr r3, [r3, #4] cmp r3, #0 beq .L5 ldr r3, [fp, #-12] ldr r3, [r3, #4] mov r0, r3 bl snd_pcm_period_elapsed .L5: ldr r3, .L7+28 ldr r2, [r3] ldr r3, [fp, #-8] and r3, r3, r2 cmp r3, #0 beq .L6 ldr r3, [fp, #-12] ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, [fp, #-12] ldr r3, [r3] mov r0, r3 bl snd_pcm_period_elapsed .L6: ldr r3, .L7+32 ldr r3, [r3] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word AD_DMA_DISR .word AD_INTR_MASK .word IRQ_NONE .word AD_DMA_DISR_PMAI .word AD_DMA_DISR_PTAI .word .LC0 .word AD_DMA_DISR_WAVI .word AD_DMA_DISR_ADCI .word IRQ_HANDLED .size snd_ad1889_interrupt, .-snd_ad1889_interrupt .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_stream.c_libc_getsize.c" .intel_syntax noprefix .text .type libc_getsize, @function libc_getsize: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov edi, eax call fileno@PLT mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] not eax shr eax, 31 movzx eax, al mov edi, eax call assert@PLT lea rdx, -16[rbp] mov eax, DWORD PTR -12[rbp] mov rsi, rdx mov edi, eax call fstat@PLT cmp eax, -1 setne al movzx eax, al mov edi, eax call assert@PLT mov eax, DWORD PTR -16[rbp] mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size libc_getsize, .-libc_getsize .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_stream.c_libc_getsize.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type libc_getsize, %function libc_getsize: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-24] ldr r3, [r3] mov r0, r3 bl fileno str r0, [fp, #-12] ldr r3, [fp, #-12] mvn r3, r3 lsr r3, r3, #31 and r3, r3, #255 mov r0, r3 bl assert sub r3, fp, #16 mov r1, r3 ldr r0, [fp, #-12] bl fstat mov r3, r0 cmn r3, #1 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 bl assert ldr r3, [fp, #-16] 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 .LC0 .size libc_getsize, .-libc_getsize .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_uipc_mbuf.c_m_defrag.c" .intel_syntax noprefix .text .comm MCLBYTES,4,4 .comm MHLEN,4,4 .comm MLEN,4,4 .comm MT_DATA,4,4 .comm M_PKTHDR,4,4 .comm caddr_t,4,4 .comm m_defragbytes,4,4 .comm m_defragfailure,4,4 .comm m_defragpackets,4,4 .comm m_defragrandomfailures,8,8 .comm m_defraguseless,4,4 .globl m_defrag .type m_defrag, @function m_defrag: .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 DWORD PTR -44[rbp], esi mov QWORD PTR -16[rbp], 0 mov QWORD PTR -8[rbp], 0 mov DWORD PTR -24[rbp], 0 mov eax, DWORD PTR -44[rbp] mov edi, eax call MBUF_CHECKSLEEP@PLT mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR M_PKTHDR[rip] and eax, edx test eax, eax jne .L2 mov rax, QWORD PTR -40[rbp] jmp .L3 .L2: mov rax, QWORD PTR -40[rbp] mov rdi, rax call m_fixhdr@PLT mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR 8[rax] mov eax, DWORD PTR MHLEN[rip] cmp edx, eax jle .L4 mov edx, DWORD PTR M_PKTHDR[rip] mov ecx, DWORD PTR MT_DATA[rip] mov eax, DWORD PTR -44[rbp] mov esi, ecx mov edi, eax call m_getcl@PLT mov QWORD PTR -8[rbp], rax jmp .L5 .L4: mov edx, DWORD PTR MT_DATA[rip] mov eax, DWORD PTR -44[rbp] mov esi, edx mov edi, eax call m_gethdr@PLT mov QWORD PTR -8[rbp], rax .L5: cmp QWORD PTR -8[rbp], 0 je .L17 mov edx, DWORD PTR -44[rbp] mov rcx, QWORD PTR -40[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rcx mov rdi, rax call m_dup_pkthdr@PLT test rax, rax je .L18 mov rax, QWORD PTR -8[rbp] mov QWORD PTR -16[rbp], rax jmp .L9 .L15: mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR 8[rax] sub eax, DWORD PTR -24[rbp] mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR MCLBYTES[rip] cmp DWORD PTR -20[rbp], eax jle .L10 mov eax, DWORD PTR MCLBYTES[rip] mov DWORD PTR -20[rbp], eax .L10: cmp QWORD PTR -16[rbp], 0 jne .L11 mov eax, DWORD PTR MLEN[rip] cmp DWORD PTR -20[rbp], eax jle .L12 mov ecx, DWORD PTR MT_DATA[rip] mov eax, DWORD PTR -44[rbp] mov edx, 0 mov esi, ecx mov edi, eax call m_getcl@PLT mov QWORD PTR -16[rbp], rax jmp .L13 .L12: mov edx, DWORD PTR MT_DATA[rip] mov eax, DWORD PTR -44[rbp] mov esi, edx mov edi, eax call m_get@PLT mov QWORD PTR -16[rbp], rax .L13: cmp QWORD PTR -16[rbp], 0 je .L19 .L11: mov edx, DWORD PTR caddr_t[rip] mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call mtod@PLT mov ecx, eax mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -24[rbp] mov rax, QWORD PTR -40[rbp] mov rdi, rax call m_copydata@PLT mov eax, DWORD PTR -20[rbp] add DWORD PTR -24[rbp], eax mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR -20[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -16[rbp] cmp rax, QWORD PTR -8[rbp] je .L14 mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call m_cat@PLT .L14: mov QWORD PTR -16[rbp], 0 .L9: mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR 8[rax] cmp DWORD PTR -24[rbp], eax jl .L15 mov rax, QWORD PTR -40[rbp] mov rdi, rax call m_freem@PLT mov rax, QWORD PTR -8[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] jmp .L3 .L17: nop jmp .L7 .L18: nop jmp .L7 .L19: nop .L7: cmp QWORD PTR -8[rbp], 0 je .L16 mov rax, QWORD PTR -8[rbp] mov rdi, rax call m_freem@PLT .L16: mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size m_defrag, .-m_defrag .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_uipc_mbuf.c_m_defrag.c" .text .comm MCLBYTES,4,4 .comm MHLEN,4,4 .comm MLEN,4,4 .comm MT_DATA,4,4 .comm M_PKTHDR,4,4 .comm caddr_t,4,4 .comm m_defragbytes,4,4 .comm m_defragfailure,4,4 .comm m_defragpackets,4,4 .comm m_defragrandomfailures,4,4 .comm m_defraguseless,4,4 .align 2 .global m_defrag .syntax unified .arm .fpu softvfp .type m_defrag, %function m_defrag: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-12] ldr r0, [fp, #-28] bl MBUF_CHECKSLEEP ldr r3, [fp, #-24] ldr r2, [r3] ldr r3, .L20 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 bne .L2 ldr r3, [fp, #-24] b .L3 .L2: ldr r0, [fp, #-24] bl m_fixhdr ldr r3, [fp, #-24] ldr r2, [r3, #8] ldr r3, .L20+4 ldr r3, [r3] cmp r2, r3 ble .L4 ldr r3, .L20+8 ldr r3, [r3] ldr r2, .L20 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-28] bl m_getcl str r0, [fp, #-16] b .L5 .L4: ldr r3, .L20+8 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-28] bl m_gethdr str r0, [fp, #-16] .L5: ldr r3, [fp, #-16] cmp r3, #0 beq .L17 ldr r2, [fp, #-28] ldr r1, [fp, #-24] ldr r0, [fp, #-16] bl m_dup_pkthdr mov r3, r0 cmp r3, #0 beq .L18 ldr r3, [fp, #-16] str r3, [fp, #-20] b .L9 .L15: ldr r3, [fp, #-24] ldr r2, [r3, #8] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, .L20+12 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 ble .L10 ldr r3, .L20+12 ldr r3, [r3] str r3, [fp, #-8] .L10: ldr r3, [fp, #-20] cmp r3, #0 bne .L11 ldr r3, .L20+16 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 ble .L12 ldr r3, .L20+8 ldr r3, [r3] mov r2, #0 mov r1, r3 ldr r0, [fp, #-28] bl m_getcl str r0, [fp, #-20] b .L13 .L12: ldr r3, .L20+8 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-28] bl m_get str r0, [fp, #-20] .L13: ldr r3, [fp, #-20] cmp r3, #0 beq .L19 .L11: ldr r3, .L20+20 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-20] bl mtod mov r3, r0 ldr r2, [fp, #-8] ldr r1, [fp, #-12] ldr r0, [fp, #-24] bl m_copydata ldr r2, [fp, #-12] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-20] ldr r2, [fp, #-8] str r2, [r3, #4] ldr r2, [fp, #-20] ldr r3, [fp, #-16] cmp r2, r3 beq .L14 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl m_cat .L14: mov r3, #0 str r3, [fp, #-20] .L9: ldr r3, [fp, #-24] ldr r3, [r3, #8] ldr r2, [fp, #-12] cmp r2, r3 blt .L15 ldr r0, [fp, #-24] bl m_freem ldr r3, [fp, #-16] str r3, [fp, #-24] ldr r3, [fp, #-24] b .L3 .L17: nop b .L7 .L18: nop b .L7 .L19: nop .L7: ldr r3, [fp, #-16] cmp r3, #0 beq .L16 ldr r0, [fp, #-16] bl m_freem .L16: mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L21: .align 2 .L20: .word M_PKTHDR .word MHLEN .word MT_DATA .word MCLBYTES .word MLEN .word caddr_t .size m_defrag, .-m_defrag .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pixel.c_gl_PixelTransferf.c" .intel_syntax noprefix .text .comm GL_FALSE,8,8 .comm GL_INVALID_ENUM,4,4 .comm GL_INVALID_OPERATION,4,4 .comm GL_TRUE,8,8 .section .rodata .LC0: .string "glPixelTransfer" .LC1: .string "glPixelTransfer(pname)" .text .globl gl_PixelTransferf .type gl_PixelTransferf, @function gl_PixelTransferf: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov QWORD PTR -24[rbp], rdx mov rax, QWORD PTR -8[rbp] mov rdi, rax call INSIDE_BEGIN_END@PLT test rax, rax je .L2 mov ecx, DWORD PTR GL_INVALID_OPERATION[rip] mov rax, QWORD PTR -8[rbp] lea rdx, .LC0[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L2: mov eax, DWORD PTR -12[rbp] add eax, -128 cmp eax, 13 ja .L4 mov eax, eax lea rdx, 0[0+rax*4] lea rax, .L6[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L6[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L6: .long .L19-.L6 .long .L18-.L6 .long .L17-.L6 .long .L16-.L6 .long .L15-.L6 .long .L14-.L6 .long .L13-.L6 .long .L12-.L6 .long .L11-.L6 .long .L10-.L6 .long .L9-.L6 .long .L8-.L6 .long .L7-.L6 .long .L5-.L6 .text .L16: cmp QWORD PTR -24[rbp], 0 je .L20 mov rax, QWORD PTR GL_TRUE[rip] jmp .L21 .L20: mov rax, QWORD PTR GL_FALSE[rip] .L21: mov rdx, QWORD PTR -8[rbp] mov QWORD PTR 104[rdx], rax jmp .L22 .L17: cmp QWORD PTR -24[rbp], 0 je .L23 mov rax, QWORD PTR GL_TRUE[rip] jmp .L24 .L23: mov rax, QWORD PTR GL_FALSE[rip] .L24: mov rdx, QWORD PTR -8[rbp] mov QWORD PTR 96[rdx], rax jmp .L22 .L15: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 88[rax], rdx jmp .L22 .L14: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 80[rax], rdx jmp .L22 .L19: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 72[rax], rdx jmp .L22 .L18: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 64[rax], rdx jmp .L22 .L13: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 56[rax], rdx jmp .L22 .L12: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 48[rax], rdx jmp .L22 .L9: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 40[rax], rdx jmp .L22 .L8: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 32[rax], rdx jmp .L22 .L7: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 24[rax], rdx jmp .L22 .L5: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 16[rax], rdx jmp .L22 .L11: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 8[rax], rdx jmp .L22 .L10: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR [rax], rdx jmp .L22 .L4: mov ecx, DWORD PTR GL_INVALID_ENUM[rip] mov rax, QWORD PTR -8[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L22: mov rax, QWORD PTR -8[rbp] mov rdi, rax call update_drawpixels_state@PLT .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size gl_PixelTransferf, .-gl_PixelTransferf .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pixel.c_gl_PixelTransferf.c" .text .comm GL_FALSE,4,4 .comm GL_INVALID_ENUM,4,4 .comm GL_INVALID_OPERATION,4,4 .comm GL_TRUE,4,4 .section .rodata .align 2 .LC0: .ascii "glPixelTransfer\000" .align 2 .LC1: .ascii "glPixelTransfer(pname)\000" .text .align 2 .global gl_PixelTransferf .syntax unified .arm .fpu softvfp .type gl_PixelTransferf, %function gl_PixelTransferf: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r0, [fp, #-8] bl INSIDE_BEGIN_END mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L25 ldr r3, [r3] ldr r2, .L25+4 mov r1, r3 ldr r0, [fp, #-8] bl gl_error b .L1 .L2: ldr r3, [fp, #-12] sub r3, r3, #128 cmp r3, #13 ldrls pc, [pc, r3, asl #2] b .L4 .L6: .word .L19 .word .L18 .word .L17 .word .L16 .word .L15 .word .L14 .word .L13 .word .L12 .word .L11 .word .L10 .word .L9 .word .L8 .word .L7 .word .L5 .L16: ldr r3, [fp, #-16] cmp r3, #0 beq .L20 ldr r3, .L25+8 ldr r3, [r3] b .L21 .L20: ldr r3, .L25+12 ldr r3, [r3] .L21: ldr r2, [fp, #-8] str r3, [r2, #52] b .L22 .L17: ldr r3, [fp, #-16] cmp r3, #0 beq .L23 ldr r3, .L25+8 ldr r3, [r3] b .L24 .L23: ldr r3, .L25+12 ldr r3, [r3] .L24: ldr r2, [fp, #-8] str r3, [r2, #48] b .L22 .L15: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #44] b .L22 .L14: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #40] b .L22 .L19: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #36] b .L22 .L18: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #32] b .L22 .L13: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #28] b .L22 .L12: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #24] b .L22 .L9: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #20] b .L22 .L8: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #16] b .L22 .L7: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #12] b .L22 .L5: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #8] b .L22 .L11: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #4] b .L22 .L10: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3] b .L22 .L4: ldr r3, .L25+16 ldr r3, [r3] ldr r2, .L25+20 mov r1, r3 ldr r0, [fp, #-8] bl gl_error b .L1 .L22: ldr r0, [fp, #-8] bl update_drawpixels_state .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .L26: .align 2 .L25: .word GL_INVALID_OPERATION .word .LC0 .word GL_TRUE .word GL_FALSE .word GL_INVALID_ENUM .word .LC1 .size gl_PixelTransferf, .-gl_PixelTransferf .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_tree.c_test_checkout_tree__can_overwrite_ignored_by_default.c" .intel_syntax noprefix .text .comm GIT_CHECKOUT_SAFE,4,4 .comm g_repo,4,4 .section .rodata .LC0: .string "refs/heads/subtrees" .LC1: .string "testrepo/ab/4.txt" .LC2: .string "subtrees" .text .globl test_checkout_tree__can_overwrite_ignored_by_default .type test_checkout_tree__can_overwrite_ignored_by_default, @function test_checkout_tree__can_overwrite_ignored_by_default: .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, DWORD PTR GIT_CHECKOUT_SAFE[rip] mov esi, 0 mov edi, eax call checkout_tree_with_blob_ignored_in_workdir@PLT mov edi, eax call cl_git_pass@PLT mov eax, DWORD PTR g_repo[rip] lea rsi, .LC0[rip] mov edi, eax call git_repository_set_head@PLT mov edi, eax call cl_git_pass@PLT lea rdi, .LC1[rip] call git_path_isfile@PLT mov edi, eax call cl_assert@PLT mov eax, DWORD PTR g_repo[rip] lea rsi, .LC2[rip] mov edi, eax call assert_on_branch@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size test_checkout_tree__can_overwrite_ignored_by_default, .-test_checkout_tree__can_overwrite_ignored_by_default .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_tree.c_test_checkout_tree__can_overwrite_ignored_by_default.c" .text .comm GIT_CHECKOUT_SAFE,4,4 .comm g_repo,4,4 .section .rodata .align 2 .LC0: .ascii "refs/heads/subtrees\000" .align 2 .LC1: .ascii "testrepo/ab/4.txt\000" .align 2 .LC2: .ascii "subtrees\000" .text .align 2 .global test_checkout_tree__can_overwrite_ignored_by_default .syntax unified .arm .fpu softvfp .type test_checkout_tree__can_overwrite_ignored_by_default, %function test_checkout_tree__can_overwrite_ignored_by_default: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L2 ldr r3, [r3] mov r1, #0 mov r0, r3 bl checkout_tree_with_blob_ignored_in_workdir mov r3, r0 mov r0, r3 bl cl_git_pass ldr r3, .L2+4 ldr r3, [r3] ldr r1, .L2+8 mov r0, r3 bl git_repository_set_head mov r3, r0 mov r0, r3 bl cl_git_pass ldr r0, .L2+12 bl git_path_isfile mov r3, r0 mov r0, r3 bl cl_assert ldr r3, .L2+4 ldr r3, [r3] ldr r1, .L2+16 mov r0, r3 bl assert_on_branch nop pop {fp, pc} .L3: .align 2 .L2: .word GIT_CHECKOUT_SAFE .word g_repo .word .LC0 .word .LC1 .word .LC2 .size test_checkout_tree__can_overwrite_ignored_by_default, .-test_checkout_tree__can_overwrite_ignored_by_default .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sock.c_ncp_finish_request.c" .intel_syntax noprefix .text .comm RQ_ABANDONED,8,8 .comm RQ_DONE,8,8 .type ncp_finish_request, @function ncp_finish_request: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov DWORD PTR -20[rbp], edx mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR -20[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR RQ_ABANDONED[rip] cmp rdx, rax je .L2 mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR 20[rax] mov rax, QWORD PTR -8[rbp] mov ecx, DWORD PTR [rax] mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 24[rax] mov esi, ecx mov edi, eax call memcpy@PLT .L2: mov rdx, QWORD PTR RQ_DONE[rip] mov rax, QWORD PTR -16[rbp] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -16[rbp] add rax, 16 mov rdi, rax call wake_up_all@PLT mov rax, QWORD PTR -16[rbp] mov rdi, rax call ncp_req_put@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ncp_finish_request, .-ncp_finish_request .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sock.c_ncp_finish_request.c" .text .comm RQ_ABANDONED,4,4 .comm RQ_DONE,4,4 .align 2 .syntax unified .arm .fpu softvfp .type ncp_finish_request, %function ncp_finish_request: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, [fp, #-12] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-12] ldr r2, [r3, #4] ldr r3, .L3 ldr r3, [r3] cmp r2, r3 beq .L2 ldr r3, [fp, #-12] ldr r0, [r3, #16] ldr r3, [fp, #-8] ldr r1, [r3] ldr r3, [fp, #-12] ldr r3, [r3, #12] mov r2, r3 bl memcpy .L2: ldr r3, .L3+4 ldr r2, [r3] ldr r3, [fp, #-12] str r2, [r3, #4] ldr r3, [fp, #-12] add r3, r3, #8 mov r0, r3 bl wake_up_all ldr r0, [fp, #-12] bl ncp_req_put nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word RQ_ABANDONED .word RQ_DONE .size ncp_finish_request, .-ncp_finish_request .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cxusb.c_cxusb_d680_dmb_drain_video.c" .intel_syntax noprefix .text .comm GFP_KERNEL,4,4 .type cxusb_d680_dmb_drain_video, @function cxusb_d680_dmb_drain_video: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -24[rbp], rax mov DWORD PTR -32[rbp], 100 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] mov DWORD PTR -28[rbp], eax mov edx, DWORD PTR GFP_KERNEL[rip] mov eax, DWORD PTR -28[rbp] mov esi, edx mov edi, eax call kmalloc@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 je .L8 .L2: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov esi, edx mov edi, eax call usb_rcvbulkpipe@PLT mov esi, eax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov r8d, DWORD PTR -32[rbp] lea rdi, -36[rbp] mov ecx, DWORD PTR -28[rbp] mov rdx, QWORD PTR -16[rbp] mov r9d, r8d mov r8, rdi mov edi, eax call usb_bulk_msg@PLT test rax, rax js .L9 mov eax, DWORD PTR -36[rbp] test eax, eax je .L10 jmp .L2 .L9: nop jmp .L5 .L10: nop .L5: mov rax, QWORD PTR -16[rbp] mov rdi, rax call kfree@PLT jmp .L1 .L8: nop .L1: mov rax, QWORD PTR -8[rbp] xor rax, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cxusb_d680_dmb_drain_video, .-cxusb_d680_dmb_drain_video .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cxusb.c_cxusb_d680_dmb_drain_video.c" .text .comm GFP_KERNEL,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type cxusb_d680_dmb_drain_video, %function cxusb_d680_dmb_drain_video: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #44 str r0, [fp, #-40] ldr r3, .L11 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, [fp, #-40] ldr r3, [r3, #4] str r3, [fp, #-32] mov r3, #100 str r3, [fp, #-28] ldr r3, [fp, #-32] ldr r3, [r3, #4] str r3, [fp, #-24] ldr r3, .L11+4 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-24] bl kmalloc str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L8 .L2: ldr r3, [fp, #-40] ldr r4, [r3] ldr r3, [fp, #-40] ldr r2, [r3] ldr r3, [fp, #-32] ldr r3, [r3] mov r1, r3 mov r0, r2 bl usb_rcvbulkpipe mov r1, r0 ldr r3, [fp, #-28] str r3, [sp, #4] sub r3, fp, #36 str r3, [sp] ldr r3, [fp, #-24] ldr r2, [fp, #-20] mov r0, r4 bl usb_bulk_msg mov r3, r0 cmp r3, #0 blt .L9 ldr r3, [fp, #-36] cmp r3, #0 beq .L10 b .L2 .L9: nop b .L5 .L10: nop .L5: ldr r0, [fp, #-20] bl kfree b .L1 .L8: nop .L1: ldr r3, .L11 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L7 bl __stack_chk_fail .L7: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L12: .align 2 .L11: .word .LC0 .word GFP_KERNEL .size cxusb_d680_dmb_drain_video, .-cxusb_d680_dmb_drain_video .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cl_input.c_IN_MoverightDown.c" .intel_syntax noprefix .text .comm in_moveright,4,4 .globl IN_MoverightDown .type IN_MoverightDown, @function IN_MoverightDown: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea rdi, in_moveright[rip] call IN_KeyDown@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size IN_MoverightDown, .-IN_MoverightDown .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cl_input.c_IN_MoverightDown.c" .text .comm in_moveright,4,4 .align 2 .global IN_MoverightDown .syntax unified .arm .fpu softvfp .type IN_MoverightDown, %function IN_MoverightDown: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r0, .L2 bl IN_KeyDown nop pop {fp, pc} .L3: .align 2 .L2: .word in_moveright .size IN_MoverightDown, .-IN_MoverightDown .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_kxld_object.c_kxld_object_get_file.c" .intel_syntax noprefix .text .comm isOldInterface,8,8 .globl kxld_object_get_file .type kxld_object_get_file, @function kxld_object_get_file: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rdi, rax call check@PLT mov rax, QWORD PTR isOldInterface[rip] test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -8[rbp], rax jmp .L3 .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax .L3: mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size kxld_object_get_file, .-kxld_object_get_file .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_kxld_object.c_kxld_object_get_file.c" .text .comm isOldInterface,4,4 .align 2 .global kxld_object_get_file .syntax unified .arm .fpu softvfp .type kxld_object_get_file, %function kxld_object_get_file: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r0, [fp, #-16] bl check ldr r3, .L5 ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-16] ldr r3, [r3, #4] str r3, [fp, #-8] b .L3 .L2: ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-8] .L3: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word isOldInterface .size kxld_object_get_file, .-kxld_object_get_file .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_wctob.c_wctob_l.c" .intel_syntax noprefix .text .comm EOF,4,4 .comm MB_LEN_MAX,4,4 .comm WEOF,4,4 .globl wctob_l .type wctob_l, @function wctob_l: .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 DWORD PTR -52[rbp], edi mov DWORD PTR -56[rbp], esi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax mov eax, DWORD PTR initial.1939[rip] mov DWORD PTR -44[rbp], eax mov eax, DWORD PTR MB_LEN_MAX[rip] movsx rdx, eax sub rdx, 1 mov QWORD PTR -40[rbp], rdx movsx rdx, eax mov r10, rdx mov r11d, 0 movsx rdx, eax mov r8, rdx mov r9d, 0 cdqe mov edx, 16 sub rdx, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rdx, rax and rdx, -4096 mov rcx, rsp sub rcx, rdx mov rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 0 mov QWORD PTR -32[rbp], rax mov eax, DWORD PTR -56[rbp] mov edi, eax call FIX_LOCALE@PLT mov eax, DWORD PTR WEOF[rip] cmp DWORD PTR -52[rbp], eax je .L5 mov eax, DWORD PTR -56[rbp] mov edi, eax call XLOCALE_CTYPE@PLT mov r8, QWORD PTR [rax] lea rdx, -44[rbp] mov ecx, DWORD PTR -52[rbp] mov rax, QWORD PTR -32[rbp] mov esi, ecx mov rdi, rax call r8 cmp eax, 1 je .L6 .L5: mov eax, DWORD PTR EOF[rip] jmp .L7 .L6: mov rax, QWORD PTR -32[rbp] movzx eax, BYTE PTR [rax] movzx eax, al .L7: mov rsp, rbx mov rsi, QWORD PTR -24[rbp] xor rsi, QWORD PTR fs:40 je .L9 call __stack_chk_fail@PLT .L9: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size wctob_l, .-wctob_l .section .rodata .align 4 .type initial.1939, @object .size initial.1939, 4 initial.1939: .zero 4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_wctob.c_wctob_l.c" .text .comm EOF,4,4 .comm MB_LEN_MAX,4,4 .comm WEOF,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global wctob_l .syntax unified .arm .fpu softvfp .type wctob_l, %function wctob_l: @ 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] str r1, [fp, #-36] ldr r3, .L7 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, sp mov r4, r3 ldr r3, .L7+4 ldr r3, [r3] str r3, [fp, #-28] ldr r3, .L7+8 ldr ip, [r3] sub r3, ip, #1 str r3, [fp, #-24] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #3 orr r3, r3, r0, lsr #29 lsl r2, r0, #3 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #3 orr r3, r3, r0, lsr #29 lsl r2, r0, #3 mov r3, ip add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #0 str r3, [fp, #-20] ldr r0, [fp, #-36] bl FIX_LOCALE ldr r3, .L7+12 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 beq .L2 ldr r0, [fp, #-36] bl XLOCALE_CTYPE mov r3, r0 ldr r3, [r3] sub r2, fp, #28 ldr r1, [fp, #-32] ldr r0, [fp, #-20] blx r3 mov r3, r0 cmp r3, #1 beq .L3 .L2: ldr r3, .L7+16 ldr r3, [r3] b .L4 .L3: ldr r3, [fp, #-20] ldrb r3, [r3] @ zero_extendqisi2 .L4: mov sp, r4 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 .LC0 .word initial.4223 .word MB_LEN_MAX .word WEOF .word EOF .size wctob_l, .-wctob_l .section .rodata .align 2 .type initial.4223, %object .size initial.4223, 4 initial.4223: .space 4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_gic.c_gic_cpu_mask.c" .intel_syntax noprefix .text .type gic_cpu_mask, @function gic_cpu_mask: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -4[rbp], 0 jmp .L2 .L5: mov eax, DWORD PTR -4[rbp] sal eax, 2 mov edi, eax call GICD_ITARGETSR@PLT mov edx, eax mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call gic_d_read_4@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jne .L8 add DWORD PTR -4[rbp], 1 .L2: cmp DWORD PTR -4[rbp], 7 jle .L5 jmp .L4 .L8: nop .L4: cmp DWORD PTR -8[rbp], 0 jne .L6 mov eax, 1 jmp .L7 .L6: mov eax, DWORD PTR -8[rbp] sar eax, 16 or DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] sar eax, 8 or DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size gic_cpu_mask, .-gic_cpu_mask .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_gic.c_gic_cpu_mask.c" .text .align 2 .syntax unified .arm .fpu softvfp .type gic_cpu_mask, %function gic_cpu_mask: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-8] b .L2 .L5: ldr r3, [fp, #-8] lsl r3, r3, #2 mov r0, r3 bl GICD_ITARGETSR mov r3, r0 mov r1, r3 ldr r0, [fp, #-16] bl gic_d_read_4 str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L8 ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L2: ldr r3, [fp, #-8] cmp r3, #7 ble .L5 b .L4 .L8: nop .L4: ldr r3, [fp, #-12] cmp r3, #0 bne .L6 mov r3, #1 b .L7 .L6: ldr r3, [fp, #-12] asr r3, r3, #16 ldr r2, [fp, #-12] orr r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-12] asr r3, r3, #8 ldr r2, [fp, #-12] orr r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-12] .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size gic_cpu_mask, .-gic_cpu_mask .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_gl-zstencil.c_gl_init_zsbuffer.c" .intel_syntax noprefix .text .comm GL_RENDERBUFFER,4,4 .section .rodata .LC0: .string "glGenRenderbuffers" .LC1: .string "glRenderbufferStorage" .text .type gl_init_zsbuffer, @function gl_init_zsbuffer: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov DWORD PTR -16[rbp], edx mov rax, QWORD PTR -8[rbp] add rax, 4 mov rsi, rax mov edi, 1 call glGenRenderbuffers@PLT lea rdi, .LC0[rip] call gl_success@PLT test eax, eax jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 4[rax] mov eax, DWORD PTR GL_RENDERBUFFER[rip] mov esi, edx mov edi, eax call gl_bind_renderbuffer@PLT test eax, eax jne .L4 mov eax, 0 jmp .L3 .L4: mov rax, QWORD PTR -8[rbp] mov esi, DWORD PTR [rax] mov eax, DWORD PTR GL_RENDERBUFFER[rip] mov ecx, DWORD PTR -16[rbp] mov edx, DWORD PTR -12[rbp] mov edi, eax call glRenderbufferStorage@PLT lea rdi, .LC1[rip] call gl_success@PLT test eax, eax jne .L5 mov eax, 0 jmp .L3 .L5: mov eax, DWORD PTR GL_RENDERBUFFER[rip] mov esi, 0 mov edi, eax call gl_bind_renderbuffer@PLT mov eax, 1 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size gl_init_zsbuffer, .-gl_init_zsbuffer .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_gl-zstencil.c_gl_init_zsbuffer.c" .text .comm GL_RENDERBUFFER,4,4 .section .rodata .align 2 .LC0: .ascii "glGenRenderbuffers\000" .align 2 .LC1: .ascii "glRenderbufferStorage\000" .text .align 2 .syntax unified .arm .fpu softvfp .type gl_init_zsbuffer, %function gl_init_zsbuffer: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, [fp, #-8] add r3, r3, #4 mov r1, r3 mov r0, #1 bl glGenRenderbuffers ldr r0, .L6 bl gl_success mov r3, r0 cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, .L6+4 ldr r2, [r3] ldr r3, [fp, #-8] ldr r3, [r3, #4] mov r1, r3 mov r0, r2 bl gl_bind_renderbuffer mov r3, r0 cmp r3, #0 bne .L4 mov r3, #0 b .L3 .L4: ldr r3, .L6+4 ldr r0, [r3] ldr r3, [fp, #-8] ldr r1, [r3] ldr r3, [fp, #-16] ldr r2, [fp, #-12] bl glRenderbufferStorage ldr r0, .L6+8 bl gl_success mov r3, r0 cmp r3, #0 bne .L5 mov r3, #0 b .L3 .L5: ldr r3, .L6+4 ldr r3, [r3] mov r1, #0 mov r0, r3 bl gl_bind_renderbuffer mov r3, #1 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC0 .word GL_RENDERBUFFER .word .LC1 .size gl_init_zsbuffer, .-gl_init_zsbuffer .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_13279.c_main.c" .intel_syntax noprefix .text .comm shellcode,8,8 .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 rax, QWORD PTR shellcode[rip] mov rdx, rax mov eax, 0 call rdx mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_13279.c_main.c" .text .comm shellcode,4,4 .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L3 ldr r3, [r3] blx r3 mov r3, #0 mov r0, r3 pop {fp, pc} .L4: .align 2 .L3: .word shellcode .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cn_test.c_cn_test_init.c" .intel_syntax noprefix .text .comm cn_test_callback,4,4 .comm cn_test_id,8,8 .comm cn_test_name,4,4 .comm cn_test_timer,4,4 .comm cn_test_timer_func,4,4 .comm jiffies,8,8 .comm nls,8,8 .section .rodata .LC0: .string "initialized with id={%u.%u}\n" .text .type cn_test_init, @function cn_test_init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov edx, DWORD PTR cn_test_callback[rip] mov eax, DWORD PTR cn_test_name[rip] mov esi, eax lea rdi, cn_test_id[rip] call cn_add_callback@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 jne .L7 mov eax, DWORD PTR cn_test_id[rip] add eax, 1 mov DWORD PTR cn_test_id[rip], eax mov edx, DWORD PTR cn_test_callback[rip] mov eax, DWORD PTR cn_test_name[rip] mov esi, eax lea rdi, cn_test_id[rip] call cn_add_callback@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 je .L4 lea rdi, cn_test_id[rip] call cn_del_callback@PLT jmp .L3 .L4: mov eax, DWORD PTR cn_test_timer_func[rip] mov edx, 0 mov esi, eax lea rdi, cn_test_timer[rip] call timer_setup@PLT mov edi, 1000 call msecs_to_jiffies@PLT mov rdx, QWORD PTR jiffies[rip] add rax, rdx mov rsi, rax lea rdi, cn_test_timer[rip] call mod_timer@PLT mov edx, DWORD PTR cn_test_id[rip] mov eax, DWORD PTR cn_test_id[rip+4] mov esi, eax lea rdi, .LC0[rip] call pr_info@PLT mov eax, 0 jmp .L5 .L7: nop .L3: mov rax, QWORD PTR nls[rip] test rax, rax je .L6 mov rax, QWORD PTR nls[rip] mov rax, QWORD PTR [rax] test rax, rax je .L6 mov rax, QWORD PTR nls[rip] mov rax, QWORD PTR [rax] mov rdi, rax call sock_release@PLT .L6: mov eax, DWORD PTR -4[rbp] .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cn_test_init, .-cn_test_init .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cn_test.c_cn_test_init.c" .text .comm cn_test_callback,4,4 .comm cn_test_id,8,4 .comm cn_test_name,4,4 .comm cn_test_timer,4,4 .comm cn_test_timer_func,4,4 .comm jiffies,4,4 .comm nls,4,4 .section .rodata .align 2 .LC0: .ascii "initialized with id={%u.%u}\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type cn_test_init, %function cn_test_init: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r3, .L8 ldr r3, [r3] ldr r2, .L8+4 ldr r2, [r2] mov r1, r3 ldr r0, .L8+8 bl cn_add_callback str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L7 ldr r3, .L8+8 ldr r3, [r3] add r3, r3, #1 ldr r2, .L8+8 str r3, [r2] ldr r3, .L8 ldr r3, [r3] ldr r2, .L8+4 ldr r2, [r2] mov r1, r3 ldr r0, .L8+8 bl cn_add_callback str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L4 ldr r0, .L8+8 bl cn_del_callback b .L3 .L4: ldr r3, .L8+12 ldr r3, [r3] mov r2, #0 mov r1, r3 ldr r0, .L8+16 bl timer_setup mov r0, #1000 bl msecs_to_jiffies mov r2, r0 ldr r3, .L8+20 ldr r3, [r3] add r3, r2, r3 mov r1, r3 ldr r0, .L8+16 bl mod_timer ldr r3, .L8+8 ldr r3, [r3, #4] ldr r2, .L8+8 ldr r2, [r2] mov r1, r3 ldr r0, .L8+24 bl pr_info mov r3, #0 b .L5 .L7: nop .L3: ldr r3, .L8+28 ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, .L8+28 ldr r3, [r3] ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, .L8+28 ldr r3, [r3] ldr r3, [r3] mov r0, r3 bl sock_release .L6: ldr r3, [fp, #-8] .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word cn_test_name .word cn_test_callback .word cn_test_id .word cn_test_timer_func .word cn_test_timer .word jiffies .word .LC0 .word nls .size cn_test_init, .-cn_test_init .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_encx24j600-regmap.c_regmap_unlock_mutex.c" .intel_syntax noprefix .text .type regmap_unlock_mutex, @function regmap_unlock_mutex: .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 QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rdi, rax call mutex_unlock@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size regmap_unlock_mutex, .-regmap_unlock_mutex .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_encx24j600-regmap.c_regmap_unlock_mutex.c" .text .align 2 .syntax unified .arm .fpu softvfp .type regmap_unlock_mutex, %function regmap_unlock_mutex: @ 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] str r3, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 bl mutex_unlock nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size regmap_unlock_mutex, .-regmap_unlock_mutex .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_rrdcalctemplate.c_rrdcalctemplate_link_matching.c" .intel_syntax noprefix .text .globl rrdcalctemplate_link_matching .type rrdcalctemplate_link_matching, @function rrdcalctemplate_link_matching: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -16[rbp], rax jmp .L2 .L3: mov rdx, QWORD PTR -8[rbp] mov rcx, QWORD PTR -24[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rcx mov rdi, rax call rrdcalctemplate_link_matching_test@PLT mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax .L2: cmp QWORD PTR -16[rbp], 0 jne .L3 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax jmp .L4 .L5: mov rdx, QWORD PTR -8[rbp] mov rcx, QWORD PTR -24[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rcx mov rdi, rax call rrdcalctemplate_link_matching_test@PLT mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax .L4: cmp QWORD PTR -16[rbp], 0 jne .L5 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size rrdcalctemplate_link_matching, .-rrdcalctemplate_link_matching .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_rrdcalctemplate.c_rrdcalctemplate_link_matching.c" .text .align 2 .global rrdcalctemplate_link_matching .syntax unified .arm .fpu softvfp .type rrdcalctemplate_link_matching, %function rrdcalctemplate_link_matching: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3, #4] str r3, [fp, #-12] b .L2 .L3: ldr r2, [fp, #-8] ldr r1, [fp, #-16] ldr r0, [fp, #-12] bl rrdcalctemplate_link_matching_test ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-12] .L2: ldr r3, [fp, #-12] cmp r3, #0 bne .L3 ldr r3, [fp, #-8] ldr r3, [r3] str r3, [fp, #-12] b .L4 .L5: ldr r2, [fp, #-8] ldr r1, [fp, #-16] ldr r0, [fp, #-12] bl rrdcalctemplate_link_matching_test ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-12] .L4: ldr r3, [fp, #-12] cmp r3, #0 bne .L5 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size rrdcalctemplate_link_matching, .-rrdcalctemplate_link_matching .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_heartbeat.c_panic_happened.c" .intel_syntax noprefix .text .comm suspend_heartbeats,4,4 .type panic_happened, @function panic_happened: .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 QWORD PTR -24[rbp], rdx mov DWORD PTR suspend_heartbeats[rip], 1 mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size panic_happened, .-panic_happened .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_heartbeat.c_panic_happened.c" .text .comm suspend_heartbeats,4,4 .align 2 .syntax unified .arm .fpu softvfp .type panic_happened, %function panic_happened: @ 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 mov r2, #1 str r2, [r3] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L4: .align 2 .L3: .word suspend_heartbeats .size panic_happened, .-panic_happened .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_acer-wmi.c_AMW0_set_u32.c" .intel_syntax noprefix .text .comm ACER_AMW0_BLUETOOTH_MASK,4,4 .comm ACER_AMW0_MAILLED_MASK,4,4 .comm ACER_AMW0_WIRELESS_MASK,4,4 .comm ACER_AMW0_WRITE,4,4 .comm AE_BAD_PARAMETER,4,4 .comm AE_ERROR,4,4 .comm max_brightness,4,4 .comm quirks,8,8 .type AMW0_set_u32, @function AMW0_set_u32: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov DWORD PTR -52[rbp], edi mov DWORD PTR -56[rbp], esi mov QWORD PTR -64[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR ACER_AMW0_WRITE[rip] mov DWORD PTR -24[rbp], eax cmp DWORD PTR -52[rbp], 0 je .L2 mov eax, 256 jmp .L3 .L2: mov eax, 0 .L3: mov DWORD PTR -48[rbp], eax mov QWORD PTR -40[rbp], 0 mov rax, QWORD PTR -40[rbp] mov QWORD PTR -32[rbp], rax cmp DWORD PTR -56[rbp], 131 je .L4 cmp DWORD PTR -56[rbp], 131 jg .L5 cmp DWORD PTR -56[rbp], 130 je .L6 cmp DWORD PTR -56[rbp], 130 jg .L5 cmp DWORD PTR -56[rbp], 128 je .L7 cmp DWORD PTR -56[rbp], 129 jne .L5 cmp DWORD PTR -52[rbp], 1 jle .L8 mov eax, DWORD PTR AE_BAD_PARAMETER[rip] jmp .L14 .L8: mov edx, DWORD PTR -48[rbp] mov eax, DWORD PTR ACER_AMW0_MAILLED_MASK[rip] or eax, edx mov DWORD PTR -48[rbp], eax jmp .L10 .L7: cmp DWORD PTR -52[rbp], 1 jle .L11 mov eax, DWORD PTR AE_BAD_PARAMETER[rip] jmp .L14 .L11: mov edx, DWORD PTR -48[rbp] mov eax, DWORD PTR ACER_AMW0_WIRELESS_MASK[rip] or eax, edx mov DWORD PTR -48[rbp], eax jmp .L10 .L4: cmp DWORD PTR -52[rbp], 1 jle .L12 mov eax, DWORD PTR AE_BAD_PARAMETER[rip] jmp .L14 .L12: mov edx, DWORD PTR -48[rbp] mov eax, DWORD PTR ACER_AMW0_BLUETOOTH_MASK[rip] or eax, edx mov DWORD PTR -48[rbp], eax jmp .L10 .L6: mov eax, DWORD PTR max_brightness[rip] cmp DWORD PTR -52[rbp], eax jle .L13 mov eax, DWORD PTR AE_BAD_PARAMETER[rip] jmp .L14 .L13: mov eax, DWORD PTR -52[rbp] mov esi, eax mov edi, 131 call ec_write@PLT jmp .L14 .L5: mov eax, DWORD PTR AE_ERROR[rip] jmp .L14 .L10: lea rax, -48[rbp] mov esi, 0 mov rdi, rax call wmab_execute@PLT .L14: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L15 call __stack_chk_fail@PLT .L15: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size AMW0_set_u32, .-AMW0_set_u32 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_acer-wmi.c_AMW0_set_u32.c" .text .comm ACER_AMW0_BLUETOOTH_MASK,4,4 .comm ACER_AMW0_MAILLED_MASK,4,4 .comm ACER_AMW0_WIRELESS_MASK,4,4 .comm ACER_AMW0_WRITE,4,4 .comm AE_BAD_PARAMETER,4,4 .comm AE_ERROR,4,4 .comm max_brightness,4,4 .comm quirks,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type AMW0_set_u32, %function AMW0_set_u32: @ 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, #-32] str r1, [fp, #-36] str r2, [fp, #-40] ldr r3, .L18 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L18+4 ldr r3, [r3] str r3, [fp, #-12] ldr r3, [fp, #-32] cmp r3, #0 beq .L2 mov r3, #256 b .L3 .L2: mov r3, #0 .L3: str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-36] sub r3, r3, #128 cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L4 .L6: .word .L9 .word .L8 .word .L7 .word .L5 .L8: ldr r3, [fp, #-32] cmp r3, #1 ble .L10 ldr r3, .L18+8 ldr r3, [r3] b .L16 .L10: ldr r2, [fp, #-24] ldr r3, .L18+12 ldr r3, [r3] orr r3, r2, r3 str r3, [fp, #-24] b .L12 .L9: ldr r3, [fp, #-32] cmp r3, #1 ble .L13 ldr r3, .L18+8 ldr r3, [r3] b .L16 .L13: ldr r2, [fp, #-24] ldr r3, .L18+16 ldr r3, [r3] orr r3, r2, r3 str r3, [fp, #-24] b .L12 .L5: ldr r3, [fp, #-32] cmp r3, #1 ble .L14 ldr r3, .L18+8 ldr r3, [r3] b .L16 .L14: ldr r2, [fp, #-24] ldr r3, .L18+20 ldr r3, [r3] orr r3, r2, r3 str r3, [fp, #-24] b .L12 .L7: ldr r3, .L18+24 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 ble .L15 ldr r3, .L18+8 ldr r3, [r3] b .L16 .L15: ldr r1, [fp, #-32] mov r0, #131 bl ec_write mov r3, r0 b .L16 .L4: ldr r3, .L18+28 ldr r3, [r3] b .L16 .L12: sub r3, fp, #24 mov r1, #0 mov r0, r3 bl wmab_execute mov r3, r0 .L16: ldr r2, .L18 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L17 bl __stack_chk_fail .L17: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word .LC0 .word ACER_AMW0_WRITE .word AE_BAD_PARAMETER .word ACER_AMW0_MAILLED_MASK .word ACER_AMW0_WIRELESS_MASK .word ACER_AMW0_BLUETOOTH_MASK .word max_brightness .word AE_ERROR .size AMW0_set_u32, .-AMW0_set_u32 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_d3d9_player.c_release_direct3d.c" .intel_syntax noprefix .text .type release_direct3d, @function release_direct3d: .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 56[rax] test rax, rax je .L2 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 56[rax] mov rdi, rax call IDirect3DSurface9_Release@PLT .L2: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 48[rax] test rax, rax je .L3 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 48[rax] mov rdi, rax call IDirect3DTexture9_Release@PLT .L3: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 40[rax] test rax, rax je .L4 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 40[rax] mov rdi, rax call IDirect3DSurface9_Release@PLT .L4: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 32[rax] test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 32[rax] mov rdi, rax call IDirect3DTexture9_Release@PLT .L5: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 24[rax] test rax, rax je .L6 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 24[rax] mov rdi, rax call IDirect3DVertexBuffer9_Release@PLT .L6: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] test rax, rax je .L7 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] mov rdi, rax call IDirect3DDevice9_Release@PLT .L7: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] mov rdi, rax call IDirect3DDevice9_Release@PLT mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edi, eax call IDirect3D9_Release@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size release_direct3d, .-release_direct3d .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_d3d9_player.c_release_direct3d.c" .text .align 2 .syntax unified .arm .fpu softvfp .type release_direct3d, %function release_direct3d: @ 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, #28] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #28] mov r0, r3 bl IDirect3DSurface9_Release .L2: ldr r3, [fp, #-8] ldr r3, [r3, #24] cmp r3, #0 beq .L3 ldr r3, [fp, #-8] ldr r3, [r3, #24] mov r0, r3 bl IDirect3DTexture9_Release .L3: ldr r3, [fp, #-8] ldr r3, [r3, #20] cmp r3, #0 beq .L4 ldr r3, [fp, #-8] ldr r3, [r3, #20] mov r0, r3 bl IDirect3DSurface9_Release .L4: ldr r3, [fp, #-8] ldr r3, [r3, #16] cmp r3, #0 beq .L5 ldr r3, [fp, #-8] ldr r3, [r3, #16] mov r0, r3 bl IDirect3DTexture9_Release .L5: ldr r3, [fp, #-8] ldr r3, [r3, #12] cmp r3, #0 beq .L6 ldr r3, [fp, #-8] ldr r3, [r3, #12] mov r0, r3 bl IDirect3DVertexBuffer9_Release .L6: ldr r3, [fp, #-8] ldr r3, [r3, #8] cmp r3, #0 beq .L7 ldr r3, [fp, #-8] ldr r3, [r3, #8] mov r0, r3 bl IDirect3DDevice9_Release .L7: ldr r3, [fp, #-8] ldr r3, [r3, #4] mov r0, r3 bl IDirect3DDevice9_Release ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl IDirect3D9_Release nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size release_direct3d, .-release_direct3d .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_namei.c_ocfs2_mknod_locked.c" .intel_syntax noprefix .text .type ocfs2_mknod_locked, @function ocfs2_mknod_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, 96 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov DWORD PTR -60[rbp], ecx mov QWORD PTR -72[rbp], r8 mov QWORD PTR -80[rbp], r9 mov rax, QWORD PTR 16[rbp] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR 24[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -20[rbp], 0 mov DWORD PTR -28[rbp], 0 mov rax, QWORD PTR -72[rbp] mov QWORD PTR [rax], 0 lea r9, -24[rbp] lea r8, -32[rbp] mov rcx, QWORD PTR -96[rbp] mov rdx, QWORD PTR -80[rbp] mov rsi, QWORD PTR -48[rbp] mov rax, QWORD PTR -88[rbp] sub rsp, 8 lea rdi, -28[rbp] push rdi mov rdi, rax call ocfs2_claim_new_inode@PLT add rsp, 16 mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jns .L2 mov eax, DWORD PTR -20[rbp] mov edi, eax call mlog_errno@PLT mov eax, DWORD PTR -20[rbp] jmp .L5 .L2: mov r9d, DWORD PTR -24[rbp] mov r8d, DWORD PTR -32[rbp] mov edi, DWORD PTR -28[rbp] mov r11, QWORD PTR -88[rbp] mov r10, QWORD PTR -80[rbp] mov rcx, QWORD PTR -72[rbp] mov edx, DWORD PTR -60[rbp] mov rsi, QWORD PTR -56[rbp] mov rax, QWORD PTR -48[rbp] push r9 push r8 push rdi push QWORD PTR -96[rbp] mov r9, r11 mov r8, r10 mov rdi, rax call __ocfs2_mknod_locked@PLT add rsp, 32 mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jns .L4 mov edx, DWORD PTR -24[rbp] mov eax, DWORD PTR -28[rbp] mov esi, edx mov edi, eax call ocfs2_which_suballoc_group@PLT mov DWORD PTR -16[rbp], eax mov ecx, DWORD PTR -24[rbp] mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -96[rbp] mov esi, DWORD PTR 4[rax] mov edi, DWORD PTR -16[rbp] mov rax, QWORD PTR -88[rbp] mov r9d, 1 mov r8d, edi mov rdi, rax call ocfs2_free_suballoc_bits@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 je .L4 mov eax, DWORD PTR -12[rbp] mov edi, eax call mlog_errno@PLT .L4: mov eax, DWORD PTR -20[rbp] .L5: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ocfs2_mknod_locked, .-ocfs2_mknod_locked .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_namei.c_ocfs2_mknod_locked.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type ocfs2_mknod_locked, %function ocfs2_mknod_locked: @ args = 16, pretend = 0, frame = 64 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #88 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] str r3, [fp, #-52] ldr r3, [fp, #4] str r3, [fp, #-56] ldr r3, [fp, #8] str r3, [fp, #-60] ldr r3, [fp, #12] str r3, [fp, #-64] ldr r3, [fp, #16] str r3, [fp, #-68] ldr r3, .L7 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-28] ldr r3, [fp, #-56] mov r2, #0 str r2, [r3] sub r3, fp, #28 str r3, [sp, #8] sub r3, fp, #24 str r3, [sp, #4] sub r3, fp, #32 str r3, [sp] ldr r3, [fp, #-68] ldr r2, [fp, #-60] ldr r1, [fp, #-44] ldr r0, [fp, #-64] bl ocfs2_claim_new_inode str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bge .L2 ldr r0, [fp, #-20] bl mlog_errno ldr r3, [fp, #-20] b .L5 .L2: ldr r3, [fp, #-28] ldr r2, [fp, #-32] ldr r1, [fp, #-24] str r1, [sp, #20] str r2, [sp, #16] str r3, [sp, #12] ldr r3, [fp, #-68] str r3, [sp, #8] ldr r3, [fp, #-64] str r3, [sp, #4] ldr r3, [fp, #-60] str r3, [sp] ldr r3, [fp, #-56] ldr r2, [fp, #-52] ldr r1, [fp, #-48] ldr r0, [fp, #-44] bl __ocfs2_mknod_locked str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bge .L4 ldr r3, [fp, #-28] ldr r2, [fp, #-24] mov r1, r2 mov r0, r3 bl ocfs2_which_suballoc_group str r0, [fp, #-16] ldr r3, [fp, #-68] ldr r1, [r3, #4] ldr r3, [fp, #-68] ldr r2, [r3] ldr r0, [fp, #-24] mov r3, #1 str r3, [sp, #4] ldr r3, [fp, #-16] str r3, [sp] mov r3, r0 ldr r0, [fp, #-64] bl ocfs2_free_suballoc_bits str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 beq .L4 ldr r0, [fp, #-12] bl mlog_errno .L4: ldr r3, [fp, #-20] .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 .LC0 .size ocfs2_mknod_locked, .-ocfs2_mknod_locked .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_gpio-pl061.c_pl061_get_value.c" .intel_syntax noprefix .text .type pl061_get_value, @function pl061_get_value: .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 rax, QWORD PTR -40[rbp] mov rdi, rax call gpiochip_get_data@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] mov rbx, QWORD PTR [rax] mov eax, DWORD PTR -44[rbp] add eax, 2 mov edi, eax call BIT@PLT add rax, rbx mov rdi, rax call readb@PLT test eax, eax setne al movzx eax, al add rsp, 40 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size pl061_get_value, .-pl061_get_value .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_gpio-pl061.c_pl061_get_value.c" .text .align 2 .syntax unified .arm .fpu softvfp .type pl061_get_value, %function pl061_get_value: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 str r0, [fp, #-24] str r1, [fp, #-28] ldr r0, [fp, #-24] bl gpiochip_get_data str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r4, [r3] ldr r3, [fp, #-28] add r3, r3, #2 mov r0, r3 bl BIT mov r3, r0 add r3, r4, r3 mov r0, r3 bl readb mov r3, r0 cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size pl061_get_value, .-pl061_get_value .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_dns-engine.c_check_children_status.c" .intel_syntax noprefix .text .comm EINTR,8,8 .comm EXIT_FAILURE,4,4 .comm SIGTERM,4,4 .comm WNOHANG,4,4 .comm errno,8,8 .comm parent_pid,4,4 .comm pids,8,8 .comm slave_mode,8,8 .comm workers,4,4 .section .rodata .align 8 .LC0: .string "Child %d terminated, aborting\n" .align 8 .LC1: .string "Child %d: unknown result during wait (%d, %m), aborting\n" .align 8 .LC2: .string "Parent %d is changed to %d, aborting\n" .text .type check_children_status, @function check_children_status: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR workers[rip] test eax, eax je .L2 mov DWORD PTR -16[rbp], 0 jmp .L3 .L8: mov DWORD PTR -20[rbp], 0 mov edx, DWORD PTR WNOHANG[rip] mov rax, QWORD PTR pids[rip] mov ecx, DWORD PTR -16[rbp] movsx rcx, ecx sal rcx, 2 add rax, rcx mov eax, DWORD PTR [rax] lea rcx, -20[rbp] mov rsi, rcx mov edi, eax call waitpid@PLT mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR pids[rip] mov edx, DWORD PTR -16[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] cmp DWORD PTR -12[rbp], eax jne .L4 mov eax, DWORD PTR -20[rbp] mov edi, eax call WIFEXITED@PLT test rax, rax jne .L5 mov eax, DWORD PTR -20[rbp] mov edi, eax call WIFSIGNALED@PLT test rax, rax je .L6 .L5: mov rax, QWORD PTR pids[rip] mov edx, DWORD PTR -16[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call kprintf@PLT mov rax, QWORD PTR pids[rip] mov edx, DWORD PTR -16[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov DWORD PTR [rax], 0 mov eax, DWORD PTR SIGTERM[rip] mov edi, eax call kill_children@PLT mov eax, 0 call check_children_dead@PLT mov eax, DWORD PTR EXIT_FAILURE[rip] mov edi, eax call exit@PLT jmp .L6 .L4: cmp DWORD PTR -12[rbp], 0 je .L6 cmp DWORD PTR -12[rbp], -1 jne .L7 mov rdx, QWORD PTR errno[rip] mov rax, QWORD PTR EINTR[rip] cmp rdx, rax je .L6 .L7: mov rax, QWORD PTR pids[rip] mov edx, DWORD PTR -16[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov edx, DWORD PTR -12[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call kprintf@PLT mov rax, QWORD PTR pids[rip] mov edx, DWORD PTR -16[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov DWORD PTR [rax], 0 mov eax, DWORD PTR SIGTERM[rip] mov edi, eax call kill_children@PLT mov eax, 0 call check_children_dead@PLT mov eax, DWORD PTR EXIT_FAILURE[rip] mov edi, eax call exit@PLT .L6: add DWORD PTR -16[rbp], 1 .L3: mov eax, DWORD PTR workers[rip] cmp DWORD PTR -16[rbp], eax jl .L8 jmp .L11 .L2: mov rax, QWORD PTR slave_mode[rip] test rax, rax je .L11 mov eax, 0 call getppid@PLT mov edx, DWORD PTR parent_pid[rip] cmp eax, edx je .L11 mov eax, 0 call getppid@PLT mov edx, eax mov eax, DWORD PTR parent_pid[rip] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call kprintf@PLT mov eax, DWORD PTR EXIT_FAILURE[rip] mov edi, eax call exit@PLT .L11: nop mov rax, QWORD PTR -8[rbp] xor rax, QWORD PTR fs:40 je .L10 call __stack_chk_fail@PLT .L10: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size check_children_status, .-check_children_status .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_dns-engine.c_check_children_status.c" .text .comm EINTR,4,4 .comm EXIT_FAILURE,4,4 .comm SIGTERM,4,4 .comm WNOHANG,4,4 .comm errno,4,4 .comm parent_pid,4,4 .comm pids,4,4 .comm slave_mode,4,4 .comm workers,4,4 .section .rodata .align 2 .LC0: .ascii "Child %d terminated, aborting\012\000" .align 2 .LC1: .ascii "Child %d: unknown result during wait (%d, %m), abor" .ascii "ting\012\000" .align 2 .LC2: .ascii "Parent %d is changed to %d, aborting\012\000" .align 2 .LC3: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type check_children_status, %function check_children_status: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, .L12+4 ldr r3, [r3] cmp r3, #0 beq .L2 mov r3, #0 str r3, [fp, #-24] b .L3 .L8: mov r3, #0 str r3, [fp, #-28] ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, .L12+12 ldr r2, [r2] sub r1, fp, #28 mov r0, r3 bl waitpid str r0, [fp, #-20] ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bne .L4 ldr r3, [fp, #-28] mov r0, r3 bl WIFEXITED mov r3, r0 cmp r3, #0 bne .L5 ldr r3, [fp, #-28] mov r0, r3 bl WIFSIGNALED mov r3, r0 cmp r3, #0 beq .L6 .L5: ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r1, r3 ldr r0, .L12+16 bl kprintf ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r3, .L12+20 ldr r3, [r3] mov r0, r3 bl kill_children bl check_children_dead ldr r3, .L12+24 ldr r3, [r3] mov r0, r3 bl exit b .L6 .L4: ldr r3, [fp, #-20] cmp r3, #0 beq .L6 ldr r3, [fp, #-20] cmn r3, #1 bne .L7 ldr r3, .L12+28 ldr r2, [r3] ldr r3, .L12+32 ldr r3, [r3] cmp r2, r3 beq .L6 .L7: ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-20] mov r1, r3 ldr r0, .L12+36 bl kprintf ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r3, .L12+20 ldr r3, [r3] mov r0, r3 bl kill_children bl check_children_dead ldr r3, .L12+24 ldr r3, [r3] mov r0, r3 bl exit .L6: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L3: ldr r3, .L12+4 ldr r3, [r3] ldr r2, [fp, #-24] cmp r2, r3 blt .L8 b .L11 .L2: ldr r3, .L12+40 ldr r3, [r3] cmp r3, #0 beq .L11 bl getppid mov r2, r0 ldr r3, .L12+44 ldr r3, [r3] cmp r2, r3 beq .L11 ldr r3, .L12+44 ldr r4, [r3] bl getppid mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, .L12+48 bl kprintf ldr r3, .L12+24 ldr r3, [r3] mov r0, r3 bl exit .L11: nop ldr r3, .L12 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L10 bl __stack_chk_fail .L10: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L13: .align 2 .L12: .word .LC3 .word workers .word pids .word WNOHANG .word .LC0 .word SIGTERM .word EXIT_FAILURE .word errno .word EINTR .word .LC1 .word slave_mode .word parent_pid .word .LC2 .size check_children_status, .-check_children_status .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cea708.c_cea708_text_row_New.c" .intel_syntax noprefix .text .comm CEA708_WINDOW_MAX_COLS,4,4 .type cea708_text_row_New, @function cea708_text_row_New: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov edi, 16 call malloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L2 mov edx, DWORD PTR CEA708_WINDOW_MAX_COLS[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -8[rbp] mov QWORD PTR 8[rax], 0 mov eax, DWORD PTR CEA708_WINDOW_MAX_COLS[rip] lea edx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] mov esi, 0 mov edi, eax call memset@PLT .L2: mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cea708_text_row_New, .-cea708_text_row_New .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cea708.c_cea708_text_row_New.c" .text .comm CEA708_WINDOW_MAX_COLS,4,4 .align 2 .syntax unified .arm .fpu softvfp .type cea708_text_row_New, %function cea708_text_row_New: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r0, #12 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, .L4 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #8] ldr r3, [fp, #-8] ldr r0, [r3, #4] ldr r3, .L4 ldr r3, [r3] lsl r3, r3, #2 mov r2, r3 mov r1, #0 bl memset .L2: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word CEA708_WINDOW_MAX_COLS .size cea708_text_row_New, .-cea708_text_row_New .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_Admin.c_AdminCall.c" .intel_syntax noprefix .text .globl AdminCall .type AdminCall, @function AdminCall: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx cmp QWORD PTR -8[rbp], 0 je .L2 cmp QWORD PTR -16[rbp], 0 jne .L3 .L2: mov eax, 0 jmp .L4 .L3: cmp QWORD PTR -24[rbp], 0 jne .L5 mov eax, 0 call NewPack@PLT mov QWORD PTR -24[rbp], rax .L5: mov rdx, QWORD PTR -24[rbp] mov rcx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rcx mov rdi, rax call RpcCall@PLT .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size AdminCall, .-AdminCall .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_Admin.c_AdminCall.c" .text .align 2 .global AdminCall .syntax unified .arm .fpu softvfp .type AdminCall, %function AdminCall: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, [fp, #-12] cmp r3, #0 bne .L3 .L2: mov r3, #0 b .L4 .L3: ldr r3, [fp, #-16] cmp r3, #0 bne .L5 bl NewPack str r0, [fp, #-16] .L5: ldr r2, [fp, #-16] ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl RpcCall mov r3, r0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size AdminCall, .-AdminCall .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_geom_vinum.c_gv_detach.c" .intel_syntax noprefix .text .comm GV_EVENT_DETACH_PLEX,4,4 .comm GV_EVENT_DETACH_SD,4,4 .section .rodata .LC0: .string "object" .LC1: .string "no argument given" .LC2: .string "flags" .LC3: .string "invalid object type" .text .type gv_detach, @function gv_detach: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR -64[rbp] mov edx, 0 lea rsi, .LC0[rip] mov rdi, rax call gctl_get_param@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 jne .L2 mov rax, QWORD PTR -64[rbp] lea rsi, .LC1[rip] mov rdi, rax call gctl_error@PLT jmp .L1 .L2: mov rax, QWORD PTR -64[rbp] mov edx, 4 lea rsi, .LC2[rip] mov rdi, rax call gctl_get_paraml@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call gv_object_type@PLT mov DWORD PTR -36[rbp], eax cmp DWORD PTR -36[rbp], 128 je .L4 cmp DWORD PTR -36[rbp], 129 jne .L5 mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call gv_find_plex@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] mov ecx, DWORD PTR [rax] mov esi, DWORD PTR GV_EVENT_DETACH_PLEX[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r9d, 0 mov r8d, ecx mov ecx, 0 mov rdi, rax call gv_post_event@PLT jmp .L1 .L4: mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call gv_find_sd@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov ecx, DWORD PTR [rax] mov esi, DWORD PTR GV_EVENT_DETACH_SD[rip] mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -56[rbp] mov r9d, 0 mov r8d, ecx mov ecx, 0 mov rdi, rax call gv_post_event@PLT jmp .L1 .L5: mov rax, QWORD PTR -64[rbp] lea rsi, .LC3[rip] mov rdi, rax call gctl_error@PLT nop .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size gv_detach, .-gv_detach .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_geom_vinum.c_gv_detach.c" .text .comm GV_EVENT_DETACH_PLEX,4,4 .comm GV_EVENT_DETACH_SD,4,4 .section .rodata .align 2 .LC0: .ascii "object\000" .align 2 .LC1: .ascii "no argument given\000" .align 2 .LC2: .ascii "flags\000" .align 2 .LC3: .ascii "invalid object type\000" .text .align 2 .syntax unified .arm .fpu softvfp .type gv_detach, %function gv_detach: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-32] str r1, [fp, #-36] mov r2, #0 ldr r1, .L6 ldr r0, [fp, #-36] bl gctl_get_param str r0, [fp, #-24] ldr r3, [fp, #-24] cmp r3, #0 bne .L2 ldr r1, .L6+4 ldr r0, [fp, #-36] bl gctl_error b .L1 .L2: mov r2, #4 ldr r1, .L6+8 ldr r0, [fp, #-36] bl gctl_get_paraml str r0, [fp, #-20] ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl gv_object_type str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #128 beq .L4 ldr r3, [fp, #-16] cmp r3, #129 bne .L5 ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl gv_find_plex str r0, [fp, #-12] ldr r3, .L6+12 ldr r1, [r3] ldr r3, [fp, #-20] ldr r3, [r3] mov r2, #0 str r2, [sp, #4] str r3, [sp] mov r3, #0 ldr r2, [fp, #-12] ldr r0, [fp, #-32] bl gv_post_event b .L1 .L4: ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl gv_find_sd str r0, [fp, #-8] ldr r3, .L6+16 ldr r1, [r3] ldr r3, [fp, #-20] ldr r3, [r3] mov r2, #0 str r2, [sp, #4] str r3, [sp] mov r3, #0 ldr r2, [fp, #-8] ldr r0, [fp, #-32] bl gv_post_event b .L1 .L5: ldr r1, .L6+20 ldr r0, [fp, #-36] bl gctl_error nop .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC0 .word .LC1 .word .LC2 .word GV_EVENT_DETACH_PLEX .word GV_EVENT_DETACH_SD .word .LC3 .size gv_detach, .-gv_detach .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_adp5520-keys.c_adp5520_keys_remove.c" .intel_syntax noprefix .text .comm ADP5520_KP_IEN,4,4 .comm ADP5520_KR_IEN,4,4 .type adp5520_keys_remove, @function adp5520_keys_remove: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rdi, rax call platform_get_drvdata@PLT mov QWORD PTR -8[rbp], rax mov edx, DWORD PTR ADP5520_KP_IEN[rip] mov eax, DWORD PTR ADP5520_KR_IEN[rip] or edx, eax mov rcx, QWORD PTR -8[rbp] mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] mov rsi, rcx mov edi, eax call adp5520_unregister_notifier@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size adp5520_keys_remove, .-adp5520_keys_remove .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_adp5520-keys.c_adp5520_keys_remove.c" .text .comm ADP5520_KP_IEN,4,4 .comm ADP5520_KR_IEN,4,4 .align 2 .syntax unified .arm .fpu softvfp .type adp5520_keys_remove, %function adp5520_keys_remove: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r0, [fp, #-16] bl platform_get_drvdata str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r0, [r3, #4] ldr r1, [fp, #-8] ldr r3, .L3 ldr r2, [r3] ldr r3, .L3+4 ldr r3, [r3] orr r3, r2, r3 mov r2, r3 bl adp5520_unregister_notifier mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word ADP5520_KP_IEN .word ADP5520_KR_IEN .size adp5520_keys_remove, .-adp5520_keys_remove .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_eap_server_tnc.c_eap_tnc_set_state.c" .intel_syntax noprefix .text .comm MSG_DEBUG,4,4 .section .rodata .LC0: .string "EAP-TNC: %s -> %s" .text .type eap_tnc_set_state, @function eap_tnc_set_state: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 24 .cfi_offset 3, -24 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov eax, DWORD PTR -28[rbp] mov edi, eax call eap_tnc_state_txt@PLT mov ebx, eax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov edi, eax call eap_tnc_state_txt@PLT mov edx, eax mov eax, DWORD PTR MSG_DEBUG[rip] mov ecx, ebx lea rsi, .LC0[rip] mov edi, eax call wpa_printf@PLT mov edx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx nop add rsp, 24 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size eap_tnc_set_state, .-eap_tnc_set_state .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_eap_server_tnc.c_eap_tnc_set_state.c" .text .comm MSG_DEBUG,4,4 .section .rodata .align 2 .LC0: .ascii "EAP-TNC: %s -> %s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type eap_tnc_set_state, %function eap_tnc_set_state: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #8 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, .L2 ldr r4, [r3] ldr r3, [fp, #-16] ldr r3, [r3] mov r0, r3 bl eap_tnc_state_txt mov r5, r0 ldr r3, [fp, #-20] mov r0, r3 bl eap_tnc_state_txt mov r3, r0 mov r2, r5 ldr r1, .L2+4 mov r0, r4 bl wpa_printf ldr r2, [fp, #-20] ldr r3, [fp, #-16] str r2, [r3] nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L3: .align 2 .L2: .word MSG_DEBUG .word .LC0 .size eap_tnc_set_state, .-eap_tnc_set_state .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_atusb.c_atusb_set_cca_ed_level.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .comm SR_CCA_ED_THRES,4,4 .type atusb_set_cca_ed_level, @function atusb_set_cca_ed_level: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -8[rbp], rax mov QWORD PTR -16[rbp], 0 jmp .L2 .L5: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 8[rax] mov rdx, QWORD PTR -16[rbp] sal rdx, 3 add rax, rdx mov rax, QWORD PTR [rax] cmp QWORD PTR -32[rbp], rax jne .L3 mov ecx, DWORD PTR SR_CCA_ED_THRES[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call atusb_write_subreg@PLT jmp .L4 .L3: add QWORD PTR -16[rbp], 1 .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] cmp QWORD PTR -16[rbp], rax jb .L5 mov eax, DWORD PTR EINVAL[rip] neg eax .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size atusb_set_cca_ed_level, .-atusb_set_cca_ed_level .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_atusb.c_atusb_set_cca_ed_level.c" .text .comm EINVAL,4,4 .comm SR_CCA_ED_THRES,4,4 .align 2 .syntax unified .arm .fpu softvfp .type atusb_set_cca_ed_level, %function atusb_set_cca_ed_level: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] ldr r3, [r3, #4] str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] b .L2 .L5: ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [r3, #4] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bne .L3 ldr r3, .L6 ldr r3, [r3] ldr r2, [fp, #-12] mov r1, r3 ldr r0, [fp, #-8] bl atusb_write_subreg mov r3, r0 b .L4 .L3: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L2: ldr r3, [fp, #-16] ldr r3, [r3] ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 bcc .L5 ldr r3, .L6+4 ldr r3, [r3] rsb r3, r3, #0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word SR_CCA_ED_THRES .word EINVAL .size atusb_set_cca_ed_level, .-atusb_set_cca_ed_level .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_zend_accelerator_hash.c_zend_accel_hash_find.c" .intel_syntax noprefix .text .globl zend_accel_hash_find .type zend_accel_hash_find, @function zend_accel_hash_find: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r12 push rbx sub rsp, 16 .cfi_offset 12, -24 .cfi_offset 3, -32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov rdi, rax call zend_string_hash_val@PLT mov r12d, eax mov rax, QWORD PTR -32[rbp] mov rdi, rax call ZSTR_LEN@PLT mov ebx, eax mov rax, QWORD PTR -32[rbp] mov rdi, rax call ZSTR_VAL@PLT mov esi, eax mov rax, QWORD PTR -24[rbp] mov r8d, 1 mov ecx, r12d mov edx, ebx mov rdi, rax call zend_accel_hash_find_ex@PLT add rsp, 16 pop rbx pop r12 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size zend_accel_hash_find, .-zend_accel_hash_find .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_zend_accelerator_hash.c_zend_accel_hash_find.c" .text .align 2 .global zend_accel_hash_find .syntax unified .arm .fpu softvfp .type zend_accel_hash_find, %function zend_accel_hash_find: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r0, [fp, #-20] bl ZSTR_VAL mov r4, r0 ldr r0, [fp, #-20] bl ZSTR_LEN mov r5, r0 ldr r0, [fp, #-20] bl zend_string_hash_val mov r3, r0 mov r2, #1 str r2, [sp] mov r2, r5 mov r1, r4 ldr r0, [fp, #-16] bl zend_accel_hash_find_ex mov r3, r0 mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .size zend_accel_hash_find, .-zend_accel_hash_find .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_dir.c_add_entry_to_hash.c" .intel_syntax noprefix .text .type add_entry_to_hash, @function add_entry_to_hash: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -32[rbp] mov ecx, DWORD PTR 8[rax] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call dir_hash@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rdx, QWORD PTR -8[rbp] sal rdx, 2 add rax, rdx mov rdx, rax mov rax, QWORD PTR -32[rbp] mov rsi, rdx mov rdi, rax call list_add_tail@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size add_entry_to_hash, .-add_entry_to_hash .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_dir.c_add_entry_to_hash.c" .text .align 2 .syntax unified .arm .fpu softvfp .type add_entry_to_hash, %function add_entry_to_hash: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-20] ldr r1, [r3, #8] ldr r3, [fp, #-20] ldr r3, [r3, #4] mov r2, r3 ldr r0, [fp, #-16] bl dir_hash str r0, [fp, #-8] ldr r0, [fp, #-20] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #2 add r3, r2, r3 mov r1, r3 bl list_add_tail nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size add_entry_to_hash, .-add_entry_to_hash .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_key.h_key_inum.c" .intel_syntax noprefix .text .type key_inum, @function key_inum: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size key_inum, .-key_inum .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_key.h_key_inum.c" .text .align 2 .syntax unified .arm .fpu softvfp .type key_inum, %function key_inum: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size key_inum, .-key_inum .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_network.c_addr_resolve.c" .intel_syntax noprefix .text .comm AF_UNSPEC,8,8 .comm SOCK_DGRAM,4,4 .comm TOX_ADDR_RESOLVE_INET,4,4 .comm TOX_ADDR_RESOLVE_INET6,4,4 .globl addr_resolve .type addr_resolve, @function addr_resolve: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 192 mov QWORD PTR -168[rbp], rdi mov QWORD PTR -176[rbp], rsi mov QWORD PTR -184[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax cmp QWORD PTR -168[rbp], 0 je .L2 cmp QWORD PTR -176[rbp], 0 jne .L3 .L2: mov eax, 0 jmp .L19 .L3: mov rax, QWORD PTR -176[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -120[rbp], rax mov QWORD PTR -136[rbp], 0 mov QWORD PTR -128[rbp], 0 mov DWORD PTR -148[rbp], 0 mov DWORD PTR -144[rbp], 0 lea rax, -48[rbp] mov edx, 32 mov esi, 0 mov rdi, rax call memset@PLT mov rax, QWORD PTR -120[rbp] mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR SOCK_DGRAM[rip] mov DWORD PTR -24[rbp], eax mov eax, 0 call networking_at_startup@PLT test rax, rax je .L5 mov eax, 0 jmp .L19 .L5: lea rcx, -136[rbp] lea rdx, -48[rbp] mov rax, QWORD PTR -168[rbp] mov esi, 0 mov rdi, rax call getaddrinfo@PLT mov DWORD PTR -140[rbp], eax cmp DWORD PTR -140[rbp], 0 je .L6 mov eax, 0 jmp .L19 .L6: lea rax, -80[rbp] mov esi, 0 mov rdi, rax call ip_init@PLT lea rax, -64[rbp] mov esi, 1 mov rdi, rax call ip_init@PLT mov rax, QWORD PTR -136[rbp] mov QWORD PTR -128[rbp], rax jmp .L7 .L15: mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR [rax] cmp eax, 128 je .L8 cmp eax, 129 jne .L9 mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR [rax] cdqe cmp QWORD PTR -120[rbp], rax jne .L10 mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -176[rbp] mov DWORD PTR 12[rax], edx mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET[rip] mov DWORD PTR -148[rbp], eax mov DWORD PTR -144[rbp], 1 jmp .L21 .L10: mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET[rip] and eax, DWORD PTR -148[rbp] test eax, eax jne .L21 mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -112[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -68[rbp], eax mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET[rip] or DWORD PTR -148[rbp], eax jmp .L21 .L8: mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR [rax] cdqe cmp QWORD PTR -120[rbp], rax jne .L12 mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 4[rax] cmp eax, 4 jne .L22 mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -176[rbp] mov DWORD PTR 8[rax], edx mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET6[rip] mov DWORD PTR -148[rbp], eax mov DWORD PTR -144[rbp], 1 jmp .L22 .L12: mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET6[rip] and eax, DWORD PTR -148[rbp] test eax, eax jne .L22 mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 4[rax] cmp eax, 4 jne .L22 mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -96[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -56[rbp], eax mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET6[rip] or DWORD PTR -148[rbp], eax jmp .L22 .L21: nop jmp .L9 .L22: nop .L9: mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -128[rbp], rax .L7: cmp QWORD PTR -128[rbp], 0 je .L14 cmp DWORD PTR -144[rbp], 0 je .L15 .L14: mov rax, QWORD PTR AF_UNSPEC[rip] cmp QWORD PTR -120[rbp], rax jne .L16 mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET6[rip] and eax, DWORD PTR -148[rbp] test eax, eax je .L17 lea rdx, -64[rbp] mov rax, QWORD PTR -176[rbp] mov rsi, rdx mov rdi, rax call ip_copy@PLT mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET[rip] and eax, DWORD PTR -148[rbp] test eax, eax je .L16 cmp QWORD PTR -184[rbp], 0 je .L16 lea rdx, -80[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call ip_copy@PLT jmp .L16 .L17: mov eax, DWORD PTR TOX_ADDR_RESOLVE_INET[rip] and eax, DWORD PTR -148[rbp] test eax, eax je .L18 lea rdx, -80[rbp] mov rax, QWORD PTR -176[rbp] mov rsi, rdx mov rdi, rax call ip_copy@PLT jmp .L16 .L18: mov DWORD PTR -148[rbp], 0 .L16: mov rax, QWORD PTR -136[rbp] mov rdi, rax call freeaddrinfo@PLT mov eax, DWORD PTR -148[rbp] .L19: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L20 call __stack_chk_fail@PLT .L20: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size addr_resolve, .-addr_resolve .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_network.c_addr_resolve.c" .text .comm AF_UNSPEC,4,4 .comm SOCK_DGRAM,4,4 .comm TOX_ADDR_RESOLVE_INET,4,4 .comm TOX_ADDR_RESOLVE_INET6,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global addr_resolve .syntax unified .arm .fpu softvfp .type addr_resolve, %function addr_resolve: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #104 str r0, [fp, #-96] str r1, [fp, #-100] str r2, [fp, #-104] ldr r3, .L23 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-96] cmp r3, #0 beq .L2 ldr r3, [fp, #-100] cmp r3, #0 bne .L3 .L2: mov r3, #0 b .L19 .L3: ldr r3, [fp, #-100] ldr r3, [r3] str r3, [fp, #-76] mov r3, #0 str r3, [fp, #-92] mov r3, #0 str r3, [fp, #-88] mov r3, #0 str r3, [fp, #-84] mov r3, #0 str r3, [fp, #-80] sub r3, fp, #28 mov r2, #20 mov r1, #0 mov r0, r3 bl memset ldr r3, [fp, #-76] str r3, [fp, #-28] ldr r3, .L23+4 ldr r3, [r3] str r3, [fp, #-12] bl networking_at_startup mov r3, r0 cmp r3, #0 beq .L5 mov r3, #0 b .L19 .L5: sub r3, fp, #92 sub r2, fp, #28 mov r1, #0 ldr r0, [fp, #-96] bl getaddrinfo str r0, [fp, #-72] ldr r3, [fp, #-72] cmp r3, #0 beq .L6 mov r3, #0 b .L19 .L6: sub r3, fp, #52 mov r1, #0 mov r0, r3 bl ip_init sub r3, fp, #40 mov r1, #1 mov r0, r3 bl ip_init ldr r3, [fp, #-92] str r3, [fp, #-88] b .L7 .L15: ldr r3, [fp, #-88] ldr r3, [r3] cmp r3, #128 beq .L8 cmp r3, #129 bne .L9 ldr r3, [fp, #-88] ldr r3, [r3] ldr r2, [fp, #-76] cmp r2, r3 bne .L10 ldr r3, [fp, #-88] ldr r3, [r3, #8] str r3, [fp, #-64] ldr r3, [fp, #-64] ldr r2, [r3] ldr r3, [fp, #-100] str r2, [r3, #8] ldr r3, .L23+8 ldr r3, [r3] str r3, [fp, #-84] mov r3, #1 str r3, [fp, #-80] b .L21 .L10: ldr r3, .L23+8 ldr r2, [r3] ldr r3, [fp, #-84] and r3, r3, r2 cmp r3, #0 bne .L21 ldr r3, [fp, #-88] ldr r3, [r3, #8] str r3, [fp, #-68] ldr r3, [fp, #-68] ldr r3, [r3] str r3, [fp, #-44] ldr r3, .L23+8 ldr r3, [r3] ldr r2, [fp, #-84] orr r3, r2, r3 str r3, [fp, #-84] b .L21 .L8: ldr r3, [fp, #-88] ldr r3, [r3] ldr r2, [fp, #-76] cmp r2, r3 bne .L12 ldr r3, [fp, #-88] ldr r3, [r3, #4] cmp r3, #4 bne .L22 ldr r3, [fp, #-88] ldr r3, [r3, #8] str r3, [fp, #-56] ldr r3, [fp, #-56] ldr r2, [r3] ldr r3, [fp, #-100] str r2, [r3, #4] ldr r3, .L23+12 ldr r3, [r3] str r3, [fp, #-84] mov r3, #1 str r3, [fp, #-80] b .L22 .L12: ldr r3, .L23+12 ldr r2, [r3] ldr r3, [fp, #-84] and r3, r3, r2 cmp r3, #0 bne .L22 ldr r3, [fp, #-88] ldr r3, [r3, #4] cmp r3, #4 bne .L22 ldr r3, [fp, #-88] ldr r3, [r3, #8] str r3, [fp, #-60] ldr r3, [fp, #-60] ldr r3, [r3] str r3, [fp, #-36] ldr r3, .L23+12 ldr r3, [r3] ldr r2, [fp, #-84] orr r3, r2, r3 str r3, [fp, #-84] b .L22 .L21: nop b .L9 .L22: nop .L9: ldr r3, [fp, #-88] ldr r3, [r3, #12] str r3, [fp, #-88] .L7: ldr r3, [fp, #-88] cmp r3, #0 beq .L14 ldr r3, [fp, #-80] cmp r3, #0 beq .L15 .L14: ldr r3, .L23+16 ldr r3, [r3] ldr r2, [fp, #-76] cmp r2, r3 bne .L16 ldr r3, .L23+12 ldr r2, [r3] ldr r3, [fp, #-84] and r3, r3, r2 cmp r3, #0 beq .L17 sub r3, fp, #40 mov r1, r3 ldr r0, [fp, #-100] bl ip_copy ldr r3, .L23+8 ldr r2, [r3] ldr r3, [fp, #-84] and r3, r3, r2 cmp r3, #0 beq .L16 ldr r3, [fp, #-104] cmp r3, #0 beq .L16 sub r3, fp, #52 mov r1, r3 ldr r0, [fp, #-104] bl ip_copy b .L16 .L17: ldr r3, .L23+8 ldr r2, [r3] ldr r3, [fp, #-84] and r3, r3, r2 cmp r3, #0 beq .L18 sub r3, fp, #52 mov r1, r3 ldr r0, [fp, #-100] bl ip_copy b .L16 .L18: mov r3, #0 str r3, [fp, #-84] .L16: ldr r3, [fp, #-92] mov r0, r3 bl freeaddrinfo ldr r3, [fp, #-84] .L19: ldr r2, .L23 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L20 bl __stack_chk_fail .L20: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L24: .align 2 .L23: .word .LC0 .word SOCK_DGRAM .word TOX_ADDR_RESOLVE_INET .word TOX_ADDR_RESOLVE_INET6 .word AF_UNSPEC .size addr_resolve, .-addr_resolve .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_stdma.c_stdma_islocked.c" .intel_syntax noprefix .text .comm stdma_locked,4,4 .globl stdma_islocked .type stdma_islocked, @function stdma_islocked: .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, DWORD PTR stdma_locked[rip] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size stdma_islocked, .-stdma_islocked .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_stdma.c_stdma_islocked.c" .text .comm stdma_locked,4,4 .align 2 .global stdma_islocked .syntax unified .arm .fpu softvfp .type stdma_islocked, %function stdma_islocked: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L3 ldr r3, [r3] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L4: .align 2 .L3: .word stdma_locked .size stdma_islocked, .-stdma_islocked .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cm-x300.c_cm_x300_init_u2d.c" .intel_syntax noprefix .text .type cm_x300_init_u2d, @function cm_x300_init_u2d: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cm_x300_init_u2d, .-cm_x300_init_u2d .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cm-x300.c_cm_x300_init_u2d.c" .text .align 2 .syntax unified .arm .fpu softvfp .type cm_x300_init_u2d, %function cm_x300_init_u2d: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size cm_x300_init_u2d, .-cm_x300_init_u2d .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_book3s_32_mmu.c_sr_vsid.c" .intel_syntax noprefix .text .type sr_vsid, @function sr_vsid: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] and eax, 268435455 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sr_vsid, .-sr_vsid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_book3s_32_mmu.c_sr_vsid.c" .text .align 2 .syntax unified .arm .fpu softvfp .type sr_vsid, %function sr_vsid: @ 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] bic r3, r3, #-268435456 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size sr_vsid, .-sr_vsid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_String.c_String_Examples.c" .intel_syntax noprefix .text .type String_Examples, @function String_Examples: .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, examples.1921[rip] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size String_Examples, .-String_Examples .section .rodata .LC0: .string "Usage" .align 8 .LC1: .string "var s0 = $(String, \"Hello\");\nvar s1 = new(String, $S(\"Hello\"));\nappend(s1, $S(\" There\"));\nshow(s0); /* Hello */\nshow(s1); /* Hello There */\n" .LC2: .string "Manipulation" .align 8 .LC3: .ascii "var s0 = new(String, $S(\"Balloons\"));\n\nshow($I(len(s0)))" .ascii "; /* 8 */\nshow($I(mem(s0, $S(\"Ball\")))); /* 1 */\nsho" .ascii "w($I(mem(" .string "s0, $S(\"oon\")))); /* 1 */\nshow($I(mem(s0, $S(\"Balloons\")))); /* 1 */\nshow($I(mem(s0, $S(\"l\")))); /* 1 */\n\nrem(s0, $S(\"oons\"));\n\nshow($I(eq(s0, $S(\"Ball\")))); /* 1 */\n\nresize(s0, 0);\n\nshow($I(len(s0))); /* 0 */\nshow($I(eq(s0, $S(\"\")))); /* 1 */\n" .section .data.rel.local,"aw" .align 32 .type examples.1921, @object .size examples.1921, 48 examples.1921: .quad .LC0 .quad .LC1 .quad .LC2 .quad .LC3 .quad 0 .quad 0 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_String.c_String_Examples.c" .text .align 2 .syntax unified .arm .fpu softvfp .type String_Examples, %function String_Examples: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L3 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L4: .align 2 .L3: .word examples.4205 .size String_Examples, .-String_Examples .section .rodata .align 2 .LC0: .ascii "Usage\000" .align 2 .LC1: .ascii "var s0 = $(String, \"Hello\");\012var s1 = new(Stri" .ascii "ng, $S(\"Hello\"));\012append(s1, $S(\" There\"));\012" .ascii "show(s0); /* Hello */\012show(s1); /* Hello There *" .ascii "/\012\000" .align 2 .LC2: .ascii "Manipulation\000" .align 2 .LC3: .ascii "var s0 = new(String, $S(\"Balloons\"));\012\012show" .ascii "($I(len(s0))); /* 8 */\012show($I(mem(s0, $S(\"Ball" .ascii "\")))); /* 1 */\012show($I(mem(s0, $S(\"oon\"))" .ascii ")); /* 1 */\012show($I(mem(s0, $S(\"Balloons\"" .ascii ")))); /* 1 */\012show($I(mem(s0, $S(\"l\")))); " .ascii " /* 1 */\012\012rem(s0, $S(\"oons\"));\012\012sho" .ascii "w($I(eq(s0, $S(\"Ball\")))); /* 1 */\012\012resize(" .ascii "s0, 0);\012\012show($I(len(s0))); /* 0 */\012show($" .ascii "I(eq(s0, $S(\"\")))); /* 1 */\012\000" .data .align 2 .type examples.4205, %object .size examples.4205, 24 examples.4205: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word 0 .word 0 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_jfs_metapage.h__metapage_homeok.c" .intel_syntax noprefix .text .type _metapage_homeok, @function _metapage_homeok: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] lea edx, -1[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] test eax, eax jne .L3 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edi, eax call put_page@PLT .L3: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size _metapage_homeok, .-_metapage_homeok .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_jfs_metapage.h__metapage_homeok.c" .text .align 2 .syntax unified .arm .fpu softvfp .type _metapage_homeok, %function _metapage_homeok: @ 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, #4] sub r2, r3, #1 ldr r3, [fp, #-8] str r2, [r3, #4] ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 bne .L3 ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl put_page .L3: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size _metapage_homeok, .-_metapage_homeok .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_osdmap.c___decode_pools.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .comm ENOMEM,4,4 .comm GFP_NOFS,4,4 .comm e_inval,4,4 .type __decode_pools, @function __decode_pools: .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 DWORD PTR -60[rbp], ecx mov ecx, DWORD PTR e_inval[rip] mov edx, DWORD PTR -20[rbp] mov rsi, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov rdi, rax call ceph_decode_32_safe@PLT jmp .L2 .L7: mov ecx, DWORD PTR e_inval[rip] mov edx, DWORD PTR -16[rbp] mov rsi, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov rdi, rax call ceph_decode_64_safe@PLT mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR -16[rbp] mov esi, edx mov rdi, rax call __lookup_pg_pool@PLT mov QWORD PTR -8[rbp], rax cmp DWORD PTR -60[rbp], 0 je .L3 cmp QWORD PTR -8[rbp], 0 jne .L4 .L3: mov eax, DWORD PTR GFP_NOFS[rip] mov esi, eax mov edi, 4 call kzalloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L5 mov eax, DWORD PTR ENOMEM[rip] neg eax jmp .L6 .L5: mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR -16[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -56[rbp] mov rdx, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call __insert_pg_pool@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 je .L4 mov rax, QWORD PTR -8[rbp] mov rdi, rax call kfree@PLT mov eax, DWORD PTR -12[rbp] jmp .L6 .L4: mov rdx, QWORD PTR -8[rbp] mov rcx, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rcx mov rdi, rax call decode_pool@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 je .L2 mov eax, DWORD PTR -12[rbp] jmp .L6 .L2: mov eax, DWORD PTR -20[rbp] lea edx, -1[rax] mov DWORD PTR -20[rbp], edx test eax, eax jne .L7 mov eax, 0 .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size __decode_pools, .-__decode_pools .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_osdmap.c___decode_pools.c" .text .comm EINVAL,4,4 .comm ENOMEM,4,4 .comm GFP_NOFS,4,4 .comm e_inval,4,4 .align 2 .syntax unified .arm .fpu softvfp .type __decode_pools, %function __decode_pools: @ 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, .L8 ldr r3, [r3] ldr r2, [fp, #-20] ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl ceph_decode_32_safe b .L2 .L7: ldr r3, .L8 ldr r3, [r3] ldr r2, [fp, #-12] ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl ceph_decode_64_safe ldr r3, [fp, #-32] ldr r1, [fp, #-12] mov r0, r3 bl __lookup_pg_pool str r0, [fp, #-16] ldr r3, [fp, #-36] cmp r3, #0 beq .L3 ldr r3, [fp, #-16] cmp r3, #0 bne .L4 .L3: ldr r3, .L8+4 ldr r3, [r3] mov r1, r3 mov r0, #4 bl kzalloc str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L5 ldr r3, .L8+8 ldr r3, [r3] rsb r3, r3, #0 b .L6 .L5: ldr r3, [fp, #-16] ldr r2, [fp, #-12] str r2, [r3] ldr r3, [fp, #-32] ldr r1, [fp, #-16] mov r0, r3 bl __insert_pg_pool str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L4 ldr r0, [fp, #-16] bl kfree ldr r3, [fp, #-8] b .L6 .L4: ldr r2, [fp, #-16] ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl decode_pool str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] b .L6 .L2: ldr r3, [fp, #-20] sub r2, r3, #1 str r2, [fp, #-20] cmp r3, #0 bne .L7 mov r3, #0 .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word e_inval .word GFP_NOFS .word ENOMEM .size __decode_pools, .-__decode_pools .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_msgencode.c_insert_section.c" .intel_syntax noprefix .text .comm LDNS_RR_TYPE_ANY,4,4 .comm LDNS_SECTION_ADDITIONAL,4,4 .comm LDNS_SECTION_ANSWER,4,4 .comm RETVAL_OK,4,4 .type insert_section, @function insert_section: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 80 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov QWORD PTR -64[rbp], rcx mov QWORD PTR -72[rbp], r8 mov DWORD PTR -76[rbp], r9d mov eax, DWORD PTR LDNS_SECTION_ADDITIONAL[rip] cmp DWORD PTR 32[rbp], eax je .L2 mov eax, DWORD PTR LDNS_SECTION_ANSWER[rip] cmp DWORD PTR 32[rbp], eax jne .L3 mov eax, DWORD PTR LDNS_RR_TYPE_ANY[rip] cmp DWORD PTR 40[rbp], eax jne .L3 mov DWORD PTR 48[rbp], 1 .L3: mov QWORD PTR -16[rbp], 0 jmp .L4 .L7: mov rax, QWORD PTR -64[rbp] mov rdi, rax call sldns_buffer_position@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR -72[rbp] mov rdx, QWORD PTR -16[rbp] add rdx, rcx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov ecx, DWORD PTR -76[rbp] mov rdx, QWORD PTR -56[rbp] mov rsi, QWORD PTR -64[rbp] push QWORD PTR 56[rbp] mov edi, DWORD PTR 48[rbp] push rdi mov edi, DWORD PTR 40[rbp] push rdi mov edi, DWORD PTR 32[rbp] push rdi push QWORD PTR 24[rbp] push 1 mov r9d, 1 mov r8, QWORD PTR 16[rbp] mov edi, eax call packed_rrset_encode@PLT add rsp, 48 mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR RETVAL_OK[rip] cmp DWORD PTR -20[rbp], eax je .L5 mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -64[rbp] mov rsi, rdx mov rdi, rax call sldns_buffer_set_position@PLT mov eax, DWORD PTR -20[rbp] jmp .L6 .L5: add QWORD PTR -16[rbp], 1 .L4: mov rax, QWORD PTR -16[rbp] cmp rax, QWORD PTR -48[rbp] jb .L7 jmp .L8 .L2: mov QWORD PTR -16[rbp], 0 jmp .L9 .L11: mov rax, QWORD PTR -64[rbp] mov rdi, rax call sldns_buffer_position@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR -72[rbp] mov rdx, QWORD PTR -16[rbp] add rdx, rcx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov ecx, DWORD PTR -76[rbp] mov rdx, QWORD PTR -56[rbp] mov rsi, QWORD PTR -64[rbp] push QWORD PTR 56[rbp] mov edi, DWORD PTR 48[rbp] push rdi mov edi, DWORD PTR 40[rbp] push rdi mov edi, DWORD PTR 32[rbp] push rdi push QWORD PTR 24[rbp] push 0 mov r9d, 1 mov r8, QWORD PTR 16[rbp] mov edi, eax call packed_rrset_encode@PLT add rsp, 48 mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR RETVAL_OK[rip] cmp DWORD PTR -20[rbp], eax je .L10 mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -64[rbp] mov rsi, rdx mov rdi, rax call sldns_buffer_set_position@PLT mov eax, DWORD PTR -20[rbp] jmp .L6 .L10: add QWORD PTR -16[rbp], 1 .L9: mov rax, QWORD PTR -16[rbp] cmp rax, QWORD PTR -48[rbp] jb .L11 cmp DWORD PTR 48[rbp], 0 je .L8 mov QWORD PTR -16[rbp], 0 jmp .L12 .L14: mov rax, QWORD PTR -64[rbp] mov rdi, rax call sldns_buffer_position@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR -72[rbp] mov rdx, QWORD PTR -16[rbp] add rdx, rcx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov ecx, DWORD PTR -76[rbp] mov rdx, QWORD PTR -56[rbp] mov rsi, QWORD PTR -64[rbp] push QWORD PTR 56[rbp] mov edi, DWORD PTR 48[rbp] push rdi mov edi, DWORD PTR 40[rbp] push rdi mov edi, DWORD PTR 32[rbp] push rdi push QWORD PTR 24[rbp] push 1 mov r9d, 0 mov r8, QWORD PTR 16[rbp] mov edi, eax call packed_rrset_encode@PLT add rsp, 48 mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR RETVAL_OK[rip] cmp DWORD PTR -20[rbp], eax je .L13 mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -64[rbp] mov rsi, rdx mov rdi, rax call sldns_buffer_set_position@PLT mov eax, DWORD PTR -20[rbp] jmp .L6 .L13: add QWORD PTR -16[rbp], 1 .L12: mov rax, QWORD PTR -16[rbp] cmp rax, QWORD PTR -48[rbp] jb .L14 .L8: mov eax, DWORD PTR RETVAL_OK[rip] .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size insert_section, .-insert_section .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_msgencode.c_insert_section.c" .text .comm LDNS_RR_TYPE_ANY,4,4 .comm LDNS_SECTION_ADDITIONAL,4,4 .comm LDNS_SECTION_ANSWER,4,4 .comm RETVAL_OK,4,4 .align 2 .syntax unified .arm .fpu softvfp .type insert_section, %function insert_section: @ args = 32, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #64 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] ldr r3, .L15 ldr r3, [r3] ldr r2, [fp, #20] cmp r2, r3 beq .L2 ldr r3, .L15+4 ldr r3, [r3] ldr r2, [fp, #20] cmp r2, r3 bne .L3 ldr r3, .L15+8 ldr r3, [r3] ldr r2, [fp, #24] cmp r2, r3 bne .L3 mov r3, #1 str r3, [fp, #28] .L3: mov r3, #0 str r3, [fp, #-16] b .L4 .L7: ldr r0, [fp, #-36] bl sldns_buffer_position str r0, [fp, #-12] ldr r3, [fp, #-24] ldr r2, [r3] ldr r1, [fp, #4] ldr r3, [fp, #-16] add r3, r1, r3 lsl r3, r3, #2 add r3, r2, r3 ldr r0, [r3] ldr r3, [fp, #32] str r3, [sp, #28] ldr r3, [fp, #28] str r3, [sp, #24] ldr r3, [fp, #24] str r3, [sp, #20] ldr r3, [fp, #20] str r3, [sp, #16] ldr r3, [fp, #16] str r3, [sp, #12] mov r3, #1 str r3, [sp, #8] mov r3, #1 str r3, [sp, #4] ldr r3, [fp, #12] str r3, [sp] ldr r3, [fp, #8] ldr r2, [fp, #-32] ldr r1, [fp, #-36] bl packed_rrset_encode str r0, [fp, #-8] ldr r3, .L15+12 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 beq .L5 ldr r1, [fp, #-12] ldr r0, [fp, #-36] bl sldns_buffer_set_position ldr r3, [fp, #-8] b .L6 .L5: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L4: ldr r2, [fp, #-16] ldr r3, [fp, #-28] cmp r2, r3 bcc .L7 b .L8 .L2: mov r3, #0 str r3, [fp, #-16] b .L9 .L11: ldr r0, [fp, #-36] bl sldns_buffer_position str r0, [fp, #-12] ldr r3, [fp, #-24] ldr r2, [r3] ldr r1, [fp, #4] ldr r3, [fp, #-16] add r3, r1, r3 lsl r3, r3, #2 add r3, r2, r3 ldr r0, [r3] ldr r3, [fp, #32] str r3, [sp, #28] ldr r3, [fp, #28] str r3, [sp, #24] ldr r3, [fp, #24] str r3, [sp, #20] ldr r3, [fp, #20] str r3, [sp, #16] ldr r3, [fp, #16] str r3, [sp, #12] mov r3, #0 str r3, [sp, #8] mov r3, #1 str r3, [sp, #4] ldr r3, [fp, #12] str r3, [sp] ldr r3, [fp, #8] ldr r2, [fp, #-32] ldr r1, [fp, #-36] bl packed_rrset_encode str r0, [fp, #-8] ldr r3, .L15+12 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 beq .L10 ldr r1, [fp, #-12] ldr r0, [fp, #-36] bl sldns_buffer_set_position ldr r3, [fp, #-8] b .L6 .L10: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L9: ldr r2, [fp, #-16] ldr r3, [fp, #-28] cmp r2, r3 bcc .L11 ldr r3, [fp, #28] cmp r3, #0 beq .L8 mov r3, #0 str r3, [fp, #-16] b .L12 .L14: ldr r0, [fp, #-36] bl sldns_buffer_position str r0, [fp, #-12] ldr r3, [fp, #-24] ldr r2, [r3] ldr r1, [fp, #4] ldr r3, [fp, #-16] add r3, r1, r3 lsl r3, r3, #2 add r3, r2, r3 ldr r0, [r3] ldr r3, [fp, #32] str r3, [sp, #28] ldr r3, [fp, #28] str r3, [sp, #24] ldr r3, [fp, #24] str r3, [sp, #20] ldr r3, [fp, #20] str r3, [sp, #16] ldr r3, [fp, #16] str r3, [sp, #12] mov r3, #1 str r3, [sp, #8] mov r3, #0 str r3, [sp, #4] ldr r3, [fp, #12] str r3, [sp] ldr r3, [fp, #8] ldr r2, [fp, #-32] ldr r1, [fp, #-36] bl packed_rrset_encode str r0, [fp, #-8] ldr r3, .L15+12 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 beq .L13 ldr r1, [fp, #-12] ldr r0, [fp, #-36] bl sldns_buffer_set_position ldr r3, [fp, #-8] b .L6 .L13: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L12: ldr r2, [fp, #-16] ldr r3, [fp, #-28] cmp r2, r3 bcc .L14 .L8: ldr r3, .L15+12 ldr r3, [r3] .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L16: .align 2 .L15: .word LDNS_SECTION_ADDITIONAL .word LDNS_SECTION_ANSWER .word LDNS_RR_TYPE_ANY .word RETVAL_OK .size insert_section, .-insert_section .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_power.c_acpi_power_on_resources.c" .intel_syntax noprefix .text .comm ACPI_STATE_D0,4,4 .comm ACPI_STATE_D3_HOT,4,4 .comm EINVAL,4,4 .globl acpi_power_on_resources .type acpi_power_on_resources, @function acpi_power_on_resources: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi cmp QWORD PTR -8[rbp], 0 je .L2 mov eax, DWORD PTR ACPI_STATE_D0[rip] cmp DWORD PTR -12[rbp], eax jl .L2 mov eax, DWORD PTR ACPI_STATE_D3_HOT[rip] cmp DWORD PTR -12[rbp], eax jle .L3 .L2: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L4 .L3: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR -12[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov rdi, rax call acpi_power_on_list@PLT .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size acpi_power_on_resources, .-acpi_power_on_resources .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_power.c_acpi_power_on_resources.c" .text .comm ACPI_STATE_D0,4,4 .comm ACPI_STATE_D3_HOT,4,4 .comm EINVAL,4,4 .align 2 .global acpi_power_on_resources .syntax unified .arm .fpu softvfp .type acpi_power_on_resources, %function acpi_power_on_resources: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, .L5 ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 blt .L2 ldr r3, .L5+4 ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 ble .L3 .L2: ldr r3, .L5+8 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L3: ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 mov r0, r3 bl acpi_power_on_list mov r3, r0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word ACPI_STATE_D0 .word ACPI_STATE_D3_HOT .word EINVAL .size acpi_power_on_resources, .-acpi_power_on_resources .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ceph_common.c_ceph_wait_for_latest_osdmap.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "osdmap" .text .globl ceph_wait_for_latest_osdmap .type ceph_wait_for_latest_osdmap, @function ceph_wait_for_latest_osdmap: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -40[rbp] lea rdx, -16[rbp] lea rsi, .LC0[rip] mov rdi, rax call ceph_monc_get_version@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L2 mov eax, DWORD PTR -20[rbp] jmp .L5 .L2: mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 8[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -16[rbp] cmp rdx, rax jl .L4 mov eax, 0 jmp .L5 .L4: mov rax, QWORD PTR -40[rbp] add rax, 8 mov rdi, rax call ceph_osdc_maybe_request_map@PLT mov rcx, QWORD PTR -16[rbp] mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR -48[rbp] mov rsi, rcx mov rdi, rax call ceph_monc_wait_osdmap@PLT .L5: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ceph_wait_for_latest_osdmap, .-ceph_wait_for_latest_osdmap .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ceph_common.c_ceph_wait_for_latest_osdmap.c" .text .section .rodata .align 2 .LC0: .ascii "osdmap\000" .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global ceph_wait_for_latest_osdmap .syntax unified .arm .fpu softvfp .type ceph_wait_for_latest_osdmap, %function ceph_wait_for_latest_osdmap: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, .L7 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-24] sub r2, fp, #16 ldr r1, .L7+4 mov r0, r3 bl ceph_monc_get_version str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 beq .L2 ldr r3, [fp, #-12] b .L5 .L2: ldr r3, [fp, #-24] ldr r3, [r3, #4] ldr r2, [r3] ldr r3, [fp, #-16] cmp r2, r3 blt .L4 mov r3, #0 b .L5 .L4: ldr r3, [fp, #-24] add r3, r3, #4 mov r0, r3 bl ceph_osdc_maybe_request_map ldr r3, [fp, #-24] ldr r1, [fp, #-16] ldr r2, [fp, #-28] mov r0, r3 bl ceph_monc_wait_osdmap 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 .LC1 .word .LC0 .size ceph_wait_for_latest_osdmap, .-ceph_wait_for_latest_osdmap .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nfs4state.c_nfs4_check_olstateid.c" .intel_syntax noprefix .text .type nfs4_check_olstateid, @function nfs4_check_olstateid: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov rax, QWORD PTR -24[rbp] mov rdi, rax call nfsd4_check_openowner_confirmed@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L2 mov rax, QWORD PTR -8[rbp] jmp .L3 .L2: mov edx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call nfs4_check_openmode@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nfs4_check_olstateid, .-nfs4_check_olstateid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nfs4state.c_nfs4_check_olstateid.c" .text .align 2 .syntax unified .arm .fpu softvfp .type nfs4_check_olstateid, %function nfs4_check_olstateid: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r0, [fp, #-16] bl nfsd4_check_openowner_confirmed str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] b .L3 .L2: ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl nfs4_check_openmode mov r3, r0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size nfs4_check_olstateid, .-nfs4_check_olstateid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_qpi.c_qpi_pcib_map_msi.c" .intel_syntax noprefix .text .type qpi_pcib_map_msi, @function qpi_pcib_map_msi: .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 DWORD PTR -24[rbp], esi mov DWORD PTR -28[rbp], edx mov QWORD PTR -40[rbp], rcx mov QWORD PTR -48[rbp], r8 mov eax, DWORD PTR -20[rbp] mov edi, eax call device_get_parent@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] mov edi, eax call device_get_parent@PLT mov edi, eax mov rsi, QWORD PTR -48[rbp] mov rcx, QWORD PTR -40[rbp] mov edx, DWORD PTR -28[rbp] mov eax, DWORD PTR -24[rbp] mov r8, rsi mov esi, eax call PCIB_MAP_MSI@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size qpi_pcib_map_msi, .-qpi_pcib_map_msi .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_qpi.c_qpi_pcib_map_msi.c" .text .align 2 .syntax unified .arm .fpu softvfp .type qpi_pcib_map_msi, %function qpi_pcib_map_msi: @ args = 4, 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 r0, [fp, #-16] bl device_get_parent str r0, [fp, #-8] ldr r0, [fp, #-8] bl device_get_parent ldr r3, [fp, #4] str r3, [sp] ldr r3, [fp, #-28] ldr r2, [fp, #-24] ldr r1, [fp, #-20] bl PCIB_MAP_MSI mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size qpi_pcib_map_msi, .-qpi_pcib_map_msi .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_convert.c_is_valid_digit_char.c" .intel_syntax noprefix .text .globl is_valid_digit_char .type is_valid_digit_char, @function is_valid_digit_char: .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, edi mov BYTE PTR -4[rbp], al cmp BYTE PTR -4[rbp], 47 jle .L2 cmp BYTE PTR -4[rbp], 57 jg .L2 mov eax, 1 jmp .L3 .L2: mov eax, 0 .L3: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size is_valid_digit_char, .-is_valid_digit_char .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_convert.c_is_valid_digit_char.c" .text .align 2 .global is_valid_digit_char .syntax unified .arm .fpu softvfp .type is_valid_digit_char, %function is_valid_digit_char: @ 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 mov r3, r0 strb r3, [fp, #-5] ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #47 bls .L2 ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #57 bhi .L2 mov r3, #1 b .L3 .L2: mov r3, #0 .L3: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size is_valid_digit_char, .-is_valid_digit_char .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pg_controldata.c_usage.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "%s displays control information of a PostgreSQL database cluster.\n\n" .LC1: .string "Usage:\n" .LC2: .string " %s [OPTION] [DATADIR]\n" .LC3: .string "\nOptions:\n" .align 8 .LC4: .string " [-D, --pgdata=]DATADIR data directory\n" .align 8 .LC5: .string " -V, --version output version information, then exit\n" .align 8 .LC6: .string " -?, --help show this help, then exit\n" .align 8 .LC7: .string "\nIf no data directory (DATADIR) is specified, the environment variable PGDATA\nis used.\n\n" .align 8 .LC8: .string "Report bugs to <[email protected]>.\n" .text .type usage, @function usage: .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 rdi, .LC0[rip] call _@PLT mov rdx, rax mov rax, QWORD PTR -8[rbp] mov rsi, rax mov rdi, rdx mov eax, 0 call printf@PLT lea rdi, .LC1[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC2[rip] call _@PLT mov rdx, rax mov rax, QWORD PTR -8[rbp] mov rsi, rax mov rdi, rdx mov eax, 0 call printf@PLT lea rdi, .LC3[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC4[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC5[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC6[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC7[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT lea rdi, .LC8[rip] call _@PLT mov rdi, rax mov eax, 0 call printf@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size usage, .-usage .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pg_controldata.c_usage.c" .text .section .rodata .align 2 .LC0: .ascii "%s displays control information of a PostgreSQL dat" .ascii "abase cluster.\012\012\000" .align 2 .LC1: .ascii "Usage:\012\000" .align 2 .LC2: .ascii " %s [OPTION] [DATADIR]\012\000" .align 2 .LC3: .ascii "\012Options:\012\000" .align 2 .LC4: .ascii " [-D, --pgdata=]DATADIR data directory\012\000" .align 2 .LC5: .ascii " -V, --version output version information" .ascii ", then exit\012\000" .align 2 .LC6: .ascii " -?, --help show this help, then exit\012" .ascii "\000" .align 2 .LC7: .ascii "\012If no data directory (DATADIR) is specified, th" .ascii "e environment variable PGDATA\012is used.\012\012\000" .align 2 .LC8: .ascii "Report bugs to <[email protected]>.\012" .ascii "\000" .text .align 2 .syntax unified .arm .fpu softvfp .type usage, %function usage: @ 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, .L2 bl _ mov r3, r0 ldr r1, [fp, #-8] mov r0, r3 bl printf ldr r0, .L2+4 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+8 bl _ mov r3, r0 ldr r1, [fp, #-8] mov r0, r3 bl printf ldr r0, .L2+12 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+16 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+20 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+24 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+28 bl _ mov r3, r0 mov r0, r3 bl printf ldr r0, .L2+32 bl _ mov r3, r0 mov r0, r3 bl printf nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word .LC8 .size usage, .-usage .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hdmi5.c_hdmi5_unbind.c" .intel_syntax noprefix .text .type hdmi5_unbind, @function hdmi5_unbind: .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 dev_get_drvdata@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 16[rax] mov edi, eax call dss_debugfs_remove_file@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L2 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] mov rdi, rax call platform_device_unregister@PLT .L2: mov rax, QWORD PTR -8[rbp] mov rdi, rax call hdmi_pll_uninit@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hdmi5_unbind, .-hdmi5_unbind .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hdmi5.c_hdmi5_unbind.c" .text .align 2 .syntax unified .arm .fpu softvfp .type hdmi5_unbind, %function hdmi5_unbind: @ 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 dev_get_drvdata str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3, #8] mov r0, r3 bl dss_debugfs_remove_file ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #4] mov r0, r3 bl platform_device_unregister .L2: ldr r3, [fp, #-8] mov r0, r3 bl hdmi_pll_uninit nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size hdmi5_unbind, .-hdmi5_unbind .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_LzmaEnc.c_LzmaEnc_SetProps.c" .intel_syntax noprefix .text .comm LZMA_LC_MAX,8,8 .comm LZMA_LP_MAX,8,8 .comm LZMA_MATCH_LEN_MAX,4,4 .comm LZMA_PB_MAX,8,8 .comm SZ_ERROR_PARAM,4,4 .comm SZ_OK,4,4 .comm kDicLogSizeMaxCompress,4,4 .comm kLzmaMaxHistorySize,4,4 .globl LzmaEnc_SetProps .type LzmaEnc_SetProps, @function LzmaEnc_SetProps: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 120 .cfi_offset 3, -24 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov rax, QWORD PTR -120[rbp] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -128[rbp] mov rcx, QWORD PTR [rax] mov rbx, QWORD PTR 8[rax] mov QWORD PTR -96[rbp], rcx mov QWORD PTR -88[rbp], rbx mov rcx, QWORD PTR 16[rax] mov rbx, QWORD PTR 24[rax] mov QWORD PTR -80[rbp], rcx mov QWORD PTR -72[rbp], rbx mov rcx, QWORD PTR 32[rax] mov rbx, QWORD PTR 40[rax] mov QWORD PTR -64[rbp], rcx mov QWORD PTR -56[rbp], rbx mov rdx, QWORD PTR 56[rax] mov rax, QWORD PTR 48[rax] mov QWORD PTR -48[rbp], rax mov QWORD PTR -40[rbp], rdx lea rax, -96[rbp] mov rdi, rax call LzmaEncProps_Normalize@PLT mov rdx, QWORD PTR -96[rbp] mov rax, QWORD PTR LZMA_LC_MAX[rip] cmp rdx, rax jg .L2 mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR LZMA_LP_MAX[rip] cmp rdx, rax jg .L2 mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR LZMA_PB_MAX[rip] cmp rdx, rax jg .L2 mov edx, DWORD PTR -72[rbp] mov eax, DWORD PTR kDicLogSizeMaxCompress[rip] mov esi, 1 mov ecx, eax sal esi, cl mov eax, esi cmp edx, eax jg .L2 mov edx, DWORD PTR -72[rbp] mov eax, DWORD PTR kLzmaMaxHistorySize[rip] cmp edx, eax jle .L3 .L2: mov eax, DWORD PTR SZ_ERROR_PARAM[rip] jmp .L11 .L3: mov edx, DWORD PTR -72[rbp] mov rax, QWORD PTR -104[rbp] mov DWORD PTR [rax], edx mov eax, DWORD PTR -68[rbp] mov DWORD PTR -112[rbp], eax cmp DWORD PTR -112[rbp], 4 ja .L5 mov DWORD PTR -112[rbp], 5 .L5: mov eax, DWORD PTR LZMA_MATCH_LEN_MAX[rip] cmp DWORD PTR -112[rbp], eax jbe .L6 mov eax, DWORD PTR LZMA_MATCH_LEN_MAX[rip] mov DWORD PTR -112[rbp], eax .L6: mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR -112[rbp] mov DWORD PTR 4[rax], edx mov rdx, QWORD PTR -96[rbp] mov rax, QWORD PTR -104[rbp] mov QWORD PTR 8[rax], rdx mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR -104[rbp] mov QWORD PTR 16[rax], rdx mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -104[rbp] mov QWORD PTR 24[rax], rdx mov rax, QWORD PTR -64[rbp] test rax, rax sete al movzx edx, al mov rax, QWORD PTR -104[rbp] mov DWORD PTR 32[rax], edx mov rax, QWORD PTR -40[rbp] test rax, rax je .L7 mov edx, 1 jmp .L8 .L7: mov edx, 0 .L8: mov rax, QWORD PTR -104[rbp] mov QWORD PTR 56[rax], rdx mov DWORD PTR -108[rbp], 4 mov rax, QWORD PTR -40[rbp] test rax, rax je .L9 mov eax, DWORD PTR -56[rbp] cmp eax, 1 jg .L10 mov DWORD PTR -108[rbp], 2 jmp .L9 .L10: mov eax, DWORD PTR -56[rbp] cmp eax, 3 jg .L9 mov eax, DWORD PTR -56[rbp] mov DWORD PTR -108[rbp], eax .L9: mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR -108[rbp] mov DWORD PTR 48[rax], edx mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -104[rbp] mov DWORD PTR 52[rax], edx mov edx, DWORD PTR -48[rbp] mov rax, QWORD PTR -104[rbp] mov DWORD PTR 40[rax], edx mov eax, DWORD PTR -52[rbp] cmp eax, 1 setg al movzx edx, al mov rax, QWORD PTR -104[rbp] mov DWORD PTR 36[rax], edx mov eax, DWORD PTR SZ_OK[rip] .L11: mov rbx, QWORD PTR -24[rbp] xor rbx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: add rsp, 120 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size LzmaEnc_SetProps, .-LzmaEnc_SetProps .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_LzmaEnc.c_LzmaEnc_SetProps.c" .text .comm LZMA_LC_MAX,4,4 .comm LZMA_LP_MAX,4,4 .comm LZMA_MATCH_LEN_MAX,4,4 .comm LZMA_PB_MAX,4,4 .comm SZ_ERROR_PARAM,4,4 .comm SZ_OK,4,4 .comm kDicLogSizeMaxCompress,4,4 .comm kLzmaMaxHistorySize,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global LzmaEnc_SetProps .syntax unified .arm .fpu softvfp .type LzmaEnc_SetProps, %function LzmaEnc_SetProps: @ args = 0, pretend = 0, frame = 72 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #72 str r0, [fp, #-72] str r1, [fp, #-76] ldr r3, .L13 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-72] str r3, [fp, #-56] ldr r3, [fp, #-76] sub ip, fp, #52 mov lr, r3 ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldm lr, {r0, r1, r2} stm ip, {r0, r1, r2} sub r3, fp, #52 mov r0, r3 bl LzmaEncProps_Normalize ldr r2, [fp, #-52] ldr r3, .L13+4 ldr r3, [r3] cmp r2, r3 bgt .L2 ldr r2, [fp, #-48] ldr r3, .L13+8 ldr r3, [r3] cmp r2, r3 bgt .L2 ldr r2, [fp, #-44] ldr r3, .L13+12 ldr r3, [r3] cmp r2, r3 bgt .L2 ldr r2, [fp, #-40] ldr r3, .L13+16 ldr r3, [r3] mov r1, #1 lsl r3, r1, r3 cmp r2, r3 bgt .L2 ldr r2, [fp, #-40] ldr r3, .L13+20 ldr r3, [r3] cmp r2, r3 ble .L3 .L2: ldr r3, .L13+24 ldr r3, [r3] b .L11 .L3: ldr r2, [fp, #-40] ldr r3, [fp, #-56] str r2, [r3] ldr r3, [fp, #-36] str r3, [fp, #-64] ldr r3, [fp, #-64] cmp r3, #4 bhi .L5 mov r3, #5 str r3, [fp, #-64] .L5: ldr r3, .L13+28 ldr r3, [r3] ldr r2, [fp, #-64] cmp r2, r3 bls .L6 ldr r3, .L13+28 ldr r3, [r3] str r3, [fp, #-64] .L6: ldr r3, [fp, #-56] ldr r2, [fp, #-64] str r2, [r3, #4] ldr r2, [fp, #-52] ldr r3, [fp, #-56] str r2, [r3, #8] ldr r2, [fp, #-48] ldr r3, [fp, #-56] str r2, [r3, #12] ldr r2, [fp, #-44] ldr r3, [fp, #-56] str r2, [r3, #16] ldr r3, [fp, #-32] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r2, r3 ldr r3, [fp, #-56] str r2, [r3, #20] ldr r3, [fp, #-12] cmp r3, #0 beq .L7 mov r2, #1 b .L8 .L7: mov r2, #0 .L8: ldr r3, [fp, #-56] str r2, [r3, #40] mov r3, #4 str r3, [fp, #-60] ldr r3, [fp, #-12] cmp r3, #0 beq .L9 ldr r3, [fp, #-28] cmp r3, #1 bgt .L10 mov r3, #2 str r3, [fp, #-60] b .L9 .L10: ldr r3, [fp, #-28] cmp r3, #3 bgt .L9 ldr r3, [fp, #-28] str r3, [fp, #-60] .L9: ldr r3, [fp, #-56] ldr r2, [fp, #-60] str r2, [r3, #32] ldr r2, [fp, #-16] ldr r3, [fp, #-56] str r2, [r3, #36] ldr r2, [fp, #-20] ldr r3, [fp, #-56] str r2, [r3, #28] ldr r3, [fp, #-24] cmp r3, #1 movgt r3, #1 movle r3, #0 and r3, r3, #255 mov r2, r3 ldr r3, [fp, #-56] str r2, [r3, #24] ldr r3, .L13+32 ldr r3, [r3] .L11: ldr r2, .L13 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L12 bl __stack_chk_fail .L12: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L14: .align 2 .L13: .word .LC0 .word LZMA_LC_MAX .word LZMA_LP_MAX .word LZMA_PB_MAX .word kDicLogSizeMaxCompress .word kLzmaMaxHistorySize .word SZ_ERROR_PARAM .word LZMA_MATCH_LEN_MAX .word SZ_OK .size LzmaEnc_SetProps, .-LzmaEnc_SetProps .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nap.c_nap_profile_data_valid.c" .intel_syntax noprefix .text .type nap_profile_data_valid, @function nap_profile_data_valid: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax setne al movzx eax, al pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nap_profile_data_valid, .-nap_profile_data_valid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nap.c_nap_profile_data_valid.c" .text .align 2 .syntax unified .arm .fpu softvfp .type nap_profile_data_valid, %function nap_profile_data_valid: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size nap_profile_data_valid, .-nap_profile_data_valid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lodepng.c_lodepng_chunk_create.c" .intel_syntax noprefix .text .globl lodepng_chunk_create .type lodepng_chunk_create, @function lodepng_chunk_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, 80 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov DWORD PTR -52[rbp], edx mov QWORD PTR -64[rbp], rcx mov QWORD PTR -72[rbp], r8 mov rax, QWORD PTR -48[rbp] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -52[rbp] add rax, rdx add rax, 12 mov QWORD PTR -24[rbp], rax mov eax, DWORD PTR -52[rbp] add eax, 12 mov eax, eax cmp QWORD PTR -24[rbp], rax jb .L2 mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] cmp QWORD PTR -24[rbp], rax jnb .L3 .L2: mov eax, 77 jmp .L4 .L3: mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov rdx, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call lodepng_realloc@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L5 mov eax, 83 jmp .L4 .L5: mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR -16[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -48[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -48[rbp] mov rcx, QWORD PTR [rax] mov eax, DWORD PTR -52[rbp] sub rcx, rax mov rax, rcx sub rax, 12 add rax, rdx mov QWORD PTR -8[rbp], rax mov edx, DWORD PTR -52[rbp] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call lodepng_set32bitInt@PLT mov rax, QWORD PTR -64[rbp] movzx edx, BYTE PTR [rax] mov rax, QWORD PTR -8[rbp] add rax, 4 mov BYTE PTR [rax], dl mov rax, QWORD PTR -64[rbp] add rax, 1 movzx edx, BYTE PTR [rax] mov rax, QWORD PTR -8[rbp] add rax, 5 mov BYTE PTR [rax], dl mov rax, QWORD PTR -64[rbp] add rax, 2 movzx edx, BYTE PTR [rax] mov rax, QWORD PTR -8[rbp] add rax, 6 mov BYTE PTR [rax], dl mov rax, QWORD PTR -64[rbp] add rax, 3 movzx edx, BYTE PTR [rax] mov rax, QWORD PTR -8[rbp] add rax, 7 mov BYTE PTR [rax], dl mov DWORD PTR -28[rbp], 0 jmp .L6 .L7: mov edx, DWORD PTR -28[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov edx, DWORD PTR -28[rbp] add edx, 8 mov ecx, edx mov rdx, QWORD PTR -8[rbp] add rdx, rcx movzx eax, BYTE PTR [rax] mov BYTE PTR [rdx], al add DWORD PTR -28[rbp], 1 .L6: mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -52[rbp] jb .L7 mov rax, QWORD PTR -8[rbp] mov rdi, rax call lodepng_chunk_generate_crc@PLT mov eax, 0 .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size lodepng_chunk_create, .-lodepng_chunk_create .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lodepng.c_lodepng_chunk_create.c" .text .align 2 .global lodepng_chunk_create .syntax unified .arm .fpu softvfp .type lodepng_chunk_create, %function lodepng_chunk_create: @ args = 4, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] ldr r3, [fp, #-28] ldr r2, [r3] ldr r3, [fp, #-32] add r3, r2, r3 add r3, r3, #12 str r3, [fp, #-16] ldr r3, [fp, #-32] add r3, r3, #12 ldr r2, [fp, #-16] cmp r2, r3 bcc .L2 ldr r3, [fp, #-28] ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bcs .L3 .L2: mov r3, #77 b .L4 .L3: ldr r3, [fp, #-24] ldr r3, [r3] ldr r1, [fp, #-16] mov r0, r3 bl lodepng_realloc mov r3, r0 str r3, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L5 mov r3, #83 b .L4 .L5: ldr r3, [fp, #-24] ldr r2, [fp, #-12] str r2, [r3] ldr r3, [fp, #-28] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-24] ldr r2, [r3] ldr r3, [fp, #-28] ldr r1, [r3] ldr r3, [fp, #-32] sub r3, r1, r3 sub r3, r3, #12 add r3, r2, r3 str r3, [fp, #-8] ldr r1, [fp, #-32] ldr r0, [fp, #-8] bl lodepng_set32bitInt ldr r3, [fp, #-8] add r3, r3, #4 ldr r2, [fp, #-36] ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-36] add r2, r3, #1 ldr r3, [fp, #-8] add r3, r3, #5 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-36] add r2, r3, #2 ldr r3, [fp, #-8] add r3, r3, #6 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-36] add r2, r3, #3 ldr r3, [fp, #-8] add r3, r3, #7 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] mov r3, #0 str r3, [fp, #-20] b .L6 .L7: ldr r2, [fp, #4] ldr r3, [fp, #-20] add r2, r2, r3 ldr r3, [fp, #-20] add r3, r3, #8 ldr r1, [fp, #-8] add r3, r1, r3 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L6: ldr r2, [fp, #-20] ldr r3, [fp, #-32] cmp r2, r3 bcc .L7 ldr r0, [fp, #-8] bl lodepng_chunk_generate_crc mov r3, #0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size lodepng_chunk_create, .-lodepng_chunk_create .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_dm-era-target.c_era_io_hints.c" .intel_syntax noprefix .text .comm SECTOR_SHIFT,4,4 .type era_io_hints, @function era_io_hints: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR SECTOR_SHIFT[rip] mov ecx, eax sar edx, cl mov eax, edx mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -12[rbp], eax jl .L2 mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR -12[rbp] mov esi, edx mov edi, eax call do_div@PLT test rax, rax je .L4 .L2: mov rax, QWORD PTR -32[rbp] mov esi, 0 mov rdi, rax call blk_limits_io_min@PLT mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR SECTOR_SHIFT[rip] mov ecx, eax sal edx, cl mov rax, QWORD PTR -32[rbp] mov esi, edx mov rdi, rax call blk_limits_io_opt@PLT .L4: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size era_io_hints, .-era_io_hints .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_dm-era-target.c_era_io_hints.c" .text .comm SECTOR_SHIFT,4,4 .align 2 .syntax unified .arm .fpu softvfp .type era_io_hints, %function era_io_hints: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-12] ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L5 ldr r3, [r3] asr r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 blt .L2 ldr r3, [fp, #-12] ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-8] bl do_div mov r3, r0 cmp r3, #0 beq .L4 .L2: mov r1, #0 ldr r0, [fp, #-20] bl blk_limits_io_min ldr r3, [fp, #-12] ldr r2, [r3] ldr r3, .L5 ldr r3, [r3] lsl r3, r2, r3 mov r1, r3 ldr r0, [fp, #-20] bl blk_limits_io_opt .L4: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word SECTOR_SHIFT .size era_io_hints, .-era_io_hints .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_skynet_socket.h_skynet_socket_send_lowpriority.c" .intel_syntax noprefix .text .type skynet_socket_send_lowpriority, @function skynet_socket_send_lowpriority: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov QWORD PTR -40[rbp], rdx mov DWORD PTR -32[rbp], ecx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov ecx, DWORD PTR -32[rbp] mov rdx, QWORD PTR -40[rbp] mov esi, DWORD PTR -28[rbp] lea rax, -12[rbp] mov rdi, rax call sendbuffer_init_@PLT lea rdx, -12[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call skynet_socket_sendbuffer_lowpriority@PLT mov rdi, QWORD PTR -8[rbp] xor rdi, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size skynet_socket_send_lowpriority, .-skynet_socket_send_lowpriority .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_skynet_socket.h_skynet_socket_send_lowpriority.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type skynet_socket_send_lowpriority, %function skynet_socket_send_lowpriority: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] str r3, [fp, #-28] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r0, fp, #12 ldr r3, [fp, #-28] ldr r2, [fp, #-24] ldr r1, [fp, #-20] bl sendbuffer_init_ sub r3, fp, #12 mov r1, r3 ldr r0, [fp, #-16] bl skynet_socket_sendbuffer_lowpriority mov r3, r0 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 .LC0 .size skynet_socket_send_lowpriority, .-skynet_socket_send_lowpriority .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_libfs.c_generic_check_addressable.c" .intel_syntax noprefix .text .comm EFBIG,4,4 .comm EINVAL,4,4 .comm PAGE_SHIFT,4,4 .globl generic_check_addressable .type generic_check_addressable, @function generic_check_addressable: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov eax, DWORD PTR -24[rbp] sub eax, 1 mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR PAGE_SHIFT[rip] sub eax, DWORD PTR -20[rbp] mov edx, DWORD PTR -8[rbp] mov ecx, eax shr edx, cl mov eax, edx mov DWORD PTR -4[rbp], eax cmp DWORD PTR -24[rbp], 0 sete al movzx eax, al mov edi, eax call unlikely@PLT test rax, rax je .L2 mov eax, 0 jmp .L3 .L2: cmp DWORD PTR -20[rbp], 8 jbe .L4 mov eax, DWORD PTR PAGE_SHIFT[rip] cmp DWORD PTR -20[rbp], eax jbe .L5 .L4: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L5: mov eax, DWORD PTR -20[rbp] sub eax, 9 mov edx, -1 mov ecx, eax shr edx, cl mov eax, edx cmp DWORD PTR -8[rbp], eax jbe .L6 mov eax, DWORD PTR EFBIG[rip] neg eax jmp .L3 .L6: mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size generic_check_addressable, .-generic_check_addressable .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_libfs.c_generic_check_addressable.c" .text .comm EFBIG,4,4 .comm EINVAL,4,4 .comm PAGE_SHIFT,4,4 .align 2 .global generic_check_addressable .syntax unified .arm .fpu softvfp .type generic_check_addressable, %function generic_check_addressable: @ 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] sub r3, r3, #1 str r3, [fp, #-12] ldr r3, .L7 ldr r2, [r3] ldr r3, [fp, #-16] sub r3, r2, r3 ldr r2, [fp, #-12] lsr r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-20] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl unlikely mov r3, r0 cmp r3, #0 beq .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #-16] cmp r3, #8 bls .L4 ldr r3, .L7 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bls .L5 .L4: ldr r3, .L7+4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L5: ldr r3, [fp, #-16] sub r3, r3, #9 mvn r2, #0 lsr r3, r2, r3 ldr r2, [fp, #-12] cmp r2, r3 bls .L6 ldr r3, .L7+8 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L6: mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word PAGE_SHIFT .word EINVAL .word EFBIG .size generic_check_addressable, .-generic_check_addressable .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_map.c_hash.c" .intel_syntax noprefix .text .globl hash .type hash, @function hash: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov DWORD PTR -12[rbp], edx mov eax, DWORD PTR -4[rbp] mov edi, eax call hash_int@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] mov edi, eax call hash_int@PLT mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] mov edi, eax call hash_int@PLT mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] xor eax, DWORD PTR -8[rbp] xor eax, DWORD PTR -12[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hash, .-hash .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_map.c_hash.c" .text .align 2 .global hash .syntax unified .arm .fpu softvfp .type hash, %function hash: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r0, [fp, #-8] bl hash_int str r0, [fp, #-8] ldr r0, [fp, #-12] bl hash_int str r0, [fp, #-12] ldr r0, [fp, #-16] bl hash_int str r0, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r2, r2, r3 ldr r3, [fp, #-16] eor r3, r3, r2 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size hash, .-hash .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_window.c_sqlite3WindowListDelete.c" .intel_syntax noprefix .text .globl sqlite3WindowListDelete .type sqlite3WindowListDelete, @function sqlite3WindowListDelete: .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 jmp .L2 .L3: mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call sqlite3WindowDelete@PLT mov rax, QWORD PTR -8[rbp] mov QWORD PTR -32[rbp], rax .L2: cmp QWORD PTR -32[rbp], 0 jne .L3 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sqlite3WindowListDelete, .-sqlite3WindowListDelete .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_window.c_sqlite3WindowListDelete.c" .text .align 2 .global sqlite3WindowListDelete .syntax unified .arm .fpu softvfp .type sqlite3WindowListDelete, %function sqlite3WindowListDelete: @ 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] b .L2 .L3: ldr r3, [fp, #-20] ldr r3, [r3] str r3, [fp, #-8] ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl sqlite3WindowDelete ldr r3, [fp, #-8] str r3, [fp, #-20] .L2: ldr r3, [fp, #-20] cmp r3, #0 bne .L3 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size sqlite3WindowListDelete, .-sqlite3WindowListDelete .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_glock.c___gfs2_glock_queue_work.c" .intel_syntax noprefix .text .comm glock_workqueue,4,4 .type __gfs2_glock_queue_work, @function __gfs2_glock_queue_work: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -8[rbp] lea rcx, 4[rax] mov eax, DWORD PTR glock_workqueue[rip] mov rdx, QWORD PTR -16[rbp] mov rsi, rcx mov edi, eax call queue_delayed_work@PLT test eax, eax jne .L3 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] cmp eax, 1 setle al movzx edx, al mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call GLOCK_BUG_ON@PLT mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx .L3: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size __gfs2_glock_queue_work, .-__gfs2_glock_queue_work .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_glock.c___gfs2_glock_queue_work.c" .text .comm glock_workqueue,4,4 .align 2 .syntax unified .arm .fpu softvfp .type __gfs2_glock_queue_work, %function __gfs2_glock_queue_work: @ 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, .L4 ldr r0, [r3] ldr r3, [fp, #-8] add r3, r3, #4 ldr r2, [fp, #-12] mov r1, r3 bl queue_delayed_work mov r3, r0 cmp r3, #0 bne .L3 ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #1 movle r3, #1 movgt r3, #0 and r3, r3, #255 mov r1, r3 ldr r0, [fp, #-8] bl GLOCK_BUG_ON ldr r3, [fp, #-8] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-8] str r2, [r3] .L3: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word glock_workqueue .size __gfs2_glock_queue_work, .-__gfs2_glock_queue_work .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_snd-go7007.c_go7007_snd_hw_free.c" .intel_syntax noprefix .text .type go7007_snd_hw_free, @function go7007_snd_hw_free: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rdi, rax call snd_pcm_substream_chip@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], 0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] test rax, rax jle .L2 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR 8[rax] mov edi, eax call vfree@PLT .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR [rax], 0 mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size go7007_snd_hw_free, .-go7007_snd_hw_free .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_snd-go7007.c_go7007_snd_hw_free.c" .text .align 2 .syntax unified .arm .fpu softvfp .type go7007_snd_hw_free, %function go7007_snd_hw_free: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r0, [fp, #-16] bl snd_pcm_substream_chip str r0, [fp, #-8] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3] ldr r3, [fp, #-16] ldr r3, [r3] ldr r3, [r3] cmp r3, #0 ble .L2 ldr r3, [fp, #-16] ldr r3, [r3] ldr r3, [r3, #4] mov r0, r3 bl vfree .L2: ldr r3, [fp, #-16] ldr r3, [r3] mov r2, #0 str r2, [r3] mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size go7007_snd_hw_free, .-go7007_snd_hw_free .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_vcn_v1_0.c_vcn_v1_0_enc_ring_get_wptr.c" .intel_syntax noprefix .text .comm UVD,4,4 .comm mmUVD_RB_WPTR,4,4 .comm mmUVD_RB_WPTR2,4,4 .type vcn_v1_0_enc_ring_get_wptr, @function vcn_v1_0_enc_ring_get_wptr: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] cmp QWORD PTR -24[rbp], rax jne .L2 mov edx, DWORD PTR mmUVD_RB_WPTR[rip] mov eax, DWORD PTR UVD[rip] mov esi, 0 mov edi, eax call RREG32_SOC15@PLT jmp .L3 .L2: mov edx, DWORD PTR mmUVD_RB_WPTR2[rip] mov eax, DWORD PTR UVD[rip] mov esi, 0 mov edi, eax call RREG32_SOC15@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size vcn_v1_0_enc_ring_get_wptr, .-vcn_v1_0_enc_ring_get_wptr .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_vcn_v1_0.c_vcn_v1_0_enc_ring_get_wptr.c" .text .comm UVD,4,4 .comm mmUVD_RB_WPTR,4,4 .comm mmUVD_RB_WPTR2,4,4 .align 2 .syntax unified .arm .fpu softvfp .type vcn_v1_0_enc_ring_get_wptr, %function vcn_v1_0_enc_ring_get_wptr: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L2 ldr r3, .L4 ldr r3, [r3] ldr r2, .L4+4 ldr r2, [r2] mov r1, #0 mov r0, r3 bl RREG32_SOC15 mov r3, r0 b .L3 .L2: ldr r3, .L4 ldr r3, [r3] ldr r2, .L4+8 ldr r2, [r2] mov r1, #0 mov r0, r3 bl RREG32_SOC15 mov r3, r0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word UVD .word mmUVD_RB_WPTR .word mmUVD_RB_WPTR2 .size vcn_v1_0_enc_ring_get_wptr, .-vcn_v1_0_enc_ring_get_wptr .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_tumbler.c_tumbler_get_mono.c" .intel_syntax noprefix .text .comm ENODEV,4,4 .type tumbler_get_mono, @function tumbler_get_mono: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -40[rbp] mov rdi, rax call snd_kcontrol_chip@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, DWORD PTR ENODEV[rip] neg eax jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] sal rax, 2 add rdx, rax mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR [rdx] mov DWORD PTR [rax], edx mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size tumbler_get_mono, .-tumbler_get_mono .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_tumbler.c_tumbler_get_mono.c" .text .comm ENODEV,4,4 .align 2 .syntax unified .arm .fpu softvfp .type tumbler_get_mono, %function tumbler_get_mono: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-16] ldr r0, [fp, #-24] bl snd_kcontrol_chip str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 ldr r3, .L4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, [fp, #-16] ldr r3, [r3] lsl r3, r3, #2 add r2, r2, r3 ldr r3, [fp, #-28] ldr r3, [r3] ldr r2, [r2] str r2, [r3] mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word ENODEV .size tumbler_get_mono, .-tumbler_get_mono .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_prof.c_prof_gctx_finish.c" .intel_syntax noprefix .text .comm prof_tctx_finish_iter,4,4 .type prof_gctx_finish, @function prof_gctx_finish: .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 QWORD PTR -64[rbp], rsi mov rax, QWORD PTR -56[rbp] mov esi, 0 mov rdi, rax call prof_tdata_get@PLT mov QWORD PTR -40[rbp], rax jmp .L2 .L7: mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -64[rbp] mov rsi, rdx mov rdi, rax call gctx_tree_remove@PLT mov rax, QWORD PTR -32[rbp] mov ebx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov rdi, rax call tsd_tsdn@PLT mov esi, ebx mov rdi, rax call malloc_mutex_lock@PLT mov QWORD PTR -48[rbp], 0 .L5: mov rax, QWORD PTR -56[rbp] mov rdi, rax call tsd_tsdn@PLT mov rcx, rax mov edx, DWORD PTR prof_tctx_finish_iter[rip] mov rax, QWORD PTR -32[rbp] lea rdi, 8[rax] mov rax, QWORD PTR -48[rbp] mov rsi, rax call tctx_tree_iter@PLT mov QWORD PTR -24[rbp], rax cmp QWORD PTR -24[rbp], 0 je .L3 mov rax, QWORD PTR -32[rbp] lea rdx, 8[rax] mov rax, QWORD PTR -24[rbp] mov rsi, rax mov rdi, rdx call tctx_tree_next@PLT mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -32[rbp] lea rdx, 8[rax] mov rax, QWORD PTR -24[rbp] mov rsi, rax mov rdi, rdx call tctx_tree_remove@PLT mov rax, QWORD PTR -56[rbp] mov rdi, rax call tsd_tsdn@PLT mov rdi, rax mov rax, QWORD PTR -24[rbp] mov r9d, 1 mov r8d, 1 mov ecx, 0 mov edx, 0 mov rsi, rax call idalloctm@PLT jmp .L4 .L3: mov QWORD PTR -48[rbp], 0 .L4: cmp QWORD PTR -48[rbp], 0 jne .L5 mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR 4[rax] lea edx, -1[rax] mov rax, QWORD PTR -32[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -32[rbp] mov rdi, rax call prof_gctx_should_destroy@PLT test rax, rax je .L6 mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR 4[rax] lea edx, 1[rax] mov rax, QWORD PTR -32[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -32[rbp] mov ebx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov rdi, rax call tsd_tsdn@PLT mov esi, ebx mov rdi, rax call malloc_mutex_unlock@PLT mov rcx, QWORD PTR -40[rbp] mov rdx, QWORD PTR -32[rbp] mov rsi, QWORD PTR -40[rbp] mov rax, QWORD PTR -56[rbp] mov rdi, rax call prof_gctx_try_destroy@PLT jmp .L2 .L6: mov rax, QWORD PTR -32[rbp] mov ebx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov rdi, rax call tsd_tsdn@PLT mov esi, ebx mov rdi, rax call malloc_mutex_unlock@PLT .L2: mov rax, QWORD PTR -64[rbp] mov rdi, rax call gctx_tree_first@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 jne .L7 nop nop add rsp, 56 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size prof_gctx_finish, .-prof_gctx_finish .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_prof.c_prof_gctx_finish.c" .text .comm prof_tctx_finish_iter,4,4 .align 2 .syntax unified .arm .fpu softvfp .type prof_gctx_finish, %function prof_gctx_finish: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #32 str r0, [fp, #-32] str r1, [fp, #-36] mov r1, #0 ldr r0, [fp, #-32] bl prof_tdata_get str r0, [fp, #-24] b .L2 .L7: ldr r1, [fp, #-20] ldr r0, [fp, #-36] bl gctx_tree_remove ldr r0, [fp, #-32] bl tsd_tsdn mov r2, r0 ldr r3, [fp, #-20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl malloc_mutex_lock mov r3, #0 str r3, [fp, #-28] .L5: ldr r3, [fp, #-20] add r4, r3, #8 ldr r3, .L8 ldr r5, [r3] ldr r0, [fp, #-32] bl tsd_tsdn mov r3, r0 mov r2, r5 ldr r1, [fp, #-28] mov r0, r4 bl tctx_tree_iter str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 beq .L3 ldr r3, [fp, #-20] add r3, r3, #8 ldr r1, [fp, #-16] mov r0, r3 bl tctx_tree_next str r0, [fp, #-28] ldr r3, [fp, #-20] add r3, r3, #8 ldr r1, [fp, #-16] mov r0, r3 bl tctx_tree_remove ldr r0, [fp, #-32] bl tsd_tsdn mov r3, #1 str r3, [sp, #4] mov r3, #1 str r3, [sp] mov r3, #0 mov r2, #0 ldr r1, [fp, #-16] bl idalloctm b .L4 .L3: mov r3, #0 str r3, [fp, #-28] .L4: ldr r3, [fp, #-28] cmp r3, #0 bne .L5 ldr r3, [fp, #-20] ldr r3, [r3, #4] sub r2, r3, #1 ldr r3, [fp, #-20] str r2, [r3, #4] ldr r0, [fp, #-20] bl prof_gctx_should_destroy mov r3, r0 cmp r3, #0 beq .L6 ldr r3, [fp, #-20] ldr r3, [r3, #4] add r2, r3, #1 ldr r3, [fp, #-20] str r2, [r3, #4] ldr r0, [fp, #-32] bl tsd_tsdn mov r2, r0 ldr r3, [fp, #-20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl malloc_mutex_unlock ldr r3, [fp, #-24] ldr r2, [fp, #-20] ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl prof_gctx_try_destroy b .L2 .L6: ldr r0, [fp, #-32] bl tsd_tsdn mov r2, r0 ldr r3, [fp, #-20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl malloc_mutex_unlock .L2: ldr r0, [fp, #-36] bl gctx_tree_first str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bne .L7 nop nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L9: .align 2 .L8: .word prof_tctx_finish_iter .size prof_gctx_finish, .-prof_gctx_finish .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_master.c_i3c_master_check_ops.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .type i3c_master_check_ops, @function i3c_master_check_ops: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi cmp QWORD PTR -8[rbp], 0 je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 40[rax] test eax, eax je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 36[rax] test eax, eax je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 32[rax] test eax, eax je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 28[rax] test eax, eax je .L2 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 24[rax] test eax, eax jne .L3 .L2: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L4 .L3: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 12[rax] test eax, eax je .L6 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 8[rax] test eax, eax je .L6 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] test eax, eax je .L6 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] test eax, eax jne .L5 .L6: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L4 .L5: mov eax, 0 .L4: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size i3c_master_check_ops, .-i3c_master_check_ops .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_master.c_i3c_master_check_ops.c" .text .comm EINVAL,4,4 .align 2 .syntax unified .arm .fpu softvfp .type i3c_master_check_ops, %function i3c_master_check_ops: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #36] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #32] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #28] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #24] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3, #20] cmp r3, #0 bne .L3 .L2: ldr r3, .L7 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L3: ldr r3, [fp, #-8] ldr r3, [r3, #16] cmp r3, #0 beq .L5 ldr r3, [fp, #-8] ldr r3, [r3, #12] cmp r3, #0 beq .L6 ldr r3, [fp, #-8] ldr r3, [r3, #8] cmp r3, #0 beq .L6 ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 beq .L6 ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 bne .L5 .L6: ldr r3, .L7 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L5: mov r3, #0 .L4: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L8: .align 2 .L7: .word EINVAL .size i3c_master_check_ops, .-i3c_master_check_ops .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_request_key.c_request_key_tag.c" .intel_syntax noprefix .text .comm KEY_ALLOC_IN_QUOTA,4,4 .globl request_key_tag .type request_key_tag, @function request_key_tag: .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 QWORD PTR -64[rbp], rcx mov QWORD PTR -16[rbp], 0 cmp QWORD PTR -64[rbp], 0 je .L2 mov rax, QWORD PTR -64[rbp] mov rdi, rax call strlen@PLT mov QWORD PTR -16[rbp], rax .L2: mov edi, DWORD PTR KEY_ALLOC_IN_QUOTA[rip] mov r8, QWORD PTR -16[rbp] mov rcx, QWORD PTR -64[rbp] mov rdx, QWORD PTR -56[rbp] mov rsi, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] push rdi push 0 mov r9d, 0 mov rdi, rax call request_key_and_link@PLT add rsp, 16 mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rdi, rax call IS_ERR@PLT test eax, eax jne .L3 mov rax, QWORD PTR -8[rbp] mov esi, 0 mov rdi, rax call wait_for_key_construction@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jns .L3 mov rax, QWORD PTR -8[rbp] mov rdi, rax call key_put@PLT mov eax, DWORD PTR -20[rbp] mov edi, eax call ERR_PTR@PLT jmp .L4 .L3: mov rax, QWORD PTR -8[rbp] .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size request_key_tag, .-request_key_tag .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_request_key.c_request_key_tag.c" .text .comm KEY_ALLOC_IN_QUOTA,4,4 .align 2 .global request_key_tag .syntax unified .arm .fpu softvfp .type request_key_tag, %function request_key_tag: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] mov r3, #0 str r3, [fp, #-16] ldr r3, [fp, #-36] cmp r3, #0 beq .L2 ldr r0, [fp, #-36] bl strlen str r0, [fp, #-16] .L2: ldr r3, .L5 ldr r3, [r3] str r3, [sp, #12] mov r3, #0 str r3, [sp, #8] mov r3, #0 str r3, [sp, #4] ldr r3, [fp, #-16] str r3, [sp] ldr r3, [fp, #-36] ldr r2, [fp, #-32] ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl request_key_and_link str r0, [fp, #-12] ldr r0, [fp, #-12] bl IS_ERR mov r3, r0 cmp r3, #0 bne .L3 mov r1, #0 ldr r0, [fp, #-12] bl wait_for_key_construction str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bge .L3 ldr r0, [fp, #-12] bl key_put ldr r0, [fp, #-8] bl ERR_PTR mov r3, r0 b .L4 .L3: ldr r3, [fp, #-12] .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word KEY_ALLOC_IN_QUOTA .size request_key_tag, .-request_key_tag .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lima_gem.c_lima_gem_object_close.c" .intel_syntax noprefix .text .globl lima_gem_object_close .type lima_gem_object_close, @function lima_gem_object_close: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR -40[rbp] mov rdi, rax call to_lima_bo@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call to_lima_drm_priv@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call lima_vm_bo_del@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size lima_gem_object_close, .-lima_gem_object_close .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lima_gem.c_lima_gem_object_close.c" .text .align 2 .global lima_gem_object_close .syntax unified .arm .fpu softvfp .type lima_gem_object_close, %function lima_gem_object_close: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r0, [fp, #-24] bl to_lima_bo str r0, [fp, #-16] ldr r0, [fp, #-28] bl to_lima_drm_priv str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-8] ldr r1, [fp, #-16] ldr r0, [fp, #-8] bl lima_vm_bo_del nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size lima_gem_object_close, .-lima_gem_object_close .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_minilua.c_luaL_loadfile.c" .intel_syntax noprefix .text .comm EOF,4,4 .comm getF,4,4 .comm stdin,8,8 .section .rodata .LC0: .string "=stdin" .LC1: .string "@%s" .LC2: .string "r" .LC3: .string "open" .LC4: .string "rb" .LC5: .string "reopen" .LC6: .string "read" .text .type luaL_loadfile, @function luaL_loadfile: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -56[rbp] mov rdi, rax call lua_gettop@PLT add eax, 1 mov DWORD PTR -44[rbp], eax mov DWORD PTR -32[rbp], 0 cmp QWORD PTR -64[rbp], 0 jne .L2 mov rax, QWORD PTR -56[rbp] lea rsi, .LC0[rip] mov rdi, rax call lua_pushliteral@PLT mov rax, QWORD PTR stdin[rip] mov QWORD PTR -24[rbp], rax jmp .L3 .L2: mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -56[rbp] lea rsi, .LC1[rip] mov rdi, rax call lua_pushfstring@PLT mov rax, QWORD PTR -64[rbp] lea rsi, .LC2[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] test rax, rax jne .L3 mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -56[rbp] lea rsi, .LC3[rip] mov rdi, rax call errfile@PLT jmp .L14 .L3: mov rax, QWORD PTR -24[rbp] mov rdi, rax call getc@PLT mov DWORD PTR -48[rbp], eax cmp DWORD PTR -48[rbp], 35 jne .L5 mov DWORD PTR -32[rbp], 1 nop .L7: mov rax, QWORD PTR -24[rbp] mov rdi, rax call getc@PLT mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR EOF[rip] cmp DWORD PTR -48[rbp], eax je .L6 cmp DWORD PTR -48[rbp], 10 jne .L7 .L6: cmp DWORD PTR -48[rbp], 10 jne .L5 mov rax, QWORD PTR -24[rbp] mov rdi, rax call getc@PLT mov DWORD PTR -48[rbp], eax .L5: mov eax, 27 movsx eax, al cmp DWORD PTR -48[rbp], eax jne .L8 cmp QWORD PTR -64[rbp], 0 je .L8 mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -64[rbp] lea rsi, .LC4[rip] mov rdi, rax call freopen@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] test rax, rax jne .L16 mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -56[rbp] lea rsi, .LC5[rip] mov rdi, rax call errfile@PLT jmp .L14 .L16: nop .L11: mov rax, QWORD PTR -24[rbp] mov rdi, rax call getc@PLT mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR EOF[rip] cmp DWORD PTR -48[rbp], eax je .L10 mov eax, 27 movsx eax, al cmp DWORD PTR -48[rbp], eax jne .L11 .L10: mov DWORD PTR -32[rbp], 0 .L8: mov rdx, QWORD PTR -24[rbp] mov eax, DWORD PTR -48[rbp] mov rsi, rdx mov edi, eax call ungetc@PLT mov rax, QWORD PTR -56[rbp] mov esi, -1 mov rdi, rax call lua_tostring@PLT mov ecx, eax mov esi, DWORD PTR getF[rip] lea rdx, -32[rbp] mov rax, QWORD PTR -56[rbp] mov rdi, rax call lua_load@PLT mov DWORD PTR -40[rbp], eax mov rax, QWORD PTR -24[rbp] mov rdi, rax call ferror@PLT mov DWORD PTR -36[rbp], eax cmp QWORD PTR -64[rbp], 0 je .L12 mov rax, QWORD PTR -24[rbp] mov rdi, rax call fclose@PLT .L12: cmp DWORD PTR -36[rbp], 0 je .L13 mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call lua_settop@PLT mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -56[rbp] lea rsi, .LC6[rip] mov rdi, rax call errfile@PLT jmp .L14 .L13: mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call lua_remove@PLT mov eax, DWORD PTR -40[rbp] .L14: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L15 call __stack_chk_fail@PLT .L15: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size luaL_loadfile, .-luaL_loadfile .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_minilua.c_luaL_loadfile.c" .text .comm EOF,4,4 .comm getF,4,4 .comm stdin,4,4 .section .rodata .align 2 .LC0: .ascii "=stdin\000" .align 2 .LC1: .ascii "@%s\000" .align 2 .LC2: .ascii "r\000" .align 2 .LC3: .ascii "open\000" .align 2 .LC4: .ascii "rb\000" .align 2 .LC5: .ascii "reopen\000" .align 2 .LC6: .ascii "read\000" .align 2 .LC7: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type luaL_loadfile, %function luaL_loadfile: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #44 str r0, [fp, #-48] str r1, [fp, #-52] ldr r3, .L17 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r0, [fp, #-48] bl lua_gettop mov r3, r0 add r3, r3, #1 str r3, [fp, #-36] mov r3, #0 str r3, [fp, #-24] ldr r3, [fp, #-52] cmp r3, #0 bne .L2 ldr r1, .L17+4 ldr r0, [fp, #-48] bl lua_pushliteral ldr r3, .L17+8 ldr r3, [r3] str r3, [fp, #-20] b .L3 .L2: ldr r2, [fp, #-52] ldr r1, .L17+12 ldr r0, [fp, #-48] bl lua_pushfstring ldr r1, .L17+16 ldr r0, [fp, #-52] bl fopen mov r3, r0 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bne .L3 ldr r2, [fp, #-36] ldr r1, .L17+20 ldr r0, [fp, #-48] bl errfile mov r3, r0 b .L14 .L3: ldr r3, [fp, #-20] mov r0, r3 bl getc str r0, [fp, #-40] ldr r3, [fp, #-40] cmp r3, #35 bne .L5 mov r3, #1 str r3, [fp, #-24] nop .L7: ldr r3, [fp, #-20] mov r0, r3 bl getc str r0, [fp, #-40] ldr r3, .L17+24 ldr r3, [r3] ldr r2, [fp, #-40] cmp r2, r3 beq .L6 ldr r3, [fp, #-40] cmp r3, #10 bne .L7 .L6: ldr r3, [fp, #-40] cmp r3, #10 bne .L5 ldr r3, [fp, #-20] mov r0, r3 bl getc str r0, [fp, #-40] .L5: mov r3, #27 mov r2, r3 ldr r3, [fp, #-40] cmp r3, r2 bne .L8 ldr r3, [fp, #-52] cmp r3, #0 beq .L8 ldr r3, [fp, #-20] mov r2, r3 ldr r1, .L17+28 ldr r0, [fp, #-52] bl freopen mov r3, r0 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bne .L16 ldr r2, [fp, #-36] ldr r1, .L17+32 ldr r0, [fp, #-48] bl errfile mov r3, r0 b .L14 .L16: nop .L11: ldr r3, [fp, #-20] mov r0, r3 bl getc str r0, [fp, #-40] ldr r3, .L17+24 ldr r3, [r3] ldr r2, [fp, #-40] cmp r2, r3 beq .L10 mov r3, #27 mov r2, r3 ldr r3, [fp, #-40] cmp r3, r2 bne .L11 .L10: mov r3, #0 str r3, [fp, #-24] .L8: ldr r3, [fp, #-20] mov r1, r3 ldr r0, [fp, #-40] bl ungetc ldr r3, .L17+36 ldr r4, [r3] mvn r1, #0 ldr r0, [fp, #-48] bl lua_tostring mov r3, r0 sub r2, fp, #24 mov r1, r4 ldr r0, [fp, #-48] bl lua_load str r0, [fp, #-32] ldr r3, [fp, #-20] mov r0, r3 bl ferror str r0, [fp, #-28] ldr r3, [fp, #-52] cmp r3, #0 beq .L12 ldr r3, [fp, #-20] mov r0, r3 bl fclose .L12: ldr r3, [fp, #-28] cmp r3, #0 beq .L13 ldr r1, [fp, #-36] ldr r0, [fp, #-48] bl lua_settop ldr r2, [fp, #-36] ldr r1, .L17+40 ldr r0, [fp, #-48] bl errfile mov r3, r0 b .L14 .L13: ldr r1, [fp, #-36] ldr r0, [fp, #-48] bl lua_remove ldr r3, [fp, #-32] .L14: ldr r2, .L17 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L15 bl __stack_chk_fail .L15: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L18: .align 2 .L17: .word .LC7 .word .LC0 .word stdin .word .LC1 .word .LC2 .word .LC3 .word EOF .word .LC4 .word .LC5 .word getF .word .LC6 .size luaL_loadfile, .-luaL_loadfile .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cpufreq_dt.c_cpufreq_dt_identify.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "clocks" .LC1: .string "cpu-supply" .LC2: .string "cpu0-supply" .LC3: .string "operating-points" .LC4: .string "operating-points-v2" .LC5: .string "cpufreq_dt" .LC6: .string "add cpufreq_dt child failed\n" .text .type cpufreq_dt_identify, @function cpufreq_dt_identify: .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, DWORD PTR -28[rbp] mov edi, eax call ofw_bus_get_node@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] lea rsi, .LC0[rip] mov edi, eax call OF_hasprop@PLT test eax, eax je .L7 mov eax, DWORD PTR -4[rbp] lea rsi, .LC1[rip] mov edi, eax call OF_hasprop@PLT test eax, eax jne .L3 mov eax, DWORD PTR -4[rbp] lea rsi, .LC2[rip] mov edi, eax call OF_hasprop@PLT test eax, eax je .L7 .L3: mov eax, DWORD PTR -4[rbp] lea rsi, .LC3[rip] mov edi, eax call OF_hasprop@PLT test eax, eax jne .L5 mov eax, DWORD PTR -4[rbp] lea rsi, .LC4[rip] mov edi, eax call OF_hasprop@PLT test eax, eax je .L8 .L5: mov eax, DWORD PTR -28[rbp] mov edx, -1 lea rsi, .LC5[rip] mov edi, eax call device_find_child@PLT test rax, rax jne .L9 mov eax, DWORD PTR -28[rbp] mov ecx, -1 lea rdx, .LC5[rip] mov esi, 0 mov edi, eax call BUS_ADD_CHILD@PLT test rax, rax jne .L1 mov eax, DWORD PTR -28[rbp] lea rsi, .LC6[rip] mov edi, eax call device_printf@PLT jmp .L1 .L7: nop jmp .L1 .L8: nop jmp .L1 .L9: nop .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cpufreq_dt_identify, .-cpufreq_dt_identify .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cpufreq_dt.c_cpufreq_dt_identify.c" .text .section .rodata .align 2 .LC0: .ascii "clocks\000" .align 2 .LC1: .ascii "cpu-supply\000" .align 2 .LC2: .ascii "cpu0-supply\000" .align 2 .LC3: .ascii "operating-points\000" .align 2 .LC4: .ascii "operating-points-v2\000" .align 2 .LC5: .ascii "cpufreq_dt\000" .align 2 .LC6: .ascii "add cpufreq_dt child failed\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type cpufreq_dt_identify, %function cpufreq_dt_identify: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r0, [fp, #-20] bl ofw_bus_get_node str r0, [fp, #-8] ldr r1, .L10 ldr r0, [fp, #-8] bl OF_hasprop mov r3, r0 cmp r3, #0 beq .L7 ldr r1, .L10+4 ldr r0, [fp, #-8] bl OF_hasprop mov r3, r0 cmp r3, #0 bne .L3 ldr r1, .L10+8 ldr r0, [fp, #-8] bl OF_hasprop mov r3, r0 cmp r3, #0 beq .L7 .L3: ldr r1, .L10+12 ldr r0, [fp, #-8] bl OF_hasprop mov r3, r0 cmp r3, #0 bne .L5 ldr r1, .L10+16 ldr r0, [fp, #-8] bl OF_hasprop mov r3, r0 cmp r3, #0 beq .L8 .L5: mvn r2, #0 ldr r1, .L10+20 ldr r0, [fp, #-20] bl device_find_child mov r3, r0 cmp r3, #0 bne .L9 mvn r3, #0 ldr r2, .L10+20 mov r1, #0 ldr r0, [fp, #-20] bl BUS_ADD_CHILD mov r3, r0 cmp r3, #0 bne .L1 ldr r1, .L10+24 ldr r0, [fp, #-20] bl device_printf b .L1 .L7: nop b .L1 .L8: nop b .L1 .L9: nop .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .L11: .align 2 .L10: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .size cpufreq_dt_identify, .-cpufreq_dt_identify .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_rational.c_av_q2intfloat.c" .intel_syntax noprefix .text .globl av_q2intfloat .type av_q2intfloat, @function av_q2intfloat: .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 -24[rbp], 0 mov eax, DWORD PTR -40[rbp] test eax, eax jns .L2 mov eax, DWORD PTR -40[rbp] neg eax mov DWORD PTR -40[rbp], eax mov eax, DWORD PTR -36[rbp] neg eax mov DWORD PTR -36[rbp], eax .L2: mov eax, DWORD PTR -36[rbp] test eax, eax jns .L3 mov eax, DWORD PTR -36[rbp] neg eax mov DWORD PTR -36[rbp], eax mov DWORD PTR -24[rbp], 1 .L3: mov eax, DWORD PTR -36[rbp] test eax, eax jne .L4 mov eax, DWORD PTR -40[rbp] test eax, eax jne .L4 mov eax, -4194304 jmp .L5 .L4: mov eax, DWORD PTR -36[rbp] test eax, eax jne .L6 mov eax, 0 jmp .L5 .L6: mov eax, DWORD PTR -40[rbp] test eax, eax jne .L7 mov eax, DWORD PTR -36[rbp] and eax, -2147483648 or eax, 2139095040 jmp .L5 .L7: mov eax, DWORD PTR -40[rbp] mov edi, eax call av_log2@PLT lea ebx, 23[rax] mov eax, DWORD PTR -36[rbp] mov edi, eax call av_log2@PLT sub ebx, eax mov eax, ebx mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 js .L8 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -20[rbp] mov esi, 1 mov ecx, eax sal rsi, cl mov rax, rsi mov ecx, eax mov eax, DWORD PTR -36[rbp] mov esi, ecx mov edi, eax call av_rescale@PLT mov DWORD PTR -28[rbp], eax jmp .L9 .L8: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -20[rbp] neg eax mov ecx, eax sal edx, cl mov eax, DWORD PTR -36[rbp] mov esi, 1 mov edi, eax call av_rescale@PLT mov DWORD PTR -28[rbp], eax .L9: cmp DWORD PTR -28[rbp], 16777215 setg al movzx eax, al sub DWORD PTR -20[rbp], eax cmp DWORD PTR -28[rbp], 8388607 setle al movzx eax, al add DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 js .L10 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -20[rbp] mov esi, 1 mov ecx, eax sal rsi, cl mov rax, rsi mov ecx, eax mov eax, DWORD PTR -36[rbp] mov esi, ecx mov edi, eax call av_rescale@PLT mov DWORD PTR -28[rbp], eax jmp .L11 .L10: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -20[rbp] neg eax mov ecx, eax sal edx, cl mov eax, DWORD PTR -36[rbp] mov esi, 1 mov edi, eax call av_rescale@PLT mov DWORD PTR -28[rbp], eax .L11: cmp DWORD PTR -28[rbp], 16777215 setle al movzx eax, al mov edi, eax call av_assert1@PLT cmp DWORD PTR -28[rbp], 8388607 setg al movzx eax, al mov edi, eax call av_assert1@PLT mov eax, DWORD PTR -24[rbp] sal eax, 31 mov edx, eax mov eax, 150 sub eax, DWORD PTR -20[rbp] sal eax, 23 or edx, eax mov eax, DWORD PTR -28[rbp] sub eax, 8388608 or eax, edx .L5: add rsp, 40 pop rbx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size av_q2intfloat, .-av_q2intfloat .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_rational.c_av_q2intfloat.c" .text .align 2 .global av_q2intfloat .syntax unified .arm .fpu softvfp .type av_q2intfloat, %function av_q2intfloat: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, fp, lr} add fp, sp, #24 sub sp, sp, #28 sub r3, fp, #52 stm r3, {r0, r1} mov r3, #0 str r3, [fp, #-36] ldr r3, [fp, #-52] cmp r3, #0 bge .L2 ldr r3, [fp, #-52] rsb r3, r3, #0 str r3, [fp, #-52] ldr r3, [fp, #-48] rsb r3, r3, #0 str r3, [fp, #-48] .L2: ldr r3, [fp, #-48] cmp r3, #0 bge .L3 ldr r3, [fp, #-48] rsb r3, r3, #0 str r3, [fp, #-48] mov r3, #1 str r3, [fp, #-36] .L3: ldr r3, [fp, #-48] cmp r3, #0 bne .L4 ldr r3, [fp, #-52] cmp r3, #0 bne .L4 ldr r3, .L12 b .L5 .L4: ldr r3, [fp, #-48] cmp r3, #0 bne .L6 mov r3, #0 b .L5 .L6: ldr r3, [fp, #-52] cmp r3, #0 bne .L7 ldr r3, [fp, #-48] and r3, r3, #-2147483648 orr r3, r3, #2130706432 orr r3, r3, #8388608 b .L5 .L7: ldr r3, [fp, #-52] mov r0, r3 bl av_log2 mov r3, r0 add r8, r3, #23 ldr r3, [fp, #-48] mov r0, r3 bl av_log2 mov r3, r0 sub r3, r8, r3 str r3, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 blt .L8 ldr lr, [fp, #-48] mov r2, #1 mov r3, #0 ldr r1, [fp, #-32] sub ip, r1, #32 rsb r0, r1, #32 lsl r7, r3, r1 orr r7, r7, r2, lsl ip orr r7, r7, r2, lsr r0 lsl r6, r2, r1 mov r1, r6 ldr r3, [fp, #-52] mov r2, r3 mov r0, lr bl av_rescale str r0, [fp, #-40] b .L9 .L8: ldr r0, [fp, #-48] ldr r2, [fp, #-52] ldr r3, [fp, #-32] rsb r3, r3, #0 lsl r3, r2, r3 mov r2, r3 mov r1, #1 bl av_rescale str r0, [fp, #-40] .L9: ldr r3, [fp, #-40] mvn r2, #-16777216 cmp r3, r2 movgt r3, #1 movle r3, #0 and r3, r3, #255 mov r2, r3 ldr r3, [fp, #-32] sub r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-40] cmp r3, #8388608 movlt r3, #1 movge r3, #0 and r3, r3, #255 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 blt .L10 ldr lr, [fp, #-48] mov r2, #1 mov r3, #0 ldr r1, [fp, #-32] sub ip, r1, #32 rsb r0, r1, #32 lsl r5, r3, r1 orr r5, r5, r2, lsl ip orr r5, r5, r2, lsr r0 lsl r4, r2, r1 mov r1, r4 ldr r3, [fp, #-52] mov r2, r3 mov r0, lr bl av_rescale str r0, [fp, #-40] b .L11 .L10: ldr r0, [fp, #-48] ldr r2, [fp, #-52] ldr r3, [fp, #-32] rsb r3, r3, #0 lsl r3, r2, r3 mov r2, r3 mov r1, #1 bl av_rescale str r0, [fp, #-40] .L11: ldr r3, [fp, #-40] mvn r2, #-16777216 cmp r3, r2 movle r3, #1 movgt r3, #0 and r3, r3, #255 mov r0, r3 bl av_assert1 ldr r3, [fp, #-40] cmp r3, #8388608 movge r3, #1 movlt r3, #0 and r3, r3, #255 mov r0, r3 bl av_assert1 ldr r3, [fp, #-36] lsl r2, r3, #31 ldr r3, [fp, #-32] rsb r3, r3, #150 lsl r3, r3, #23 orr r2, r2, r3 ldr r3, [fp, #-40] sub r3, r3, #8388608 orr r3, r2, r3 .L5: mov r0, r3 sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r7, r8, fp, pc} .L13: .align 2 .L12: .word -4194304 .size av_q2intfloat, .-av_q2intfloat .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_distributed_planner.c_CheckNodeCopyAndSerialization.c" .intel_syntax noprefix .text .type CheckNodeCopyAndSerialization, @function CheckNodeCopyAndSerialization: .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] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size CheckNodeCopyAndSerialization, .-CheckNodeCopyAndSerialization .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_distributed_planner.c_CheckNodeCopyAndSerialization.c" .text .align 2 .syntax unified .arm .fpu softvfp .type CheckNodeCopyAndSerialization, %function CheckNodeCopyAndSerialization: @ 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] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size CheckNodeCopyAndSerialization, .-CheckNodeCopyAndSerialization .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_vfs_syscalls.c_sys_fchflags.c" .intel_syntax noprefix .text .comm LK_RETRY,4,4 .comm LK_SHARED,4,4 .comm cap_fchflags_rights,4,4 .globl sys_fchflags .type sys_fchflags, @function sys_fchflags: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call AUDIT_ARG_FD@PLT mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] mov edi, eax call AUDIT_ARG_FFLAGS@PLT mov rax, QWORD PTR -48[rbp] mov esi, DWORD PTR 4[rax] lea rdx, -16[rbp] mov rax, QWORD PTR -40[rbp] mov rcx, rdx lea rdx, cap_fchflags_rights[rip] mov rdi, rax call getvnode@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L2 mov eax, DWORD PTR -20[rbp] jmp .L4 .L2: mov rax, QWORD PTR -48[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -16[rbp] mov ecx, DWORD PTR [rax] mov rax, QWORD PTR -40[rbp] mov esi, ecx mov rdi, rax call setfflags@PLT mov DWORD PTR -20[rbp], eax mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call fdrop@PLT mov eax, DWORD PTR -20[rbp] .L4: mov rcx, QWORD PTR -8[rbp] xor rcx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sys_fchflags, .-sys_fchflags .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_vfs_syscalls.c_sys_fchflags.c" .text .comm LK_RETRY,4,4 .comm LK_SHARED,4,4 .comm cap_fchflags_rights,4,4 .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global sys_fchflags .syntax unified .arm .fpu softvfp .type sys_fchflags, %function sys_fchflags: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-28] ldr r3, [r3, #4] mov r0, r3 bl AUDIT_ARG_FD ldr r3, [fp, #-28] ldr r3, [r3] mov r0, r3 bl AUDIT_ARG_FFLAGS ldr r3, [fp, #-28] ldr r1, [r3, #4] sub r3, fp, #16 ldr r2, .L6+4 ldr r0, [fp, #-24] bl getvnode str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 beq .L2 ldr r3, [fp, #-12] b .L4 .L2: ldr r3, [fp, #-16] ldr r1, [r3] ldr r3, [fp, #-28] ldr r3, [r3] mov r2, r3 ldr r0, [fp, #-24] bl setfflags str r0, [fp, #-12] ldr r3, [fp, #-16] ldr r1, [fp, #-24] mov r0, r3 bl fdrop ldr r3, [fp, #-12] .L4: ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC0 .word cap_fchflags_rights .size sys_fchflags, .-sys_fchflags .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hid-core.c_hid_parser_local.c" .intel_syntax noprefix .text .comm HID_MAX_USAGES,4,4 .section .rodata .LC0: .string "nested delimiters\n" .LC1: .string "bogus close delimiter\n" .LC2: .string "alternative usage ignored\n" .LC3: .string "ignoring exceeding usage max\n" .align 8 .LC4: .string "no more usage index available\n" .LC5: .string "hid_add_usage failed\n" .LC6: .string "unknown local item tag 0x%x\n" .text .type hid_parser_local, @function hid_parser_local: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov rdi, rax call item_udata@PLT mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] cmp eax, 131 je .L2 cmp eax, 131 jg .L3 cmp eax, 130 je .L4 cmp eax, 130 jg .L3 cmp eax, 128 je .L5 cmp eax, 129 je .L6 jmp .L3 .L2: cmp DWORD PTR -12[rbp], 0 je .L7 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax je .L8 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] lea rsi, .LC0[rip] mov rdi, rax call hid_err@PLT mov eax, -1 jmp .L9 .L8: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea edx, 1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] lea edx, 1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 4[rax], edx jmp .L10 .L7: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax jg .L11 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] lea rsi, .LC1[rip] mov rdi, rax call hid_err@PLT mov eax, -1 jmp .L9 .L11: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx .L10: mov eax, 0 jmp .L9 .L4: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] cmp eax, 1 jle .L12 lea rdi, .LC2[rip] mov eax, 0 call dbg_hid@PLT mov eax, 0 jmp .L9 .L12: mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR 4[rax] mov ecx, DWORD PTR -12[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call hid_add_usage@PLT jmp .L9 .L5: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] cmp eax, 1 jle .L13 lea rdi, .LC2[rip] mov eax, 0 call dbg_hid@PLT mov eax, 0 jmp .L9 .L13: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -12[rbp] mov DWORD PTR 8[rax], edx mov eax, 0 jmp .L9 .L6: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] cmp eax, 1 jle .L14 lea rdi, .LC2[rip] mov eax, 0 call dbg_hid@PLT mov eax, 0 jmp .L9 .L14: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] mov edx, DWORD PTR -12[rbp] sub edx, eax mov eax, edx mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 12[rax] mov eax, DWORD PTR -4[rbp] add edx, eax mov eax, DWORD PTR HID_MAX_USAGES[rip] cmp edx, eax jb .L15 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] mov rdi, rax call dev_name@PLT test eax, eax je .L16 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] lea rsi, .LC3[rip] mov rdi, rax call hid_warn@PLT .L16: mov edx, DWORD PTR HID_MAX_USAGES[rip] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 12[rax] sub edx, eax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] add eax, edx sub eax, 1 mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 jne .L15 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] lea rsi, .LC4[rip] mov rdi, rax call hid_err@PLT mov eax, -1 jmp .L9 .L15: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] mov DWORD PTR -8[rbp], eax jmp .L17 .L19: mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR 4[rax] mov ecx, DWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call hid_add_usage@PLT test eax, eax je .L18 lea rdi, .LC5[rip] mov eax, 0 call dbg_hid@PLT mov eax, -1 jmp .L9 .L18: add DWORD PTR -8[rbp], 1 .L17: mov eax, DWORD PTR -8[rbp] cmp eax, DWORD PTR -12[rbp] jbe .L19 mov eax, 0 jmp .L9 .L3: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC6[rip] mov eax, 0 call dbg_hid@PLT mov eax, 0 .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hid_parser_local, .-hid_parser_local .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hid-core.c_hid_parser_local.c" .text .comm HID_MAX_USAGES,4,4 .section .rodata .align 2 .LC0: .ascii "nested delimiters\012\000" .align 2 .LC1: .ascii "bogus close delimiter\012\000" .align 2 .LC2: .ascii "alternative usage ignored\012\000" .align 2 .LC3: .ascii "ignoring exceeding usage max\012\000" .align 2 .LC4: .ascii "no more usage index available\012\000" .align 2 .LC5: .ascii "hid_add_usage failed\012\000" .align 2 .LC6: .ascii "unknown local item tag 0x%x\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type hid_parser_local, %function hid_parser_local: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r0, [fp, #-28] bl item_udata str r0, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] sub r3, r3, #128 cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L2 .L4: .word .L7 .word .L6 .word .L5 .word .L3 .L3: ldr r3, [fp, #-16] cmp r3, #0 beq .L8 ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 beq .L9 ldr r3, [fp, #-24] ldr r3, [r3, #16] ldr r1, .L21 mov r0, r3 bl hid_err mvn r3, #0 b .L10 .L9: ldr r3, [fp, #-24] ldr r3, [r3] add r2, r3, #1 ldr r3, [fp, #-24] str r2, [r3] ldr r3, [fp, #-24] ldr r3, [r3, #4] add r2, r3, #1 ldr r3, [fp, #-24] str r2, [r3, #4] b .L11 .L8: ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 bgt .L12 ldr r3, [fp, #-24] ldr r3, [r3, #16] ldr r1, .L21+4 mov r0, r3 bl hid_err mvn r3, #0 b .L10 .L12: ldr r3, [fp, #-24] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-24] str r2, [r3] .L11: mov r3, #0 b .L10 .L5: ldr r3, [fp, #-24] ldr r3, [r3, #4] cmp r3, #1 ble .L13 ldr r0, .L21+8 bl dbg_hid mov r3, #0 b .L10 .L13: ldr r3, [fp, #-28] ldr r3, [r3, #4] mov r2, r3 ldr r1, [fp, #-16] ldr r0, [fp, #-24] bl hid_add_usage mov r3, r0 b .L10 .L7: ldr r3, [fp, #-24] ldr r3, [r3, #4] cmp r3, #1 ble .L14 ldr r0, .L21+8 bl dbg_hid mov r3, #0 b .L10 .L14: ldr r3, [fp, #-24] ldr r2, [fp, #-16] str r2, [r3, #8] mov r3, #0 b .L10 .L6: ldr r3, [fp, #-24] ldr r3, [r3, #4] cmp r3, #1 ble .L15 ldr r0, .L21+8 bl dbg_hid mov r3, #0 b .L10 .L15: ldr r3, [fp, #-24] ldr r3, [r3, #8] ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-24] ldr r2, [r3, #12] ldr r3, [fp, #-8] add r2, r2, r3 ldr r3, .L21+12 ldr r3, [r3] cmp r2, r3 bcc .L16 ldr r3, [fp, #-24] ldr r3, [r3, #16] mov r0, r3 bl dev_name mov r3, r0 cmp r3, #0 beq .L17 ldr r3, [fp, #-24] ldr r3, [r3, #16] ldr r1, .L21+16 mov r0, r3 bl hid_warn .L17: ldr r3, .L21+12 ldr r2, [r3] ldr r3, [fp, #-24] ldr r3, [r3, #12] sub r2, r2, r3 ldr r3, [fp, #-24] ldr r3, [r3, #8] add r3, r2, r3 sub r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L16 ldr r3, [fp, #-24] ldr r3, [r3, #16] ldr r1, .L21+20 mov r0, r3 bl hid_err mvn r3, #0 b .L10 .L16: ldr r3, [fp, #-24] ldr r3, [r3, #8] str r3, [fp, #-12] b .L18 .L20: ldr r3, [fp, #-28] ldr r3, [r3, #4] mov r2, r3 ldr r1, [fp, #-12] ldr r0, [fp, #-24] bl hid_add_usage mov r3, r0 cmp r3, #0 beq .L19 ldr r0, .L21+24 bl dbg_hid mvn r3, #0 b .L10 .L19: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L18: ldr r2, [fp, #-12] ldr r3, [fp, #-16] cmp r2, r3 bls .L20 mov r3, #0 b .L10 .L2: ldr r3, [fp, #-28] ldr r3, [r3] mov r1, r3 ldr r0, .L21+28 bl dbg_hid mov r3, #0 .L10: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L22: .align 2 .L21: .word .LC0 .word .LC1 .word .LC2 .word HID_MAX_USAGES .word .LC3 .word .LC4 .word .LC5 .word .LC6 .size hid_parser_local, .-hid_parser_local .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_main.c_jsB_compile.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "[string]" .text .type jsB_compile, @function jsB_compile: .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 esi, 1 mov rdi, rax call js_tostring@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] mov esi, 2 mov rdi, rax call js_isdefined@PLT test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] mov esi, 2 mov rdi, rax call js_tostring@PLT jmp .L3 .L2: lea rax, .LC0[rip] .L3: mov QWORD PTR -8[rbp], rax mov rdx, QWORD PTR -16[rbp] mov rcx, QWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rcx mov rdi, rax call js_loadstring@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size jsB_compile, .-jsB_compile .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_main.c_jsB_compile.c" .text .section .rodata .align 2 .LC0: .ascii "[string]\000" .text .align 2 .syntax unified .arm .fpu softvfp .type jsB_compile, %function jsB_compile: @ 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 r1, #1 ldr r0, [fp, #-16] bl js_tostring str r0, [fp, #-12] mov r1, #2 ldr r0, [fp, #-16] bl js_isdefined mov r3, r0 cmp r3, #0 beq .L2 mov r1, #2 ldr r0, [fp, #-16] bl js_tostring mov r3, r0 b .L3 .L2: ldr r3, .L4 .L3: str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r1, [fp, #-8] ldr r0, [fp, #-16] bl js_loadstring nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word .LC0 .size jsB_compile, .-jsB_compile .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_w5100.c_w5100_read16_indirect.c" .intel_syntax noprefix .text .comm W5100_IDM_AR,4,4 .comm W5100_IDM_DR,4,4 .type w5100_read16_indirect, @function w5100_read16_indirect: .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 DWORD PTR -44[rbp], esi mov rax, QWORD PTR -40[rbp] mov rdi, rax call w5100_mmio_priv@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call spin_lock_irqsave@PLT mov ecx, DWORD PTR W5100_IDM_AR[rip] mov edx, DWORD PTR -44[rbp] mov rax, QWORD PTR -40[rbp] mov esi, ecx mov rdi, rax call w5100_write16_direct@PLT mov edx, DWORD PTR W5100_IDM_DR[rip] mov rax, QWORD PTR -40[rbp] mov esi, edx mov rdi, rax call w5100_read_direct@PLT sal eax, 8 mov DWORD PTR -20[rbp], eax mov edx, DWORD PTR W5100_IDM_DR[rip] mov rax, QWORD PTR -40[rbp] mov esi, edx mov rdi, rax call w5100_read_direct@PLT or DWORD PTR -20[rbp], eax mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call spin_unlock_irqrestore@PLT mov eax, DWORD PTR -20[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size w5100_read16_indirect, .-w5100_read16_indirect .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_w5100.c_w5100_read16_indirect.c" .text .comm W5100_IDM_AR,4,4 .comm W5100_IDM_DR,4,4 .align 2 .syntax unified .arm .fpu softvfp .type w5100_read16_indirect, %function w5100_read16_indirect: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r0, [fp, #-24] bl w5100_mmio_priv str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r1, [fp, #-12] mov r0, r3 bl spin_lock_irqsave ldr r3, .L3 ldr r3, [r3] ldr r2, [fp, #-28] mov r1, r3 ldr r0, [fp, #-24] bl w5100_write16_direct ldr r3, .L3+4 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-24] bl w5100_read_direct mov r3, r0 lsl r3, r3, #8 str r3, [fp, #-8] ldr r3, .L3+4 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-24] bl w5100_read_direct mov r2, r0 ldr r3, [fp, #-8] orr r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-16] ldr r1, [fp, #-12] mov r0, r3 bl spin_unlock_irqrestore ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word W5100_IDM_AR .word W5100_IDM_DR .size w5100_read16_indirect, .-w5100_read16_indirect .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lz4hc.c_lz4hc_scompress.c" .intel_syntax noprefix .text .type lz4hc_scompress, @function lz4hc_scompress: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov DWORD PTR -20[rbp], edx mov QWORD PTR -32[rbp], rcx mov QWORD PTR -40[rbp], r8 mov QWORD PTR -48[rbp], r9 mov rdi, QWORD PTR -48[rbp] mov rcx, QWORD PTR -40[rbp] mov rdx, QWORD PTR -32[rbp] mov esi, DWORD PTR -20[rbp] mov rax, QWORD PTR -16[rbp] mov r8, rdi mov rdi, rax call __lz4hc_compress_crypto@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size lz4hc_scompress, .-lz4hc_scompress .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lz4hc.c_lz4hc_scompress.c" .text .align 2 .syntax unified .arm .fpu softvfp .type lz4hc_scompress, %function lz4hc_scompress: @ args = 8, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #8] str r3, [sp] ldr r3, [fp, #4] ldr r2, [fp, #-20] ldr r1, [fp, #-16] ldr r0, [fp, #-12] bl __lz4hc_compress_crypto mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size lz4hc_scompress, .-lz4hc_scompress .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_unit_test.c_test_http_extra_headers.c" .intel_syntax noprefix .text .comm FETCH_BUF_SIZE,4,4 .comm s_http_server_opts,8,8 .section .rodata .LC0: .string "MyHdr: my_val\r\n" .LC1: .string "MyHdr: my_val" .LC2: .string "GET / HTTP/1.0\r\n\r\n" .LC3: .string "%s" .text .type test_http_extra_headers, @function test_http_extra_headers: .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 rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax mov eax, DWORD PTR FETCH_BUF_SIZE[rip] movsx rdx, eax sub rdx, 1 mov QWORD PTR -48[rbp], rdx movsx rdx, eax mov r8, rdx mov r9d, 0 movsx rdx, eax mov rsi, rdx mov edi, 0 cdqe mov edx, 16 sub rdx, 1 add rax, rdx mov ecx, 16 mov edx, 0 div rcx imul rax, rax, 16 mov rdx, rax and rdx, -4096 mov rcx, rsp sub rcx, rdx mov rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 0 mov QWORD PTR -40[rbp], rax lea rax, .LC0[rip] mov QWORD PTR -32[rbp], rax lea rax, .LC1[rip] mov QWORD PTR s_http_server_opts[rip], rax mov rax, QWORD PTR -40[rbp] lea rdx, .LC2[rip] lea rsi, .LC3[rip] mov rdi, rax call fetch_http@PLT mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call strstr@PLT test rax, rax setne al movzx eax, al mov edi, eax call ASSERT@PLT mov QWORD PTR s_http_server_opts[rip], 0 mov eax, 0 mov rsp, rbx mov rbx, QWORD PTR -24[rbp] xor rbx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size test_http_extra_headers, .-test_http_extra_headers .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_unit_test.c_test_http_extra_headers.c" .text .comm FETCH_BUF_SIZE,4,4 .comm s_http_server_opts,4,4 .section .rodata .align 2 .LC0: .ascii "MyHdr: my_val\015\012\000" .align 2 .LC1: .ascii "MyHdr: my_val\000" .align 2 .LC2: .ascii "GET / HTTP/1.0\015\012\015\012\000" .align 2 .LC3: .ascii "%s\000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type test_http_extra_headers, %function test_http_extra_headers: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, sp mov r4, r3 ldr r3, .L4+4 ldr ip, [r3] sub r3, ip, #1 str r3, [fp, #-28] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #3 orr r3, r3, r0, lsr #29 lsl r2, r0, #3 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #3 orr r3, r3, r0, lsr #29 lsl r2, r0, #3 mov r3, ip add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #0 str r3, [fp, #-24] ldr r3, .L4+8 str r3, [fp, #-20] ldr r3, .L4+12 ldr r2, .L4+16 str r2, [r3] ldr r2, .L4+20 ldr r1, .L4+24 ldr r0, [fp, #-24] bl fetch_http ldr r1, [fp, #-20] ldr r0, [fp, #-24] bl strstr mov r3, r0 cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 bl ASSERT ldr r3, .L4+12 mov r2, #0 str r2, [r3] mov r3, #0 mov sp, r4 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L5: .align 2 .L4: .word .LC4 .word FETCH_BUF_SIZE .word .LC0 .word s_http_server_opts .word .LC1 .word .LC2 .word .LC3 .size test_http_extra_headers, .-test_http_extra_headers .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_polaris10_smumgr.c_polaris10_is_dpm_running.c" .intel_syntax noprefix .text .comm CGS_IND_REG__SMC,4,4 .comm FEATURE_STATUS,4,4 .comm VOLTAGE_CONTROLLER_ON,4,4 .type polaris10_is_dpm_running, @function polaris10_is_dpm_running: .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 VOLTAGE_CONTROLLER_ON[rip] mov edx, DWORD PTR FEATURE_STATUS[rip] mov esi, DWORD PTR CGS_IND_REG__SMC[rip] mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edi, eax call PHM_READ_INDIRECT_FIELD@PLT cmp eax, 1 sete al movzx eax, al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size polaris10_is_dpm_running, .-polaris10_is_dpm_running .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_polaris10_smumgr.c_polaris10_is_dpm_running.c" .text .comm CGS_IND_REG__SMC,4,4 .comm FEATURE_STATUS,4,4 .comm VOLTAGE_CONTROLLER_ON,4,4 .align 2 .syntax unified .arm .fpu softvfp .type polaris10_is_dpm_running, %function polaris10_is_dpm_running: @ 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 r0, [r3] ldr r3, .L3 ldr r1, [r3] ldr r3, .L3+4 ldr r2, [r3] ldr r3, .L3+8 ldr r3, [r3] bl PHM_READ_INDIRECT_FIELD mov r3, r0 cmp r3, #1 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 CGS_IND_REG__SMC .word FEATURE_STATUS .word VOLTAGE_CONTROLLER_ON .size polaris10_is_dpm_running, .-polaris10_is_dpm_running .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sli4.c_sli_request_features.c" .intel_syntax noprefix .text .comm SLI4_BMBX_SIZE,4,4 .section .rodata .align 8 .LC0: .string "bootstrap mailbox write fail (REQUEST_FEATURES)\n" .align 8 .LC1: .string "REQUEST_FEATURES bad status %#x\n" .LC2: .string "bad REQUEST_FEATURES write\n" .text .type sli_request_features, @function sli_request_features: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -36[rbp], edx mov edx, DWORD PTR SLI4_BMBX_SIZE[rip] mov rax, QWORD PTR -24[rbp] mov rsi, QWORD PTR 8[rax] mov edi, DWORD PTR -36[rbp] mov rcx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov r8d, edi mov ecx, DWORD PTR [rcx] mov rdi, rax call sli_cmd_request_features@PLT test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov rdi, rax call sli_bmbx_command@PLT test rax, rax je .L3 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea rsi, .LC0[rip] mov edi, eax call ocs_log_crit@PLT mov eax, -1 jmp .L4 .L3: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea rsi, .LC1[rip] mov edi, eax mov eax, 0 call ocs_log_err@PLT mov eax, -1 jmp .L4 .L5: mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov eax, 0 jmp .L4 .L2: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea rsi, .LC2[rip] mov edi, eax mov eax, 0 call ocs_log_err@PLT mov eax, -1 .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sli_request_features, .-sli_request_features .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sli4.c_sli_request_features.c" .text .comm SLI4_BMBX_SIZE,4,4 .section .rodata .align 2 .LC0: .ascii "bootstrap mailbox write fail (REQUEST_FEATURES)\012" .ascii "\000" .align 2 .LC1: .ascii "REQUEST_FEATURES bad status %#x\012\000" .align 2 .LC2: .ascii "bad REQUEST_FEATURES write\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type sli_request_features, %function sli_request_features: @ 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 r1, [r3, #4] ldr r3, .L7 ldr r0, [r3] ldr r3, [fp, #-20] ldr r2, [fp, #-24] str r2, [sp] ldr r3, [r3] mov r2, r0 ldr r0, [fp, #-16] bl sli_cmd_request_features mov r3, r0 cmp r3, #0 beq .L2 ldr r3, [fp, #-16] ldr r3, [r3, #4] str r3, [fp, #-8] ldr r0, [fp, #-16] bl sli_bmbx_command mov r3, r0 cmp r3, #0 beq .L3 ldr r3, [fp, #-16] ldr r3, [r3] ldr r1, .L7+4 mov r0, r3 bl ocs_log_crit mvn r3, #0 b .L4 .L3: ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 beq .L5 ldr r3, [fp, #-16] ldr r0, [r3] ldr r3, [fp, #-8] ldr r3, [r3, #4] mov r2, r3 ldr r1, .L7+8 bl ocs_log_err mvn r3, #0 b .L4 .L5: ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3] mov r3, #0 b .L4 .L2: ldr r3, [fp, #-16] ldr r3, [r3] ldr r1, .L7+12 mov r0, r3 bl ocs_log_err mvn r3, #0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word SLI4_BMBX_SIZE .word .LC0 .word .LC1 .word .LC2 .size sli_request_features, .-sli_request_features .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lgc.c_propagateall.c" .intel_syntax noprefix .text .type propagateall, @function propagateall: .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 -8[rbp], 0 jmp .L2 .L3: mov rax, QWORD PTR -24[rbp] mov rdi, rax call propagatemark@PLT add QWORD PTR -8[rbp], rax .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax jne .L3 mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size propagateall, .-propagateall .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lgc.c_propagateall.c" .text .align 2 .syntax unified .arm .fpu softvfp .type propagateall, %function propagateall: @ 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 r0, [fp, #-16] bl propagatemark mov r3, r0 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] .L2: ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 bne .L3 ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size propagateall, .-propagateall .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_mtdpart.c_part_read_fact_prot_reg.c" .intel_syntax noprefix .text .type part_read_fact_prot_reg, @function part_read_fact_prot_reg: .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 -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov QWORD PTR -40[rbp], rdx mov QWORD PTR -48[rbp], rcx mov QWORD PTR -56[rbp], r8 mov rax, QWORD PTR -24[rbp] mov rdi, rax call mtd_to_part@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov r9, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rdi, QWORD PTR -56[rbp] mov rcx, QWORD PTR -48[rbp] mov rdx, QWORD PTR -40[rbp] mov esi, DWORD PTR -28[rbp] mov r8, rdi mov rdi, rax call r9 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size part_read_fact_prot_reg, .-part_read_fact_prot_reg .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_mtdpart.c_part_read_fact_prot_reg.c" .text .align 2 .syntax unified .arm .fpu softvfp .type part_read_fact_prot_reg, %function part_read_fact_prot_reg: @ args = 4, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #36 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] ldr r0, [fp, #-24] bl mtd_to_part str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3] ldr r4, [r3] ldr r3, [fp, #-16] ldr r0, [r3] ldr r3, [fp, #4] str r3, [sp] ldr r3, [fp, #-36] ldr r2, [fp, #-32] ldr r1, [fp, #-28] blx r4 mov r3, r0 mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size part_read_fact_prot_reg, .-part_read_fact_prot_reg .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_MediaCodec.c_J4AC_android_media_MediaCodec__BufferInfo__offset__get.c" .intel_syntax noprefix .text .comm class_J4AC_android_media_MediaCodec__BufferInfo,4,4 .globl J4AC_android_media_MediaCodec__BufferInfo__offset__get .type J4AC_android_media_MediaCodec__BufferInfo__offset__get, @function J4AC_android_media_MediaCodec__BufferInfo__offset__get: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov r8, QWORD PTR [rax] mov edx, DWORD PTR class_J4AC_android_media_MediaCodec__BufferInfo[rip] mov ecx, DWORD PTR -12[rbp] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call r8 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size J4AC_android_media_MediaCodec__BufferInfo__offset__get, .-J4AC_android_media_MediaCodec__BufferInfo__offset__get .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_MediaCodec.c_J4AC_android_media_MediaCodec__BufferInfo__offset__get.c" .text .comm class_J4AC_android_media_MediaCodec__BufferInfo,4,4 .align 2 .global J4AC_android_media_MediaCodec__BufferInfo__offset__get .syntax unified .arm .fpu softvfp .type J4AC_android_media_MediaCodec__BufferInfo__offset__get, %function J4AC_android_media_MediaCodec__BufferInfo__offset__get: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3] ldr r2, .L3 ldr r2, [r2] ldr r1, [fp, #-12] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word class_J4AC_android_media_MediaCodec__BufferInfo .size J4AC_android_media_MediaCodec__BufferInfo__offset__get, .-J4AC_android_media_MediaCodec__BufferInfo__offset__get .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pe_flag.c_pe_flag_opt_header.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .comm LIBPE_F_DIRTY_OPT_HEADER,4,4 .comm PE_C_CLR,8,8 .comm PE_C_SET,8,8 .comm PE_F_DIRTY,4,4 .comm errno,4,4 .globl pe_flag_opt_header .type pe_flag_opt_header, @function pe_flag_opt_header: .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 cmp QWORD PTR -8[rbp], 0 je .L2 mov rax, QWORD PTR PE_C_SET[rip] cmp QWORD PTR -16[rbp], rax je .L3 mov rax, QWORD PTR PE_C_CLR[rip] cmp QWORD PTR -16[rbp], rax jne .L2 .L3: mov eax, DWORD PTR PE_F_DIRTY[rip] not eax and eax, DWORD PTR -20[rbp] test eax, eax je .L4 .L2: mov eax, DWORD PTR EINVAL[rip] mov DWORD PTR errno[rip], eax mov eax, -1 jmp .L5 .L4: mov rax, QWORD PTR PE_C_SET[rip] cmp QWORD PTR -16[rbp], rax jne .L6 mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR LIBPE_F_DIRTY_OPT_HEADER[rip] or edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx jmp .L7 .L6: mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edx, DWORD PTR LIBPE_F_DIRTY_OPT_HEADER[rip] not edx and edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx .L7: mov eax, 0 .L5: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size pe_flag_opt_header, .-pe_flag_opt_header .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pe_flag.c_pe_flag_opt_header.c" .text .comm EINVAL,4,4 .comm LIBPE_F_DIRTY_OPT_HEADER,4,4 .comm PE_C_CLR,4,4 .comm PE_C_SET,4,4 .comm PE_F_DIRTY,4,4 .comm errno,4,4 .align 2 .global pe_flag_opt_header .syntax unified .arm .fpu softvfp .type pe_flag_opt_header, %function pe_flag_opt_header: @ 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, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, .L8 ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 beq .L3 ldr r3, .L8+4 ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 bne .L2 .L3: ldr r3, .L8+8 ldr r3, [r3] mvn r2, r3 ldr r3, [fp, #-16] and r3, r3, r2 cmp r3, #0 beq .L4 .L2: ldr r3, .L8+12 ldr r3, [r3] ldr r2, .L8+16 str r3, [r2] mvn r3, #0 b .L5 .L4: ldr r3, .L8 ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 bne .L6 ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, .L8+20 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-8] str r2, [r3] b .L7 .L6: ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, .L8+20 ldr r3, [r3] mvn r3, r3 and r2, r2, r3 ldr r3, [fp, #-8] str r2, [r3] .L7: mov r3, #0 .L5: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L9: .align 2 .L8: .word PE_C_SET .word PE_C_CLR .word PE_F_DIRTY .word EINVAL .word errno .word LIBPE_F_DIRTY_OPT_HEADER .size pe_flag_opt_header, .-pe_flag_opt_header .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_xmit.h_b43_txhdr_size.c" .intel_syntax noprefix .text .type b43_txhdr_size, @function b43_txhdr_size: .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 eax, DWORD PTR [rax] cmp eax, 130 je .L2 cmp eax, 130 jg .L3 cmp eax, 128 je .L4 cmp eax, 129 je .L5 jmp .L3 .L4: mov eax, 116 jmp .L6 .L5: mov eax, 108 jmp .L6 .L2: mov eax, 104 jmp .L6 .L3: mov eax, 0 .L6: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size b43_txhdr_size, .-b43_txhdr_size .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_xmit.h_b43_txhdr_size.c" .text .align 2 .syntax unified .arm .fpu softvfp .type b43_txhdr_size, %function b43_txhdr_size: @ 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 r3, [r3] cmp r3, #130 beq .L2 cmp r3, #130 bgt .L3 cmp r3, #128 beq .L4 cmp r3, #129 beq .L5 b .L3 .L4: mov r3, #116 b .L6 .L5: mov r3, #108 b .L6 .L2: mov r3, #104 b .L6 .L3: mov r3, #0 .L6: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size b43_txhdr_size, .-b43_txhdr_size .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_i40e_ethtool.c_i40e_get_pauseparam.c" .intel_syntax noprefix .text .comm AUTONEG_DISABLE,4,4 .comm AUTONEG_ENABLE,4,4 .comm I40E_AQ_AN_COMPLETED,4,4 .comm I40E_FC_FULL,8,8 .comm I40E_FC_RX_PAUSE,8,8 .comm I40E_FC_TX_PAUSE,8,8 .type i40e_get_pauseparam, @function i40e_get_pauseparam: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR -56[rbp] mov rdi, rax call netdev_priv@PLT mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] add rax, 16 mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] add rax, 8 mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR I40E_AQ_AN_COMPLETED[rip] and eax, edx test eax, eax je .L2 mov eax, DWORD PTR AUTONEG_ENABLE[rip] jmp .L3 .L2: mov eax, DWORD PTR AUTONEG_DISABLE[rip] .L3: mov rdx, QWORD PTR -64[rbp] mov DWORD PTR 8[rdx], eax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L4 mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -64[rbp] mov DWORD PTR 4[rax], 0 jmp .L1 .L4: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR I40E_FC_RX_PAUSE[rip] cmp rdx, rax jne .L6 mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], 1 jmp .L1 .L6: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR I40E_FC_TX_PAUSE[rip] cmp rdx, rax jne .L7 mov rax, QWORD PTR -64[rbp] mov DWORD PTR 4[rax], 1 jmp .L1 .L7: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR I40E_FC_FULL[rip] cmp rdx, rax jne .L1 mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], 1 mov rax, QWORD PTR -64[rbp] mov DWORD PTR 4[rax], 1 .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size i40e_get_pauseparam, .-i40e_get_pauseparam .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_i40e_ethtool.c_i40e_get_pauseparam.c" .text .comm AUTONEG_DISABLE,4,4 .comm AUTONEG_ENABLE,4,4 .comm I40E_AQ_AN_COMPLETED,4,4 .comm I40E_FC_FULL,4,4 .comm I40E_FC_RX_PAUSE,4,4 .comm I40E_FC_TX_PAUSE,4,4 .align 2 .syntax unified .arm .fpu softvfp .type i40e_get_pauseparam, %function i40e_get_pauseparam: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-32] str r1, [fp, #-36] ldr r0, [fp, #-32] bl netdev_priv str r0, [fp, #-24] ldr r3, [fp, #-24] ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #8 str r3, [fp, #-12] ldr r3, [fp, #-16] add r3, r3, #4 str r3, [fp, #-8] ldr r3, [fp, #-12] ldr r2, [r3] ldr r3, .L8 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L2 ldr r3, .L8+4 ldr r3, [r3] b .L3 .L2: ldr r3, .L8+8 ldr r3, [r3] .L3: ldr r2, [fp, #-36] str r3, [r2, #8] ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 beq .L4 ldr r3, [fp, #-36] mov r2, #0 str r2, [r3] ldr r3, [fp, #-36] mov r2, #0 str r2, [r3, #4] b .L1 .L4: ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L8+12 ldr r3, [r3] cmp r2, r3 bne .L6 ldr r3, [fp, #-36] mov r2, #1 str r2, [r3] b .L1 .L6: ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L8+16 ldr r3, [r3] cmp r2, r3 bne .L7 ldr r3, [fp, #-36] mov r2, #1 str r2, [r3, #4] b .L1 .L7: ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L8+20 ldr r3, [r3] cmp r2, r3 bne .L1 ldr r3, [fp, #-36] mov r2, #1 str r2, [r3] ldr r3, [fp, #-36] mov r2, #1 str r2, [r3, #4] .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word I40E_AQ_AN_COMPLETED .word AUTONEG_ENABLE .word AUTONEG_DISABLE .word I40E_FC_RX_PAUSE .word I40E_FC_TX_PAUSE .word I40E_FC_FULL .size i40e_get_pauseparam, .-i40e_get_pauseparam .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_scripting.c_luaRemoveUnsupportedFunctions.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "loadfile" .LC1: .string "dofile" .text .globl luaRemoveUnsupportedFunctions .type luaRemoveUnsupportedFunctions, @function luaRemoveUnsupportedFunctions: .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 lua_pushnil@PLT mov rax, QWORD PTR -8[rbp] lea rsi, .LC0[rip] mov rdi, rax call lua_setglobal@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call lua_pushnil@PLT mov rax, QWORD PTR -8[rbp] lea rsi, .LC1[rip] mov rdi, rax call lua_setglobal@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size luaRemoveUnsupportedFunctions, .-luaRemoveUnsupportedFunctions .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_scripting.c_luaRemoveUnsupportedFunctions.c" .text .section .rodata .align 2 .LC0: .ascii "loadfile\000" .align 2 .LC1: .ascii "dofile\000" .text .align 2 .global luaRemoveUnsupportedFunctions .syntax unified .arm .fpu softvfp .type luaRemoveUnsupportedFunctions, %function luaRemoveUnsupportedFunctions: @ 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 lua_pushnil ldr r1, .L2 ldr r0, [fp, #-8] bl lua_setglobal ldr r0, [fp, #-8] bl lua_pushnil ldr r1, .L2+4 ldr r0, [fp, #-8] bl lua_setglobal nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word .LC0 .word .LC1 .size luaRemoveUnsupportedFunctions, .-luaRemoveUnsupportedFunctions .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" .intel_syntax noprefix .text .comm CVMX_IRQ_MAX,4,4 .comm CVMX_IRQ_MIPS7,4,4 .comm cvmx_interrupt_state,8,8 .type __cvmx_interrupt_ciu2_mask_unmask_irq, @function __cvmx_interrupt_ciu2_mask_unmask_irq: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov DWORD PTR -40[rbp], esi cmp DWORD PTR -36[rbp], 0 js .L11 mov eax, DWORD PTR CVMX_IRQ_MAX[rip] cmp DWORD PTR -36[rbp], eax jge .L11 mov eax, DWORD PTR CVMX_IRQ_MIPS7[rip] cmp DWORD PTR -36[rbp], eax jg .L5 mov eax, 0 call cvmx_interrupt_disable_save@PLT mov DWORD PTR -16[rbp], eax #APP # 44 "data/freebsd/sys/contrib/octeon-sdk/extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" 1 mfc0 eax,$12,0 # 0 "" 2 #NO_APP mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -36[rbp] add eax, 8 mov edx, 1 mov ecx, eax sal edx, cl mov ecx, edx mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -12[rbp] mov esi, ecx mov edi, eax call CLEAR_OR_MASK@PLT mov eax, DWORD PTR -12[rbp] #APP # 46 "data/freebsd/sys/contrib/octeon-sdk/extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" 1 mtc0 eax,$12,0 # 0 "" 2 #NO_APP mov eax, DWORD PTR -16[rbp] mov edi, eax call cvmx_interrupt_restore@PLT jmp .L1 .L5: mov eax, 0 call cvmx_get_core_num@PLT mov DWORD PTR -28[rbp], eax mov rax, QWORD PTR cvmx_interrupt_state[rip] mov edx, DWORD PTR -36[rbp] movsx rdx, edx sal rdx, 2 add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -24[rbp], eax cmp DWORD PTR -24[rbp], 0 js .L12 mov eax, DWORD PTR -24[rbp] sar eax, 6 mov DWORD PTR -20[rbp], eax and DWORD PTR -24[rbp], 63 cmp DWORD PTR -20[rbp], 7 jle .L7 cmp DWORD PTR -40[rbp], 0 je .L8 mov eax, DWORD PTR -28[rbp] mov edi, eax call CVMX_CIU2_EN_PPX_IP2_MBOX_W1C@PLT mov QWORD PTR -8[rbp], rax jmp .L9 .L8: mov eax, DWORD PTR -28[rbp] mov edi, eax call CVMX_CIU2_EN_PPX_IP2_MBOX_W1S@PLT mov QWORD PTR -8[rbp], rax jmp .L9 .L7: cmp DWORD PTR -40[rbp], 0 je .L10 mov eax, DWORD PTR -28[rbp] mov edi, eax call CVMX_CIU2_EN_PPX_IP2_WRKQ_W1C@PLT mov edx, DWORD PTR -20[rbp] sal edx, 12 movsx rdx, edx add rax, rdx mov QWORD PTR -8[rbp], rax jmp .L9 .L10: mov eax, DWORD PTR -28[rbp] mov edi, eax call CVMX_CIU2_EN_PPX_IP2_WRKQ_W1S@PLT mov edx, DWORD PTR -20[rbp] sal edx, 12 movsx rdx, edx add rax, rdx mov QWORD PTR -8[rbp], rax .L9: mov eax, DWORD PTR -24[rbp] mov edx, 1 mov ecx, eax sal rdx, cl mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call cvmx_write_csr@PLT jmp .L1 .L11: nop jmp .L1 .L12: nop .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size __cvmx_interrupt_ciu2_mask_unmask_irq, .-__cvmx_interrupt_ciu2_mask_unmask_irq .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" .text .comm CVMX_IRQ_MAX,4,4 .comm CVMX_IRQ_MIPS7,4,4 .comm cvmx_interrupt_state,4,4 .align 2 .syntax unified .arm .fpu softvfp .type __cvmx_interrupt_ciu2_mask_unmask_irq, %function __cvmx_interrupt_ciu2_mask_unmask_irq: @ 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] str r1, [fp, #-44] ldr r3, [fp, #-40] cmp r3, #0 blt .L11 ldr r3, .L13 ldr r3, [r3] ldr r2, [fp, #-40] cmp r2, r3 bge .L11 ldr r3, .L13+4 ldr r3, [r3] ldr r2, [fp, #-40] cmp r2, r3 bgt .L5 bl cvmx_interrupt_disable_save str r0, [fp, #-20] .syntax divided @ 44 "data/freebsd/sys/contrib/octeon-sdk/extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" 1 mfc0 r3,$12,0 @ 0 "" 2 .arm .syntax unified str r3, [fp, #-16] ldr r3, [fp, #-40] add r3, r3, #8 mov r2, #1 lsl r3, r2, r3 ldr r2, [fp, #-44] mov r1, r3 ldr r0, [fp, #-16] bl CLEAR_OR_MASK ldr r3, [fp, #-16] .syntax divided @ 46 "data/freebsd/sys/contrib/octeon-sdk/extr_cvmx-interrupt.c___cvmx_interrupt_ciu2_mask_unmask_irq.c" 1 mtc0 r3,$12,0 @ 0 "" 2 .arm .syntax unified ldr r0, [fp, #-20] bl cvmx_interrupt_restore b .L1 .L5: bl cvmx_get_core_num str r0, [fp, #-32] ldr r3, .L13+8 ldr r2, [r3] ldr r3, [fp, #-40] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] str r3, [fp, #-28] ldr r3, [fp, #-28] cmp r3, #0 blt .L12 ldr r3, [fp, #-28] asr r3, r3, #6 str r3, [fp, #-24] ldr r3, [fp, #-28] and r3, r3, #63 str r3, [fp, #-28] ldr r3, [fp, #-24] cmp r3, #7 ble .L7 ldr r3, [fp, #-44] cmp r3, #0 beq .L8 ldr r0, [fp, #-32] bl CVMX_CIU2_EN_PPX_IP2_MBOX_W1C str r0, [fp, #-36] b .L9 .L8: ldr r0, [fp, #-32] bl CVMX_CIU2_EN_PPX_IP2_MBOX_W1S str r0, [fp, #-36] b .L9 .L7: ldr r3, [fp, #-44] cmp r3, #0 beq .L10 ldr r0, [fp, #-32] bl CVMX_CIU2_EN_PPX_IP2_WRKQ_W1C mov r2, r0 ldr r3, [fp, #-24] lsl r3, r3, #12 add r3, r2, r3 str r3, [fp, #-36] b .L9 .L10: ldr r0, [fp, #-32] bl CVMX_CIU2_EN_PPX_IP2_WRKQ_W1S mov r2, r0 ldr r3, [fp, #-24] lsl r3, r3, #12 add r3, r2, r3 str r3, [fp, #-36] .L9: mov r2, #1 mov r3, #0 ldr r1, [fp, #-28] sub ip, r1, #32 rsb r0, r1, #32 lsl r5, r3, r1 orr r5, r5, r2, lsl ip orr r5, r5, r2, lsr r0 lsl r4, r2, r1 mov r2, r4 mov r3, r5 ldr r0, [fp, #-36] bl cvmx_write_csr b .L1 .L11: nop b .L1 .L12: nop .L1: sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L14: .align 2 .L13: .word CVMX_IRQ_MAX .word CVMX_IRQ_MIPS7 .word cvmx_interrupt_state .size __cvmx_interrupt_ciu2_mask_unmask_irq, .-__cvmx_interrupt_ciu2_mask_unmask_irq .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_wpad_driver.c_update_button_state.c" .intel_syntax noprefix .text .comm VPAD_MASK_BUTTONS,4,4 .type update_button_state, @function update_button_state: .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 DWORD PTR -12[rbp], esi mov eax, DWORD PTR VPAD_MASK_BUTTONS[rip] and eax, DWORD PTR -12[rbp] mov edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size update_button_state, .-update_button_state .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_wpad_driver.c_update_button_state.c" .text .comm VPAD_MASK_BUTTONS,4,4 .align 2 .syntax unified .arm .fpu softvfp .type update_button_state, %function update_button_state: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, .L2 ldr r2, [r3] ldr r3, [fp, #-12] and r2, r2, r3 ldr r3, [fp, #-8] str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L3: .align 2 .L2: .word VPAD_MASK_BUTTONS .size update_button_state, .-update_button_state .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ad2s90.c_ad2s90_read_raw.c" .intel_syntax noprefix .text .comm EINVAL,4,4 .comm IIO_ANGL,8,8 .comm IIO_VAL_FRACTIONAL_LOG2,4,4 .comm IIO_VAL_INT,4,4 .type ad2s90_read_raw, @function ad2s90_read_raw: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov QWORD PTR -48[rbp], rcx mov QWORD PTR -56[rbp], r8 mov rax, QWORD PTR -24[rbp] mov rdi, rax call iio_priv@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IIO_ANGL[rip] cmp rdx, rax je .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: cmp QWORD PTR -56[rbp], 128 je .L4 cmp QWORD PTR -56[rbp], 129 je .L5 nop mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L4: mov rax, QWORD PTR -40[rbp] mov DWORD PTR [rax], 6283 mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], 12 mov eax, DWORD PTR IIO_VAL_FRACTIONAL_LOG2[rip] jmp .L3 .L5: mov rax, QWORD PTR -8[rbp] add rax, 8 mov rdi, rax call mutex_lock@PLT mov rax, QWORD PTR -8[rbp] mov rcx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 12[rax] mov edx, 2 mov rsi, rcx mov edi, eax call spi_read@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 jns .L7 mov rax, QWORD PTR -8[rbp] add rax, 8 mov rdi, rax call mutex_unlock@PLT mov eax, DWORD PTR -12[rbp] jmp .L3 .L7: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] sal eax, 4 mov edx, eax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] add rax, 4 mov eax, DWORD PTR [rax] sar eax, 4 and eax, 15 or edx, eax mov rax, QWORD PTR -40[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -8[rbp] add rax, 8 mov rdi, rax call mutex_unlock@PLT mov eax, DWORD PTR IIO_VAL_INT[rip] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ad2s90_read_raw, .-ad2s90_read_raw .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ad2s90.c_ad2s90_read_raw.c" .text .comm EINVAL,4,4 .comm IIO_ANGL,4,4 .comm IIO_VAL_FRACTIONAL_LOG2,4,4 .comm IIO_VAL_INT,4,4 .align 2 .syntax unified .arm .fpu softvfp .type ad2s90_read_raw, %function ad2s90_read_raw: @ args = 4, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] str r3, [fp, #-28] ldr r0, [fp, #-16] bl iio_priv str r0, [fp, #-12] ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L9 ldr r3, [r3] cmp r2, r3 beq .L2 ldr r3, .L9+4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #4] cmp r3, #128 beq .L4 ldr r3, [fp, #4] cmp r3, #129 beq .L5 nop ldr r3, .L9+4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L4: ldr r3, [fp, #-24] ldr r2, .L9+8 str r2, [r3] ldr r3, [fp, #-28] mov r2, #12 str r2, [r3] ldr r3, .L9+12 ldr r3, [r3] b .L3 .L5: ldr r3, [fp, #-12] add r3, r3, #4 mov r0, r3 bl mutex_lock ldr r3, [fp, #-12] ldr r0, [r3, #8] ldr r3, [fp, #-12] ldr r3, [r3] mov r2, #2 mov r1, r3 bl spi_read str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bge .L7 ldr r3, [fp, #-12] add r3, r3, #4 mov r0, r3 bl mutex_unlock ldr r3, [fp, #-8] b .L3 .L7: ldr r3, [fp, #-12] ldr r3, [r3] ldr r3, [r3] lsl r2, r3, #4 ldr r3, [fp, #-12] ldr r3, [r3] add r3, r3, #4 ldr r3, [r3] asr r3, r3, #4 and r3, r3, #15 orr r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3] ldr r3, [fp, #-12] add r3, r3, #4 mov r0, r3 bl mutex_unlock ldr r3, .L9+16 ldr r3, [r3] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word IIO_ANGL .word EINVAL .word 6283 .word IIO_VAL_FRACTIONAL_LOG2 .word IIO_VAL_INT .size ad2s90_read_raw, .-ad2s90_read_raw .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_intel_lrc.c_queue_request.c" .intel_syntax noprefix .text .type queue_request, @function queue_request: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov DWORD PTR -20[rbp], edx mov rax, QWORD PTR -16[rbp] mov rdi, rax call list_empty@PLT test eax, eax sete al movzx eax, al mov edi, eax call GEM_BUG_ON@PLT mov edx, DWORD PTR -20[rbp] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call i915_sched_lookup_priolist@PLT mov edx, eax mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call list_add_tail@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size queue_request, .-queue_request .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_intel_lrc.c_queue_request.c" .text .align 2 .syntax unified .arm .fpu softvfp .type queue_request, %function queue_request: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, [fp, #-20] mov r0, r3 bl list_empty mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl GEM_BUG_ON ldr r4, [fp, #-20] ldr r1, [fp, #-24] ldr r0, [fp, #-16] bl i915_sched_lookup_priolist mov r3, r0 mov r1, r3 mov r0, r4 bl list_add_tail nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size queue_request, .-queue_request .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_xtensa-modules.c_Opcode_ult_s_Slot_inst_encode.c" .intel_syntax noprefix .text .type Opcode_ult_s_Slot_inst_encode, @function Opcode_ult_s_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], 5963776 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size Opcode_ult_s_Slot_inst_encode, .-Opcode_ult_s_Slot_inst_encode .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_xtensa-modules.c_Opcode_ult_s_Slot_inst_encode.c" .text .align 2 .syntax unified .arm .fpu softvfp .type Opcode_ult_s_Slot_inst_encode, %function Opcode_ult_s_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] mov r2, #5963776 str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size Opcode_ult_s_Slot_inst_encode, .-Opcode_ult_s_Slot_inst_encode .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits