x86
stringlengths
328
58k
risc
stringlengths
363
57.7k
.file "extr_harmony.c_snd_harmony_mixer_init.c" .intel_syntax noprefix .text .globl EINVAL .bss .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .globl HARMONY_CONTROLS .align 4 .type HARMONY_CONTROLS, @object .size HARMONY_CONTROLS, 4 HARMONY_CONTROLS: .zero 4 .globl snd_harmony_controls .align 8 .type snd_harmony_controls, @object .size snd_harmony_controls, 8 snd_harmony_controls: .zero 8 .section .rodata .align 8 .LC0: .string "Harmony Gain control interface" .text .type snd_harmony_mixer_init, @function snd_harmony_mixer_init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi cmp QWORD PTR -24[rbp], 0 sete al movzx eax, al mov edi, eax call snd_BUG_ON@PLT test rax, rax je .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] lea rdx, .LC0[rip] mov rsi, rdx mov edi, eax call strcpy@PLT mov DWORD PTR -16[rbp], 0 jmp .L4 .L6: mov rdx, QWORD PTR snd_harmony_controls[rip] mov eax, DWORD PTR -16[rbp] cdqe sal rax, 2 add rdx, rax mov rax, QWORD PTR -24[rbp] mov rsi, rax mov rdi, rdx call snd_ctl_new1@PLT mov edx, eax mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call snd_ctl_add@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 jns .L5 mov eax, DWORD PTR -12[rbp] jmp .L3 .L5: add DWORD PTR -16[rbp], 1 .L4: mov eax, DWORD PTR HARMONY_CONTROLS[rip] cmp DWORD PTR -16[rbp], eax jl .L6 mov rax, QWORD PTR -24[rbp] mov rdi, rax call snd_harmony_mixer_reset@PLT mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size snd_harmony_mixer_init, .-snd_harmony_mixer_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_harmony.c_snd_harmony_mixer_init.c" .text .global EINVAL .bss .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .global HARMONY_CONTROLS .align 2 .type HARMONY_CONTROLS, %object .size HARMONY_CONTROLS, 4 HARMONY_CONTROLS: .space 4 .global snd_harmony_controls .align 2 .type snd_harmony_controls, %object .size snd_harmony_controls, 4 snd_harmony_controls: .space 4 .section .rodata .align 2 .LC0: .ascii "Harmony Gain control interface\000" .text .align 2 .syntax unified .arm .type snd_harmony_mixer_init, %function snd_harmony_mixer_init: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, [fp, #-24] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl snd_BUG_ON mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L7 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] ldr r1, .L7+4 mov r0, r3 bl strcpy mov r3, #0 str r3, [fp, #-16] b .L4 .L6: ldr r3, .L7+8 ldr r2, [r3] ldr r3, [fp, #-16] lsl r3, r3, #2 add r3, r2, r3 ldr r1, [fp, #-24] mov r0, r3 bl snd_ctl_new1 mov r3, r0 mov r1, r3 ldr r0, [fp, #-12] bl snd_ctl_add str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bge .L5 ldr r3, [fp, #-8] b .L3 .L5: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L4: ldr r3, .L7+12 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 blt .L6 ldr r0, [fp, #-24] bl snd_harmony_mixer_reset mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word EINVAL .word .LC0 .word snd_harmony_controls .word HARMONY_CONTROLS .size snd_harmony_mixer_init, .-snd_harmony_mixer_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_blk-merge.c_blk_try_req_merge.c" .intel_syntax noprefix .text .globl ELEVATOR_BACK_MERGE .bss .align 4 .type ELEVATOR_BACK_MERGE, @object .size ELEVATOR_BACK_MERGE, 4 ELEVATOR_BACK_MERGE: .zero 4 .globl ELEVATOR_DISCARD_MERGE .align 4 .type ELEVATOR_DISCARD_MERGE, @object .size ELEVATOR_DISCARD_MERGE, 4 ELEVATOR_DISCARD_MERGE: .zero 4 .globl ELEVATOR_NO_MERGE .align 4 .type ELEVATOR_NO_MERGE, @object .size ELEVATOR_NO_MERGE, 4 ELEVATOR_NO_MERGE: .zero 4 .text .type blk_try_req_merge, @function blk_try_req_merge: .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 QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov rdi, rax call blk_discard_mergable@PLT test rax, rax je .L2 mov eax, DWORD PTR ELEVATOR_DISCARD_MERGE[rip] jmp .L3 .L2: mov rax, QWORD PTR -24[rbp] mov rdi, rax call blk_rq_pos@PLT mov rbx, rax mov rax, QWORD PTR -24[rbp] mov rdi, rax call blk_rq_sectors@PLT add rbx, rax mov rax, QWORD PTR -32[rbp] mov rdi, rax call blk_rq_pos@PLT cmp rbx, rax jne .L4 mov eax, DWORD PTR ELEVATOR_BACK_MERGE[rip] jmp .L3 .L4: mov eax, DWORD PTR ELEVATOR_NO_MERGE[rip] .L3: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size blk_try_req_merge, .-blk_try_req_merge .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_blk-merge.c_blk_try_req_merge.c" .text .global ELEVATOR_BACK_MERGE .bss .align 2 .type ELEVATOR_BACK_MERGE, %object .size ELEVATOR_BACK_MERGE, 4 ELEVATOR_BACK_MERGE: .space 4 .global ELEVATOR_DISCARD_MERGE .align 2 .type ELEVATOR_DISCARD_MERGE, %object .size ELEVATOR_DISCARD_MERGE, 4 ELEVATOR_DISCARD_MERGE: .space 4 .global ELEVATOR_NO_MERGE .align 2 .type ELEVATOR_NO_MERGE, %object .size ELEVATOR_NO_MERGE, 4 ELEVATOR_NO_MERGE: .space 4 .text .align 2 .syntax unified .arm .type blk_try_req_merge, %function blk_try_req_merge: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #12 str r0, [fp, #-16] str r1, [fp, #-20] ldr r0, [fp, #-16] bl blk_discard_mergable mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L5 ldr r3, [r3] b .L3 .L2: ldr r0, [fp, #-16] bl blk_rq_pos mov r4, r0 ldr r0, [fp, #-16] bl blk_rq_sectors mov r3, r0 add r4, r4, r3 ldr r0, [fp, #-20] bl blk_rq_pos mov r3, r0 cmp r4, r3 bne .L4 ldr r3, .L5+4 ldr r3, [r3] b .L3 .L4: ldr r3, .L5+8 ldr r3, [r3] .L3: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L6: .align 2 .L5: .word ELEVATOR_DISCARD_MERGE .word ELEVATOR_BACK_MERGE .word ELEVATOR_NO_MERGE .size blk_try_req_merge, .-blk_try_req_merge .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_listener.c_evconnlistener_set_cb.c" .intel_syntax noprefix .text .globl evconnlistener_set_cb .type evconnlistener_set_cb, @function evconnlistener_set_cb: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov DWORD PTR -4[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rdi, rax call LOCK@PLT mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] test rax, rax jne .L2 mov DWORD PTR -4[rbp], 1 .L2: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR -32[rbp] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR -40[rbp] mov QWORD PTR [rax], rdx cmp DWORD PTR -4[rbp], 0 je .L3 mov rax, QWORD PTR -24[rbp] mov rdi, rax call evconnlistener_enable@PLT .L3: mov rax, QWORD PTR -24[rbp] mov rdi, rax call UNLOCK@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size evconnlistener_set_cb, .-evconnlistener_set_cb .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_listener.c_evconnlistener_set_cb.c" .text .align 2 .global evconnlistener_set_cb .syntax unified .arm .type evconnlistener_set_cb, %function evconnlistener_set_cb: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r3, #0 str r3, [fp, #-8] ldr r0, [fp, #-16] bl LOCK ldr r3, [fp, #-16] ldr r3, [r3, #8] cmp r3, #0 beq .L2 ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 bne .L2 mov r3, #1 str r3, [fp, #-8] .L2: ldr r3, [fp, #-16] ldr r2, [fp, #-20] str r2, [r3, #4] ldr r3, [fp, #-16] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-8] cmp r3, #0 beq .L3 ldr r0, [fp, #-16] bl evconnlistener_enable .L3: ldr r0, [fp, #-16] bl UNLOCK nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size evconnlistener_set_cb, .-evconnlistener_set_cb .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_graphics.c_convert_image_type.c" .intel_syntax noprefix .text .globl VCOS_EINVAL .bss .align 4 .type VCOS_EINVAL, @object .size VCOS_EINVAL, 4 VCOS_EINVAL: .zero 4 .globl VCOS_SUCCESS .align 4 .type VCOS_SUCCESS, @object .size VCOS_SUCCESS, 4 VCOS_SUCCESS: .zero 4 .globl VG_sARGB_8888 .align 4 .type VG_sARGB_8888, @object .size VG_sARGB_8888, 4 VG_sARGB_8888: .zero 4 .globl VG_sRGBX_8888 .align 4 .type VG_sRGBX_8888, @object .size VG_sRGBX_8888, 4 VG_sRGBX_8888: .zero 4 .globl VG_sRGB_565 .align 4 .type VG_sRGB_565, @object .size VG_sRGB_565, 4 VG_sRGB_565: .zero 4 .text .type convert_image_type, @function convert_image_type: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx cmp DWORD PTR -20[rbp], 130 je .L2 cmp DWORD PTR -20[rbp], 130 jg .L3 cmp DWORD PTR -20[rbp], 128 je .L4 cmp DWORD PTR -20[rbp], 129 je .L5 jmp .L3 .L2: mov edx, DWORD PTR VG_sRGB_565[rip] mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov DWORD PTR -4[rbp], 2 jmp .L6 .L5: mov edx, DWORD PTR VG_sRGBX_8888[rip] mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov DWORD PTR -4[rbp], 3 jmp .L6 .L4: mov edx, DWORD PTR VG_sARGB_8888[rip] mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov DWORD PTR -4[rbp], 4 jmp .L6 .L3: mov edi, 0 call vcos_assert@PLT mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], 0 mov eax, DWORD PTR VCOS_EINVAL[rip] jmp .L7 .L6: cmp QWORD PTR -40[rbp], 0 je .L8 mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR -4[rbp] mov DWORD PTR [rax], edx .L8: mov eax, DWORD PTR VCOS_SUCCESS[rip] .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size convert_image_type, .-convert_image_type .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_graphics.c_convert_image_type.c" .text .global VCOS_EINVAL .bss .align 2 .type VCOS_EINVAL, %object .size VCOS_EINVAL, 4 VCOS_EINVAL: .space 4 .global VCOS_SUCCESS .align 2 .type VCOS_SUCCESS, %object .size VCOS_SUCCESS, 4 VCOS_SUCCESS: .space 4 .global VG_sARGB_8888 .align 2 .type VG_sARGB_8888, %object .size VG_sARGB_8888, 4 VG_sARGB_8888: .space 4 .global VG_sRGBX_8888 .align 2 .type VG_sRGBX_8888, %object .size VG_sRGBX_8888, 4 VG_sRGBX_8888: .space 4 .global VG_sRGB_565 .align 2 .type VG_sRGB_565, %object .size VG_sRGB_565, 4 VG_sRGB_565: .space 4 .text .align 2 .syntax unified .arm .type convert_image_type, %function convert_image_type: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, [fp, #-16] cmp r3, #130 beq .L2 ldr r3, [fp, #-16] cmp r3, #130 bgt .L3 ldr r3, [fp, #-16] cmp r3, #128 beq .L4 ldr r3, [fp, #-16] cmp r3, #129 beq .L5 b .L3 .L2: ldr r3, .L9 ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3] mov r3, #2 str r3, [fp, #-8] b .L6 .L5: ldr r3, .L9+4 ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3] mov r3, #3 str r3, [fp, #-8] b .L6 .L4: ldr r3, .L9+8 ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3] mov r3, #4 str r3, [fp, #-8] b .L6 .L3: mov r0, #0 bl vcos_assert ldr r3, [fp, #-20] mov r2, #0 str r2, [r3] ldr r3, .L9+12 ldr r3, [r3] b .L7 .L6: ldr r3, [fp, #-24] cmp r3, #0 beq .L8 ldr r3, [fp, #-24] ldr r2, [fp, #-8] str r2, [r3] .L8: ldr r3, .L9+16 ldr r3, [r3] .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word VG_sRGB_565 .word VG_sRGBX_8888 .word VG_sARGB_8888 .word VCOS_EINVAL .word VCOS_SUCCESS .size convert_image_type, .-convert_image_type .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_setup.c_select_partition.c" .intel_syntax noprefix .text .globl Linux .bss .align 8 .type Linux, @object .size Linux, 8 Linux: .zero 8 .globl MAX_PARTS .align 4 .type MAX_PARTS, @object .size MAX_PARTS, 4 MAX_PARTS: .zero 4 .globl num_partition .align 4 .type num_partition, @object .size num_partition, 4 num_partition: .zero 4 .globl partitions .align 8 .type partitions, @object .size partitions, 8 partitions: .zero 8 .section .rodata .align 8 .LC0: .string "Linux partition with %d blocks" .text .type select_partition, @function select_partition: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 push rbx sub rsp, 152 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov DWORD PTR -148[rbp], edx mov DWORD PTR -152[rbp], ecx mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax mov esi, DWORD PTR MAX_PARTS[rip] movsx rax, esi sub rax, 1 mov QWORD PTR -104[rbp], rax movsx rax, esi mov r8, rax mov r9d, 0 imul rdx, r9, 320 imul rax, r8, 0 lea rcx, [rdx+rax] mov eax, 320 mul r8 add rcx, rdx mov rdx, rcx movsx rdx, esi mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 movsx rax, esi mov r10, rax mov r11d, 0 imul rdx, r11, 320 imul rax, r10, 0 lea rcx, [rdx+rax] mov eax, 320 mul r10 add rcx, rdx mov rdx, rcx movsx rdx, esi mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, rax mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 0 mov QWORD PTR -96[rbp], rax mov eax, DWORD PTR MAX_PARTS[rip] add eax, eax movsx rdx, eax sub rdx, 1 mov QWORD PTR -88[rbp], rdx movsx rdx, eax mov QWORD PTR -176[rbp], rdx mov QWORD PTR -168[rbp], 0 movsx rdx, eax mov QWORD PTR -192[rbp], rdx mov QWORD PTR -184[rbp], 0 cdqe lea rdx, 0[0+rax*8] mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L5: cmp rsp, rdx je .L6 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L5 .L6: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L7 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L7: mov rax, rsp add rax, 7 shr rax, 3 sal rax, 3 mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR MAX_PARTS[rip] movsx rdx, eax sub rdx, 1 mov QWORD PTR -72[rbp], rdx movsx rdx, eax mov r14, rdx mov r15d, 0 movsx rdx, eax mov r12, rdx mov r13d, 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L8: cmp rsp, rdx je .L9 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L8 .L9: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L10 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L10: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -64[rbp], rax mov DWORD PTR -112[rbp], 0 mov DWORD PTR -116[rbp], 0 jmp .L11 .L13: mov rcx, QWORD PTR partitions[rip] mov eax, DWORD PTR -116[rbp] movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 add rax, rcx mov rdx, QWORD PTR [rax] mov rax, QWORD PTR Linux[rip] cmp rdx, rax jne .L12 mov rcx, QWORD PTR partitions[rip] mov eax, DWORD PTR -116[rbp] movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 add rax, rcx mov edx, DWORD PTR -112[rbp] add edx, edx mov rcx, QWORD PTR 8[rax] mov rax, QWORD PTR -80[rbp] movsx rdx, edx mov QWORD PTR [rax+rdx*8], rcx mov rcx, QWORD PTR partitions[rip] mov eax, DWORD PTR -116[rbp] movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 add rax, rcx mov edx, DWORD PTR 16[rax] mov eax, DWORD PTR -112[rbp] movsx rcx, eax mov rax, rcx sal rax, 2 add rax, rcx sal rax, 3 mov rcx, QWORD PTR -96[rbp] add rax, rcx lea rcx, .LC0[rip] mov rsi, rcx mov rdi, rax call sprintf@PLT mov eax, DWORD PTR -112[rbp] add eax, eax lea esi, 1[rax] mov eax, DWORD PTR -112[rbp] movsx rdx, eax mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, QWORD PTR -96[rbp] lea rcx, [rax+rdx] mov rax, QWORD PTR -80[rbp] movsx rdx, esi mov QWORD PTR [rax+rdx*8], rcx mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -112[rbp] movsx rdx, edx mov ecx, DWORD PTR -116[rbp] mov DWORD PTR [rax+rdx*4], ecx add DWORD PTR -112[rbp], 1 .L12: add DWORD PTR -116[rbp], 1 .L11: mov eax, DWORD PTR num_partition[rip] cmp DWORD PTR -116[rbp], eax jl .L13 mov edx, DWORD PTR -148[rbp] mov eax, DWORD PTR -112[rbp] lea edi, [rdx+rax] mov r8d, DWORD PTR -112[rbp] mov ecx, DWORD PTR -112[rbp] mov edx, DWORD PTR -152[rbp] mov rsi, QWORD PTR -144[rbp] mov rax, QWORD PTR -136[rbp] sub rsp, 8 push QWORD PTR -80[rbp] mov r9d, r8d mov r8d, ecx mov ecx, edx mov edx, edi mov rdi, rax call dialog_menu@PLT add rsp, 16 mov DWORD PTR -108[rbp], eax mov eax, 0 call dialog_clear@PLT cmp DWORD PTR -108[rbp], 0 js .L14 mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -108[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] mov DWORD PTR -108[rbp], eax .L14: mov eax, DWORD PTR -108[rbp] mov rsp, rbx mov rdx, QWORD PTR -56[rbp] sub rdx, QWORD PTR fs:40 je .L16 call __stack_chk_fail@PLT .L16: lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size select_partition, .-select_partition .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_setup.c_select_partition.c" .text .global Linux .bss .align 2 .type Linux, %object .size Linux, 4 Linux: .space 4 .global MAX_PARTS .align 2 .type MAX_PARTS, %object .size MAX_PARTS, 4 MAX_PARTS: .space 4 .global num_partition .align 2 .type num_partition, %object .size num_partition, 4 num_partition: .space 4 .global partitions .align 2 .type partitions, %object .size partitions, 4 partitions: .space 4 .section .rodata .align 2 .LC0: .ascii "Linux partition with %d blocks\000" .text .align 2 .syntax unified .arm .type select_partition, %function select_partition: @ args = 0, pretend = 0, frame = 96 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} add fp, sp, #32 sub sp, sp, #116 str r0, [fp, #-80] str r1, [fp, #-84] str r2, [fp, #-88] str r3, [fp, #-92] ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-40] mov r3, #0 mov r3, sp mov r10, r3 ldr r3, .L8+4 ldr ip, [r3] sub r3, ip, #1 str r3, [fp, #-64] mov r2, ip mov r3, #0 mov r8, r2 mov r9, r3 mov r2, r8 mov r3, r9 mov r0, #0 mov r1, #0 lsl r1, r3, #2 orr r1, r1, r2, lsr #30 lsl r0, r2, #2 mov r2, r0 mov r3, r1 adds r4, r2, r8 adc r5, r3, r9 mov r2, #0 mov r3, #0 lsl r3, r5, #6 orr r3, r3, r4, lsr #26 lsl r2, r4, #6 mov r2, ip mov r3, #0 str r2, [fp, #-100] str r3, [fp, #-96] sub r5, fp, #100 ldmia r5, {r4-r5} mov r2, r4 mov r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #2 orr r1, r1, r2, lsr #30 lsl r0, r2, #2 mov r2, r0 mov r3, r1 mov r1, r4 adds r6, r2, r1 mov r1, r5 adc r7, r3, r1 mov r2, #0 mov r3, #0 lsl r3, r7, #6 orr r3, r3, r6, lsr #26 lsl r2, r6, #6 mov r2, ip mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #0 str r3, [fp, #-60] ldr r3, .L8+4 ldr r3, [r3] lsl r1, r3, #1 sub r3, r1, #1 str r3, [fp, #-56] mov r2, r1 mov r3, #0 str r2, [fp, #-108] str r3, [fp, #-104] mov r2, #0 mov r3, #0 sub r5, fp, #108 ldmia r5, {r4-r5} mov r0, r5 lsl r3, r0, #5 mov r0, r4 orr r3, r3, r0, lsr #27 mov r0, r4 lsl r2, r0, #5 mov r2, r1 mov r3, #0 str r2, [fp, #-116] str r3, [fp, #-112] mov r2, #0 mov r3, #0 sub r5, fp, #116 ldmia r5, {r4-r5} mov r0, r5 lsl r3, r0, #5 mov r0, r4 orr r3, r3, r0, lsr #27 mov r0, r4 lsl r2, r0, #5 mov r3, r1 lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-52] ldr r3, .L8+4 ldr r1, [r3] sub r3, r1, #1 str r3, [fp, #-48] mov r2, r1 mov r3, #0 str r2, [fp, #-124] str r3, [fp, #-120] mov r2, #0 mov r3, #0 sub r5, fp, #124 ldmia r5, {r4-r5} mov r0, r5 lsl r3, r0, #5 mov r0, r4 orr r3, r3, r0, lsr #27 mov r0, r4 lsl r2, r0, #5 mov r2, r1 mov r3, #0 str r2, [fp, #-132] str r3, [fp, #-128] mov r2, #0 mov r3, #0 sub r5, fp, #132 ldmia r5, {r4-r5} mov r0, r5 lsl r3, r0, #5 mov r0, r4 orr r3, r3, r0, lsr #27 mov r0, r4 lsl r2, r0, #5 mov r3, r1 lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-44] mov r3, #0 str r3, [fp, #-72] mov r3, #0 str r3, [fp, #-76] b .L2 .L4: ldr r3, .L8+8 ldr r1, [r3] ldr r2, [fp, #-76] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3] ldr r3, .L8+12 ldr r3, [r3] cmp r2, r3 bne .L3 ldr r3, .L8+8 ldr r1, [r3] ldr r2, [fp, #-76] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [fp, #-72] lsl r2, r2, #1 ldr r1, [r3, #4] ldr r3, [fp, #-52] str r1, [r3, r2, lsl #2] ldr r2, [fp, #-72] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r0, r2, r3 ldr r3, .L8+8 ldr r1, [r3] ldr r2, [fp, #-76] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3, #8] mov r2, r3 ldr r1, .L8+16 bl sprintf ldr r3, [fp, #-72] lsl r3, r3, #1 add r1, r3, #1 ldr r2, [fp, #-72] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r2, r2, r3 ldr r3, [fp, #-52] str r2, [r3, r1, lsl #2] ldr r3, [fp, #-44] ldr r2, [fp, #-72] ldr r1, [fp, #-76] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-72] add r3, r3, #1 str r3, [fp, #-72] .L3: ldr r3, [fp, #-76] add r3, r3, #1 str r3, [fp, #-76] .L2: ldr r3, .L8+20 ldr r3, [r3] ldr r2, [fp, #-76] cmp r2, r3 blt .L4 ldr r2, [fp, #-88] ldr r3, [fp, #-72] add r2, r2, r3 ldr r3, [fp, #-52] str r3, [sp, #8] ldr r3, [fp, #-72] str r3, [sp, #4] ldr r3, [fp, #-72] str r3, [sp] ldr r3, [fp, #-92] ldr r1, [fp, #-84] ldr r0, [fp, #-80] bl dialog_menu str r0, [fp, #-68] bl dialog_clear ldr r3, [fp, #-68] cmp r3, #0 blt .L5 ldr r3, [fp, #-44] ldr r2, [fp, #-68] ldr r3, [r3, r2, lsl #2] str r3, [fp, #-68] .L5: ldr r3, [fp, #-68] mov sp, r10 ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-40] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #32 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L9: .align 2 .L8: .word __stack_chk_guard .word MAX_PARTS .word partitions .word Linux .word .LC0 .word num_partition .size select_partition, .-select_partition .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ctcm_sysfs.c_ctcm_buffer_write.c" .intel_syntax noprefix .text .globl CHANNEL_FLAGS_BUFSIZE_CHANGED .bss .align 4 .type CHANNEL_FLAGS_BUFSIZE_CHANGED, @object .size CHANNEL_FLAGS_BUFSIZE_CHANGED, 4 CHANNEL_FLAGS_BUFSIZE_CHANGED: .zero 4 .globl CTCM_BUFSIZE_LIMIT .align 4 .type CTCM_BUFSIZE_LIMIT, @object .size CTCM_BUFSIZE_LIMIT, 4 CTCM_BUFSIZE_LIMIT: .zero 4 .globl CTCM_READ .align 8 .type CTCM_READ, @object .size CTCM_READ, 8 CTCM_READ: .zero 8 .globl CTCM_WRITE .align 8 .type CTCM_WRITE, @object .size CTCM_WRITE, 8 CTCM_WRITE: .zero 8 .globl CTC_DBF_ERROR .align 4 .type CTC_DBF_ERROR, @object .size CTC_DBF_ERROR, 4 CTC_DBF_ERROR: .zero 4 .globl EINVAL .align 8 .type EINVAL, @object .size EINVAL, 8 EINVAL: .zero 8 .globl ENODEV .align 8 .type ENODEV, @object .size ENODEV, 8 ENODEV: .zero 8 .globl IFF_RUNNING .align 4 .type IFF_RUNNING, @object .size IFF_RUNNING, 4 IFF_RUNNING: .zero 4 .globl LL_HEADER_LENGTH .align 4 .type LL_HEADER_LENGTH, @object .size LL_HEADER_LENGTH, 4 LL_HEADER_LENGTH: .zero 4 .globl SETUP .align 4 .type SETUP, @object .size SETUP, 4 SETUP: .zero 4 .section .rodata .LC0: .string "bfnondev" .LC1: .string "buff_err" .text .type ctcm_buffer_write, @function ctcm_buffer_write: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 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 rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -40[rbp] mov rdi, rax call dev_get_drvdata@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_READ[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov rax, QWORD PTR 8[rax] mov QWORD PTR -16[rbp], rax cmp QWORD PTR -24[rbp], 0 je .L2 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_READ[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] test rax, rax je .L2 cmp QWORD PTR -16[rbp], 0 jne .L3 .L2: mov ecx, DWORD PTR CTC_DBF_ERROR[rip] mov eax, DWORD PTR SETUP[rip] lea rdx, .LC0[rip] mov esi, ecx mov edi, eax call CTCM_DBF_TEXT@PLT mov rax, QWORD PTR ENODEV[rip] neg rax jmp .L11 .L3: lea rdx, -32[rbp] mov rax, QWORD PTR -56[rbp] mov esi, 0 mov rdi, rax call kstrtouint@PLT mov DWORD PTR -28[rbp], eax cmp DWORD PTR -28[rbp], 0 jne .L13 mov edx, DWORD PTR -32[rbp] mov eax, DWORD PTR CTCM_BUFSIZE_LIMIT[rip] cmp edx, eax ja .L14 mov eax, DWORD PTR LL_HEADER_LENGTH[rip] add eax, 578 mov edx, eax mov eax, DWORD PTR -32[rbp] cmp edx, eax ja .L15 mov edx, DWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR IFF_RUNNING[rip] and eax, edx test eax, eax je .L9 mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR 4[rax] mov eax, DWORD PTR LL_HEADER_LENGTH[rip] add eax, edx add eax, 2 mov edx, eax mov eax, DWORD PTR -32[rbp] cmp edx, eax ja .L16 .L9: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_READ[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov edx, DWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_WRITE[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov edx, DWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR IFF_RUNNING[rip] and eax, edx test eax, eax jne .L10 mov eax, DWORD PTR -32[rbp] mov edx, DWORD PTR LL_HEADER_LENGTH[rip] sub eax, edx sub eax, 2 mov edx, eax mov rax, QWORD PTR -16[rbp] mov DWORD PTR 4[rax], edx .L10: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_READ[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov ecx, DWORD PTR 4[rax] mov edx, DWORD PTR CHANNEL_FLAGS_BUFSIZE_CHANGED[rip] mov rax, QWORD PTR -24[rbp] mov rsi, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_READ[rip] sal rax, 3 add rax, rsi mov rax, QWORD PTR [rax] or edx, ecx mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_WRITE[rip] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov ecx, DWORD PTR 4[rax] mov edx, DWORD PTR CHANNEL_FLAGS_BUFSIZE_CHANGED[rip] mov rax, QWORD PTR -24[rbp] mov rsi, QWORD PTR 8[rax] mov rax, QWORD PTR CTCM_WRITE[rip] sal rax, 3 add rax, rsi mov rax, QWORD PTR [rax] or edx, ecx mov DWORD PTR 4[rax], edx mov eax, DWORD PTR SETUP[rip] mov rdx, QWORD PTR -56[rbp] mov rcx, QWORD PTR -16[rbp] mov rsi, rcx mov edi, eax call CTCM_DBF_DEV@PLT mov rax, QWORD PTR -64[rbp] jmp .L11 .L13: nop jmp .L6 .L14: nop jmp .L6 .L15: nop jmp .L6 .L16: nop .L6: mov eax, DWORD PTR SETUP[rip] mov rcx, QWORD PTR -16[rbp] lea rdx, .LC1[rip] mov rsi, rcx mov edi, eax call CTCM_DBF_DEV@PLT mov rax, QWORD PTR EINVAL[rip] neg rax .L11: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ctcm_buffer_write, .-ctcm_buffer_write .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ctcm_sysfs.c_ctcm_buffer_write.c" .text .global CHANNEL_FLAGS_BUFSIZE_CHANGED .bss .align 2 .type CHANNEL_FLAGS_BUFSIZE_CHANGED, %object .size CHANNEL_FLAGS_BUFSIZE_CHANGED, 4 CHANNEL_FLAGS_BUFSIZE_CHANGED: .space 4 .global CTCM_BUFSIZE_LIMIT .align 2 .type CTCM_BUFSIZE_LIMIT, %object .size CTCM_BUFSIZE_LIMIT, 4 CTCM_BUFSIZE_LIMIT: .space 4 .global CTCM_READ .align 2 .type CTCM_READ, %object .size CTCM_READ, 4 CTCM_READ: .space 4 .global CTCM_WRITE .align 2 .type CTCM_WRITE, %object .size CTCM_WRITE, 4 CTCM_WRITE: .space 4 .global CTC_DBF_ERROR .align 2 .type CTC_DBF_ERROR, %object .size CTC_DBF_ERROR, 4 CTC_DBF_ERROR: .space 4 .global EINVAL .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .global ENODEV .align 2 .type ENODEV, %object .size ENODEV, 4 ENODEV: .space 4 .global IFF_RUNNING .align 2 .type IFF_RUNNING, %object .size IFF_RUNNING, 4 IFF_RUNNING: .space 4 .global LL_HEADER_LENGTH .align 2 .type LL_HEADER_LENGTH, %object .size LL_HEADER_LENGTH, 4 LL_HEADER_LENGTH: .space 4 .global SETUP .align 2 .type SETUP, %object .size SETUP, 4 SETUP: .space 4 .section .rodata .align 2 .LC0: .ascii "bfnondev\000" .align 2 .LC1: .ascii "buff_err\000" .text .align 2 .syntax unified .arm .type ctcm_buffer_write, %function ctcm_buffer_write: @ 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] str r3, [fp, #-44] ldr r3, .L17 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r0, [fp, #-32] bl dev_get_drvdata str r0, [fp, #-20] ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+4 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r3, [r3, #8] str r3, [fp, #-16] ldr r3, [fp, #-20] cmp r3, #0 beq .L2 ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+4 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-16] cmp r3, #0 bne .L3 .L2: ldr r3, .L17+8 ldr r3, [r3] ldr r2, .L17+12 ldr r1, [r2] ldr r2, .L17+16 mov r0, r3 bl CTCM_DBF_TEXT ldr r3, .L17+20 ldr r3, [r3] rsb r3, r3, #0 b .L11 .L3: sub r3, fp, #24 mov r2, r3 mov r1, #0 ldr r0, [fp, #-40] bl kstrtouint str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L13 ldr r2, [fp, #-24] ldr r3, .L17+24 ldr r3, [r3] cmp r2, r3 bhi .L14 ldr r3, .L17+28 ldr r3, [r3] add r3, r3, #576 add r3, r3, #2 mov r2, r3 ldr r3, [fp, #-24] cmp r2, r3 bhi .L15 ldr r2, [fp, #-24] ldr r3, [fp, #-20] str r2, [r3] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L17+32 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L9 ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, .L17+28 ldr r3, [r3] add r3, r2, r3 add r3, r3, #2 mov r2, r3 ldr r3, [fp, #-24] cmp r2, r3 bhi .L16 .L9: ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+4 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+36 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L17+32 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 bne .L10 ldr r3, [fp, #-24] ldr r2, .L17+28 ldr r2, [r2] sub r3, r3, r2 sub r3, r3, #2 mov r2, r3 ldr r3, [fp, #-16] str r2, [r3, #4] .L10: ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+4 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r1, [r3, #4] ldr r3, .L17+40 ldr r2, [r3] ldr r3, [fp, #-20] ldr r0, [r3, #4] ldr r3, .L17+4 ldr r3, [r3] lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3] orr r2, r1, r2 str r2, [r3, #4] ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L17+36 ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r1, [r3, #4] ldr r3, .L17+40 ldr r2, [r3] ldr r3, [fp, #-20] ldr r0, [r3, #4] ldr r3, .L17+36 ldr r3, [r3] lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3] orr r2, r1, r2 str r2, [r3, #4] ldr r3, .L17+8 ldr r3, [r3] ldr r2, [fp, #-40] ldr r1, [fp, #-16] mov r0, r3 bl CTCM_DBF_DEV ldr r3, [fp, #-44] b .L11 .L13: nop b .L6 .L14: nop b .L6 .L15: nop b .L6 .L16: nop .L6: ldr r3, .L17+8 ldr r3, [r3] ldr r2, .L17+44 ldr r1, [fp, #-16] mov r0, r3 bl CTCM_DBF_DEV ldr r3, .L17+48 ldr r3, [r3] rsb r3, r3, #0 .L11: ldr r2, .L17 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} .L18: .align 2 .L17: .word __stack_chk_guard .word CTCM_READ .word SETUP .word CTC_DBF_ERROR .word .LC0 .word ENODEV .word CTCM_BUFSIZE_LIMIT .word LL_HEADER_LENGTH .word IFF_RUNNING .word CTCM_WRITE .word CHANNEL_FLAGS_BUFSIZE_CHANGED .word .LC1 .word EINVAL .size ctcm_buffer_write, .-ctcm_buffer_write .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_intel_ringbuffer.c_intel_ring_flush_all_caches.c" .intel_syntax noprefix .text .globl I915_GEM_GPU_DOMAINS .bss .align 4 .type I915_GEM_GPU_DOMAINS, @object .size I915_GEM_GPU_DOMAINS, 4 I915_GEM_GPU_DOMAINS: .zero 4 .text .globl intel_ring_flush_all_caches .type intel_ring_flush_all_caches, @function intel_ring_flush_all_caches: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -24[rbp] mov rcx, QWORD PTR 8[rax] mov edx, DWORD PTR I915_GEM_GPU_DOMAINS[rip] mov rax, QWORD PTR -24[rbp] mov esi, 0 mov rdi, rax call rcx mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 je .L4 mov eax, DWORD PTR -4[rbp] jmp .L3 .L4: mov edx, DWORD PTR I915_GEM_GPU_DOMAINS[rip] mov rax, QWORD PTR -24[rbp] mov esi, 0 mov rdi, rax call trace_i915_gem_ring_flush@PLT mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], 0 mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size intel_ring_flush_all_caches, .-intel_ring_flush_all_caches .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_intel_ringbuffer.c_intel_ring_flush_all_caches.c" .text .global I915_GEM_GPU_DOMAINS .bss .align 2 .type I915_GEM_GPU_DOMAINS, %object .size I915_GEM_GPU_DOMAINS, 4 I915_GEM_GPU_DOMAINS: .space 4 .text .align 2 .global intel_ring_flush_all_caches .syntax unified .arm .type intel_ring_flush_all_caches, %function intel_ring_flush_all_caches: @ 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] cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #-16] ldr r3, [r3, #4] ldr r2, .L5 ldr r2, [r2] mov r1, #0 ldr r0, [fp, #-16] blx r3 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L4 ldr r3, [fp, #-8] b .L3 .L4: ldr r3, .L5 ldr r3, [r3] mov r2, r3 mov r1, #0 ldr r0, [fp, #-16] bl trace_i915_gem_ring_flush ldr r3, [fp, #-16] mov r2, #0 str r2, [r3] mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word I915_GEM_GPU_DOMAINS .size intel_ring_flush_all_caches, .-intel_ring_flush_all_caches .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_Radius.c_RadiusCreateNasId.c" .intel_syntax noprefix .text .globl RadiusCreateNasId .type RadiusCreateNasId, @function RadiusCreateNasId: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax cmp QWORD PTR -40[rbp], 0 jne .L2 mov eax, 0 jmp .L6 .L2: mov rax, QWORD PTR -40[rbp] mov rdi, rax call StrLen@PLT test eax, eax je .L4 mov rax, QWORD PTR -40[rbp] mov rdi, rax call StrLen@PLT cmp eax, 127 jle .L5 .L4: mov eax, 0 jmp .L6 .L5: mov eax, 0 call NewBuf@PLT mov QWORD PTR -16[rbp], rax mov BYTE PTR -18[rbp], 32 mov rax, QWORD PTR -40[rbp] mov rdi, rax call StrLen@PLT add eax, 2 mov BYTE PTR -17[rbp], al lea rcx, -18[rbp] mov rax, QWORD PTR -16[rbp] mov edx, 1 mov rsi, rcx mov rdi, rax call WriteBuf@PLT lea rcx, -17[rbp] mov rax, QWORD PTR -16[rbp] mov edx, 1 mov rsi, rcx mov rdi, rax call WriteBuf@PLT mov rax, QWORD PTR -40[rbp] mov rdi, rax call StrLen@PLT mov edx, eax mov rcx, QWORD PTR -40[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rcx mov rdi, rax call WriteBuf@PLT mov rax, QWORD PTR -16[rbp] .L6: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size RadiusCreateNasId, .-RadiusCreateNasId .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_Radius.c_RadiusCreateNasId.c" .text .align 2 .global RadiusCreateNasId .syntax unified .arm .type RadiusCreateNasId, %function RadiusCreateNasId: @ 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, .L8 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r3, [fp, #-24] cmp r3, #0 bne .L2 mov r3, #0 b .L6 .L2: ldr r0, [fp, #-24] bl StrLen mov r3, r0 cmp r3, #0 beq .L4 ldr r0, [fp, #-24] bl StrLen mov r3, r0 cmp r3, #127 ble .L5 .L4: mov r3, #0 b .L6 .L5: bl NewBuf str r0, [fp, #-12] mov r3, #32 strb r3, [fp, #-14] ldr r0, [fp, #-24] bl StrLen mov r3, r0 and r3, r3, #255 add r3, r3, #2 and r3, r3, #255 strb r3, [fp, #-13] sub r3, fp, #14 mov r2, #1 mov r1, r3 ldr r0, [fp, #-12] bl WriteBuf sub r3, fp, #13 mov r2, #1 mov r1, r3 ldr r0, [fp, #-12] bl WriteBuf ldr r0, [fp, #-24] bl StrLen mov r3, r0 mov r2, r3 ldr r1, [fp, #-24] ldr r0, [fp, #-12] bl WriteBuf ldr r3, [fp, #-12] .L6: ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word __stack_chk_guard .size RadiusCreateNasId, .-RadiusCreateNasId .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_spi_bfin5xx.c_bfin_spi_flush.c" .intel_syntax noprefix .text .globl BIT_STAT_CLR .bss .align 4 .type BIT_STAT_CLR, @object .size BIT_STAT_CLR, 4 BIT_STAT_CLR: .zero 4 .globl BIT_STAT_SPIF .align 4 .type BIT_STAT_SPIF, @object .size BIT_STAT_SPIF, 4 BIT_STAT_SPIF: .zero 4 .globl loops_per_jiffy .align 4 .type loops_per_jiffy, @object .size loops_per_jiffy, 4 loops_per_jiffy: .zero 4 .text .type bfin_spi_flush, @function bfin_spi_flush: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov eax, DWORD PTR loops_per_jiffy[rip] add eax, eax cdqe mov QWORD PTR -8[rbp], rax jmp .L2 .L4: mov eax, 0 call cpu_relax@PLT .L2: mov rax, QWORD PTR -24[rbp] mov rdi, rax call read_STAT@PLT mov edx, DWORD PTR BIT_STAT_SPIF[rip] and eax, edx test eax, eax jne .L3 sub QWORD PTR -8[rbp], 1 cmp QWORD PTR -8[rbp], 0 jne .L4 .L3: mov edx, DWORD PTR BIT_STAT_CLR[rip] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call write_STAT@PLT mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size bfin_spi_flush, .-bfin_spi_flush .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_spi_bfin5xx.c_bfin_spi_flush.c" .text .global BIT_STAT_CLR .bss .align 2 .type BIT_STAT_CLR, %object .size BIT_STAT_CLR, 4 BIT_STAT_CLR: .space 4 .global BIT_STAT_SPIF .align 2 .type BIT_STAT_SPIF, %object .size BIT_STAT_SPIF, 4 BIT_STAT_SPIF: .space 4 .global loops_per_jiffy .align 2 .type loops_per_jiffy, %object .size loops_per_jiffy, 4 loops_per_jiffy: .space 4 .text .align 2 .syntax unified .arm .type bfin_spi_flush, %function bfin_spi_flush: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L6 ldr r3, [r3] lsl r3, r3, #1 str r3, [fp, #-8] b .L2 .L4: bl cpu_relax .L2: ldr r0, [fp, #-16] bl read_STAT mov r2, r0 ldr r3, .L6+4 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 bne .L3 ldr r3, [fp, #-8] sub r3, r3, #1 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L4 .L3: ldr r3, .L6+8 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-16] bl write_STAT ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word loops_per_jiffy .word BIT_STAT_SPIF .word BIT_STAT_CLR .size bfin_spi_flush, .-bfin_spi_flush .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ext2_htree.c_ext2_htree_insert_entry.c" .intel_syntax noprefix .text .type ext2_htree_insert_entry, @function ext2_htree_insert_entry: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cdqe sal rax, 2 sub rax, 4 add rax, rdx mov QWORD PTR -8[rbp], rax mov edx, DWORD PTR -32[rbp] mov ecx, DWORD PTR -28[rbp] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call ext2_htree_insert_entry_to_level@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ext2_htree_insert_entry, .-ext2_htree_insert_entry .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ext2_htree.c_ext2_htree_insert_entry.c" .text .align 2 .syntax unified .arm .type ext2_htree_insert_entry, %function ext2_htree_insert_entry: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-16] ldr r3, [r3] sub r3, r3, #-1073741823 lsl r3, r3, #2 add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-24] ldr r1, [fp, #-20] ldr r0, [fp, #-8] bl ext2_htree_insert_entry_to_level nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size ext2_htree_insert_entry, .-ext2_htree_insert_entry .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_intel_wakeref.c_rpm_put.c" .intel_syntax noprefix .text .type rpm_put, @function rpm_put: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] add rax, 4 mov rdi, rax call fetch_and_zero@PLT mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov edx, DWORD PTR -4[rbp] mov esi, edx mov edi, eax call intel_runtime_pm_put@PLT cmp DWORD PTR -4[rbp], 0 sete al movzx eax, al mov edi, eax call INTEL_WAKEREF_BUG_ON@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size rpm_put, .-rpm_put .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_intel_wakeref.c_rpm_put.c" .text .align 2 .syntax unified .arm .type rpm_put, %function rpm_put: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #4 mov r0, r3 bl fetch_and_zero str r0, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3] ldr r1, [fp, #-8] mov r0, r3 bl intel_runtime_pm_put ldr r3, [fp, #-8] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl INTEL_WAKEREF_BUG_ON nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size rpm_put, .-rpm_put .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_proxy.c_h2o_proxy_register_reverse_proxy.c" .intel_syntax noprefix .text .globl on_context_dispose .bss .align 4 .type on_context_dispose, @object .size on_context_dispose, 4 on_context_dispose: .zero 4 .globl on_context_init .align 4 .type on_context_init, @object .size on_context_init, 4 on_context_init: .zero 4 .globl on_handler_dispose .align 4 .type on_handler_dispose, @object .size on_handler_dispose, 4 on_handler_dispose: .zero 4 .globl on_req .align 4 .type on_req, @object .size on_req, 4 on_req: .zero 4 .text .globl h2o_proxy_register_reverse_proxy .type h2o_proxy_register_reverse_proxy, @function h2o_proxy_register_reverse_proxy: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov rax, QWORD PTR -24[rbp] mov esi, 32 mov rdi, rax call h2o_create_handler@PLT mov QWORD PTR -8[rbp], rax mov edx, DWORD PTR on_context_init[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 28[rax], edx mov edx, DWORD PTR on_context_dispose[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 24[rax], edx mov edx, DWORD PTR on_handler_dispose[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 20[rax], edx mov edx, DWORD PTR on_req[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 16[rax], edx mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], 1 mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -40[rbp] mov QWORD PTR [rax], rdx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size h2o_proxy_register_reverse_proxy, .-h2o_proxy_register_reverse_proxy .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_proxy.c_h2o_proxy_register_reverse_proxy.c" .text .global on_context_dispose .bss .align 2 .type on_context_dispose, %object .size on_context_dispose, 4 on_context_dispose: .space 4 .global on_context_init .align 2 .type on_context_init, %object .size on_context_init, 4 on_context_init: .space 4 .global on_handler_dispose .align 2 .type on_handler_dispose, %object .size on_handler_dispose, 4 on_handler_dispose: .space 4 .global on_req .align 2 .type on_req, %object .size on_req, 4 on_req: .space 4 .text .align 2 .global h2o_proxy_register_reverse_proxy .syntax unified .arm .type h2o_proxy_register_reverse_proxy, %function h2o_proxy_register_reverse_proxy: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r1, #28 ldr r0, [fp, #-16] bl h2o_create_handler mov r3, r0 str r3, [fp, #-8] ldr r3, .L2 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #24] ldr r3, .L2+4 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #20] ldr r3, .L2+8 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #16] ldr r3, .L2+12 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #12] ldr r3, [fp, #-8] mov r2, #1 str r2, [r3, #8] ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #4] ldr r3, [fp, #-8] ldr r2, [fp, #-24] str r2, [r3] nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word on_context_init .word on_context_dispose .word on_handler_dispose .word on_req .size h2o_proxy_register_reverse_proxy, .-h2o_proxy_register_reverse_proxy .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ds2781_battery.c_ds2781_get_temperature.c" .intel_syntax noprefix .text .globl DS2781_TEMP_MSB .bss .align 4 .type DS2781_TEMP_MSB, @object .size DS2781_TEMP_MSB, 4 DS2781_TEMP_MSB: .zero 4 .text .type ds2781_get_temperature, @function ds2781_get_temperature: .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 edx, DWORD PTR DS2781_TEMP_MSB[rip] lea rsi, -10[rbp] mov rax, QWORD PTR -40[rbp] mov ecx, 8 mov rdi, rax call w1_ds2781_read@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jns .L2 mov eax, DWORD PTR -20[rbp] jmp .L4 .L2: movzx eax, BYTE PTR -10[rbp] movsx eax, al lea edx, 0[0+rax*8] movzx eax, BYTE PTR -9[rbp] sar al, 5 movsx eax, al or eax, edx mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR -16[rbp] lea edx, 3[rax] test eax, eax cmovs eax, edx sar eax, 2 mov edx, eax mov eax, DWORD PTR -16[rbp] add edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx mov eax, 0 .L4: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ds2781_get_temperature, .-ds2781_get_temperature .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ds2781_battery.c_ds2781_get_temperature.c" .text .global DS2781_TEMP_MSB .bss .align 2 .type DS2781_TEMP_MSB, %object .size DS2781_TEMP_MSB, 4 DS2781_TEMP_MSB: .space 4 .text .align 2 .syntax unified .arm .type ds2781_get_temperature, %function ds2781_get_temperature: @ 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, .L6+4 ldr r2, [r3] sub r1, fp, #12 mov r3, #8 ldr r0, [fp, #-24] bl w1_ds2781_read str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bge .L2 ldr r3, [fp, #-20] b .L4 .L2: ldrb r3, [fp, #-12] @ zero_extendqisi2 lsl r3, r3, #3 ldrb r2, [fp, #-11] @ zero_extendqisi2 lsr r2, r2, #5 and r2, r2, #255 orr r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-16] add r2, r3, #3 cmp r3, #0 movlt r3, r2 movge r3, r3 asr r3, r3, #2 mov r2, r3 ldr r3, [fp, #-16] add r2, r2, r3 ldr r3, [fp, #-28] str r2, [r3] mov r3, #0 .L4: ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word __stack_chk_guard .word DS2781_TEMP_MSB .size ds2781_get_temperature, .-ds2781_get_temperature .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lmgr.c_ConditionalLockPage.c" .intel_syntax noprefix .text .globl LOCKACQUIRE_NOT_AVAIL .bss .align 8 .type LOCKACQUIRE_NOT_AVAIL, @object .size LOCKACQUIRE_NOT_AVAIL, 8 LOCKACQUIRE_NOT_AVAIL: .zero 8 .text .globl ConditionalLockPage .type ConditionalLockPage, @function ConditionalLockPage: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov esi, DWORD PTR 4[rax] mov eax, DWORD PTR -12[rbp] mov ecx, DWORD PTR -28[rbp] mov edi, eax call SET_LOCKTAG_PAGE@PLT mov esi, DWORD PTR -32[rbp] lea rax, -12[rbp] mov ecx, 1 mov edx, 0 mov rdi, rax call LockAcquire@PLT mov rdx, QWORD PTR LOCKACQUIRE_NOT_AVAIL[rip] cmp rax, rdx setne al movzx eax, al mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ConditionalLockPage, .-ConditionalLockPage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lmgr.c_ConditionalLockPage.c" .text .global LOCKACQUIRE_NOT_AVAIL .bss .align 2 .type LOCKACQUIRE_NOT_AVAIL, %object .size LOCKACQUIRE_NOT_AVAIL, 4 LOCKACQUIRE_NOT_AVAIL: .space 4 .text .align 2 .global ConditionalLockPage .syntax unified .arm .type ConditionalLockPage, %function ConditionalLockPage: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r0, [fp, #-12] ldr r3, [fp, #-16] ldr r1, [r3, #4] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-20] bl SET_LOCKTAG_PAGE sub r0, fp, #12 mov r3, #1 mov r2, #0 ldr r1, [fp, #-24] bl LockAcquire mov r2, r0 ldr r3, .L4+4 ldr r3, [r3] cmp r2, r3 movne r3, #1 moveq r3, #0 and r3, r3, #255 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word __stack_chk_guard .word LOCKACQUIRE_NOT_AVAIL .size ConditionalLockPage, .-ConditionalLockPage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_branch.c_svn_branch__history_create_empty.c" .intel_syntax noprefix .text .globl svn_branch__history_create_empty .type svn_branch__history_create_empty, @function svn_branch__history_create_empty: .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 rsi, rax mov edi, 0 call svn_branch__history_create@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size svn_branch__history_create_empty, .-svn_branch__history_create_empty .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_branch.c_svn_branch__history_create_empty.c" .text .align 2 .global svn_branch__history_create_empty .syntax unified .arm .type svn_branch__history_create_empty, %function svn_branch__history_create_empty: @ 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 r1, [fp, #-16] mov r0, #0 bl svn_branch__history_create str r0, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size svn_branch__history_create_empty, .-svn_branch__history_create_empty .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_p2p_supplicant_sd.c_wpas_p2p_sd_response.c" .intel_syntax noprefix .text .globl wpas_p2p_sd_response .type wpas_p2p_sd_response, @function wpas_p2p_sd_response: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov QWORD PTR -24[rbp], rdx mov DWORD PTR -16[rbp], ecx mov QWORD PTR -32[rbp], r8 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 8[rax] test rax, rax jne .L5 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov rdi, QWORD PTR -32[rbp] mov ecx, DWORD PTR -16[rbp] mov rdx, QWORD PTR -24[rbp] mov esi, DWORD PTR -12[rbp] mov r8, rdi mov rdi, rax call p2p_sd_response@PLT jmp .L1 .L5: nop .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size wpas_p2p_sd_response, .-wpas_p2p_sd_response .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_p2p_supplicant_sd.c_wpas_p2p_sd_response.c" .text .align 2 .global wpas_p2p_sd_response .syntax unified .arm .type wpas_p2p_sd_response, %function wpas_p2p_sd_response: @ args = 4, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #4] cmp r3, #0 bne .L5 ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3] cmp r3, #0 beq .L5 ldr r3, [fp, #-8] ldr r3, [r3] ldr r0, [r3] ldr r3, [fp, #4] str r3, [sp] ldr r3, [fp, #-20] ldr r2, [fp, #-16] ldr r1, [fp, #-12] bl p2p_sd_response b .L1 .L5: nop .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .size wpas_p2p_sd_response, .-wpas_p2p_sd_response .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ngx_http_addition_filter_module.c_ngx_http_addition_create_conf.c" .intel_syntax noprefix .text .type ngx_http_addition_create_conf, @function ngx_http_addition_create_conf: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov esi, 1 mov edi, eax call ngx_pcalloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ngx_http_addition_create_conf, .-ngx_http_addition_create_conf .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ngx_http_addition_filter_module.c_ngx_http_addition_create_conf.c" .text .align 2 .syntax unified .arm .type ngx_http_addition_create_conf, %function ngx_http_addition_create_conf: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3] mov r1, #1 mov r0, r3 bl ngx_pcalloc str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #-8] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size ngx_http_addition_create_conf, .-ngx_http_addition_create_conf .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_texstate.c_gl_TexParameterfv.c" .intel_syntax noprefix .text .globl GL_CLAMP .bss .align 4 .type GL_CLAMP, @object .size GL_CLAMP, 4 GL_CLAMP: .zero 4 .globl GL_INVALID_ENUM .align 4 .type GL_INVALID_ENUM, @object .size GL_INVALID_ENUM, 4 GL_INVALID_ENUM: .zero 4 .globl GL_INVALID_VALUE .align 4 .type GL_INVALID_VALUE, @object .size GL_INVALID_VALUE, 4 GL_INVALID_VALUE: .zero 4 .globl GL_LINEAR .align 4 .type GL_LINEAR, @object .size GL_LINEAR, 4 GL_LINEAR: .zero 4 .globl GL_LINEAR_MIPMAP_LINEAR .align 4 .type GL_LINEAR_MIPMAP_LINEAR, @object .size GL_LINEAR_MIPMAP_LINEAR, 4 GL_LINEAR_MIPMAP_LINEAR: .zero 4 .globl GL_LINEAR_MIPMAP_NEAREST .align 4 .type GL_LINEAR_MIPMAP_NEAREST, @object .size GL_LINEAR_MIPMAP_NEAREST, 4 GL_LINEAR_MIPMAP_NEAREST: .zero 4 .globl GL_NEAREST .align 4 .type GL_NEAREST, @object .size GL_NEAREST, 4 GL_NEAREST: .zero 4 .globl GL_NEAREST_MIPMAP_LINEAR .align 4 .type GL_NEAREST_MIPMAP_LINEAR, @object .size GL_NEAREST_MIPMAP_LINEAR, 4 GL_NEAREST_MIPMAP_LINEAR: .zero 4 .globl GL_NEAREST_MIPMAP_NEAREST .align 4 .type GL_NEAREST_MIPMAP_NEAREST, @object .size GL_NEAREST_MIPMAP_NEAREST, 4 GL_NEAREST_MIPMAP_NEAREST: .zero 4 .globl GL_REPEAT .align 4 .type GL_REPEAT, @object .size GL_REPEAT, 4 GL_REPEAT: .zero 4 .globl GL_TRUE .align 8 .type GL_TRUE, @object .size GL_TRUE, 8 GL_TRUE: .zero 8 .globl NEW_TEXTURING .align 4 .type NEW_TEXTURING, @object .size NEW_TEXTURING, 4 NEW_TEXTURING: .zero 4 .section .rodata .LC0: .string "glTexParameter(target)" .LC1: .string "glTexParameter(param)" .LC3: .string "glTexParameter(pname)" .text .globl gl_TexParameterfv .type gl_TexParameterfv, @function gl_TexParameterfv: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 56 .cfi_offset 3, -24 mov QWORD PTR -40[rbp], rdi mov DWORD PTR -44[rbp], esi mov DWORD PTR -48[rbp], edx mov QWORD PTR -56[rbp], rcx mov rax, QWORD PTR -56[rbp] movsd xmm0, QWORD PTR [rax] cvttsd2si eax, xmm0 mov DWORD PTR -28[rbp], eax cmp DWORD PTR -44[rbp], 134 je .L2 cmp DWORD PTR -44[rbp], 135 jne .L3 mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -24[rbp], rax jmp .L4 .L2: mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -24[rbp], rax jmp .L4 .L3: mov ecx, DWORD PTR GL_INVALID_ENUM[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC0[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L4: mov eax, DWORD PTR -48[rbp] add eax, -128 cmp eax, 5 ja .L6 mov eax, eax lea rdx, 0[0+rax*4] lea rax, .L8[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L8[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L8: .long .L13-.L8 .long .L12-.L8 .long .L11-.L8 .long .L10-.L8 .long .L9-.L8 .long .L7-.L8 .text .L10: mov eax, DWORD PTR GL_NEAREST[rip] cmp DWORD PTR -28[rbp], eax je .L14 mov eax, DWORD PTR GL_LINEAR[rip] cmp DWORD PTR -28[rbp], eax je .L14 mov eax, DWORD PTR GL_NEAREST_MIPMAP_NEAREST[rip] cmp DWORD PTR -28[rbp], eax je .L14 mov eax, DWORD PTR GL_LINEAR_MIPMAP_NEAREST[rip] cmp DWORD PTR -28[rbp], eax je .L14 mov eax, DWORD PTR GL_NEAREST_MIPMAP_LINEAR[rip] cmp DWORD PTR -28[rbp], eax je .L14 mov eax, DWORD PTR GL_LINEAR_MIPMAP_LINEAR[rip] cmp DWORD PTR -28[rbp], eax jne .L15 .L14: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR 32[rax] mov eax, DWORD PTR NEW_TEXTURING[rip] or edx, eax mov rax, QWORD PTR -40[rbp] mov DWORD PTR 32[rax], edx jmp .L16 .L15: mov ecx, DWORD PTR GL_INVALID_VALUE[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L9: mov eax, DWORD PTR GL_NEAREST[rip] cmp DWORD PTR -28[rbp], eax je .L17 mov eax, DWORD PTR GL_LINEAR[rip] cmp DWORD PTR -28[rbp], eax jne .L18 .L17: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR 32[rax] mov eax, DWORD PTR NEW_TEXTURING[rip] or edx, eax mov rax, QWORD PTR -40[rbp] mov DWORD PTR 32[rax], edx jmp .L16 .L18: mov ecx, DWORD PTR GL_INVALID_VALUE[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L12: mov eax, DWORD PTR GL_CLAMP[rip] cmp DWORD PTR -28[rbp], eax je .L19 mov eax, DWORD PTR GL_REPEAT[rip] cmp DWORD PTR -28[rbp], eax jne .L20 .L19: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR 8[rax], edx jmp .L16 .L20: mov ecx, DWORD PTR GL_INVALID_VALUE[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L13: mov eax, DWORD PTR GL_CLAMP[rip] cmp DWORD PTR -28[rbp], eax je .L21 mov eax, DWORD PTR GL_REPEAT[rip] cmp DWORD PTR -28[rbp], eax jne .L22 .L21: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR 12[rax], edx jmp .L16 .L22: mov ecx, DWORD PTR GL_INVALID_VALUE[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L11: mov eax, DWORD PTR GL_CLAMP[rip] cmp DWORD PTR -28[rbp], eax je .L23 mov eax, DWORD PTR GL_REPEAT[rip] cmp DWORD PTR -28[rbp], eax jne .L24 .L23: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR 16[rax], edx jmp .L16 .L24: mov ecx, DWORD PTR GL_INVALID_VALUE[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC1[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L16 .L7: mov rax, QWORD PTR -56[rbp] movsd xmm1, QWORD PTR [rax] movsd xmm0, QWORD PTR .LC2[rip] mulsd xmm0, xmm1 cvttsd2si eax, xmm0 mov rdx, QWORD PTR -24[rbp] mov rbx, QWORD PTR 32[rdx] mov edx, 255 mov esi, 0 mov edi, eax call CLAMP@PLT mov QWORD PTR [rbx], rax mov rax, QWORD PTR -56[rbp] add rax, 8 movsd xmm1, QWORD PTR [rax] movsd xmm0, QWORD PTR .LC2[rip] mulsd xmm0, xmm1 cvttsd2si eax, xmm0 mov rdx, QWORD PTR -24[rbp] mov rdx, QWORD PTR 32[rdx] lea rbx, 8[rdx] mov edx, 255 mov esi, 0 mov edi, eax call CLAMP@PLT mov QWORD PTR [rbx], rax mov rax, QWORD PTR -56[rbp] add rax, 16 movsd xmm1, QWORD PTR [rax] movsd xmm0, QWORD PTR .LC2[rip] mulsd xmm0, xmm1 cvttsd2si eax, xmm0 mov rdx, QWORD PTR -24[rbp] mov rdx, QWORD PTR 32[rdx] lea rbx, 16[rdx] mov edx, 255 mov esi, 0 mov edi, eax call CLAMP@PLT mov QWORD PTR [rbx], rax mov rax, QWORD PTR -56[rbp] add rax, 24 movsd xmm1, QWORD PTR [rax] movsd xmm0, QWORD PTR .LC2[rip] mulsd xmm0, xmm1 cvttsd2si eax, xmm0 mov rdx, QWORD PTR -24[rbp] mov rdx, QWORD PTR 32[rdx] lea rbx, 24[rdx] mov edx, 255 mov esi, 0 mov edi, eax call CLAMP@PLT mov QWORD PTR [rbx], rax jmp .L16 .L6: mov ecx, DWORD PTR GL_INVALID_ENUM[rip] mov rax, QWORD PTR -40[rbp] lea rdx, .LC3[rip] mov esi, ecx mov rdi, rax call gl_error@PLT jmp .L1 .L16: mov rdx, QWORD PTR GL_TRUE[rip] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 24[rax], rdx mov rdx, QWORD PTR GL_TRUE[rip] mov rax, QWORD PTR -40[rbp] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L1 mov rax, QWORD PTR -40[rbp] mov r9, QWORD PTR [rax] mov rdi, QWORD PTR -56[rbp] mov ecx, DWORD PTR -48[rbp] mov rdx, QWORD PTR -24[rbp] mov esi, DWORD PTR -44[rbp] mov rax, QWORD PTR -40[rbp] mov r8, rdi mov rdi, rax call r9 .L1: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size gl_TexParameterfv, .-gl_TexParameterfv .section .rodata .align 8 .LC2: .long 0 .long 1081073664 .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_texstate.c_gl_TexParameterfv.c" .text .global GL_CLAMP .bss .align 2 .type GL_CLAMP, %object .size GL_CLAMP, 4 GL_CLAMP: .space 4 .global GL_INVALID_ENUM .align 2 .type GL_INVALID_ENUM, %object .size GL_INVALID_ENUM, 4 GL_INVALID_ENUM: .space 4 .global GL_INVALID_VALUE .align 2 .type GL_INVALID_VALUE, %object .size GL_INVALID_VALUE, 4 GL_INVALID_VALUE: .space 4 .global GL_LINEAR .align 2 .type GL_LINEAR, %object .size GL_LINEAR, 4 GL_LINEAR: .space 4 .global GL_LINEAR_MIPMAP_LINEAR .align 2 .type GL_LINEAR_MIPMAP_LINEAR, %object .size GL_LINEAR_MIPMAP_LINEAR, 4 GL_LINEAR_MIPMAP_LINEAR: .space 4 .global GL_LINEAR_MIPMAP_NEAREST .align 2 .type GL_LINEAR_MIPMAP_NEAREST, %object .size GL_LINEAR_MIPMAP_NEAREST, 4 GL_LINEAR_MIPMAP_NEAREST: .space 4 .global GL_NEAREST .align 2 .type GL_NEAREST, %object .size GL_NEAREST, 4 GL_NEAREST: .space 4 .global GL_NEAREST_MIPMAP_LINEAR .align 2 .type GL_NEAREST_MIPMAP_LINEAR, %object .size GL_NEAREST_MIPMAP_LINEAR, 4 GL_NEAREST_MIPMAP_LINEAR: .space 4 .global GL_NEAREST_MIPMAP_NEAREST .align 2 .type GL_NEAREST_MIPMAP_NEAREST, %object .size GL_NEAREST_MIPMAP_NEAREST, 4 GL_NEAREST_MIPMAP_NEAREST: .space 4 .global GL_REPEAT .align 2 .type GL_REPEAT, %object .size GL_REPEAT, 4 GL_REPEAT: .space 4 .global GL_TRUE .align 2 .type GL_TRUE, %object .size GL_TRUE, 4 GL_TRUE: .space 4 .global NEW_TEXTURING .align 2 .type NEW_TEXTURING, %object .size NEW_TEXTURING, 4 NEW_TEXTURING: .space 4 .global __aeabi_d2iz .section .rodata .align 2 .LC0: .ascii "glTexParameter(target)\000" .align 2 .LC1: .ascii "glTexParameter(param)\000" .global __aeabi_dmul .align 2 .LC2: .ascii "glTexParameter(pname)\000" .text .align 2 .global gl_TexParameterfv .syntax unified .arm .type gl_TexParameterfv, %function gl_TexParameterfv: @ args = 0, 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 r3, [fp, #-36] ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 bl __aeabi_d2iz mov r3, r0 str r3, [fp, #-16] ldr r3, [fp, #-28] cmp r3, #134 beq .L2 ldr r3, [fp, #-28] cmp r3, #135 bne .L3 ldr r3, [fp, #-24] ldr r3, [r3, #12] str r3, [fp, #-20] b .L4 .L2: ldr r3, [fp, #-24] ldr r3, [r3, #8] str r3, [fp, #-20] b .L4 .L3: ldr r3, .L26 ldr r3, [r3] ldr r2, .L26+4 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L4: ldr r3, [fp, #-32] sub r3, r3, #128 cmp r3, #5 ldrls pc, [pc, r3, asl #2] b .L6 .L8: .word .L13 .word .L12 .word .L11 .word .L10 .word .L9 .word .L7 .L10: ldr r3, .L26+8 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L14 ldr r3, .L26+12 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L14 ldr r3, .L26+16 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L14 ldr r3, .L26+20 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L14 ldr r3, .L26+24 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L14 ldr r3, .L26+28 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L15 .L14: ldr r3, [fp, #-20] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-24] ldr r2, [r3, #16] ldr r3, .L26+32 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3, #16] b .L16 .L15: ldr r3, .L26+36 ldr r3, [r3] ldr r2, .L26+40 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L9: ldr r3, .L26+8 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L17 ldr r3, .L26+12 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L18 .L17: ldr r3, [fp, #-20] ldr r2, [fp, #-16] str r2, [r3, #4] ldr r3, [fp, #-24] ldr r2, [r3, #16] ldr r3, .L26+32 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3, #16] b .L16 .L18: ldr r3, .L26+36 ldr r3, [r3] ldr r2, .L26+40 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L12: ldr r3, .L26+44 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L19 ldr r3, .L26+48 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L20 .L19: ldr r3, [fp, #-20] ldr r2, [fp, #-16] str r2, [r3, #8] b .L16 .L20: ldr r3, .L26+36 ldr r3, [r3] ldr r2, .L26+40 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L13: ldr r3, .L26+44 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L21 ldr r3, .L26+48 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L22 .L21: ldr r3, [fp, #-20] ldr r2, [fp, #-16] str r2, [r3, #12] b .L16 .L22: ldr r3, .L26+36 ldr r3, [r3] ldr r2, .L26+40 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L11: ldr r3, .L26+44 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L23 ldr r3, .L26+48 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 bne .L24 .L23: ldr r3, [fp, #-20] ldr r2, [fp, #-16] str r2, [r3, #16] b .L16 .L24: ldr r3, .L26+36 ldr r3, [r3] ldr r2, .L26+40 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L16 .L7: ldr r3, [fp, #-36] ldmia r3, {r0-r1} mov r2, #0 ldr r3, .L26+52 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz ldr r3, [fp, #-20] ldr r4, [r3, #24] mov r2, #255 mov r1, #0 bl CLAMP mov r3, r0 str r3, [r4] ldr r3, [fp, #-36] add r3, r3, #8 ldmia r3, {r0-r1} mov r2, #0 ldr r3, .L26+52 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz ldr r3, [fp, #-20] ldr r3, [r3, #24] add r4, r3, #4 mov r2, #255 mov r1, #0 bl CLAMP mov r3, r0 str r3, [r4] ldr r3, [fp, #-36] add r3, r3, #16 ldmia r3, {r0-r1} mov r2, #0 ldr r3, .L26+52 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz ldr r3, [fp, #-20] ldr r3, [r3, #24] add r4, r3, #8 mov r2, #255 mov r1, #0 bl CLAMP mov r3, r0 str r3, [r4] ldr r3, [fp, #-36] add r3, r3, #24 ldmia r3, {r0-r1} mov r2, #0 ldr r3, .L26+52 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz ldr r3, [fp, #-20] ldr r3, [r3, #24] add r4, r3, #12 mov r2, #255 mov r1, #0 bl CLAMP mov r3, r0 str r3, [r4] b .L16 .L6: ldr r3, .L26 ldr r3, [r3] ldr r2, .L26+56 mov r1, r3 ldr r0, [fp, #-24] bl gl_error b .L1 .L16: ldr r3, .L26+60 ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3, #20] ldr r3, .L26+60 ldr r2, [r3] ldr r3, [fp, #-24] str r2, [r3, #4] ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 beq .L1 ldr r3, [fp, #-24] ldr r4, [r3] ldr r3, [fp, #-36] str r3, [sp] ldr r3, [fp, #-32] ldr r2, [fp, #-20] ldr r1, [fp, #-28] ldr r0, [fp, #-24] blx r4 .L1: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L27: .align 2 .L26: .word GL_INVALID_ENUM .word .LC0 .word GL_NEAREST .word GL_LINEAR .word GL_NEAREST_MIPMAP_NEAREST .word GL_LINEAR_MIPMAP_NEAREST .word GL_NEAREST_MIPMAP_LINEAR .word GL_LINEAR_MIPMAP_LINEAR .word NEW_TEXTURING .word GL_INVALID_VALUE .word .LC1 .word GL_CLAMP .word GL_REPEAT .word 1081073664 .word .LC2 .word GL_TRUE .size gl_TexParameterfv, .-gl_TexParameterfv .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_crypto_stream.c_crypto_stream.c" .intel_syntax noprefix .text .globl crypto_stream .type crypto_stream, @function crypto_stream: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx mov rcx, QWORD PTR -32[rbp] mov rdx, QWORD PTR -24[rbp] mov rsi, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rdi, rax call crypto_stream_xsalsa20@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size crypto_stream, .-crypto_stream .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_crypto_stream.c_crypto_stream.c" .text .align 2 .global crypto_stream .syntax unified .arm .type crypto_stream, %function crypto_stream: @ 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 r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #8] str r3, [sp, #4] ldr r3, [fp, #4] str r3, [sp] sub r3, fp, #20 ldmia r3, {r2-r3} ldr r0, [fp, #-8] bl crypto_stream_xsalsa20 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size crypto_stream, .-crypto_stream .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_kvm_main.c_vcpu_put.c" .intel_syntax noprefix .text .globl vcpu_put .type vcpu_put, @function vcpu_put: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov eax, 0 call preempt_disable@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call kvm_arch_vcpu_put@PLT mov rax, QWORD PTR -8[rbp] add rax, 4 mov rdi, rax call preempt_notifier_unregister@PLT mov eax, 0 call preempt_enable@PLT 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 vcpu_put, .-vcpu_put .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_kvm_main.c_vcpu_put.c" .text .align 2 .global vcpu_put .syntax unified .arm .type vcpu_put, %function vcpu_put: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] bl preempt_disable ldr r0, [fp, #-8] bl kvm_arch_vcpu_put ldr r3, [fp, #-8] add r3, r3, #4 mov r0, r3 bl preempt_notifier_unregister bl preempt_enable ldr r3, [fp, #-8] mov r0, r3 bl mutex_unlock nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size vcpu_put, .-vcpu_put .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_rate.c_rate_control_send_low.c" .intel_syntax noprefix .text .globl rate_control_send_low .type rate_control_send_low, @function rate_control_send_low: .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 -56[rbp] mov eax, DWORD PTR 32[rax] mov edi, eax call IEEE80211_SKB_CB@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -40[rbp], 0 je .L2 cmp QWORD PTR -48[rbp], 0 je .L2 mov rax, QWORD PTR -56[rbp] mov rdi, rax call rc_no_data_or_no_ack_use_min@PLT test rax, rax je .L3 .L2: mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR 16[rax] mov rcx, QWORD PTR -16[rbp] mov rdx, QWORD PTR -40[rbp] mov rsi, QWORD PTR -8[rbp] mov edi, eax call __rate_control_send_low@PLT cmp QWORD PTR -40[rbp], 0 jne .L4 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L4 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jle .L5 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov edx, DWORD PTR -20[rbp] sub edx, 1 mov DWORD PTR [rax], edx mov eax, 1 jmp .L6 .L5: mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR 8[rax] mov rdx, QWORD PTR -16[rbp] mov rdx, QWORD PTR [rdx] mov rcx, rdx mov rdx, QWORD PTR -8[rbp] mov esi, eax mov rdi, rcx call rc_send_low_broadcast@PLT .L4: mov eax, 1 jmp .L6 .L3: mov eax, 0 .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size rate_control_send_low, .-rate_control_send_low .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_rate.c_rate_control_send_low.c" .text .align 2 .global rate_control_send_low .syntax unified .arm .type rate_control_send_low, %function rate_control_send_low: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, [fp, #-32] ldr r3, [r3, #16] mov r0, r3 bl IEEE80211_SKB_CB str r0, [fp, #-16] ldr r3, [fp, #-32] ldr r3, [r3, #12] str r3, [fp, #-12] ldr r3, [fp, #-24] cmp r3, #0 beq .L2 ldr r3, [fp, #-28] cmp r3, #0 beq .L2 ldr r0, [fp, #-32] bl rc_no_data_or_no_ack_use_min mov r3, r0 cmp r3, #0 beq .L3 .L2: ldr r3, [fp, #-32] ldr r0, [r3, #8] ldr r3, [fp, #-16] ldr r2, [fp, #-24] ldr r1, [fp, #-12] bl __rate_control_send_low ldr r3, [fp, #-24] cmp r3, #0 bne .L4 ldr r3, [fp, #-32] ldr r3, [r3, #4] cmp r3, #0 beq .L4 ldr r3, [fp, #-32] ldr r3, [r3] ldr r2, [r3] ldr r3, [fp, #-12] ldr r3, [r3] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 ble .L5 ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [fp, #-8] sub r2, r2, #1 str r2, [r3] mov r3, #1 b .L6 .L5: ldr r3, [fp, #-16] ldr r3, [r3] mov r0, r3 ldr r3, [fp, #-32] ldr r3, [r3] ldr r3, [r3, #4] ldr r2, [fp, #-12] mov r1, r3 bl rc_send_low_broadcast .L4: mov r3, #1 b .L6 .L3: mov r3, #0 .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size rate_control_send_low, .-rate_control_send_low .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_thr_mutex.c_mutex_unlock_common.c" .intel_syntax noprefix .text .globl EINVAL .bss .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .globl EPERM .align 4 .type EPERM, @object .size EPERM, 4 EPERM: .zero 4 .globl PMUTEX_FLAG_DEFERRED .align 4 .type PMUTEX_FLAG_DEFERRED, @object .size PMUTEX_FLAG_DEFERRED, 4 PMUTEX_FLAG_DEFERRED: .zero 4 .globl PMUTEX_FLAG_PRIVATE .align 4 .type PMUTEX_FLAG_PRIVATE, @object .size PMUTEX_FLAG_PRIVATE, 4 PMUTEX_FLAG_PRIVATE: .zero 4 .globl PTHREAD_MUTEX_RECURSIVE .align 8 .type PTHREAD_MUTEX_RECURSIVE, @object .size PTHREAD_MUTEX_RECURSIVE, 8 PTHREAD_MUTEX_RECURSIVE: .zero 8 .globl THR_MUTEX_DESTROYED .align 8 .type THR_MUTEX_DESTROYED, @object .size THR_MUTEX_DESTROYED, 8 THR_MUTEX_DESTROYED: .zero 8 .text .type mutex_unlock_common, @function mutex_unlock_common: .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 DWORD PTR -44[rbp], esi mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR THR_MUTEX_DESTROYED[rip] cmp QWORD PTR -40[rbp], rax setbe al movzx eax, al mov edi, eax call __predict_false@PLT test rax, rax je .L2 mov rax, QWORD PTR THR_MUTEX_DESTROYED[rip] cmp QWORD PTR -40[rbp], rax jne .L3 mov eax, DWORD PTR EINVAL[rip] jmp .L4 .L3: mov eax, DWORD PTR EPERM[rip] jmp .L4 .L2: mov eax, 0 call _get_curthread@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rdi, rax call TID@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -40[rbp] mov rdi, rax call PMUTEX_OWNER_ID@PLT cmp QWORD PTR -8[rbp], rax setne al movzx eax, al mov edi, eax call __predict_false@PLT test rax, rax je .L5 mov eax, DWORD PTR EPERM[rip] jmp .L4 .L5: mov DWORD PTR -28[rbp], 0 mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR PMUTEX_FLAG_PRIVATE[rip] and eax, edx test eax, eax setne al movzx eax, al mov DWORD PTR -24[rbp], eax mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov edi, eax call PMUTEX_TYPE@PLT mov rdx, QWORD PTR PTHREAD_MUTEX_RECURSIVE[rip] cmp rax, rdx jne .L6 mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 8[rax] test rax, rax jle .L6 mov eax, 1 jmp .L7 .L6: mov eax, 0 .L7: mov edi, eax call __predict_false@PLT test rax, rax je .L8 mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 8[rax] lea rdx, -1[rax] mov rax, QWORD PTR -40[rbp] mov QWORD PTR 8[rax], rdx jmp .L9 .L8: mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR PMUTEX_FLAG_DEFERRED[rip] and eax, edx test eax, eax je .L10 mov DWORD PTR -32[rbp], 1 mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR PMUTEX_FLAG_DEFERRED[rip] not eax and edx, eax mov rax, QWORD PTR -40[rbp] mov DWORD PTR [rax], edx jmp .L11 .L10: mov DWORD PTR -32[rbp], 0 .L11: mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call _mutex_enter_robust@PLT mov DWORD PTR -20[rbp], eax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call dequeue_mutex@PLT mov rax, QWORD PTR -40[rbp] lea rcx, 16[rax] mov rdx, QWORD PTR -56[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rax mov rdi, rcx call _thr_umutex_unlock2@PLT mov DWORD PTR -28[rbp], eax cmp DWORD PTR -32[rbp], 0 je .L12 cmp QWORD PTR -56[rbp], 0 jne .L13 mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 8[rax] mov rsi, rdx mov edi, eax call _thr_wake_all@PLT mov rax, QWORD PTR -16[rbp] mov QWORD PTR [rax], 0 jmp .L12 .L13: mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], 1 .L12: cmp DWORD PTR -20[rbp], 0 je .L9 mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call _mutex_leave_robust@PLT .L9: cmp DWORD PTR -44[rbp], 0 jne .L14 cmp DWORD PTR -24[rbp], 0 je .L14 mov rax, QWORD PTR -16[rbp] mov rdi, rax call THR_CRITICAL_LEAVE@PLT .L14: mov eax, DWORD PTR -28[rbp] .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size mutex_unlock_common, .-mutex_unlock_common .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_thr_mutex.c_mutex_unlock_common.c" .text .global EINVAL .bss .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .global EPERM .align 2 .type EPERM, %object .size EPERM, 4 EPERM: .space 4 .global PMUTEX_FLAG_DEFERRED .align 2 .type PMUTEX_FLAG_DEFERRED, %object .size PMUTEX_FLAG_DEFERRED, 4 PMUTEX_FLAG_DEFERRED: .space 4 .global PMUTEX_FLAG_PRIVATE .align 2 .type PMUTEX_FLAG_PRIVATE, %object .size PMUTEX_FLAG_PRIVATE, 4 PMUTEX_FLAG_PRIVATE: .space 4 .global PTHREAD_MUTEX_RECURSIVE .align 2 .type PTHREAD_MUTEX_RECURSIVE, %object .size PTHREAD_MUTEX_RECURSIVE, 4 PTHREAD_MUTEX_RECURSIVE: .space 4 .global THR_MUTEX_DESTROYED .align 2 .type THR_MUTEX_DESTROYED, %object .size THR_MUTEX_DESTROYED, 4 THR_MUTEX_DESTROYED: .space 4 .text .align 2 .syntax unified .arm .type mutex_unlock_common, %function mutex_unlock_common: @ 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, .L15 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 movls r3, #1 movhi r3, #0 and r3, r3, #255 mov r0, r3 bl __predict_false mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L15 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 bne .L3 ldr r3, .L15+4 ldr r3, [r3] b .L4 .L3: ldr r3, .L15+8 ldr r3, [r3] b .L4 .L2: bl _get_curthread str r0, [fp, #-20] ldr r0, [fp, #-20] bl TID str r0, [fp, #-16] ldr r0, [fp, #-32] bl PMUTEX_OWNER_ID mov r2, r0 ldr r3, [fp, #-16] cmp r3, r2 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 bl __predict_false mov r3, r0 cmp r3, #0 beq .L5 ldr r3, .L15+8 ldr r3, [r3] b .L4 .L5: mov r3, #0 str r3, [fp, #-24] ldr r3, [fp, #-32] ldr r2, [r3] ldr r3, .L15+12 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 str r3, [fp, #-12] ldr r3, [fp, #-32] ldr r3, [r3] mov r0, r3 bl PMUTEX_TYPE mov r2, r0 ldr r3, .L15+16 ldr r3, [r3] cmp r2, r3 bne .L6 ldr r3, [fp, #-32] ldr r3, [r3, #4] cmp r3, #0 ble .L6 mov r3, #1 b .L7 .L6: mov r3, #0 .L7: mov r0, r3 bl __predict_false mov r3, r0 cmp r3, #0 beq .L8 ldr r3, [fp, #-32] ldr r3, [r3, #4] sub r2, r3, #1 ldr r3, [fp, #-32] str r2, [r3, #4] b .L9 .L8: ldr r3, [fp, #-32] ldr r2, [r3] ldr r3, .L15+20 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L10 mov r3, #1 str r3, [fp, #-28] ldr r3, [fp, #-32] ldr r2, [r3] ldr r3, .L15+20 ldr r3, [r3] mvn r3, r3 and r2, r2, r3 ldr r3, [fp, #-32] str r2, [r3] b .L11 .L10: mov r3, #0 str r3, [fp, #-28] .L11: ldr r1, [fp, #-32] ldr r0, [fp, #-20] bl _mutex_enter_robust str r0, [fp, #-8] ldr r1, [fp, #-32] ldr r0, [fp, #-20] bl dequeue_mutex ldr r3, [fp, #-32] add r3, r3, #8 ldr r2, [fp, #-40] ldr r1, [fp, #-16] mov r0, r3 bl _thr_umutex_unlock2 str r0, [fp, #-24] ldr r3, [fp, #-28] cmp r3, #0 beq .L12 ldr r3, [fp, #-40] cmp r3, #0 bne .L13 ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, [fp, #-20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl _thr_wake_all ldr r3, [fp, #-20] mov r2, #0 str r2, [r3] b .L12 .L13: ldr r3, [fp, #-40] mov r2, #1 str r2, [r3] .L12: ldr r3, [fp, #-8] cmp r3, #0 beq .L9 ldr r1, [fp, #-32] ldr r0, [fp, #-20] bl _mutex_leave_robust .L9: ldr r3, [fp, #-36] cmp r3, #0 bne .L14 ldr r3, [fp, #-12] cmp r3, #0 beq .L14 ldr r0, [fp, #-20] bl THR_CRITICAL_LEAVE .L14: ldr r3, [fp, #-24] .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L16: .align 2 .L15: .word THR_MUTEX_DESTROYED .word EINVAL .word EPERM .word PMUTEX_FLAG_PRIVATE .word PTHREAD_MUTEX_RECURSIVE .word PMUTEX_FLAG_DEFERRED .size mutex_unlock_common, .-mutex_unlock_common .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_text-log-split.c_load_map.c" .intel_syntax noprefix .text .globl MAX_MAP_USERS .bss .align 4 .type MAX_MAP_USERS, @object .size MAX_MAP_USERS, 4 MAX_MAP_USERS: .zero 4 .globl Map .align 8 .type Map, @object .size Map, 8 Map: .zero 8 .globl O_RDONLY .align 4 .type O_RDONLY, @object .size O_RDONLY, 4 O_RDONLY: .zero 4 .globl SEEK_END .align 4 .type SEEK_END, @object .size SEEK_END, 4 SEEK_END: .zero 4 .globl SEEK_SET .align 4 .type SEEK_SET, @object .size SEEK_SET, 4 SEEK_SET: .zero 4 .globl UMap .align 8 .type UMap, @object .size UMap, 8 UMap: .zero 8 .globl map_filename .align 8 .type map_filename, @object .size map_filename, 8 map_filename: .zero 8 .globl map_fsize .align 8 .type map_fsize, @object .size map_fsize, 8 map_fsize: .zero 8 .globl stderr .align 4 .type stderr, @object .size stderr, 4 stderr: .zero 4 .globl verbosity .align 8 .type verbosity, @object .size verbosity, 8 verbosity: .zero 8 .section .rodata .align 8 .LC0: .string "cannot open user names file %s: %m\n" .align 8 .LC1: .string "successfully loaded user names file %s, size %lld\n" .text .globl load_map .type load_map, @function load_map: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov edx, DWORD PTR O_RDONLY[rip] mov rax, QWORD PTR map_filename[rip] mov esi, edx mov rdi, rax call open@PLT mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 jns .L2 mov rdx, QWORD PTR map_filename[rip] mov eax, DWORD PTR stderr[rip] lea rcx, .LC0[rip] mov rsi, rcx mov edi, eax mov eax, 0 call fprintf@PLT mov edi, 1 call exit@PLT .L2: mov edx, DWORD PTR SEEK_END[rip] mov eax, DWORD PTR -16[rbp] mov esi, 0 mov edi, eax call lseek@PLT mov QWORD PTR map_fsize[rip], rax mov rax, QWORD PTR map_fsize[rip] not rax shr rax, 63 movzx eax, al mov edi, eax call assert@PLT mov eax, DWORD PTR MAX_MAP_USERS[rip] sal eax, 2 movsx rdx, eax mov rax, QWORD PTR map_fsize[rip] cmp rdx, rax setle al movzx eax, al mov edi, eax call assert@PLT mov rax, QWORD PTR map_fsize[rip] mov rdi, rax call malloc@PLT mov QWORD PTR Map[rip], rax mov rax, QWORD PTR Map[rip] mov edi, eax call assert@PLT mov rax, QWORD PTR Map[rip] mov QWORD PTR UMap[rip], rax mov edx, DWORD PTR SEEK_SET[rip] mov eax, DWORD PTR -16[rbp] mov esi, 0 mov edi, eax call lseek@PLT test rax, rax sete al movzx eax, al mov edi, eax call assert@PLT mov QWORD PTR -8[rbp], 0 jmp .L3 .L4: mov rax, QWORD PTR map_fsize[rip] sub rax, QWORD PTR -8[rbp] mov edx, 1073741824 cmp rax, rdx cmovg rax, rdx mov DWORD PTR -12[rbp], eax mov rdx, QWORD PTR Map[rip] mov rax, QWORD PTR -8[rbp] lea rcx, [rdx+rax] mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -16[rbp] mov rsi, rcx mov edi, eax call read@PLT cmp DWORD PTR -12[rbp], eax sete al movzx eax, al mov edi, eax call assert@PLT mov eax, DWORD PTR -12[rbp] cdqe add QWORD PTR -8[rbp], rax .L3: mov rax, QWORD PTR map_fsize[rip] cmp QWORD PTR -8[rbp], rax jl .L4 mov eax, DWORD PTR -16[rbp] mov edi, eax call close@PLT mov rax, QWORD PTR UMap[rip] mov eax, DWORD PTR [rax] mov edx, DWORD PTR MAX_MAP_USERS[rip] sal edx, 2 cmp eax, edx sete al movzx eax, al mov edi, eax call assert@PLT mov DWORD PTR -20[rbp], 1 jmp .L5 .L6: mov rdx, QWORD PTR UMap[rip] mov eax, DWORD PTR -20[rbp] cdqe sal rax, 2 sub rax, 4 add rax, rdx mov edx, DWORD PTR [rax] mov rcx, QWORD PTR UMap[rip] mov eax, DWORD PTR -20[rbp] cdqe sal rax, 2 add rax, rcx mov eax, DWORD PTR [rax] cmp edx, eax setle al movzx eax, al mov edi, eax call assert@PLT add DWORD PTR -20[rbp], 1 .L5: mov eax, DWORD PTR MAX_MAP_USERS[rip] cmp DWORD PTR -20[rbp], eax jl .L6 mov rdx, QWORD PTR UMap[rip] mov eax, DWORD PTR MAX_MAP_USERS[rip] cdqe sal rax, 2 sub rax, 4 add rax, rdx mov eax, DWORD PTR [rax] movsx rdx, eax mov rax, QWORD PTR map_fsize[rip] cmp rdx, rax setle al movzx eax, al mov edi, eax call assert@PLT mov rax, QWORD PTR verbosity[rip] test rax, rax jle .L7 mov rcx, QWORD PTR map_fsize[rip] mov rdx, QWORD PTR map_filename[rip] mov eax, DWORD PTR stderr[rip] lea rsi, .LC1[rip] mov edi, eax mov eax, 0 call fprintf@PLT .L7: mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size load_map, .-load_map .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_text-log-split.c_load_map.c" .text .global MAX_MAP_USERS .bss .align 2 .type MAX_MAP_USERS, %object .size MAX_MAP_USERS, 4 MAX_MAP_USERS: .space 4 .global Map .align 3 .type Map, %object .size Map, 8 Map: .space 8 .global O_RDONLY .align 2 .type O_RDONLY, %object .size O_RDONLY, 4 O_RDONLY: .space 4 .global SEEK_END .align 2 .type SEEK_END, %object .size SEEK_END, 4 SEEK_END: .space 4 .global SEEK_SET .align 2 .type SEEK_SET, %object .size SEEK_SET, 4 SEEK_SET: .space 4 .global UMap .align 2 .type UMap, %object .size UMap, 4 UMap: .space 4 .global map_filename .align 2 .type map_filename, %object .size map_filename, 4 map_filename: .space 4 .global map_fsize .align 2 .type map_fsize, %object .size map_fsize, 4 map_fsize: .space 4 .global stderr .align 2 .type stderr, %object .size stderr, 4 stderr: .space 4 .global verbosity .align 2 .type verbosity, %object .size verbosity, 4 verbosity: .space 4 .section .rodata .align 2 .LC0: .ascii "cannot open user names file %s: %m\012\000" .align 2 .LC1: .ascii "successfully loaded user names file %s, size %lld\012" .ascii "\000" .text .align 2 .global load_map .syntax unified .arm .type load_map, %function load_map: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #56 ldr r3, .L10 ldr r2, [r3] ldr r3, .L10+4 ldr r3, [r3] mov r1, r3 mov r0, r2 bl open str r0, [fp, #-44] ldr r3, [fp, #-44] cmp r3, #0 bge .L2 ldr r3, .L10+8 ldr r0, [r3] ldr r3, .L10 ldr r3, [r3] mov r2, r3 ldr r1, .L10+12 bl fprintf mov r0, #1 bl exit .L2: ldr r3, .L10+16 ldr r3, [r3] mov r2, r3 mov r1, #0 ldr r0, [fp, #-44] bl lseek mov r3, r0 ldr r2, .L10+20 str r3, [r2] ldr r3, .L10+20 ldr r3, [r3] mvn r3, r3 lsr r3, r3, #31 and r3, r3, #255 mov r0, r3 bl assert ldr r3, .L10+24 ldr r3, [r3] lsl r2, r3, #2 ldr r3, .L10+20 ldr r3, [r3] cmp r2, r3 movle r3, #1 movgt r3, #0 and r3, r3, #255 mov r0, r3 bl assert ldr r3, .L10+20 ldr r3, [r3] mov r0, r3 bl malloc mov r2, r0 mov r3, r1 ldr r1, .L10+28 stm r1, {r2-r3} ldr r3, .L10+28 ldmia r3, {r2-r3} mov r3, r2 mov r0, r3 bl assert ldr r3, .L10+28 ldmia r3, {r2-r3} mov r3, r2 mov r2, r3 ldr r3, .L10+32 str r2, [r3] ldr r3, .L10+36 ldr r3, [r3] mov r2, r3 mov r1, #0 ldr r0, [fp, #-44] bl lseek mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl assert mov r2, #0 mov r3, #0 str r2, [fp, #-36] str r3, [fp, #-32] b .L3 .L5: ldr r3, .L10+20 ldr r3, [r3] asr r2, r3, #31 mov r6, r3 mov r7, r2 sub r3, fp, #36 ldmia r3, {r2-r3} subs r1, r6, r2 str r1, [fp, #-60] sbc r3, r7, r3 str r3, [fp, #-56] sub r3, fp, #60 ldmia r3, {r2-r3} cmp r2, #1073741825 sbcs r1, r3, #0 blt .L4 mov r2, #1073741824 mov r3, #0 .L4: mov r3, r2 str r3, [fp, #-40] ldr r3, .L10+28 ldmia r3, {r0-r1} sub r3, fp, #36 ldmia r3, {r2-r3} adds ip, r0, r2 str ip, [fp, #-68] adc r3, r1, r3 str r3, [fp, #-64] ldr r3, [fp, #-40] str r3, [sp] sub r3, fp, #68 ldmia r3, {r2-r3} ldr r0, [fp, #-44] bl read mov r2, r0 ldr r3, [fp, #-40] cmp r3, r2 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl assert ldr r3, [fp, #-40] asr r2, r3, #31 mov r8, r3 mov r9, r2 sub r3, fp, #36 ldmia r3, {r2-r3} adds r1, r2, r8 str r1, [fp, #-76] adc r3, r3, r9 str r3, [fp, #-72] sub r3, fp, #76 ldmia r3, {r2-r3} str r2, [fp, #-36] str r3, [fp, #-32] .L3: ldr r3, .L10+20 ldr r3, [r3] asr r2, r3, #31 mov r4, r3 mov r5, r2 sub r3, fp, #36 ldmia r3, {r2-r3} cmp r2, r4 sbcs r3, r3, r5 blt .L5 ldr r0, [fp, #-44] bl close ldr r3, .L10+32 ldr r3, [r3] ldr r2, [r3] ldr r3, .L10+24 ldr r3, [r3] lsl r3, r3, #2 cmp r2, r3 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 bl assert mov r3, #1 str r3, [fp, #-48] b .L6 .L7: ldr r3, .L10+32 ldr r2, [r3] ldr r3, [fp, #-48] sub r3, r3, #-1073741823 lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, .L10+32 ldr r1, [r3] ldr r3, [fp, #-48] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3] cmp r2, r3 movle r3, #1 movgt r3, #0 and r3, r3, #255 mov r0, r3 bl assert ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L6: ldr r3, .L10+24 ldr r3, [r3] ldr r2, [fp, #-48] cmp r2, r3 blt .L7 ldr r3, .L10+32 ldr r2, [r3] ldr r3, .L10+24 ldr r3, [r3] sub r3, r3, #-1073741823 lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, .L10+20 ldr r3, [r3] cmp r2, r3 movle r3, #1 movgt r3, #0 and r3, r3, #255 mov r0, r3 bl assert ldr r3, .L10+40 ldr r3, [r3] cmp r3, #0 ble .L8 ldr r3, .L10+8 ldr r0, [r3] ldr r3, .L10 ldr r2, [r3] ldr r3, .L10+20 ldr r3, [r3] ldr r1, .L10+44 bl fprintf .L8: mov r3, #0 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L11: .align 2 .L10: .word map_filename .word O_RDONLY .word stderr .word .LC0 .word SEEK_END .word map_fsize .word MAX_MAP_USERS .word Map .word UMap .word SEEK_SET .word verbosity .word .LC1 .size load_map, .-load_map .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hnae.h_hnae_free_buffer_detach.c" .intel_syntax noprefix .text .type hnae_free_buffer_detach, @function hnae_free_buffer_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, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 2 add rax, rdx mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] test eax, eax je .L4 mov edx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call hnae_buffer_detach@PLT mov rax, QWORD PTR -16[rbp] mov rcx, QWORD PTR [rax] mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call rcx jmp .L1 .L4: nop .L1: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hnae_free_buffer_detach, .-hnae_free_buffer_detach .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hnae.h_hnae_free_buffer_detach.c" .text .align 2 .syntax unified .arm .type hnae_free_buffer_detach, %function hnae_free_buffer_detach: @ 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] ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-12] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] cmp r3, #0 beq .L4 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl hnae_buffer_detach ldr r3, [fp, #-12] ldr r3, [r3] ldr r1, [fp, #-8] ldr r0, [fp, #-16] blx r3 b .L1 .L4: nop .L1: sub sp, fp, #4 @ sp needed pop {fp, pc} .size hnae_free_buffer_detach, .-hnae_free_buffer_detach .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_fnic_main.c_fnic_set_vlan.c" .intel_syntax noprefix .text .type fnic_set_vlan, @function fnic_set_vlan: .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 eax, DWORD PTR [rax] mov edx, DWORD PTR -28[rbp] mov esi, edx mov edi, eax call vnic_dev_set_default_vlan@PLT mov DWORD PTR -4[rbp], eax nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size fnic_set_vlan, .-fnic_set_vlan .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_fnic_main.c_fnic_set_vlan.c" .text .align 2 .syntax unified .arm .type fnic_set_vlan, %function fnic_set_vlan: @ 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] ldr r1, [fp, #-20] mov r0, r3 bl vnic_dev_set_default_vlan str r0, [fp, #-8] nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size fnic_set_vlan, .-fnic_set_vlan .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_expr.c_cpp_classify_number.c" .intel_syntax noprefix .text .globl CPP_DL_ERROR .bss .align 4 .type CPP_DL_ERROR, @object .size CPP_DL_ERROR, 4 CPP_DL_ERROR: .zero 4 .globl CPP_DL_PEDWARN .align 4 .type CPP_DL_PEDWARN, @object .size CPP_DL_PEDWARN, 4 CPP_DL_PEDWARN: .zero 4 .globl CPP_DL_WARNING .align 4 .type CPP_DL_WARNING, @object .size CPP_DL_WARNING, 4 CPP_DL_WARNING: .zero 4 .globl CPP_N_BINARY .align 4 .type CPP_N_BINARY, @object .size CPP_N_BINARY, 4 CPP_N_BINARY: .zero 4 .globl CPP_N_DECIMAL .align 4 .type CPP_N_DECIMAL, @object .size CPP_N_DECIMAL, 4 CPP_N_DECIMAL: .zero 4 .globl CPP_N_DFLOAT .align 4 .type CPP_N_DFLOAT, @object .size CPP_N_DFLOAT, 4 CPP_N_DFLOAT: .zero 4 .globl CPP_N_FLOATING .align 4 .type CPP_N_FLOATING, @object .size CPP_N_FLOATING, 4 CPP_N_FLOATING: .zero 4 .globl CPP_N_HEX .align 4 .type CPP_N_HEX, @object .size CPP_N_HEX, 4 CPP_N_HEX: .zero 4 .globl CPP_N_IMAGINARY .align 4 .type CPP_N_IMAGINARY, @object .size CPP_N_IMAGINARY, 4 CPP_N_IMAGINARY: .zero 4 .globl CPP_N_INTEGER .align 4 .type CPP_N_INTEGER, @object .size CPP_N_INTEGER, 4 CPP_N_INTEGER: .zero 4 .globl CPP_N_INVALID .align 4 .type CPP_N_INVALID, @object .size CPP_N_INVALID, 4 CPP_N_INVALID: .zero 4 .globl CPP_N_LARGE .align 4 .type CPP_N_LARGE, @object .size CPP_N_LARGE, 4 CPP_N_LARGE: .zero 4 .globl CPP_N_MEDIUM .align 4 .type CPP_N_MEDIUM, @object .size CPP_N_MEDIUM, 4 CPP_N_MEDIUM: .zero 4 .globl CPP_N_OCTAL .align 4 .type CPP_N_OCTAL, @object .size CPP_N_OCTAL, 4 CPP_N_OCTAL: .zero 4 .globl CPP_N_SMALL .align 4 .type CPP_N_SMALL, @object .size CPP_N_SMALL, 4 CPP_N_SMALL: .zero 4 .globl CPP_N_UNSIGNED .align 4 .type CPP_N_UNSIGNED, @object .size CPP_N_UNSIGNED, 4 CPP_N_UNSIGNED: .zero 4 .globl CPP_N_WIDTH .align 4 .type CPP_N_WIDTH, @object .size CPP_N_WIDTH, 4 CPP_N_WIDTH: .zero 4 .globl c99 .align 4 .type c99, @object .size c99, 4 c99: .zero 4 .globl warn_long_long .align 4 .type warn_long_long, @object .size warn_long_long, 4 warn_long_long: .zero 4 .section .rodata .align 8 .LC0: .string "too many decimal points in number" .align 8 .LC1: .string "invalid digit \"%c\" in binary constant" .align 8 .LC2: .string "invalid digit \"%c\" in octal constant" .align 8 .LC3: .string "invalid prefix \"0b\" for floating constant" .align 8 .LC4: .string "use of C99 hexadecimal floating constant" .LC5: .string "exponent has no digits" .align 8 .LC6: .string "hexadecimal floating constants require an exponent" .align 8 .LC7: .string "invalid suffix \"%.*s\" on floating constant" .align 8 .LC8: .string "traditional C rejects the \"%.*s\" suffix" .align 8 .LC9: .string "suffix for double constant is a GCC extension" .align 8 .LC10: .string "invalid suffix \"%.*s\" with hexadecimal floating constant" .align 8 .LC11: .string "invalid suffix \"%.*s\" on integer constant" .align 8 .LC12: .string "use of C99 long long integer constant" .align 8 .LC13: .string "imaginary constants are a GCC extension" .align 8 .LC14: .string "binary constants are a GCC extension" .text .globl cpp_classify_number .type cpp_classify_number, @function cpp_classify_number: .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 rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 8[rax] cmp eax, 1 jne .L2 mov edx, DWORD PTR CPP_N_INTEGER[rip] mov eax, DWORD PTR CPP_N_SMALL[rip] or edx, eax mov eax, DWORD PTR CPP_N_DECIMAL[rip] or eax, edx jmp .L3 .L2: mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR 8[rax] movsx rdx, eax mov rax, QWORD PTR -16[rbp] add rax, rdx mov QWORD PTR -8[rbp], rax mov DWORD PTR -32[rbp], 0 mov DWORD PTR -44[rbp], 0 mov DWORD PTR -36[rbp], 10 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 48 jne .L20 mov DWORD PTR -36[rbp], 8 add QWORD PTR -16[rbp], 1 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 120 je .L5 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 88 jne .L6 .L5: mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] cmp al, 46 je .L7 mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movsx eax, al mov edi, eax call ISXDIGIT@PLT test rax, rax je .L6 .L7: mov DWORD PTR -36[rbp], 16 add QWORD PTR -16[rbp], 1 jmp .L20 .L6: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 98 je .L8 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 66 jne .L20 .L8: mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] cmp al, 48 je .L9 mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] cmp al, 49 jne .L20 .L9: mov DWORD PTR -36[rbp], 2 add QWORD PTR -16[rbp], 1 .L20: mov rax, QWORD PTR -16[rbp] lea rdx, 1[rax] mov QWORD PTR -16[rbp], rdx movzx eax, BYTE PTR [rax] movsx eax, al mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] movsx eax, al mov edi, eax call ISDIGIT@PLT test rax, rax jne .L10 mov eax, DWORD PTR -28[rbp] movsx eax, al mov edi, eax call ISXDIGIT@PLT test rax, rax je .L11 cmp DWORD PTR -36[rbp], 16 jne .L11 .L10: mov eax, DWORD PTR -28[rbp] mov edi, eax call hex_value@PLT mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -44[rbp] jbe .L13 mov eax, DWORD PTR -28[rbp] mov DWORD PTR -44[rbp], eax jmp .L13 .L11: cmp DWORD PTR -28[rbp], 46 jne .L14 cmp DWORD PTR -32[rbp], 0 jne .L15 mov DWORD PTR -32[rbp], 1 jmp .L20 .L15: lea rax, .LC0[rip] mov rdi, rax call SYNTAX_ERROR@PLT jmp .L20 .L14: cmp DWORD PTR -36[rbp], 10 ja .L16 cmp DWORD PTR -28[rbp], 101 je .L17 cmp DWORD PTR -28[rbp], 69 je .L17 .L16: cmp DWORD PTR -36[rbp], 16 jne .L18 cmp DWORD PTR -28[rbp], 112 je .L17 cmp DWORD PTR -28[rbp], 80 jne .L18 .L17: mov DWORD PTR -32[rbp], 2 jmp .L19 .L18: sub QWORD PTR -16[rbp], 1 jmp .L19 .L13: jmp .L20 .L19: cmp DWORD PTR -32[rbp], 0 je .L21 cmp DWORD PTR -36[rbp], 8 jne .L21 mov DWORD PTR -36[rbp], 10 .L21: mov eax, DWORD PTR -44[rbp] cmp eax, DWORD PTR -36[rbp] jb .L22 cmp DWORD PTR -36[rbp], 2 jne .L23 mov eax, DWORD PTR -44[rbp] add eax, 48 mov esi, eax lea rax, .LC1[rip] mov rdi, rax call SYNTAX_ERROR2@PLT jmp .L22 .L23: mov eax, DWORD PTR -44[rbp] add eax, 48 mov esi, eax lea rax, .LC2[rip] mov rdi, rax call SYNTAX_ERROR2@PLT .L22: cmp DWORD PTR -32[rbp], 0 je .L24 cmp DWORD PTR -36[rbp], 2 jne .L25 mov ecx, DWORD PTR CPP_DL_ERROR[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC3[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT mov eax, DWORD PTR CPP_N_INVALID[rip] jmp .L3 .L25: cmp DWORD PTR -36[rbp], 16 jne .L26 mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_PEDANTIC@PLT test rax, rax je .L26 mov edx, DWORD PTR c99[rip] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call CPP_OPTION@PLT test rax, rax jne .L26 mov ecx, DWORD PTR CPP_DL_PEDWARN[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC4[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT .L26: cmp DWORD PTR -32[rbp], 2 jne .L27 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 43 je .L28 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] cmp al, 45 jne .L29 .L28: add QWORD PTR -16[rbp], 1 .L29: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movsx eax, al mov edi, eax call ISDIGIT@PLT test rax, rax jne .L31 lea rax, .LC5[rip] mov rdi, rax call SYNTAX_ERROR@PLT .L31: add QWORD PTR -16[rbp], 1 mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movsx eax, al mov edi, eax call ISDIGIT@PLT test rax, rax jne .L31 jmp .L32 .L27: cmp DWORD PTR -36[rbp], 16 jne .L32 lea rax, .LC6[rip] mov rdi, rax call SYNTAX_ERROR@PLT .L32: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov edx, eax mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call interpret_float_suffix@PLT mov DWORD PTR -40[rbp], eax cmp DWORD PTR -40[rbp], 0 jne .L33 mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov ecx, eax mov esi, DWORD PTR CPP_DL_ERROR[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r8, rdx lea rdx, .LC7[rip] mov rdi, rax mov eax, 0 call cpp_error@PLT mov eax, DWORD PTR CPP_N_INVALID[rip] jmp .L3 .L33: mov rax, QWORD PTR -8[rbp] cmp rax, QWORD PTR -16[rbp] je .L34 mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_WTRADITIONAL@PLT test rax, rax je .L34 mov rax, QWORD PTR -56[rbp] mov rdi, rax call cpp_sys_macro_p@PLT test eax, eax jne .L34 mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov ecx, eax mov esi, DWORD PTR CPP_DL_WARNING[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r8, rdx lea rdx, .LC8[rip] mov rdi, rax mov eax, 0 call cpp_error@PLT .L34: mov eax, DWORD PTR CPP_N_MEDIUM[rip] cmp DWORD PTR -40[rbp], eax jne .L35 mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_PEDANTIC@PLT test rax, rax je .L35 mov ecx, DWORD PTR CPP_DL_PEDWARN[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC9[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT .L35: mov eax, DWORD PTR CPP_N_DFLOAT[rip] and eax, DWORD PTR -40[rbp] test eax, eax je .L36 cmp DWORD PTR -36[rbp], 10 je .L36 mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov ecx, eax mov esi, DWORD PTR CPP_DL_ERROR[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r8, rdx lea rdx, .LC10[rip] mov rdi, rax mov eax, 0 call cpp_error@PLT mov eax, DWORD PTR CPP_N_INVALID[rip] jmp .L3 .L36: mov eax, DWORD PTR CPP_N_FLOATING[rip] or DWORD PTR -40[rbp], eax jmp .L37 .L24: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov edx, eax mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call interpret_int_suffix@PLT mov DWORD PTR -40[rbp], eax cmp DWORD PTR -40[rbp], 0 jne .L38 mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov ecx, eax mov esi, DWORD PTR CPP_DL_ERROR[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r8, rdx lea rdx, .LC11[rip] mov rdi, rax mov eax, 0 call cpp_error@PLT mov eax, DWORD PTR CPP_N_INVALID[rip] jmp .L3 .L38: mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_WTRADITIONAL@PLT test rax, rax je .L39 mov rax, QWORD PTR -56[rbp] mov rdi, rax call cpp_sys_macro_p@PLT test eax, eax jne .L39 mov edx, DWORD PTR CPP_N_UNSIGNED[rip] mov eax, DWORD PTR CPP_N_IMAGINARY[rip] or eax, edx and eax, DWORD PTR -40[rbp] mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR CPP_N_WIDTH[rip] and eax, DWORD PTR -40[rbp] mov edx, eax mov eax, DWORD PTR CPP_N_LARGE[rip] cmp edx, eax sete al movzx eax, al mov DWORD PTR -20[rbp], eax cmp DWORD PTR -24[rbp], 0 jne .L40 cmp DWORD PTR -20[rbp], 0 je .L39 mov edx, DWORD PTR warn_long_long[rip] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call CPP_OPTION@PLT test rax, rax je .L39 .L40: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR -16[rbp] mov ecx, eax mov esi, DWORD PTR CPP_DL_WARNING[rip] mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov r8, rdx lea rdx, .LC8[rip] mov rdi, rax mov eax, 0 call cpp_error@PLT .L39: mov eax, DWORD PTR CPP_N_WIDTH[rip] and eax, DWORD PTR -40[rbp] mov edx, eax mov eax, DWORD PTR CPP_N_LARGE[rip] cmp edx, eax jne .L41 mov edx, DWORD PTR c99[rip] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call CPP_OPTION@PLT test rax, rax jne .L41 mov edx, DWORD PTR warn_long_long[rip] mov rax, QWORD PTR -56[rbp] mov esi, edx mov rdi, rax call CPP_OPTION@PLT test rax, rax je .L41 mov ecx, DWORD PTR CPP_DL_PEDWARN[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC12[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT .L41: mov eax, DWORD PTR CPP_N_INTEGER[rip] or DWORD PTR -40[rbp], eax .L37: mov eax, DWORD PTR CPP_N_IMAGINARY[rip] and eax, DWORD PTR -40[rbp] test eax, eax je .L42 mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_PEDANTIC@PLT test rax, rax je .L42 mov ecx, DWORD PTR CPP_DL_PEDWARN[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC13[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT .L42: cmp DWORD PTR -36[rbp], 2 jne .L43 mov rax, QWORD PTR -56[rbp] mov rdi, rax call CPP_PEDANTIC@PLT test rax, rax je .L43 mov ecx, DWORD PTR CPP_DL_PEDWARN[rip] mov rax, QWORD PTR -56[rbp] lea rdx, .LC14[rip] mov esi, ecx mov rdi, rax mov eax, 0 call cpp_error@PLT .L43: cmp DWORD PTR -36[rbp], 10 jne .L44 mov eax, DWORD PTR CPP_N_DECIMAL[rip] or DWORD PTR -40[rbp], eax jmp .L45 .L44: cmp DWORD PTR -36[rbp], 16 jne .L46 mov eax, DWORD PTR CPP_N_HEX[rip] or DWORD PTR -40[rbp], eax jmp .L45 .L46: cmp DWORD PTR -36[rbp], 2 jne .L47 mov eax, DWORD PTR CPP_N_BINARY[rip] or DWORD PTR -40[rbp], eax jmp .L45 .L47: mov eax, DWORD PTR CPP_N_OCTAL[rip] or DWORD PTR -40[rbp], eax .L45: mov eax, DWORD PTR -40[rbp] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cpp_classify_number, .-cpp_classify_number .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_expr.c_cpp_classify_number.c" .text .global CPP_DL_ERROR .bss .align 2 .type CPP_DL_ERROR, %object .size CPP_DL_ERROR, 4 CPP_DL_ERROR: .space 4 .global CPP_DL_PEDWARN .align 2 .type CPP_DL_PEDWARN, %object .size CPP_DL_PEDWARN, 4 CPP_DL_PEDWARN: .space 4 .global CPP_DL_WARNING .align 2 .type CPP_DL_WARNING, %object .size CPP_DL_WARNING, 4 CPP_DL_WARNING: .space 4 .global CPP_N_BINARY .align 2 .type CPP_N_BINARY, %object .size CPP_N_BINARY, 4 CPP_N_BINARY: .space 4 .global CPP_N_DECIMAL .align 2 .type CPP_N_DECIMAL, %object .size CPP_N_DECIMAL, 4 CPP_N_DECIMAL: .space 4 .global CPP_N_DFLOAT .align 2 .type CPP_N_DFLOAT, %object .size CPP_N_DFLOAT, 4 CPP_N_DFLOAT: .space 4 .global CPP_N_FLOATING .align 2 .type CPP_N_FLOATING, %object .size CPP_N_FLOATING, 4 CPP_N_FLOATING: .space 4 .global CPP_N_HEX .align 2 .type CPP_N_HEX, %object .size CPP_N_HEX, 4 CPP_N_HEX: .space 4 .global CPP_N_IMAGINARY .align 2 .type CPP_N_IMAGINARY, %object .size CPP_N_IMAGINARY, 4 CPP_N_IMAGINARY: .space 4 .global CPP_N_INTEGER .align 2 .type CPP_N_INTEGER, %object .size CPP_N_INTEGER, 4 CPP_N_INTEGER: .space 4 .global CPP_N_INVALID .align 2 .type CPP_N_INVALID, %object .size CPP_N_INVALID, 4 CPP_N_INVALID: .space 4 .global CPP_N_LARGE .align 2 .type CPP_N_LARGE, %object .size CPP_N_LARGE, 4 CPP_N_LARGE: .space 4 .global CPP_N_MEDIUM .align 2 .type CPP_N_MEDIUM, %object .size CPP_N_MEDIUM, 4 CPP_N_MEDIUM: .space 4 .global CPP_N_OCTAL .align 2 .type CPP_N_OCTAL, %object .size CPP_N_OCTAL, 4 CPP_N_OCTAL: .space 4 .global CPP_N_SMALL .align 2 .type CPP_N_SMALL, %object .size CPP_N_SMALL, 4 CPP_N_SMALL: .space 4 .global CPP_N_UNSIGNED .align 2 .type CPP_N_UNSIGNED, %object .size CPP_N_UNSIGNED, 4 CPP_N_UNSIGNED: .space 4 .global CPP_N_WIDTH .align 2 .type CPP_N_WIDTH, %object .size CPP_N_WIDTH, 4 CPP_N_WIDTH: .space 4 .global c99 .align 2 .type c99, %object .size c99, 4 c99: .space 4 .global warn_long_long .align 2 .type warn_long_long, %object .size warn_long_long, 4 warn_long_long: .space 4 .section .rodata .align 2 .LC0: .ascii "too many decimal points in number\000" .align 2 .LC1: .ascii "invalid digit \"%c\" in binary constant\000" .align 2 .LC2: .ascii "invalid digit \"%c\" in octal constant\000" .align 2 .LC3: .ascii "invalid prefix \"0b\" for floating constant\000" .align 2 .LC4: .ascii "use of C99 hexadecimal floating constant\000" .align 2 .LC5: .ascii "exponent has no digits\000" .align 2 .LC6: .ascii "hexadecimal floating constants require an exponent\000" .align 2 .LC7: .ascii "invalid suffix \"%.*s\" on floating constant\000" .align 2 .LC8: .ascii "traditional C rejects the \"%.*s\" suffix\000" .align 2 .LC9: .ascii "suffix for double constant is a GCC extension\000" .align 2 .LC10: .ascii "invalid suffix \"%.*s\" with hexadecimal floating c" .ascii "onstant\000" .align 2 .LC11: .ascii "invalid suffix \"%.*s\" on integer constant\000" .align 2 .LC12: .ascii "use of C99 long long integer constant\000" .align 2 .LC13: .ascii "imaginary constants are a GCC extension\000" .align 2 .LC14: .ascii "binary constants are a GCC extension\000" .text .align 2 .global cpp_classify_number .syntax unified .arm .type cpp_classify_number, %function cpp_classify_number: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #56 str r0, [fp, #-48] str r1, [fp, #-52] ldr r3, [fp, #-52] ldr r3, [r3] str r3, [fp, #-40] ldr r3, [fp, #-52] ldr r3, [r3, #4] cmp r3, #1 bne .L2 ldr r3, .L48 ldr r2, [r3] ldr r3, .L48+4 ldr r3, [r3] orr r2, r2, r3 ldr r3, .L48+8 ldr r3, [r3] orr r3, r2, r3 b .L3 .L2: ldr r3, [fp, #-52] ldr r3, [r3, #4] mov r2, r3 ldr r3, [fp, #-40] add r3, r3, r2 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-36] mov r3, #10 str r3, [fp, #-28] ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #48 bne .L20 mov r3, #8 str r3, [fp, #-28] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #120 beq .L5 ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #88 bne .L6 .L5: ldr r3, [fp, #-40] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #46 beq .L7 ldr r3, [fp, #-40] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl ISXDIGIT mov r3, r0 cmp r3, #0 beq .L6 .L7: mov r3, #16 str r3, [fp, #-28] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] b .L20 .L6: ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #98 beq .L8 ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #66 bne .L20 .L8: ldr r3, [fp, #-40] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #48 beq .L9 ldr r3, [fp, #-40] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #49 bne .L20 .L9: mov r3, #2 str r3, [fp, #-28] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L20: ldr r3, [fp, #-40] add r2, r3, #1 str r2, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 str r3, [fp, #-16] ldr r3, [fp, #-16] and r3, r3, #255 mov r0, r3 bl ISDIGIT mov r3, r0 cmp r3, #0 bne .L10 ldr r3, [fp, #-16] and r3, r3, #255 mov r0, r3 bl ISXDIGIT mov r3, r0 cmp r3, #0 beq .L11 ldr r3, [fp, #-28] cmp r3, #16 bne .L11 .L10: ldr r0, [fp, #-16] bl hex_value str r0, [fp, #-16] ldr r2, [fp, #-16] ldr r3, [fp, #-36] cmp r2, r3 bls .L13 ldr r3, [fp, #-16] str r3, [fp, #-36] b .L13 .L11: ldr r3, [fp, #-16] cmp r3, #46 bne .L14 ldr r3, [fp, #-24] cmp r3, #0 bne .L15 mov r3, #1 str r3, [fp, #-24] b .L20 .L15: ldr r0, .L48+12 bl SYNTAX_ERROR b .L20 .L14: ldr r3, [fp, #-28] cmp r3, #10 bhi .L16 ldr r3, [fp, #-16] cmp r3, #101 beq .L17 ldr r3, [fp, #-16] cmp r3, #69 beq .L17 .L16: ldr r3, [fp, #-28] cmp r3, #16 bne .L18 ldr r3, [fp, #-16] cmp r3, #112 beq .L17 ldr r3, [fp, #-16] cmp r3, #80 bne .L18 .L17: mov r3, #2 str r3, [fp, #-24] b .L19 .L18: ldr r3, [fp, #-40] sub r3, r3, #1 str r3, [fp, #-40] b .L19 .L13: b .L20 .L19: ldr r3, [fp, #-24] cmp r3, #0 beq .L21 ldr r3, [fp, #-28] cmp r3, #8 bne .L21 mov r3, #10 str r3, [fp, #-28] .L21: ldr r2, [fp, #-36] ldr r3, [fp, #-28] cmp r2, r3 bcc .L22 ldr r3, [fp, #-28] cmp r3, #2 bne .L23 ldr r3, [fp, #-36] add r3, r3, #48 mov r1, r3 ldr r0, .L48+16 bl SYNTAX_ERROR2 b .L22 .L23: ldr r3, [fp, #-36] add r3, r3, #48 mov r1, r3 ldr r0, .L48+20 bl SYNTAX_ERROR2 .L22: ldr r3, [fp, #-24] cmp r3, #0 beq .L24 ldr r3, [fp, #-28] cmp r3, #2 bne .L25 ldr r3, .L48+24 ldr r3, [r3] ldr r2, .L48+28 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error ldr r3, .L48+32 ldr r3, [r3] b .L3 .L25: ldr r3, [fp, #-28] cmp r3, #16 bne .L26 ldr r0, [fp, #-48] bl CPP_PEDANTIC mov r3, r0 cmp r3, #0 beq .L26 ldr r3, .L48+36 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-48] bl CPP_OPTION mov r3, r0 cmp r3, #0 bne .L26 ldr r3, .L48+40 ldr r3, [r3] ldr r2, .L48+44 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error .L26: ldr r3, [fp, #-24] cmp r3, #2 bne .L27 ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #43 beq .L28 ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #45 bne .L29 .L28: ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L29: ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl ISDIGIT mov r3, r0 cmp r3, #0 bne .L31 ldr r0, .L48+48 bl SYNTAX_ERROR .L31: ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] ldr r3, [fp, #-40] ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl ISDIGIT mov r3, r0 cmp r3, #0 bne .L31 b .L32 .L27: ldr r3, [fp, #-28] cmp r3, #16 bne .L32 ldr r0, .L48+52 bl SYNTAX_ERROR .L32: ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r3, r2, r3 mov r1, r3 ldr r0, [fp, #-40] bl interpret_float_suffix str r0, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 bne .L33 ldr r3, .L48+24 ldr r1, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r2, r2, r3 ldr r3, [fp, #-40] str r3, [sp] mov r3, r2 ldr r2, .L48+56 ldr r0, [fp, #-48] bl cpp_error ldr r3, .L48+32 ldr r3, [r3] b .L3 .L33: ldr r2, [fp, #-20] ldr r3, [fp, #-40] cmp r2, r3 beq .L34 ldr r0, [fp, #-48] bl CPP_WTRADITIONAL mov r3, r0 cmp r3, #0 beq .L34 ldr r0, [fp, #-48] bl cpp_sys_macro_p mov r3, r0 cmp r3, #0 bne .L34 ldr r3, .L48+60 ldr r1, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r2, r2, r3 ldr r3, [fp, #-40] str r3, [sp] mov r3, r2 ldr r2, .L48+64 ldr r0, [fp, #-48] bl cpp_error .L34: ldr r3, .L48+68 ldr r3, [r3] ldr r2, [fp, #-32] cmp r2, r3 bne .L35 ldr r0, [fp, #-48] bl CPP_PEDANTIC mov r3, r0 cmp r3, #0 beq .L35 ldr r3, .L48+40 ldr r3, [r3] ldr r2, .L48+72 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error .L35: ldr r3, .L48+76 ldr r2, [r3] ldr r3, [fp, #-32] and r3, r3, r2 cmp r3, #0 beq .L36 ldr r3, [fp, #-28] cmp r3, #10 beq .L36 ldr r3, .L48+24 ldr r1, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r2, r2, r3 ldr r3, [fp, #-40] str r3, [sp] mov r3, r2 ldr r2, .L48+80 ldr r0, [fp, #-48] bl cpp_error ldr r3, .L48+32 ldr r3, [r3] b .L3 .L36: ldr r3, .L48+84 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] b .L37 .L24: ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r3, r2, r3 mov r1, r3 ldr r0, [fp, #-40] bl interpret_int_suffix str r0, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 bne .L38 ldr r3, .L48+24 ldr r1, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r2, r2, r3 ldr r3, [fp, #-40] str r3, [sp] mov r3, r2 ldr r2, .L48+88 ldr r0, [fp, #-48] bl cpp_error ldr r3, .L48+32 ldr r3, [r3] b .L3 .L38: ldr r0, [fp, #-48] bl CPP_WTRADITIONAL mov r3, r0 cmp r3, #0 beq .L39 ldr r0, [fp, #-48] bl cpp_sys_macro_p mov r3, r0 cmp r3, #0 bne .L39 ldr r3, .L48+92 ldr r2, [r3] ldr r3, .L48+96 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-32] and r3, r3, r2 str r3, [fp, #-12] ldr r3, .L48+100 ldr r2, [r3] ldr r3, [fp, #-32] and r2, r2, r3 ldr r3, .L48+104 ldr r3, [r3] cmp r2, r3 moveq r3, #1 movne r3, #0 and r3, r3, #255 str r3, [fp, #-8] ldr r3, [fp, #-12] cmp r3, #0 bne .L40 ldr r3, [fp, #-8] cmp r3, #0 beq .L39 ldr r3, .L48+108 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-48] bl CPP_OPTION mov r3, r0 cmp r3, #0 beq .L39 .L40: ldr r3, .L48+60 ldr r1, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-40] sub r2, r2, r3 ldr r3, [fp, #-40] str r3, [sp] mov r3, r2 ldr r2, .L48+64 ldr r0, [fp, #-48] bl cpp_error .L39: ldr r3, .L48+100 ldr r2, [r3] ldr r3, [fp, #-32] and r2, r2, r3 ldr r3, .L48+104 ldr r3, [r3] cmp r2, r3 bne .L41 ldr r3, .L48+36 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-48] bl CPP_OPTION mov r3, r0 cmp r3, #0 bne .L41 ldr r3, .L48+108 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-48] bl CPP_OPTION mov r3, r0 cmp r3, #0 beq .L41 ldr r3, .L48+40 ldr r3, [r3] ldr r2, .L48+112 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error .L41: ldr r3, .L48 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] .L37: ldr r3, .L48+96 ldr r2, [r3] ldr r3, [fp, #-32] and r3, r3, r2 cmp r3, #0 beq .L42 ldr r0, [fp, #-48] bl CPP_PEDANTIC mov r3, r0 cmp r3, #0 beq .L42 ldr r3, .L48+40 ldr r3, [r3] ldr r2, .L48+116 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error .L42: ldr r3, [fp, #-28] cmp r3, #2 bne .L43 ldr r0, [fp, #-48] bl CPP_PEDANTIC mov r3, r0 cmp r3, #0 beq .L43 ldr r3, .L48+40 ldr r3, [r3] ldr r2, .L48+120 mov r1, r3 ldr r0, [fp, #-48] bl cpp_error .L43: ldr r3, [fp, #-28] cmp r3, #10 bne .L44 ldr r3, .L48+8 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] b .L45 .L44: ldr r3, [fp, #-28] cmp r3, #16 bne .L46 ldr r3, .L48+124 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] b .L45 .L46: ldr r3, [fp, #-28] cmp r3, #2 bne .L47 ldr r3, .L48+128 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] b .L45 .L47: ldr r3, .L48+132 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] .L45: ldr r3, [fp, #-32] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L49: .align 2 .L48: .word CPP_N_INTEGER .word CPP_N_SMALL .word CPP_N_DECIMAL .word .LC0 .word .LC1 .word .LC2 .word CPP_DL_ERROR .word .LC3 .word CPP_N_INVALID .word c99 .word CPP_DL_PEDWARN .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word CPP_DL_WARNING .word .LC8 .word CPP_N_MEDIUM .word .LC9 .word CPP_N_DFLOAT .word .LC10 .word CPP_N_FLOATING .word .LC11 .word CPP_N_UNSIGNED .word CPP_N_IMAGINARY .word CPP_N_WIDTH .word CPP_N_LARGE .word warn_long_long .word .LC12 .word .LC13 .word .LC14 .word CPP_N_HEX .word CPP_N_BINARY .word CPP_N_OCTAL .size cpp_classify_number, .-cpp_classify_number .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_exfat_super.c_ffsRemoveFile.c" .intel_syntax noprefix .text .globl ATTR_READONLY .bss .align 4 .type ATTR_READONLY, @object .size ATTR_READONLY, 4 ATTR_READONLY: .zero 4 .globl EXFAT .align 8 .type EXFAT, @object .size EXFAT, 8 EXFAT: .zero 8 .globl FFS_INVALIDFID .align 4 .type FFS_INVALIDFID, @object .size FFS_INVALIDFID, 4 FFS_INVALIDFID: .zero 4 .globl FFS_MEDIAERR .align 4 .type FFS_MEDIAERR, @object .size FFS_MEDIAERR, 4 FFS_MEDIAERR: .zero 4 .globl FFS_PERMISSIONERR .align 4 .type FFS_PERMISSIONERR, @object .size FFS_PERMISSIONERR, 4 FFS_PERMISSIONERR: .zero 4 .globl FFS_SUCCESS .align 4 .type FFS_SUCCESS, @object .size FFS_SUCCESS, 4 FFS_SUCCESS: .zero 4 .globl VOL_CLEAN .align 4 .type VOL_CLEAN, @object .size VOL_CLEAN, 4 VOL_CLEAN: .zero 4 .globl VOL_DIRTY .align 4 .type VOL_DIRTY, @object .size VOL_DIRTY, 4 VOL_DIRTY: .zero 4 .text .type ffsRemoveFile, @function ffsRemoveFile: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR FFS_SUCCESS[rip] mov DWORD PTR -100[rbp], eax mov rax, QWORD PTR -120[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -96[rbp] mov rdi, rax call EXFAT_SB@PLT mov QWORD PTR -88[rbp], rax cmp QWORD PTR -128[rbp], 0 jne .L2 mov eax, DWORD PTR FFS_INVALIDFID[rip] jmp .L9 .L2: mov rax, QWORD PTR -88[rbp] add rax, 16 mov rdi, rax call down@PLT mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 40[rax] mov DWORD PTR -48[rbp], eax mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 32[rax] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 24[rax] mov DWORD PTR -64[rbp], eax mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] lea rsi, -64[rbp] mov rax, QWORD PTR -96[rbp] mov ecx, 0 mov rdi, rax call get_entry_in_dir@PLT mov QWORD PTR -72[rbp], rax cmp QWORD PTR -72[rbp], 0 jne .L4 mov eax, DWORD PTR FFS_MEDIAERR[rip] mov DWORD PTR -100[rbp], eax jmp .L5 .L4: mov rax, QWORD PTR -88[rbp] mov rax, QWORD PTR 32[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -72[rbp] mov rdi, rax call rdx mov edx, DWORD PTR ATTR_READONLY[rip] and eax, edx test eax, eax je .L6 mov eax, DWORD PTR FFS_PERMISSIONERR[rip] mov DWORD PTR -100[rbp], eax jmp .L5 .L6: mov edx, DWORD PTR VOL_DIRTY[rip] mov rax, QWORD PTR -96[rbp] mov esi, edx mov rdi, rax call fs_set_vol_flags@PLT mov rdx, QWORD PTR -80[rbp] lea rcx, -64[rbp] mov rax, QWORD PTR -120[rbp] mov rsi, rcx mov rdi, rax call remove_file@PLT mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 8[rax] mov DWORD PTR -16[rbp], eax mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -88[rbp] mov eax, DWORD PTR [rax] mov ecx, eax sar edx, cl mov eax, edx cdqe add rax, 1 mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 4[rax] mov DWORD PTR -32[rbp], eax mov rax, QWORD PTR -88[rbp] mov rax, QWORD PTR 32[rax] mov r8, QWORD PTR 8[rax] lea rcx, -32[rbp] mov rax, QWORD PTR -96[rbp] mov edx, 0 mov rsi, rcx mov rdi, rax call r8 mov rax, QWORD PTR -128[rbp] mov DWORD PTR [rax], 0 mov edi, -1 call CLUSTER_32@PLT mov rdx, QWORD PTR -128[rbp] mov DWORD PTR 8[rdx], eax mov rax, QWORD PTR -88[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR EXFAT[rip] cmp rdx, rax jne .L7 mov edx, 3 jmp .L8 .L7: mov edx, 1 .L8: mov rax, QWORD PTR -128[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -88[rbp] mov rax, QWORD PTR 24[rax] test rax, rax je .L11 mov eax, DWORD PTR FFS_MEDIAERR[rip] mov DWORD PTR -100[rbp], eax jmp .L5 .L11: nop .L5: mov rax, QWORD PTR -88[rbp] add rax, 16 mov rdi, rax call up@PLT mov eax, DWORD PTR -100[rbp] .L9: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L10 call __stack_chk_fail@PLT .L10: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ffsRemoveFile, .-ffsRemoveFile .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_exfat_super.c_ffsRemoveFile.c" .text .global ATTR_READONLY .bss .align 2 .type ATTR_READONLY, %object .size ATTR_READONLY, 4 ATTR_READONLY: .space 4 .global EXFAT .align 2 .type EXFAT, %object .size EXFAT, 4 EXFAT: .space 4 .global FFS_INVALIDFID .align 2 .type FFS_INVALIDFID, %object .size FFS_INVALIDFID, 4 FFS_INVALIDFID: .space 4 .global FFS_MEDIAERR .align 2 .type FFS_MEDIAERR, %object .size FFS_MEDIAERR, 4 FFS_MEDIAERR: .space 4 .global FFS_PERMISSIONERR .align 2 .type FFS_PERMISSIONERR, %object .size FFS_PERMISSIONERR, 4 FFS_PERMISSIONERR: .space 4 .global FFS_SUCCESS .align 2 .type FFS_SUCCESS, %object .size FFS_SUCCESS, 4 FFS_SUCCESS: .space 4 .global VOL_CLEAN .align 2 .type VOL_CLEAN, %object .size VOL_CLEAN, 4 VOL_CLEAN: .space 4 .global VOL_DIRTY .align 2 .type VOL_DIRTY, %object .size VOL_DIRTY, 4 VOL_DIRTY: .space 4 .text .align 2 .syntax unified .arm .type ffsRemoveFile, %function ffsRemoveFile: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #56 str r0, [fp, #-56] str r1, [fp, #-60] ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r3, .L12+4 ldr r3, [r3] str r3, [fp, #-52] ldr r3, [fp, #-56] ldr r3, [r3] str r3, [fp, #-48] ldr r0, [fp, #-48] bl EXFAT_SB mov r3, r0 str r3, [fp, #-44] ldr r3, [fp, #-60] cmp r3, #0 bne .L2 ldr r3, .L12+8 ldr r3, [r3] b .L9 .L2: ldr r3, [fp, #-44] add r3, r3, #8 mov r0, r3 bl down ldr r3, [fp, #-60] ldr r3, [r3, #24] str r3, [fp, #-24] ldr r3, [fp, #-60] ldr r3, [r3, #20] str r3, [fp, #-28] ldr r3, [fp, #-60] ldr r3, [r3, #16] str r3, [fp, #-32] ldr r3, [fp, #-60] ldr r3, [r3, #12] str r3, [fp, #-40] sub r1, fp, #32 mov r3, #0 ldr r2, [fp, #-40] ldr r0, [fp, #-48] bl get_entry_in_dir str r0, [fp, #-36] ldr r3, [fp, #-36] cmp r3, #0 bne .L4 ldr r3, .L12+12 ldr r3, [r3] str r3, [fp, #-52] b .L5 .L4: ldr r3, [fp, #-44] ldr r3, [r3, #16] ldr r3, [r3] ldr r0, [fp, #-36] blx r3 mov r2, r0 ldr r3, .L12+16 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L6 ldr r3, .L12+20 ldr r3, [r3] str r3, [fp, #-52] b .L5 .L6: ldr r3, .L12+24 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-48] bl fs_set_vol_flags sub r3, fp, #32 ldr r2, [fp, #-40] mov r1, r3 ldr r0, [fp, #-56] bl remove_file ldr r3, [fp, #-60] ldr r3, [r3, #8] str r3, [fp, #-12] ldr r3, [fp, #-60] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-44] ldr r3, [r3] asr r3, r2, r3 add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-60] ldr r3, [r3, #4] str r3, [fp, #-20] ldr r3, [fp, #-44] ldr r3, [r3, #16] ldr r3, [r3, #4] sub r1, fp, #20 mov r2, #0 ldr r0, [fp, #-48] blx r3 ldr r3, [fp, #-60] mov r2, #0 str r2, [r3] mvn r0, #0 bl CLUSTER_32 mov r2, r0 ldr r3, [fp, #-60] str r2, [r3, #8] ldr r3, [fp, #-44] ldr r2, [r3, #4] ldr r3, .L12+28 ldr r3, [r3] cmp r2, r3 bne .L7 mov r2, #3 b .L8 .L7: mov r2, #1 .L8: ldr r3, [fp, #-60] str r2, [r3, #4] ldr r3, [fp, #-44] ldr r3, [r3, #12] cmp r3, #0 beq .L11 ldr r3, .L12+12 ldr r3, [r3] str r3, [fp, #-52] b .L5 .L11: nop .L5: ldr r3, [fp, #-44] add r3, r3, #8 mov r0, r3 bl up ldr r3, [fp, #-52] .L9: ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L10 bl __stack_chk_fail .L10: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word __stack_chk_guard .word FFS_SUCCESS .word FFS_INVALIDFID .word FFS_MEDIAERR .word ATTR_READONLY .word FFS_PERMISSIONERR .word VOL_DIRTY .word EXFAT .size ffsRemoveFile, .-ffsRemoveFile .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cli-interp.c_safe_execute_command.c" .intel_syntax noprefix .text .globl RETURN_MASK_ALL .bss .align 4 .type RETURN_MASK_ALL, @object .size RETURN_MASK_ALL, 4 RETURN_MASK_ALL: .zero 4 .globl do_captured_execute_command .align 4 .type do_captured_execute_command, @object .size do_captured_execute_command, 4 do_captured_execute_command: .zero 4 .text .type safe_execute_command, @function safe_execute_command: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov DWORD PTR -52[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -48[rbp] mov QWORD PTR -32[rbp], rax mov eax, DWORD PTR -52[rbp] mov DWORD PTR -24[rbp], eax mov ecx, DWORD PTR RETURN_MASK_ALL[rip] mov esi, DWORD PTR do_captured_execute_command[rip] lea rdx, -32[rbp] mov rax, QWORD PTR -40[rbp] mov r8d, ecx mov ecx, 0 mov rdi, rax call catch_exceptions@PLT mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size safe_execute_command, .-safe_execute_command .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cli-interp.c_safe_execute_command.c" .text .global RETURN_MASK_ALL .bss .align 2 .type RETURN_MASK_ALL, %object .size RETURN_MASK_ALL, 4 RETURN_MASK_ALL: .space 4 .global do_captured_execute_command .align 2 .type do_captured_execute_command, %object .size do_captured_execute_command, 4 do_captured_execute_command: .space 4 .text .align 2 .syntax unified .arm .type safe_execute_command, %function safe_execute_command: @ 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, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-32] str r3, [fp, #-12] ldr r3, .L4+4 ldr r1, [r3] ldr r3, .L4+8 ldr r3, [r3] sub r2, fp, #16 str r3, [sp] mov r3, #0 ldr r0, [fp, #-24] bl catch_exceptions 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 __stack_chk_guard .word do_captured_execute_command .word RETURN_MASK_ALL .size safe_execute_command, .-safe_execute_command .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_vf_neighbor.c_filter_frame.c" .intel_syntax noprefix .text .globl ENOMEM .bss .align 4 .type ENOMEM, @object .size ENOMEM, 4 ENOMEM: .zero 4 .globl filter_slice .align 4 .type filter_slice, @object .size filter_slice, 4 filter_slice: .zero 4 .text .type filter_frame, @function filter_frame: .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, 88 .cfi_offset 3, -24 mov QWORD PTR -88[rbp], rdi mov QWORD PTR -96[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov rax, QWORD PTR -88[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 16[rax] mov rax, QWORD PTR [rax] mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -64[rbp], rax mov rax, QWORD PTR -72[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -72[rbp] mov ecx, DWORD PTR 4[rax] mov rax, QWORD PTR -72[rbp] mov esi, ecx mov rdi, rax call ff_get_video_buffer@PLT mov QWORD PTR -56[rbp], rax cmp QWORD PTR -56[rbp], 0 jne .L2 lea rax, -96[rbp] mov rdi, rax call av_frame_free@PLT mov eax, DWORD PTR ENOMEM[rip] mov edi, eax call AVERROR@PLT jmp .L4 .L2: mov rdx, QWORD PTR -96[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call av_frame_copy_props@PLT mov rax, QWORD PTR -96[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR [rax] mov rbx, QWORD PTR [rax] mov rax, QWORD PTR -80[rbp] mov rdi, rax call ff_filter_get_nb_threads@PLT mov edx, eax mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] add rax, 4 mov eax, DWORD PTR [rax] mov esi, edx mov edi, eax call FFMIN@PLT mov ecx, eax mov esi, DWORD PTR filter_slice[rip] lea rdx, -48[rbp] mov rax, QWORD PTR -80[rbp] mov r8d, ecx mov ecx, 0 mov rdi, rax call rbx lea rax, -96[rbp] mov rdi, rax call av_frame_free@PLT mov rdx, QWORD PTR -56[rbp] mov rax, QWORD PTR -72[rbp] mov rsi, rdx mov rdi, rax call ff_filter_frame@PLT .L4: mov rdx, QWORD PTR -24[rbp] sub rdx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size filter_frame, .-filter_frame .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_vf_neighbor.c_filter_frame.c" .text .global ENOMEM .bss .align 2 .type ENOMEM, %object .size ENOMEM, 4 ENOMEM: .space 4 .global filter_slice .align 2 .type filter_slice, %object .size filter_slice, 4 filter_slice: .space 4 .text .align 2 .syntax unified .arm .type filter_frame, %function filter_frame: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, fp, lr} add fp, sp, #16 sub sp, sp, #52 str r0, [fp, #-56] str r1, [fp, #-60] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-24] mov r3, #0 ldr r3, [fp, #-56] ldr r3, [r3, #8] str r3, [fp, #-48] ldr r3, [fp, #-48] ldr r3, [r3, #8] ldr r3, [r3] str r3, [fp, #-44] ldr r3, [fp, #-48] ldr r3, [r3, #4] str r3, [fp, #-40] ldr r3, [fp, #-44] ldr r1, [r3, #4] ldr r3, [fp, #-44] ldr r3, [r3] mov r2, r3 ldr r0, [fp, #-44] bl ff_get_video_buffer str r0, [fp, #-36] ldr r3, [fp, #-36] cmp r3, #0 bne .L2 sub r3, fp, #60 mov r0, r3 bl av_frame_free ldr r3, .L6+4 ldr r3, [r3] mov r0, r3 bl AVERROR mov r3, r0 b .L4 .L2: ldr r3, [fp, #-60] mov r1, r3 ldr r0, [fp, #-36] bl av_frame_copy_props ldr r3, [fp, #-60] str r3, [fp, #-28] ldr r3, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-48] ldr r3, [r3] ldr r4, [r3] ldr r3, .L6+8 ldr r5, [r3] ldr r3, [fp, #-40] ldr r3, [r3] add r3, r3, #4 ldr r6, [r3] ldr r0, [fp, #-48] bl ff_filter_get_nb_threads mov r3, r0 mov r1, r3 mov r0, r6 bl FFMIN mov r3, r0 sub r2, fp, #32 str r3, [sp] mov r3, #0 mov r1, r5 ldr r0, [fp, #-48] blx r4 sub r3, fp, #60 mov r0, r3 bl av_frame_free ldr r1, [fp, #-36] ldr r0, [fp, #-44] bl ff_filter_frame mov r3, r0 .L4: ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-24] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #16 @ sp needed pop {r4, r5, r6, fp, pc} .L7: .align 2 .L6: .word __stack_chk_guard .word ENOMEM .word filter_slice .size filter_frame, .-filter_frame .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cx25840-vbi.c_cx25840_s_sliced_fmt.c" .intel_syntax noprefix .text .globl V4L2_STD_525_60 .bss .align 4 .type V4L2_STD_525_60, @object .size V4L2_STD_525_60, 4 V4L2_STD_525_60: .zero 4 .text .globl cx25840_s_sliced_fmt .type cx25840_s_sliced_fmt, @function cx25840_s_sliced_fmt: .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, 160 mov QWORD PTR -152[rbp], rdi mov QWORD PTR -160[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -152[rbp] mov rdi, rax call v4l2_get_subdevdata@PLT mov QWORD PTR -128[rbp], rax mov rax, QWORD PTR -152[rbp] mov rdi, rax call to_state@PLT mov QWORD PTR -120[rbp], rax mov rax, QWORD PTR -120[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR V4L2_STD_525_60[rip] and eax, edx test eax, eax sete al movzx eax, al mov DWORD PTR -136[rbp], eax cmp DWORD PTR -136[rbp], 0 setne al movzx eax, al mov DWORD PTR -132[rbp], eax mov DWORD PTR -140[rbp], 0 jmp .L2 .L3: mov eax, DWORD PTR -140[rbp] cdqe mov DWORD PTR -112[rbp+rax*4], 0 add DWORD PTR -140[rbp], 1 .L2: cmp DWORD PTR -140[rbp], 23 jle .L3 mov rax, QWORD PTR -128[rbp] mov rdi, rax call cx25840_std_setup@PLT mov rax, QWORD PTR -128[rbp] mov edx, 50 mov esi, 1028 mov rdi, rax call cx25840_write@PLT mov rax, QWORD PTR -128[rbp] mov edx, 19 mov esi, 1030 mov rdi, rax call cx25840_write@PLT mov edx, DWORD PTR -132[rbp] mov rax, QWORD PTR -128[rbp] mov esi, 1151 mov rdi, rax call cx25840_write@PLT cmp DWORD PTR -136[rbp], 0 je .L4 mov DWORD PTR -144[rbp], 0 jmp .L5 .L6: mov rax, QWORD PTR -160[rbp] mov rax, QWORD PTR [rax] add rax, 8 mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -144[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 0 mov rdx, QWORD PTR -160[rbp] mov rdx, QWORD PTR [rdx] mov rcx, QWORD PTR [rdx] mov edx, DWORD PTR -144[rbp] movsx rdx, edx sal rdx, 2 add rdx, rcx mov eax, DWORD PTR [rax] mov DWORD PTR [rdx], eax add DWORD PTR -144[rbp], 1 .L5: cmp DWORD PTR -144[rbp], 6 jle .L6 jmp .L7 .L4: mov DWORD PTR -144[rbp], 0 jmp .L8 .L9: mov rax, QWORD PTR -160[rbp] mov rax, QWORD PTR [rax] add rax, 8 mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -144[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 0 mov rdx, QWORD PTR -160[rbp] mov rdx, QWORD PTR [rdx] mov rcx, QWORD PTR [rdx] mov edx, DWORD PTR -144[rbp] movsx rdx, edx sal rdx, 2 add rdx, rcx mov eax, DWORD PTR [rax] mov DWORD PTR [rdx], eax add DWORD PTR -144[rbp], 1 .L8: cmp DWORD PTR -144[rbp], 9 jle .L9 mov DWORD PTR -144[rbp], 22 jmp .L10 .L11: mov rax, QWORD PTR -160[rbp] mov rax, QWORD PTR [rax] add rax, 8 mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -144[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 0 mov rdx, QWORD PTR -160[rbp] mov rdx, QWORD PTR [rdx] mov rcx, QWORD PTR [rdx] mov edx, DWORD PTR -144[rbp] movsx rdx, edx sal rdx, 2 add rdx, rcx mov eax, DWORD PTR [rax] mov DWORD PTR [rdx], eax add DWORD PTR -144[rbp], 1 .L10: cmp DWORD PTR -144[rbp], 23 jle .L11 .L7: mov DWORD PTR -144[rbp], 7 jmp .L12 .L20: mov DWORD PTR -140[rbp], 0 jmp .L13 .L19: mov rax, QWORD PTR -160[rbp] mov rdx, QWORD PTR [rax] mov eax, 1 sub eax, DWORD PTR -140[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -144[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] cmp eax, 131 je .L14 cmp eax, 131 jg .L15 cmp eax, 130 je .L16 cmp eax, 130 jg .L15 cmp eax, 128 je .L17 cmp eax, 129 je .L18 jmp .L15 .L16: mov eax, DWORD PTR -144[rbp] cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov eax, DWORD PTR -140[rbp] sal eax, 2 mov esi, 1 mov ecx, eax sal esi, cl mov eax, esi or edx, eax mov eax, DWORD PTR -144[rbp] cdqe mov DWORD PTR -112[rbp+rax*4], edx jmp .L15 .L17: mov eax, DWORD PTR -144[rbp] cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov eax, DWORD PTR -140[rbp] sal eax, 2 mov esi, 4 mov ecx, eax sal esi, cl mov eax, esi or edx, eax mov eax, DWORD PTR -144[rbp] cdqe mov DWORD PTR -112[rbp+rax*4], edx jmp .L15 .L14: mov eax, DWORD PTR -144[rbp] cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov eax, DWORD PTR -140[rbp] sal eax, 2 mov esi, 6 mov ecx, eax sal esi, cl mov eax, esi or edx, eax mov eax, DWORD PTR -144[rbp] cdqe mov DWORD PTR -112[rbp+rax*4], edx jmp .L15 .L18: mov eax, DWORD PTR -144[rbp] cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov eax, DWORD PTR -140[rbp] sal eax, 2 mov esi, 9 mov ecx, eax sal esi, cl mov eax, esi or edx, eax mov eax, DWORD PTR -144[rbp] cdqe mov DWORD PTR -112[rbp+rax*4], edx nop .L15: add DWORD PTR -140[rbp], 1 .L13: cmp DWORD PTR -140[rbp], 1 jle .L19 add DWORD PTR -144[rbp], 1 .L12: cmp DWORD PTR -144[rbp], 23 jle .L20 cmp DWORD PTR -136[rbp], 0 je .L21 mov DWORD PTR -140[rbp], 1 mov DWORD PTR -144[rbp], 1060 jmp .L22 .L23: mov eax, DWORD PTR -140[rbp] add eax, 6 cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov ecx, DWORD PTR -144[rbp] mov rax, QWORD PTR -128[rbp] mov esi, ecx mov rdi, rax call cx25840_write@PLT add DWORD PTR -144[rbp], 1 add DWORD PTR -140[rbp], 1 .L22: cmp DWORD PTR -144[rbp], 1076 jle .L23 jmp .L24 .L21: mov DWORD PTR -140[rbp], 1 mov DWORD PTR -144[rbp], 1060 jmp .L25 .L26: mov eax, DWORD PTR -140[rbp] add eax, 9 cdqe mov edx, DWORD PTR -112[rbp+rax*4] mov ecx, DWORD PTR -144[rbp] mov rax, QWORD PTR -128[rbp] mov esi, ecx mov rdi, rax call cx25840_write@PLT add DWORD PTR -144[rbp], 1 add DWORD PTR -140[rbp], 1 .L25: cmp DWORD PTR -144[rbp], 1072 jle .L26 mov DWORD PTR -144[rbp], 1073 jmp .L27 .L28: mov ecx, DWORD PTR -144[rbp] mov rax, QWORD PTR -128[rbp] mov edx, 0 mov esi, ecx mov rdi, rax call cx25840_write@PLT add DWORD PTR -144[rbp], 1 .L27: cmp DWORD PTR -144[rbp], 1076 jle .L28 .L24: mov rax, QWORD PTR -128[rbp] mov edx, 22 mov esi, 1084 mov rdi, rax call cx25840_write@PLT cmp DWORD PTR -136[rbp], 0 je .L29 mov edx, 42 jmp .L30 .L29: mov edx, 34 .L30: mov rax, QWORD PTR -128[rbp] mov esi, 1140 mov rdi, rax call cx25840_write@PLT mov eax, 0 mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L32 call __stack_chk_fail@PLT .L32: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cx25840_s_sliced_fmt, .-cx25840_s_sliced_fmt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cx25840-vbi.c_cx25840_s_sliced_fmt.c" .text .global V4L2_STD_525_60 .bss .align 2 .type V4L2_STD_525_60, %object .size V4L2_STD_525_60, 4 V4L2_STD_525_60: .space 4 .text .align 2 .global cx25840_s_sliced_fmt .syntax unified .arm .type cx25840_s_sliced_fmt, %function cx25840_s_sliced_fmt: @ args = 0, pretend = 0, frame = 136 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #136 str r0, [fp, #-136] str r1, [fp, #-140] ldr r3, .L34 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r0, [fp, #-136] bl v4l2_get_subdevdata str r0, [fp, #-120] ldr r0, [fp, #-136] bl to_state str r0, [fp, #-116] ldr r3, [fp, #-116] ldr r2, [r3] ldr r3, .L34+4 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 str r3, [fp, #-112] ldr r3, [fp, #-112] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 str r3, [fp, #-108] mov r3, #0 str r3, [fp, #-124] b .L2 .L3: ldr r3, [fp, #-124] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp mov r2, #0 str r2, [r3, #-100] ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L2: ldr r3, [fp, #-124] cmp r3, #23 ble .L3 ldr r0, [fp, #-120] bl cx25840_std_setup mov r2, #50 ldr r1, .L34+8 ldr r0, [fp, #-120] bl cx25840_write mov r2, #19 ldr r1, .L34+12 ldr r0, [fp, #-120] bl cx25840_write ldr r2, [fp, #-108] ldr r1, .L34+16 ldr r0, [fp, #-120] bl cx25840_write ldr r3, [fp, #-112] cmp r3, #0 beq .L4 mov r3, #0 str r3, [fp, #-128] b .L5 .L6: ldr r3, [fp, #-140] ldr r3, [r3] add r3, r3, #4 ldr r2, [r3] ldr r3, [fp, #-128] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r2, [fp, #-140] ldr r2, [r2] ldr r1, [r2] ldr r2, [fp, #-128] lsl r2, r2, #2 add r2, r1, r2 ldr r3, [r3] str r3, [r2] ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] .L5: ldr r3, [fp, #-128] cmp r3, #6 ble .L6 b .L7 .L4: mov r3, #0 str r3, [fp, #-128] b .L8 .L9: ldr r3, [fp, #-140] ldr r3, [r3] add r3, r3, #4 ldr r2, [r3] ldr r3, [fp, #-128] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r2, [fp, #-140] ldr r2, [r2] ldr r1, [r2] ldr r2, [fp, #-128] lsl r2, r2, #2 add r2, r1, r2 ldr r3, [r3] str r3, [r2] ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] .L8: ldr r3, [fp, #-128] cmp r3, #9 ble .L9 mov r3, #22 str r3, [fp, #-128] b .L10 .L11: ldr r3, [fp, #-140] ldr r3, [r3] add r3, r3, #4 ldr r2, [r3] ldr r3, [fp, #-128] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r2, [fp, #-140] ldr r2, [r2] ldr r1, [r2] ldr r2, [fp, #-128] lsl r2, r2, #2 add r2, r1, r2 ldr r3, [r3] str r3, [r2] ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] .L10: ldr r3, [fp, #-128] cmp r3, #23 ble .L11 .L7: mov r3, #7 str r3, [fp, #-128] b .L12 .L21: mov r3, #0 str r3, [fp, #-124] b .L13 .L20: ldr r3, [fp, #-140] ldr r2, [r3] ldr r3, [fp, #-124] rsb r3, r3, #1 lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-128] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] sub r3, r3, #128 cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L14 .L16: .word .L19 .word .L18 .word .L17 .word .L15 .L17: ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r2, [r3, #-100] ldr r3, [fp, #-124] lsl r3, r3, #2 mov r1, #1 lsl r3, r1, r3 orr r2, r2, r3 ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp str r2, [r3, #-100] b .L14 .L19: ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r2, [r3, #-100] ldr r3, [fp, #-124] lsl r3, r3, #2 mov r1, #4 lsl r3, r1, r3 orr r2, r2, r3 ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp str r2, [r3, #-100] b .L14 .L15: ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r2, [r3, #-100] ldr r3, [fp, #-124] lsl r3, r3, #2 mov r1, #6 lsl r3, r1, r3 orr r2, r2, r3 ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp str r2, [r3, #-100] b .L14 .L18: ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r2, [r3, #-100] ldr r3, [fp, #-124] lsl r3, r3, #2 mov r1, #9 lsl r3, r1, r3 orr r2, r2, r3 ldr r3, [fp, #-128] lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp str r2, [r3, #-100] nop .L14: ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L13: ldr r3, [fp, #-124] cmp r3, #1 ble .L20 ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] .L12: ldr r3, [fp, #-128] cmp r3, #23 ble .L21 ldr r3, [fp, #-112] cmp r3, #0 beq .L22 mov r3, #1 str r3, [fp, #-124] ldr r3, .L34+20 str r3, [fp, #-128] b .L23 .L24: ldr r3, [fp, #-124] add r3, r3, #6 lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r3, [r3, #-100] mov r2, r3 ldr r1, [fp, #-128] ldr r0, [fp, #-120] bl cx25840_write ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L23: ldr r3, [fp, #-128] ldr r2, .L34+24 cmp r3, r2 ble .L24 b .L25 .L22: mov r3, #1 str r3, [fp, #-124] ldr r3, .L34+20 str r3, [fp, #-128] b .L26 .L27: ldr r3, [fp, #-124] add r3, r3, #9 lsl r3, r3, #2 sub r3, r3, #4 add r3, r3, fp ldr r3, [r3, #-100] mov r2, r3 ldr r1, [fp, #-128] ldr r0, [fp, #-120] bl cx25840_write ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L26: ldr r3, [fp, #-128] cmp r3, #1072 ble .L27 ldr r3, .L34+28 str r3, [fp, #-128] b .L28 .L29: mov r2, #0 ldr r1, [fp, #-128] ldr r0, [fp, #-120] bl cx25840_write ldr r3, [fp, #-128] add r3, r3, #1 str r3, [fp, #-128] .L28: ldr r3, [fp, #-128] ldr r2, .L34+24 cmp r3, r2 ble .L29 .L25: mov r2, #22 ldr r1, .L34+32 ldr r0, [fp, #-120] bl cx25840_write ldr r3, [fp, #-112] cmp r3, #0 beq .L30 mov r3, #42 b .L31 .L30: mov r3, #34 .L31: mov r2, r3 ldr r1, .L34+36 ldr r0, [fp, #-120] bl cx25840_write mov r3, #0 ldr r2, .L34 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L33 bl __stack_chk_fail .L33: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L35: .align 2 .L34: .word __stack_chk_guard .word V4L2_STD_525_60 .word 1028 .word 1030 .word 1151 .word 1060 .word 1076 .word 1073 .word 1084 .word 1140 .size cx25840_s_sliced_fmt, .-cx25840_s_sliced_fmt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_24207.c_WritePipe.c" .intel_syntax noprefix .text .globl WritePipe .type WritePipe, @function WritePipe: .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 DWORD PTR -24[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -12[rbp], 0 lea rcx, -12[rbp] mov edx, DWORD PTR -24[rbp] mov rsi, QWORD PTR -32[rbp] mov eax, DWORD PTR -20[rbp] mov r8d, 0 mov edi, eax call WriteFile@PLT test rax, rax je .L2 mov eax, DWORD PTR -12[rbp] jmp .L4 .L2: mov eax, 0 .L4: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size WritePipe, .-WritePipe .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_24207.c_WritePipe.c" .text .align 2 .global WritePipe .syntax unified .arm .type WritePipe, %function WritePipe: @ 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, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 mov r3, #0 str r3, [fp, #-12] sub r3, fp, #12 mov r2, #0 str r2, [sp] ldr r2, [fp, #-24] ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl WriteFile mov r3, r0 cmp r3, #0 beq .L2 ldr r3, [fp, #-12] b .L4 .L2: mov r3, #0 .L4: ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word __stack_chk_guard .size WritePipe, .-WritePipe .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_mysqli.c_mysqli_result_free_storage.c" .intel_syntax noprefix .text .type mysqli_result_free_storage, @function mysqli_result_free_storage: .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 php_mysqli_fetch_object@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 je .L2 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L2 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rdi, rax call mysql_free_result@PLT .L2: mov rax, QWORD PTR -24[rbp] mov rdi, rax call mysqli_objects_free_storage@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size mysqli_result_free_storage, .-mysqli_result_free_storage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_mysqli.c_mysqli_result_free_storage.c" .text .align 2 .syntax unified .arm .type mysqli_result_free_storage, %function mysqli_result_free_storage: @ 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 php_mysqli_fetch_object str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl mysql_free_result .L2: ldr r0, [fp, #-16] bl mysqli_objects_free_storage nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size mysqli_result_free_storage, .-mysqli_result_free_storage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_irq.c_enable_interrupt_controller.c" .intel_syntax noprefix .text .globl ENABLE_IRQS_1 .bss .align 4 .type ENABLE_IRQS_1, @object .size ENABLE_IRQS_1, 4 ENABLE_IRQS_1: .zero 4 .globl SYSTEM_TIMER_IRQ_1 .align 4 .type SYSTEM_TIMER_IRQ_1, @object .size SYSTEM_TIMER_IRQ_1, 4 SYSTEM_TIMER_IRQ_1: .zero 4 .text .globl enable_interrupt_controller .type enable_interrupt_controller, @function enable_interrupt_controller: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov edx, DWORD PTR SYSTEM_TIMER_IRQ_1[rip] mov eax, DWORD PTR ENABLE_IRQS_1[rip] mov esi, edx mov edi, eax call put32@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size enable_interrupt_controller, .-enable_interrupt_controller .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_irq.c_enable_interrupt_controller.c" .text .global ENABLE_IRQS_1 .bss .align 2 .type ENABLE_IRQS_1, %object .size ENABLE_IRQS_1, 4 ENABLE_IRQS_1: .space 4 .global SYSTEM_TIMER_IRQ_1 .align 2 .type SYSTEM_TIMER_IRQ_1, %object .size SYSTEM_TIMER_IRQ_1, 4 SYSTEM_TIMER_IRQ_1: .space 4 .text .align 2 .global enable_interrupt_controller .syntax unified .arm .type enable_interrupt_controller, %function enable_interrupt_controller: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L2 ldr r3, [r3] ldr r2, .L2+4 ldr r2, [r2] mov r1, r2 mov r0, r3 bl put32 nop pop {fp, pc} .L3: .align 2 .L2: .word ENABLE_IRQS_1 .word SYSTEM_TIMER_IRQ_1 .size enable_interrupt_controller, .-enable_interrupt_controller .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sqlite3.c_sqlite3_strglob.c" .intel_syntax noprefix .text .globl globInfo .bss .align 4 .type globInfo, @object .size globInfo, 4 globInfo: .zero 4 .text .globl sqlite3_strglob .type sqlite3_strglob, @function sqlite3_strglob: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rsi, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov ecx, 0 lea rdx, globInfo[rip] mov rdi, rax call patternCompare@PLT test rax, rax sete al movzx eax, al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sqlite3_strglob, .-sqlite3_strglob .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sqlite3.c_sqlite3_strglob.c" .text .global globInfo .bss .align 2 .type globInfo, %object .size globInfo, 4 globInfo: .space 4 .text .align 2 .global sqlite3_strglob .syntax unified .arm .type sqlite3_strglob, %function sqlite3_strglob: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] mov r3, #0 ldr r2, .L3 ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl patternCompare mov r3, r0 cmp r3, #0 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 globInfo .size sqlite3_strglob, .-sqlite3_strglob .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_memmem.c_assert_found.c" .intel_syntax noprefix .text .type assert_found, @function assert_found: .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, 32 .cfi_offset 12, -24 .cfi_offset 3, -32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -40[rbp] lea rbx, [rdx+rax] cmp QWORD PTR -32[rbp], 0 je .L2 mov rax, QWORD PTR -32[rbp] mov rdi, rax call strlen@PLT mov r12d, eax jmp .L3 .L2: mov r12d, 0 .L3: cmp QWORD PTR -24[rbp], 0 je .L4 mov rax, QWORD PTR -24[rbp] mov rdi, rax call strlen@PLT mov esi, eax jmp .L5 .L4: mov esi, 0 .L5: mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov ecx, r12d mov rdi, rax call git__memmem@PLT mov rsi, rbx mov edi, eax call cl_assert_equal_p@PLT nop add rsp, 32 pop rbx pop r12 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size assert_found, .-assert_found .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_memmem.c_assert_found.c" .text .align 2 .syntax unified .arm .type assert_found, %function assert_found: @ 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, #-16] cmp r3, #0 beq .L2 ldr r0, [fp, #-16] bl strlen mov r4, r0 b .L3 .L2: mov r4, #0 .L3: ldr r3, [fp, #-20] cmp r3, #0 beq .L4 ldr r0, [fp, #-20] bl strlen mov r3, r0 b .L5 .L4: mov r3, #0 .L5: ldr r2, [fp, #-20] mov r1, r4 ldr r0, [fp, #-16] bl git__memmem ldr r2, [fp, #-16] ldr r3, [fp, #-24] add r3, r2, r3 mov r1, r3 bl cl_assert_equal_p nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size assert_found, .-assert_found .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sapi_apache2.c_php_apache_sapi_read_cookies.c" .intel_syntax noprefix .text .globl server_context .bss .align 4 .type server_context, @object .size server_context, 4 server_context: .zero 4 .section .rodata .LC0: .string "cookie" .text .type php_apache_sapi_read_cookies, @function php_apache_sapi_read_cookies: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov eax, DWORD PTR server_context[rip] mov edi, eax call SG@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] lea rdx, .LC0[rip] mov rsi, rdx mov edi, eax call apr_table_get@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size php_apache_sapi_read_cookies, .-php_apache_sapi_read_cookies .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sapi_apache2.c_php_apache_sapi_read_cookies.c" .text .global server_context .bss .align 2 .type server_context, %object .size server_context, 4 server_context: .space 4 .section .rodata .align 2 .LC0: .ascii "cookie\000" .text .align 2 .syntax unified .arm .type php_apache_sapi_read_cookies, %function php_apache_sapi_read_cookies: @ 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, .L3 ldr r3, [r3] mov r0, r3 bl SG str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] ldr r3, [r3] ldr r1, .L3+4 mov r0, r3 bl apr_table_get str r0, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word server_context .word .LC0 .size php_apache_sapi_read_cookies, .-php_apache_sapi_read_cookies .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_filter-jbig2.c_fz_jbig2_alloc.c" .intel_syntax noprefix .text .type fz_jbig2_alloc, @function fz_jbig2_alloc: .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 rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fz_malloc_no_throw@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size fz_jbig2_alloc, .-fz_jbig2_alloc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_filter-jbig2.c_fz_jbig2_alloc.c" .text .align 2 .syntax unified .arm .type fz_jbig2_alloc, %function fz_jbig2_alloc: @ 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, #-8] ldr r1, [fp, #-20] ldr r0, [fp, #-8] bl fz_malloc_no_throw mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size fz_jbig2_alloc, .-fz_jbig2_alloc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sn9c102_core.c_sn9c102_empty_framequeues.c" .intel_syntax noprefix .text .globl F_UNUSED .bss .align 4 .type F_UNUSED, @object .size F_UNUSED, 4 F_UNUSED: .zero 4 .globl SN9C102_MAX_FRAMES .align 8 .type SN9C102_MAX_FRAMES, @object .size SN9C102_MAX_FRAMES, 8 SN9C102_MAX_FRAMES: .zero 8 .text .type sn9c102_empty_framequeues, @function sn9c102_empty_framequeues: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] add rax, 12 mov rdi, rax call INIT_LIST_HEAD@PLT mov rax, QWORD PTR -24[rbp] add rax, 8 mov rdi, rax call INIT_LIST_HEAD@PLT mov QWORD PTR -8[rbp], 0 jmp .L2 .L3: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] sal rax, 4 add rdx, rax mov eax, DWORD PTR F_UNUSED[rip] mov DWORD PTR 8[rdx], eax mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] sal rax, 4 add rax, rdx mov QWORD PTR [rax], 0 add QWORD PTR -8[rbp], 1 .L2: mov rax, QWORD PTR SN9C102_MAX_FRAMES[rip] cmp QWORD PTR -8[rbp], rax jb .L3 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sn9c102_empty_framequeues, .-sn9c102_empty_framequeues .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sn9c102_core.c_sn9c102_empty_framequeues.c" .text .global F_UNUSED .bss .align 2 .type F_UNUSED, %object .size F_UNUSED, 4 F_UNUSED: .space 4 .global SN9C102_MAX_FRAMES .align 2 .type SN9C102_MAX_FRAMES, %object .size SN9C102_MAX_FRAMES, 4 SN9C102_MAX_FRAMES: .space 4 .text .align 2 .syntax unified .arm .type sn9c102_empty_framequeues, %function sn9c102_empty_framequeues: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #8 mov r0, r3 bl INIT_LIST_HEAD ldr r3, [fp, #-16] add r3, r3, #4 mov r0, r3 bl INIT_LIST_HEAD mov r3, #0 str r3, [fp, #-8] b .L2 .L3: ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #3 add r3, r2, r3 ldr r2, .L4 ldr r2, [r2] str r2, [r3, #4] ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #3 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L2: ldr r3, .L4+4 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 bcc .L3 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word F_UNUSED .word SN9C102_MAX_FRAMES .size sn9c102_empty_framequeues, .-sn9c102_empty_framequeues .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_m68kops.h_m68k_op_smi_8_ai.c" .intel_syntax noprefix .text .type m68k_op_smi_8_ai, @function m68k_op_smi_8_ai: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 8 .cfi_offset 3, -24 mov eax, 0 call COND_MI@PLT test rax, rax je .L2 mov ebx, 255 jmp .L3 .L2: mov ebx, 0 .L3: mov eax, 0 call EA_AY_AI_8@PLT mov esi, ebx mov edi, eax call m68ki_write_8@PLT nop mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size m68k_op_smi_8_ai, .-m68k_op_smi_8_ai .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_m68kops.h_m68k_op_smi_8_ai.c" .text .align 2 .syntax unified .arm .type m68k_op_smi_8_ai, %function m68k_op_smi_8_ai: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 bl EA_AY_AI_8 mov r4, r0 bl COND_MI mov r3, r0 cmp r3, #0 beq .L2 mov r3, #255 b .L3 .L2: mov r3, #0 .L3: mov r1, r3 mov r0, r4 bl m68ki_write_8 nop pop {r4, r5, fp, pc} .size m68k_op_smi_8_ai, .-m68k_op_smi_8_ai .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ethtool.c_igbvf_get_eeprom_len.c" .intel_syntax noprefix .text .type igbvf_get_eeprom_len, @function igbvf_get_eeprom_len: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size igbvf_get_eeprom_len, .-igbvf_get_eeprom_len .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ethtool.c_igbvf_get_eeprom_len.c" .text .align 2 .syntax unified .arm .type igbvf_get_eeprom_len, %function igbvf_get_eeprom_len: @ 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] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size igbvf_get_eeprom_len, .-igbvf_get_eeprom_len .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_fsm.c_nn_fsm_start.c" .intel_syntax noprefix .text .globl NN_FSM_ACTION .bss .align 4 .type NN_FSM_ACTION, @object .size NN_FSM_ACTION, 4 NN_FSM_ACTION: .zero 4 .globl NN_FSM_START .align 4 .type NN_FSM_START, @object .size NN_FSM_START, 4 NN_FSM_START: .zero 4 .globl NN_FSM_STATE_ACTIVE .align 4 .type NN_FSM_STATE_ACTIVE, @object .size NN_FSM_STATE_ACTIVE, 4 NN_FSM_STATE_ACTIVE: .zero 4 .text .globl nn_fsm_start .type nn_fsm_start, @function nn_fsm_start: .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 nn_fsm_isidle@PLT mov edi, eax call nn_assert@PLT mov rax, QWORD PTR -8[rbp] mov r8, QWORD PTR 8[rax] mov edx, DWORD PTR NN_FSM_START[rip] mov esi, DWORD PTR NN_FSM_ACTION[rip] mov rax, QWORD PTR -8[rbp] mov ecx, 0 mov rdi, rax call r8 mov edx, DWORD PTR NN_FSM_STATE_ACTIVE[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nn_fsm_start, .-nn_fsm_start .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_fsm.c_nn_fsm_start.c" .text .global NN_FSM_ACTION .bss .align 2 .type NN_FSM_ACTION, %object .size NN_FSM_ACTION, 4 NN_FSM_ACTION: .space 4 .global NN_FSM_START .align 2 .type NN_FSM_START, %object .size NN_FSM_START, 4 NN_FSM_START: .space 4 .global NN_FSM_STATE_ACTIVE .align 2 .type NN_FSM_STATE_ACTIVE, %object .size NN_FSM_STATE_ACTIVE, 4 NN_FSM_STATE_ACTIVE: .space 4 .text .align 2 .global nn_fsm_start .syntax unified .arm .type nn_fsm_start, %function nn_fsm_start: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #12 str r0, [fp, #-16] ldr r0, [fp, #-16] bl nn_fsm_isidle mov r3, r0 mov r0, r3 bl nn_assert ldr r3, [fp, #-16] ldr r4, [r3, #4] ldr r3, .L2 ldr r1, [r3] ldr r3, .L2+4 ldr r2, [r3] mov r3, #0 ldr r0, [fp, #-16] blx r4 ldr r3, .L2+8 ldr r2, [r3] ldr r3, [fp, #-16] str r2, [r3] nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L3: .align 2 .L2: .word NN_FSM_ACTION .word NN_FSM_START .word NN_FSM_STATE_ACTIVE .size nn_fsm_start, .-nn_fsm_start .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_filter_kernels.c_blackman.c" .intel_syntax noprefix .text .globl M_PI .bss .align 8 .type M_PI, @object .size M_PI, 8 M_PI: .zero 8 .text .type blackman, @function blackman: .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 -56[rbp], rdi movsd QWORD PTR -64[rbp], xmm0 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR [rax] movsd QWORD PTR -40[rbp], xmm0 movsd xmm0, QWORD PTR .LC0[rip] subsd xmm0, QWORD PTR -40[rbp] movsd xmm1, QWORD PTR .LC1[rip] divsd xmm0, xmm1 movsd QWORD PTR -32[rbp], xmm0 movsd xmm0, QWORD PTR .LC2[rip] movsd QWORD PTR -24[rbp], xmm0 movsd xmm0, QWORD PTR -40[rbp] movsd xmm1, QWORD PTR .LC1[rip] divsd xmm0, xmm1 movsd QWORD PTR -16[rbp], xmm0 movsd xmm0, QWORD PTR M_PI[rip] movsd xmm1, QWORD PTR -64[rbp] mulsd xmm0, xmm1 movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -8[rbp] cvttsd2si eax, xmm0 mov edi, eax call cos@PLT movq rax, xmm0 movq xmm0, rax mulsd xmm0, QWORD PTR -24[rbp] addsd xmm0, QWORD PTR -32[rbp] movsd QWORD PTR -72[rbp], xmm0 movsd xmm0, QWORD PTR -8[rbp] addsd xmm0, xmm0 cvttsd2si eax, xmm0 mov edi, eax call cos@PLT movq rax, xmm0 movq xmm3, rax mulsd xmm3, QWORD PTR -16[rbp] movapd xmm0, xmm3 addsd xmm0, QWORD PTR -72[rbp] movq rax, xmm0 movq xmm0, rax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size blackman, .-blackman .section .rodata .align 8 .LC0: .long 0 .long 1072693248 .align 8 .LC1: .long 0 .long 1073741824 .align 8 .LC2: .long 0 .long 1071644672 .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_filter_kernels.c_blackman.c" .text .global M_PI .bss .align 3 .type M_PI, %object .size M_PI, 8 M_PI: .space 8 .global __aeabi_dsub .global __aeabi_ddiv .global __aeabi_dmul .global __aeabi_d2iz .global __aeabi_dadd .text .align 2 .syntax unified .arm .type blackman, %function blackman: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #56 str r0, [fp, #-56] str r2, [fp, #-68] str r3, [fp, #-64] ldr r3, [fp, #-56] ldr r3, [r3] ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] sub r3, fp, #52 ldmia r3, {r2-r3} mov r0, #0 ldr r1, .L3 bl __aeabi_dsub mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 mov r2, #0 mov r3, #1073741824 bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] mov r2, #0 ldr r3, .L3+4 str r2, [fp, #-36] str r3, [fp, #-32] mov r2, #0 mov r3, #1073741824 sub r1, fp, #52 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] ldr r3, .L3+8 ldmia r3, {r2-r3} sub r1, fp, #68 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_d2iz mov r3, r0 mov r0, r3 bl cos sub r3, fp, #36 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 sub r3, fp, #44 ldmia r3, {r2-r3} bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r4, r2 mov r5, r3 sub r1, fp, #20 ldmia r1, {r0-r1} mov r2, r0 mov r3, r1 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz mov r3, r0 mov r0, r3 bl cos sub r3, fp, #28 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L4: .align 2 .L3: .word 1072693248 .word 1071644672 .word M_PI .size blackman, .-blackman .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_visorhba_main.c_visorhba_resume.c" .intel_syntax noprefix .text .globl EINVAL .bss .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .globl process_incoming_rsps .align 4 .type process_incoming_rsps, @object .size process_incoming_rsps, 4 process_incoming_rsps: .zero 4 .section .rodata .LC0: .string "vhba_incming" .text .type visorhba_resume, @function visorhba_resume: .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 dev_get_drvdata@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] test eax, eax je .L4 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 4[rax] test eax, eax jne .L4 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 4[rax], 1 .L4: mov eax, DWORD PTR process_incoming_rsps[rip] mov rcx, QWORD PTR -8[rbp] lea rdx, .LC0[rip] mov rsi, rcx mov edi, eax call visor_thread_start@PLT mov rdx, QWORD PTR -8[rbp] mov DWORD PTR 8[rdx], eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 4[rax], 0 mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size visorhba_resume, .-visorhba_resume .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_visorhba_main.c_visorhba_resume.c" .text .global EINVAL .bss .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .global process_incoming_rsps .align 2 .type process_incoming_rsps, %object .size process_incoming_rsps, 4 process_incoming_rsps: .space 4 .section .rodata .align 2 .LC0: .ascii "vhba_incming\000" .text .align 2 .syntax unified .arm .type visorhba_resume, %function visorhba_resume: @ 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] mov r0, r3 bl dev_get_drvdata str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 ldr r3, .L5 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 beq .L4 ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 bne .L4 ldr r3, [fp, #-8] mov r2, #1 str r2, [r3, #4] .L4: ldr r3, .L5+4 ldr r3, [r3] ldr r2, .L5+8 ldr r1, [fp, #-8] mov r0, r3 bl visor_thread_start mov r2, r0 ldr r3, [fp, #-8] str r2, [r3, #8] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #4] mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word EINVAL .word process_incoming_rsps .word .LC0 .size visorhba_resume, .-visorhba_resume .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pktcdvd.c_pkt_start_recovery.c" .intel_syntax noprefix .text .globl BIO_RW .bss .align 4 .type BIO_RW, @object .size BIO_RW, 4 BIO_RW: .zero 4 .globl BIO_UPTODATE .align 4 .type BIO_UPTODATE, @object .size BIO_UPTODATE, 4 BIO_UPTODATE: .zero 4 .globl CD_FRAMESIZE .align 4 .type CD_FRAMESIZE, @object .size CD_FRAMESIZE, 4 CD_FRAMESIZE: .zero 4 .globl pkt_end_io_packet_write .align 8 .type pkt_end_io_packet_write, @object .size pkt_end_io_packet_write, 8 pkt_end_io_packet_write: .zero 8 .text .type pkt_start_recovery, @function pkt_start_recovery: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size pkt_start_recovery, .-pkt_start_recovery .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pktcdvd.c_pkt_start_recovery.c" .text .global BIO_RW .bss .align 2 .type BIO_RW, %object .size BIO_RW, 4 BIO_RW: .space 4 .global BIO_UPTODATE .align 2 .type BIO_UPTODATE, %object .size BIO_UPTODATE, 4 BIO_UPTODATE: .space 4 .global CD_FRAMESIZE .align 2 .type CD_FRAMESIZE, %object .size CD_FRAMESIZE, 4 CD_FRAMESIZE: .space 4 .global pkt_end_io_packet_write .align 2 .type pkt_end_io_packet_write, %object .size pkt_end_io_packet_write, 4 pkt_end_io_packet_write: .space 4 .text .align 2 .syntax unified .arm .type pkt_start_recovery, %function pkt_start_recovery: @ 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] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size pkt_start_recovery, .-pkt_start_recovery .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_mxl5005s.c_mxl5005s_writeregs.c" .intel_syntax noprefix .text .type mxl5005s_writeregs, @function mxl5005s_writeregs: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov DWORD PTR -44[rbp], ecx mov DWORD PTR -4[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov esi, 1 mov rdi, rax call rdx .L2: mov DWORD PTR -8[rbp], 0 jmp .L3 .L6: mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -40[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -8[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rax, rcx mov esi, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov ecx, 0 mov rdi, rax call mxl5005s_writereg@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 js .L9 add DWORD PTR -8[rbp], 1 .L3: mov eax, DWORD PTR -44[rbp] sub eax, 1 cmp DWORD PTR -8[rbp], eax jl .L6 jmp .L5 .L9: nop .L5: mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -40[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -8[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rax, rcx mov esi, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov ecx, 1 mov rdi, rax call mxl5005s_writereg@PLT mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L7 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov esi, 0 mov rdi, rax call rdx .L7: mov eax, DWORD PTR -4[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size mxl5005s_writeregs, .-mxl5005s_writeregs .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_mxl5005s.c_mxl5005s_writeregs.c" .text .align 2 .syntax unified .arm .type mxl5005s_writeregs, %function mxl5005s_writeregs: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] str r3, [fp, #-28] mov r3, #0 str r3, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-16] ldr r3, [r3] mov r1, #1 ldr r0, [fp, #-16] blx r3 .L2: mov r3, #0 str r3, [fp, #-12] b .L3 .L6: ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 ldr r1, [r3] ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r2, [r3] mov r3, #0 ldr r0, [fp, #-16] bl mxl5005s_writereg str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 blt .L9 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L3: ldr r3, [fp, #-28] sub r3, r3, #1 ldr r2, [fp, #-12] cmp r2, r3 blt .L6 b .L5 .L9: nop .L5: ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 ldr r1, [r3] ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r2, [r3] mov r3, #1 ldr r0, [fp, #-16] bl mxl5005s_writereg str r0, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 beq .L7 ldr r3, [fp, #-16] ldr r3, [r3] mov r1, #0 ldr r0, [fp, #-16] blx r3 .L7: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size mxl5005s_writeregs, .-mxl5005s_writeregs .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_i40e_common.c_i40e_aq_set_default_vsi.c" .intel_syntax noprefix .text .globl I40E_AQC_SET_VSI_DEFAULT .bss .align 4 .type I40E_AQC_SET_VSI_DEFAULT, @object .size I40E_AQC_SET_VSI_DEFAULT, 4 I40E_AQC_SET_VSI_DEFAULT: .zero 4 .globl i40e_aqc_opc_set_vsi_promiscuous_modes .align 4 .type i40e_aqc_opc_set_vsi_promiscuous_modes, @object .size i40e_aqc_opc_set_vsi_promiscuous_modes, 4 i40e_aqc_opc_set_vsi_promiscuous_modes: .zero 4 .text .globl i40e_aq_set_default_vsi .type i40e_aq_set_default_vsi, @function i40e_aq_set_default_vsi: .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 DWORD PTR -44[rbp], esi mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -24[rbp] mov QWORD PTR -16[rbp], rax mov edx, DWORD PTR i40e_aqc_opc_set_vsi_promiscuous_modes[rip] lea rax, -24[rbp] mov esi, edx mov rdi, rax call i40e_fill_default_direct_cmd_desc@PLT mov eax, DWORD PTR I40E_AQC_SET_VSI_DEFAULT[rip] mov edi, eax call cpu_to_le16@PLT mov rdx, QWORD PTR -16[rbp] mov QWORD PTR 16[rdx], rax mov eax, DWORD PTR I40E_AQC_SET_VSI_DEFAULT[rip] mov edi, eax call cpu_to_le16@PLT mov rdx, QWORD PTR -16[rbp] mov QWORD PTR 8[rdx], rax mov eax, DWORD PTR -44[rbp] mov edi, eax call cpu_to_le16@PLT mov rdx, QWORD PTR -16[rbp] mov QWORD PTR [rdx], rax mov rdx, QWORD PTR -56[rbp] lea rsi, -24[rbp] mov rax, QWORD PTR -40[rbp] mov r8, rdx mov ecx, 0 mov edx, 0 mov rdi, rax call i40e_asq_send_command@PLT mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size i40e_aq_set_default_vsi, .-i40e_aq_set_default_vsi .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_i40e_common.c_i40e_aq_set_default_vsi.c" .text .global I40E_AQC_SET_VSI_DEFAULT .bss .align 2 .type I40E_AQC_SET_VSI_DEFAULT, %object .size I40E_AQC_SET_VSI_DEFAULT, 4 I40E_AQC_SET_VSI_DEFAULT: .space 4 .global i40e_aqc_opc_set_vsi_promiscuous_modes .align 2 .type i40e_aqc_opc_set_vsi_promiscuous_modes, %object .size i40e_aqc_opc_set_vsi_promiscuous_modes, 4 i40e_aqc_opc_set_vsi_promiscuous_modes: .space 4 .text .align 2 .global i40e_aq_set_default_vsi .syntax unified .arm .type i40e_aq_set_default_vsi, %function i40e_aq_set_default_vsi: @ 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, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 sub r3, fp, #20 str r3, [fp, #-16] ldr r3, .L4+4 ldr r2, [r3] sub r3, fp, #20 mov r1, r2 mov r0, r3 bl i40e_fill_default_direct_cmd_desc ldr r3, .L4+8 ldr r3, [r3] mov r0, r3 bl cpu_to_le16 mov r2, r0 ldr r3, [fp, #-16] str r2, [r3, #8] ldr r3, .L4+8 ldr r3, [r3] mov r0, r3 bl cpu_to_le16 mov r2, r0 ldr r3, [fp, #-16] str r2, [r3, #4] ldr r0, [fp, #-28] bl cpu_to_le16 mov r2, r0 ldr r3, [fp, #-16] str r2, [r3] sub r1, fp, #20 ldr r3, [fp, #-32] str r3, [sp] mov r3, #0 mov r2, #0 ldr r0, [fp, #-24] bl i40e_asq_send_command str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word __stack_chk_guard .word i40e_aqc_opc_set_vsi_promiscuous_modes .word I40E_AQC_SET_VSI_DEFAULT .size i40e_aq_set_default_vsi, .-i40e_aq_set_default_vsi .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hid-debug.c_hid_debug_events_release.c" .intel_syntax noprefix .text .type hid_debug_events_release, @function hid_debug_events_release: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] add rax, 8 mov rdi, rax call list_del@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rdi, rax call kfree@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call kfree@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hid_debug_events_release, .-hid_debug_events_release .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hid-debug.c_hid_debug_events_release.c" .text .align 2 .syntax unified .arm .type hid_debug_events_release, %function hid_debug_events_release: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-20] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #4 mov r0, r3 bl list_del ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl kfree ldr r0, [fp, #-8] bl kfree mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size hid_debug_events_release, .-hid_debug_events_release .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_i40iw_verbs.c_i40iw_poll_cq.c" .intel_syntax noprefix .text .globl I40IW_ERR_QUEUE_DESTROYED .bss .align 4 .type I40IW_ERR_QUEUE_DESTROYED, @object .size I40IW_ERR_QUEUE_DESTROYED, 4 I40IW_ERR_QUEUE_DESTROYED: .zero 4 .globl I40IW_ERR_QUEUE_EMPTY .align 4 .type I40IW_ERR_QUEUE_EMPTY, @object .size I40IW_ERR_QUEUE_EMPTY, 4 I40IW_ERR_QUEUE_EMPTY: .zero 4 .globl I40IW_QP_STATE_RTS .align 8 .type I40IW_QP_STATE_RTS, @object .size I40IW_QP_STATE_RTS, 8 I40IW_QP_STATE_RTS: .zero 8 .globl IB_WC_RDMA_READ .align 8 .type IB_WC_RDMA_READ, @object .size IB_WC_RDMA_READ, 8 IB_WC_RDMA_READ: .zero 8 .globl IB_WC_RDMA_WRITE .align 8 .type IB_WC_RDMA_WRITE, @object .size IB_WC_RDMA_WRITE, 8 IB_WC_RDMA_WRITE: .zero 8 .globl IB_WC_RECV .align 8 .type IB_WC_RECV, @object .size IB_WC_RECV, 8 IB_WC_RECV: .zero 8 .globl IB_WC_SEND .align 8 .type IB_WC_SEND, @object .size IB_WC_SEND, 8 IB_WC_SEND: .zero 8 .globl IB_WC_SUCCESS .align 4 .type IB_WC_SUCCESS, @object .size IB_WC_SUCCESS, 4 IB_WC_SUCCESS: .zero 4 .globl IB_WC_WR_FLUSH_ERR .align 4 .type IB_WC_WR_FLUSH_ERR, @object .size IB_WC_WR_FLUSH_ERR, 4 IB_WC_WR_FLUSH_ERR: .zero 4 .text .type i40iw_poll_cq, @function i40iw_poll_cq: .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, 144 mov QWORD PTR -120[rbp], rdi mov DWORD PTR -124[rbp], esi mov QWORD PTR -136[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -112[rbp], 0 mov rax, QWORD PTR -120[rbp] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -104[rbp] add rax, 8 mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -104[rbp] mov rdx, QWORD PTR -88[rbp] mov rsi, rdx mov rdi, rax call spin_lock_irqsave@PLT jmp .L2 .L19: mov rax, QWORD PTR -96[rbp] mov rcx, QWORD PTR [rax] lea rdx, -64[rbp] mov rax, QWORD PTR -96[rbp] mov rsi, rdx mov rdi, rax call rcx mov DWORD PTR -108[rbp], eax mov eax, DWORD PTR I40IW_ERR_QUEUE_EMPTY[rip] cmp DWORD PTR -108[rbp], eax je .L22 mov eax, DWORD PTR I40IW_ERR_QUEUE_DESTROYED[rip] cmp DWORD PTR -108[rbp], eax jne .L5 jmp .L2 .L5: cmp DWORD PTR -108[rbp], 0 je .L6 cmp DWORD PTR -112[rbp], 0 jne .L23 mov DWORD PTR -112[rbp], -1 jmp .L23 .L6: mov rax, QWORD PTR -136[rbp] mov QWORD PTR 48[rax], 0 mov edx, DWORD PTR -24[rbp] mov rax, QWORD PTR -136[rbp] mov DWORD PTR 44[rax], edx mov rax, QWORD PTR -32[rbp] test rax, rax je .L8 mov edx, DWORD PTR IB_WC_WR_FLUSH_ERR[rip] mov rax, QWORD PTR -136[rbp] mov DWORD PTR 40[rax], edx mov eax, DWORD PTR -64[rbp] sal eax, 16 mov edx, eax mov eax, DWORD PTR -60[rbp] or edx, eax mov rax, QWORD PTR -136[rbp] mov DWORD PTR [rax], edx jmp .L9 .L8: mov edx, DWORD PTR IB_WC_SUCCESS[rip] mov rax, QWORD PTR -136[rbp] mov DWORD PTR 40[rax], edx .L9: mov eax, DWORD PTR -56[rbp] cmp eax, 135 jg .L10 cmp eax, 134 jge .L11 cmp eax, 133 je .L12 cmp eax, 133 jg .L10 cmp eax, 131 jg .L13 cmp eax, 128 jge .L14 jmp .L10 .L13: cmp eax, 132 je .L15 jmp .L10 .L12: mov rdx, QWORD PTR IB_WC_RDMA_WRITE[rip] mov rax, QWORD PTR -136[rbp] mov QWORD PTR 32[rax], rdx jmp .L16 .L11: mov rdx, QWORD PTR IB_WC_RDMA_READ[rip] mov rax, QWORD PTR -136[rbp] mov QWORD PTR 32[rax], rdx jmp .L16 .L14: mov rdx, QWORD PTR IB_WC_SEND[rip] mov rax, QWORD PTR -136[rbp] mov QWORD PTR 32[rax], rdx jmp .L16 .L15: mov rdx, QWORD PTR IB_WC_RECV[rip] mov rax, QWORD PTR -136[rbp] mov QWORD PTR 32[rax], rdx jmp .L16 .L10: mov rdx, QWORD PTR IB_WC_RECV[rip] mov rax, QWORD PTR -136[rbp] mov QWORD PTR 32[rax], rdx nop .L16: mov rax, QWORD PTR -136[rbp] mov QWORD PTR 24[rax], 0 mov rax, QWORD PTR -40[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 8[rax] mov rdx, rax mov rax, QWORD PTR -136[rbp] mov QWORD PTR 16[rax], rdx mov edx, DWORD PTR -48[rbp] mov rax, QWORD PTR -136[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -72[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR I40IW_QP_STATE_RTS[rip] cmp rdx, rax jle .L17 mov rax, QWORD PTR -80[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call I40IW_RING_MORE_WORK@PLT test eax, eax jne .L18 mov rax, QWORD PTR -72[rbp] add rax, 12 mov rdi, rax call complete@PLT .L18: mov rax, QWORD PTR -80[rbp] mov eax, DWORD PTR [rax] mov edi, eax call I40IW_RING_MORE_WORK@PLT test eax, eax jne .L17 mov rax, QWORD PTR -72[rbp] add rax, 8 mov rdi, rax call complete@PLT .L17: mov edx, DWORD PTR -52[rbp] mov rax, QWORD PTR -136[rbp] mov DWORD PTR 4[rax], edx add QWORD PTR -136[rbp], 56 add DWORD PTR -112[rbp], 1 .L2: mov eax, DWORD PTR -112[rbp] cmp eax, DWORD PTR -124[rbp] jl .L19 jmp .L4 .L22: nop jmp .L4 .L23: nop .L4: mov rax, QWORD PTR -104[rbp] mov rdx, QWORD PTR -88[rbp] mov rsi, rdx mov rdi, rax call spin_unlock_irqrestore@PLT mov eax, DWORD PTR -112[rbp] mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L21 call __stack_chk_fail@PLT .L21: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size i40iw_poll_cq, .-i40iw_poll_cq .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_i40iw_verbs.c_i40iw_poll_cq.c" .text .global I40IW_ERR_QUEUE_DESTROYED .bss .align 2 .type I40IW_ERR_QUEUE_DESTROYED, %object .size I40IW_ERR_QUEUE_DESTROYED, 4 I40IW_ERR_QUEUE_DESTROYED: .space 4 .global I40IW_ERR_QUEUE_EMPTY .align 2 .type I40IW_ERR_QUEUE_EMPTY, %object .size I40IW_ERR_QUEUE_EMPTY, 4 I40IW_ERR_QUEUE_EMPTY: .space 4 .global I40IW_QP_STATE_RTS .align 2 .type I40IW_QP_STATE_RTS, %object .size I40IW_QP_STATE_RTS, 4 I40IW_QP_STATE_RTS: .space 4 .global IB_WC_RDMA_READ .align 2 .type IB_WC_RDMA_READ, %object .size IB_WC_RDMA_READ, 4 IB_WC_RDMA_READ: .space 4 .global IB_WC_RDMA_WRITE .align 2 .type IB_WC_RDMA_WRITE, %object .size IB_WC_RDMA_WRITE, 4 IB_WC_RDMA_WRITE: .space 4 .global IB_WC_RECV .align 2 .type IB_WC_RECV, %object .size IB_WC_RECV, 4 IB_WC_RECV: .space 4 .global IB_WC_SEND .align 2 .type IB_WC_SEND, %object .size IB_WC_SEND, 4 IB_WC_SEND: .space 4 .global IB_WC_SUCCESS .align 2 .type IB_WC_SUCCESS, %object .size IB_WC_SUCCESS, 4 IB_WC_SUCCESS: .space 4 .global IB_WC_WR_FLUSH_ERR .align 2 .type IB_WC_WR_FLUSH_ERR, %object .size IB_WC_WR_FLUSH_ERR, 4 IB_WC_WR_FLUSH_ERR: .space 4 .text .align 2 .syntax unified .arm .type i40iw_poll_cq, %function i40iw_poll_cq: @ args = 0, pretend = 0, frame = 80 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #80 str r0, [fp, #-72] str r1, [fp, #-76] str r2, [fp, #-80] ldr r3, .L24 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 mov r3, #0 str r3, [fp, #-68] ldr r3, [fp, #-72] str r3, [fp, #-64] ldr r3, [fp, #-64] add r3, r3, #4 str r3, [fp, #-60] ldr r3, [fp, #-64] ldr r1, [fp, #-56] mov r0, r3 bl spin_lock_irqsave b .L2 .L19: ldr r3, [fp, #-60] ldr r3, [r3] sub r2, fp, #40 mov r1, r2 ldr r0, [fp, #-60] blx r3 mov r3, r0 str r3, [fp, #-52] ldr r3, .L24+4 ldr r3, [r3] mov r2, r3 ldr r3, [fp, #-52] cmp r3, r2 beq .L22 ldr r3, .L24+8 ldr r3, [r3] mov r2, r3 ldr r3, [fp, #-52] cmp r3, r2 bne .L5 b .L2 .L5: ldr r3, [fp, #-52] cmp r3, #0 beq .L6 ldr r3, [fp, #-68] cmp r3, #0 bne .L23 mvn r3, #0 str r3, [fp, #-68] b .L23 .L6: ldr r3, [fp, #-80] mov r2, #0 str r2, [r3, #32] ldr r2, [fp, #-12] ldr r3, [fp, #-80] str r2, [r3, #28] ldr r3, [fp, #-16] cmp r3, #0 beq .L8 ldr r3, .L24+12 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #24] ldr r3, [fp, #-40] lsl r2, r3, #16 ldr r3, [fp, #-36] orr r2, r2, r3 ldr r3, [fp, #-80] str r2, [r3] b .L9 .L8: ldr r3, .L24+16 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #24] .L9: ldr r3, [fp, #-32] sub r3, r3, #128 cmp r3, #7 ldrls pc, [pc, r3, asl #2] b .L10 .L12: .word .L15 .word .L15 .word .L15 .word .L15 .word .L14 .word .L13 .word .L11 .word .L11 .L13: ldr r3, .L24+20 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #20] b .L16 .L11: ldr r3, .L24+24 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #20] b .L16 .L15: ldr r3, .L24+28 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #20] b .L16 .L14: ldr r3, .L24+32 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #20] b .L16 .L10: ldr r3, .L24+32 ldr r2, [r3] ldr r3, [fp, #-80] str r2, [r3, #20] nop .L16: ldr r3, [fp, #-80] mov r2, #0 str r2, [r3, #16] ldr r3, [fp, #-20] str r3, [fp, #-48] ldr r3, [fp, #-48] ldr r3, [r3, #8] mov r2, r3 ldr r3, [fp, #-80] str r2, [r3, #12] ldr r2, [fp, #-24] ldr r3, [fp, #-80] str r2, [r3, #8] ldr r3, [fp, #-48] ldr r3, [r3, #8] str r3, [fp, #-44] ldr r3, [fp, #-44] ldr r2, [r3] ldr r3, .L24+36 ldr r3, [r3] cmp r2, r3 ble .L17 ldr r3, [fp, #-48] ldr r3, [r3, #4] mov r0, r3 bl I40IW_RING_MORE_WORK mov r3, r0 cmp r3, #0 bne .L18 ldr r3, [fp, #-44] add r3, r3, #8 mov r0, r3 bl complete .L18: ldr r3, [fp, #-48] ldr r3, [r3] mov r0, r3 bl I40IW_RING_MORE_WORK mov r3, r0 cmp r3, #0 bne .L17 ldr r3, [fp, #-44] add r3, r3, #4 mov r0, r3 bl complete .L17: ldr r2, [fp, #-28] ldr r3, [fp, #-80] str r2, [r3, #4] ldr r3, [fp, #-80] add r3, r3, #36 str r3, [fp, #-80] ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L2: ldr r2, [fp, #-68] ldr r3, [fp, #-76] cmp r2, r3 blt .L19 b .L4 .L22: nop b .L4 .L23: nop .L4: ldr r3, [fp, #-64] ldr r1, [fp, #-56] mov r0, r3 bl spin_unlock_irqrestore ldr r3, [fp, #-68] ldr r2, .L24 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L21 bl __stack_chk_fail .L21: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L25: .align 2 .L24: .word __stack_chk_guard .word I40IW_ERR_QUEUE_EMPTY .word I40IW_ERR_QUEUE_DESTROYED .word IB_WC_WR_FLUSH_ERR .word IB_WC_SUCCESS .word IB_WC_RDMA_WRITE .word IB_WC_RDMA_READ .word IB_WC_SEND .word IB_WC_RECV .word I40IW_QP_STATE_RTS .size i40iw_poll_cq, .-i40iw_poll_cq .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_io_acpi_init.c_sal_ioif_init.c" .intel_syntax noprefix .text .globl SN_SAL_IOIF_INIT .bss .align 4 .type SN_SAL_IOIF_INIT, @object .size SN_SAL_IOIF_INIT, 4 SN_SAL_IOIF_INIT: .zero 4 .text .type sal_ioif_init, @function sal_ioif_init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -32[rbp], 0 mov QWORD PTR -24[rbp], 0 mov QWORD PTR -16[rbp], 0 mov QWORD PTR -8[rbp], 0 mov eax, DWORD PTR SN_SAL_IOIF_INIT[rip] push 0 push 0 push QWORD PTR -8[rbp] push QWORD PTR -16[rbp] push QWORD PTR -24[rbp] push QWORD PTR -32[rbp] mov r9d, 0 mov r8d, 0 mov ecx, 0 mov edx, 0 mov esi, 0 mov edi, eax call SAL_CALL_NOLOCK@PLT add rsp, 48 mov edx, DWORD PTR -24[rbp] mov rax, QWORD PTR -40[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -32[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sal_ioif_init, .-sal_ioif_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_io_acpi_init.c_sal_ioif_init.c" .text .global SN_SAL_IOIF_INIT .bss .align 2 .type SN_SAL_IOIF_INIT, %object .size SN_SAL_IOIF_INIT, 4 SN_SAL_IOIF_INIT: .space 4 .text .align 2 .syntax unified .arm .type sal_ioif_init, %function sal_ioif_init: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #72 str r0, [fp, #-32] sub r3, fp, #28 mov r2, #0 str r2, [r3] str r2, [r3, #4] str r2, [r3, #8] str r2, [r3, #12] str r2, [r3, #16] str r2, [r3, #20] ldr r3, .L3 ldr r3, [r3] mov r2, #0 str r2, [sp, #36] mov r2, #0 str r2, [sp, #32] mov r2, #0 str r2, [sp, #28] mov r2, #0 str r2, [sp, #24] mov r2, #0 str r2, [sp, #20] mov r2, #0 str r2, [sp, #16] mov r2, #0 str r2, [sp, #12] str r3, [sp, #8] mov r2, sp sub r3, fp, #12 ldm r3, {r0, r1} stm r2, {r0, r1} sub r3, fp, #28 ldm r3, {r0, r1, r2, r3} bl SAL_CALL_NOLOCK ldr r2, [fp, #-24] ldr r3, [fp, #-32] str r2, [r3] ldr r3, [fp, #-28] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word SN_SAL_IOIF_INIT .size sal_ioif_init, .-sal_ioif_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_deprecated.c_svn_config_create.c" .intel_syntax noprefix .text .globl FALSE .bss .align 4 .type FALSE, @object .size FALSE, 4 FALSE: .zero 4 .text .globl svn_config_create .type svn_config_create, @function svn_config_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, 32 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov QWORD PTR -24[rbp], rdx mov edx, DWORD PTR FALSE[rip] mov rcx, QWORD PTR -24[rbp] mov esi, DWORD PTR -12[rbp] mov rax, QWORD PTR -8[rbp] mov rdi, rax call svn_config_create2@PLT mov edi, eax call svn_error_trace@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size svn_config_create, .-svn_config_create .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_deprecated.c_svn_config_create.c" .text .global FALSE .bss .align 2 .type FALSE, %object .size FALSE, 4 FALSE: .space 4 .text .align 2 .global svn_config_create .syntax unified .arm .type svn_config_create, %function svn_config_create: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, .L3 ldr r2, [r3] ldr r3, [fp, #-16] ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl svn_config_create2 mov r3, r0 mov r0, r3 bl svn_error_trace mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word FALSE .size svn_config_create, .-svn_config_create .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ecp_smpl.c_ec_GFp_simple_point_set_to_infinity.c" .intel_syntax noprefix .text .globl ec_GFp_simple_point_set_to_infinity .type ec_GFp_simple_point_set_to_infinity, @function ec_GFp_simple_point_set_to_infinity: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -16[rbp] mov QWORD PTR 8[rax], 0 mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] mov edi, eax call BN_zero@PLT mov eax, 1 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ec_GFp_simple_point_set_to_infinity, .-ec_GFp_simple_point_set_to_infinity .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ecp_smpl.c_ec_GFp_simple_point_set_to_infinity.c" .text .align 2 .global ec_GFp_simple_point_set_to_infinity .syntax unified .arm .type ec_GFp_simple_point_set_to_infinity, %function ec_GFp_simple_point_set_to_infinity: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-12] mov r2, #0 str r2, [r3, #4] ldr r3, [fp, #-12] ldr r3, [r3] mov r0, r3 bl BN_zero mov r3, #1 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size ec_GFp_simple_point_set_to_infinity, .-ec_GFp_simple_point_set_to_infinity .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nouveau_calc.c_nv04_update_arb.c" .intel_syntax noprefix .text .globl NV04_PFB_CFG0 .bss .align 4 .type NV04_PFB_CFG0, @object .size NV04_PFB_CFG0, 4 NV04_PFB_CFG0: .zero 4 .globl NV04_PFB_CFG1 .align 4 .type NV04_PFB_CFG1, @object .size NV04_PFB_CFG1, 4 NV04_PFB_CFG1: .zero 4 .globl NV_04 .align 8 .type NV_04, @object .size NV_04, 8 NV_04: .zero 8 .globl NV_PEXTDEV_BOOT_0 .align 4 .type NV_PEXTDEV_BOOT_0, @object .size NV_PEXTDEV_BOOT_0, 4 NV_PEXTDEV_BOOT_0: .zero 4 .globl PLL_CORE .align 4 .type PLL_CORE, @object .size PLL_CORE, 4 PLL_CORE: .zero 4 .globl PLL_MEMORY .align 4 .type PLL_MEMORY, @object .size PLL_MEMORY, 4 PLL_MEMORY: .zero 4 .text .type nv04_update_arb, @function nv04_update_arb: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov QWORD PTR -104[rbp], rdi mov DWORD PTR -108[rbp], esi mov DWORD PTR -112[rbp], edx mov QWORD PTR -120[rbp], rcx mov QWORD PTR -128[rbp], r8 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -104[rbp] mov rdi, rax call nouveau_drm@PLT mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -104[rbp] mov rdi, rax call nouveau_dev@PLT mov QWORD PTR -64[rbp], rax mov edx, DWORD PTR PLL_MEMORY[rip] mov rax, QWORD PTR -104[rbp] mov esi, edx mov rdi, rax call nouveau_hw_get_clock@PLT mov DWORD PTR -84[rbp], eax mov edx, DWORD PTR PLL_CORE[rip] mov rax, QWORD PTR -104[rbp] mov esi, edx mov rdi, rax call nouveau_hw_get_clock@PLT mov DWORD PTR -80[rbp], eax mov edx, DWORD PTR NV04_PFB_CFG1[rip] mov rax, QWORD PTR -64[rbp] mov esi, edx mov rdi, rax call nv_rd32@PLT mov DWORD PTR -76[rbp], eax mov eax, DWORD PTR -108[rbp] mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR -84[rbp] mov DWORD PTR -44[rbp], eax mov eax, DWORD PTR -80[rbp] mov DWORD PTR -40[rbp], eax mov eax, DWORD PTR -112[rbp] mov DWORD PTR -36[rbp], eax mov rax, QWORD PTR -104[rbp] mov rdi, rax call nv_two_heads@PLT mov DWORD PTR -16[rbp], eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR [rax] movzx eax, ax cmp eax, 416 je .L2 mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR [rax] movzx eax, ax cmp eax, 496 jne .L3 .L2: mov esi, 1 mov edi, 0 call pci_get_bus_and_slot@PLT mov ecx, eax lea rax, -56[rbp] mov rdx, rax mov esi, 124 mov edi, ecx call pci_read_config_dword@PLT mov eax, DWORD PTR -56[rbp] sar eax, 12 and eax, 1 mov DWORD PTR -32[rbp], eax mov DWORD PTR -28[rbp], 64 mov DWORD PTR -24[rbp], 3 mov DWORD PTR -20[rbp], 10 jmp .L4 .L3: mov edx, DWORD PTR NV04_PFB_CFG0[rip] mov rax, QWORD PTR -64[rbp] mov esi, edx mov rdi, rax call nv_rd32@PLT and eax, 1 mov DWORD PTR -32[rbp], eax mov edx, DWORD PTR NV_PEXTDEV_BOOT_0[rip] mov rax, QWORD PTR -64[rbp] mov esi, edx mov rdi, rax call nv_rd32@PLT and eax, 16 test eax, eax je .L5 mov eax, 128 jmp .L6 .L5: mov eax, 64 .L6: mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -76[rbp] and eax, 15 mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -76[rbp] sar eax, 4 and eax, 15 mov edx, eax mov eax, DWORD PTR -76[rbp] shr eax, 31 add eax, edx mov DWORD PTR -20[rbp], eax .L4: mov rax, QWORD PTR -72[rbp] mov eax, DWORD PTR [rax] mov edi, eax call nv_device@PLT mov rdx, QWORD PTR [rax] mov rax, QWORD PTR NV_04[rip] cmp rdx, rax jne .L7 lea rdx, -48[rbp] lea rax, -56[rbp] mov rsi, rdx mov rdi, rax call nv04_calc_arb@PLT jmp .L8 .L7: lea rdx, -48[rbp] lea rax, -56[rbp] mov rsi, rdx mov rdi, rax call nv10_calc_arb@PLT .L8: mov eax, DWORD PTR -56[rbp] sar eax, 4 mov edi, eax call ilog2@PLT mov rdx, QWORD PTR -120[rbp] mov DWORD PTR [rdx], eax mov eax, DWORD PTR -52[rbp] sar eax, 3 mov edx, eax mov rax, QWORD PTR -128[rbp] mov DWORD PTR [rax], edx nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L9 call __stack_chk_fail@PLT .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nv04_update_arb, .-nv04_update_arb .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nouveau_calc.c_nv04_update_arb.c" .text .global NV04_PFB_CFG0 .bss .align 2 .type NV04_PFB_CFG0, %object .size NV04_PFB_CFG0, 4 NV04_PFB_CFG0: .space 4 .global NV04_PFB_CFG1 .align 2 .type NV04_PFB_CFG1, %object .size NV04_PFB_CFG1, 4 NV04_PFB_CFG1: .space 4 .global NV_04 .align 2 .type NV_04, %object .size NV_04, 4 NV_04: .space 4 .global NV_PEXTDEV_BOOT_0 .align 2 .type NV_PEXTDEV_BOOT_0, %object .size NV_PEXTDEV_BOOT_0, 4 NV_PEXTDEV_BOOT_0: .space 4 .global PLL_CORE .align 2 .type PLL_CORE, %object .size PLL_CORE, 4 PLL_CORE: .space 4 .global PLL_MEMORY .align 2 .type PLL_MEMORY, %object .size PLL_MEMORY, 4 PLL_MEMORY: .space 4 .text .align 2 .syntax unified .arm .type nv04_update_arb, %function nv04_update_arb: @ args = 4, 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, #-80] str r1, [fp, #-84] str r2, [fp, #-88] str r3, [fp, #-92] ldr r3, [fp, #4] str r3, [fp, #-96] ldr r3, .L10 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r0, [fp, #-80] bl nouveau_drm str r0, [fp, #-72] ldr r0, [fp, #-80] bl nouveau_dev str r0, [fp, #-68] ldr r3, .L10+4 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-80] bl nouveau_hw_get_clock str r0, [fp, #-64] ldr r3, .L10+8 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-80] bl nouveau_hw_get_clock str r0, [fp, #-60] ldr r3, .L10+12 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-68] bl nv_rd32 str r0, [fp, #-56] ldr r3, [fp, #-84] str r3, [fp, #-44] ldr r3, [fp, #-64] str r3, [fp, #-40] ldr r3, [fp, #-60] str r3, [fp, #-36] ldr r3, [fp, #-88] str r3, [fp, #-32] ldr r0, [fp, #-80] bl nv_two_heads mov r3, r0 str r3, [fp, #-12] ldr r3, [fp, #-80] ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 cmp r3, #416 beq .L2 ldr r3, [fp, #-80] ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 cmp r3, #496 bne .L3 .L2: mov r1, #1 mov r0, #0 bl pci_get_bus_and_slot sub r3, fp, #52 mov r2, r3 mov r1, #124 bl pci_read_config_dword ldr r3, [fp, #-52] asr r3, r3, #12 and r3, r3, #1 str r3, [fp, #-28] mov r3, #64 str r3, [fp, #-24] mov r3, #3 str r3, [fp, #-20] mov r3, #10 str r3, [fp, #-16] b .L4 .L3: ldr r3, .L10+16 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-68] bl nv_rd32 mov r3, r0 and r3, r3, #1 str r3, [fp, #-28] ldr r3, .L10+20 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-68] bl nv_rd32 mov r3, r0 and r3, r3, #16 cmp r3, #0 beq .L5 mov r3, #128 b .L6 .L5: mov r3, #64 .L6: str r3, [fp, #-24] ldr r3, [fp, #-56] and r3, r3, #15 str r3, [fp, #-20] ldr r3, [fp, #-56] asr r3, r3, #4 and r3, r3, #15 ldr r2, [fp, #-56] lsr r2, r2, #31 add r3, r3, r2 str r3, [fp, #-16] .L4: ldr r3, [fp, #-72] ldr r3, [r3] mov r0, r3 bl nv_device mov r3, r0 ldr r2, [r3] ldr r3, .L10+24 ldr r3, [r3] cmp r2, r3 bne .L7 sub r2, fp, #44 sub r3, fp, #52 mov r1, r2 mov r0, r3 bl nv04_calc_arb b .L8 .L7: sub r2, fp, #44 sub r3, fp, #52 mov r1, r2 mov r0, r3 bl nv10_calc_arb .L8: ldr r3, [fp, #-52] asr r3, r3, #4 mov r0, r3 bl ilog2 mov r2, r0 ldr r3, [fp, #-92] str r2, [r3] ldr r3, [fp, #-48] asr r2, r3, #3 ldr r3, [fp, #-96] str r2, [r3] nop ldr r3, .L10 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L9 bl __stack_chk_fail .L9: sub sp, fp, #4 @ sp needed pop {fp, pc} .L11: .align 2 .L10: .word __stack_chk_guard .word PLL_MEMORY .word PLL_CORE .word NV04_PFB_CFG1 .word NV04_PFB_CFG0 .word NV_PEXTDEV_BOOT_0 .word NV_04 .size nv04_update_arb, .-nv04_update_arb .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_kex.c_kex_send_kexinit.c" .intel_syntax noprefix .text .globl KEX_COOKIE_LEN .bss .align 8 .type KEX_COOKIE_LEN, @object .size KEX_COOKIE_LEN, 8 KEX_COOKIE_LEN: .zero 8 .globl KEX_INIT_SENT .align 4 .type KEX_INIT_SENT, @object .size KEX_INIT_SENT, 4 KEX_INIT_SENT: .zero 4 .globl SSH2_MSG_KEXINIT .align 4 .type SSH2_MSG_KEXINIT, @object .size SSH2_MSG_KEXINIT, 4 SSH2_MSG_KEXINIT: .zero 4 .globl SSH_ERR_INTERNAL_ERROR .align 4 .type SSH_ERR_INTERNAL_ERROR, @object .size SSH_ERR_INTERNAL_ERROR, 4 SSH_ERR_INTERNAL_ERROR: .zero 4 .globl SSH_ERR_INVALID_FORMAT .align 4 .type SSH_ERR_INVALID_FORMAT, @object .size SSH_ERR_INVALID_FORMAT, 4 SSH_ERR_INVALID_FORMAT: .zero 4 .section .rodata .LC0: .string "SSH2_MSG_KEXINIT sent" .text .globl kex_send_kexinit .type kex_send_kexinit, @function kex_send_kexinit: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L2 mov eax, DWORD PTR SSH_ERR_INTERNAL_ERROR[rip] jmp .L3 .L2: mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR KEX_INIT_SENT[rip] and eax, edx test eax, eax je .L4 mov eax, 0 jmp .L3 .L4: mov rax, QWORD PTR -16[rbp] mov QWORD PTR 8[rax], 0 mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call sshbuf_len@PLT mov rdx, QWORD PTR KEX_COOKIE_LEN[rip] cmp rax, rdx jge .L5 mov eax, DWORD PTR SSH_ERR_INVALID_FORMAT[rip] jmp .L3 .L5: mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call sshbuf_mutable_ptr@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L6 mov eax, DWORD PTR SSH_ERR_INTERNAL_ERROR[rip] jmp .L3 .L6: mov rdx, QWORD PTR KEX_COOKIE_LEN[rip] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call arc4random_buf@PLT mov edx, DWORD PTR SSH2_MSG_KEXINIT[rip] mov rax, QWORD PTR -40[rbp] mov esi, edx mov rdi, rax call sshpkt_start@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jne .L7 mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -40[rbp] mov esi, edx mov rdi, rax call sshpkt_putb@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 jne .L7 mov rax, QWORD PTR -40[rbp] mov rdi, rax call sshpkt_send@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L8 .L7: mov eax, DWORD PTR -20[rbp] jmp .L3 .L8: lea rax, .LC0[rip] mov rdi, rax call debug@PLT mov rax, QWORD PTR -16[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR KEX_INIT_SENT[rip] or edx, eax mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], edx mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size kex_send_kexinit, .-kex_send_kexinit .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_kex.c_kex_send_kexinit.c" .text .global KEX_COOKIE_LEN .bss .align 2 .type KEX_COOKIE_LEN, %object .size KEX_COOKIE_LEN, 4 KEX_COOKIE_LEN: .space 4 .global KEX_INIT_SENT .align 2 .type KEX_INIT_SENT, %object .size KEX_INIT_SENT, 4 KEX_INIT_SENT: .space 4 .global SSH2_MSG_KEXINIT .align 2 .type SSH2_MSG_KEXINIT, %object .size SSH2_MSG_KEXINIT, 4 SSH2_MSG_KEXINIT: .space 4 .global SSH_ERR_INTERNAL_ERROR .align 2 .type SSH_ERR_INTERNAL_ERROR, %object .size SSH_ERR_INTERNAL_ERROR, 4 SSH_ERR_INTERNAL_ERROR: .space 4 .global SSH_ERR_INVALID_FORMAT .align 2 .type SSH_ERR_INVALID_FORMAT, %object .size SSH_ERR_INVALID_FORMAT, 4 SSH_ERR_INVALID_FORMAT: .space 4 .section .rodata .align 2 .LC0: .ascii "SSH2_MSG_KEXINIT sent\000" .text .align 2 .global kex_send_kexinit .syntax unified .arm .type kex_send_kexinit, %function kex_send_kexinit: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L2 ldr r3, .L9 ldr r3, [r3] b .L3 .L2: ldr r3, [fp, #-12] ldr r2, [r3] ldr r3, .L9+4 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L4 mov r3, #0 b .L3 .L4: ldr r3, [fp, #-12] mov r2, #0 str r2, [r3, #8] ldr r3, [fp, #-12] ldr r3, [r3, #4] mov r0, r3 bl sshbuf_len mov r2, r0 ldr r3, .L9+8 ldr r3, [r3] cmp r2, r3 bge .L5 ldr r3, .L9+12 ldr r3, [r3] b .L3 .L5: ldr r3, [fp, #-12] ldr r3, [r3, #4] mov r0, r3 bl sshbuf_mutable_ptr str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L6 ldr r3, .L9 ldr r3, [r3] b .L3 .L6: ldr r3, .L9+8 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-8] bl arc4random_buf ldr r3, .L9+16 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-24] bl sshpkt_start str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L7 ldr r3, [fp, #-12] ldr r3, [r3, #4] mov r1, r3 ldr r0, [fp, #-24] bl sshpkt_putb str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L7 ldr r0, [fp, #-24] bl sshpkt_send str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 beq .L8 .L7: ldr r3, [fp, #-16] b .L3 .L8: ldr r0, .L9+20 bl debug ldr r3, [fp, #-12] ldr r2, [r3] ldr r3, .L9+4 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-12] str r2, [r3] mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word SSH_ERR_INTERNAL_ERROR .word KEX_INIT_SENT .word KEX_COOKIE_LEN .word SSH_ERR_INVALID_FORMAT .word SSH2_MSG_KEXINIT .word .LC0 .size kex_send_kexinit, .-kex_send_kexinit .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_intel_qi.c_dmar_qi_invalidate_ctx_glob_locked.c" .intel_syntax noprefix .text .globl DMAR_IQ_DESCR_CTX_GLOB .bss .align 4 .type DMAR_IQ_DESCR_CTX_GLOB, @object .size DMAR_IQ_DESCR_CTX_GLOB, 4 DMAR_IQ_DESCR_CTX_GLOB: .zero 4 .globl DMAR_IQ_DESCR_CTX_INV .align 4 .type DMAR_IQ_DESCR_CTX_INV, @object .size DMAR_IQ_DESCR_CTX_INV, 4 DMAR_IQ_DESCR_CTX_INV: .zero 4 .text .globl dmar_qi_invalidate_ctx_glob_locked .type dmar_qi_invalidate_ctx_glob_locked, @function dmar_qi_invalidate_ctx_glob_locked: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -24[rbp] mov rdi, rax call DMAR_ASSERT_LOCKED@PLT mov rax, QWORD PTR -24[rbp] mov esi, 2 mov rdi, rax call dmar_qi_ensure@PLT mov edx, DWORD PTR DMAR_IQ_DESCR_CTX_INV[rip] mov eax, DWORD PTR DMAR_IQ_DESCR_CTX_GLOB[rip] or edx, eax mov ecx, edx mov rax, QWORD PTR -24[rbp] mov edx, 0 mov esi, ecx mov rdi, rax call dmar_qi_emit@PLT lea rcx, -12[rbp] mov rax, QWORD PTR -24[rbp] mov edx, 1 mov rsi, rcx mov rdi, rax call dmar_qi_emit_wait_seq@PLT mov rax, QWORD PTR -24[rbp] mov rdi, rax call dmar_qi_advance_tail@PLT lea rcx, -12[rbp] mov rax, QWORD PTR -24[rbp] mov edx, 0 mov rsi, rcx mov rdi, rax call dmar_qi_wait_for_seq@PLT nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L2 call __stack_chk_fail@PLT .L2: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size dmar_qi_invalidate_ctx_glob_locked, .-dmar_qi_invalidate_ctx_glob_locked .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_intel_qi.c_dmar_qi_invalidate_ctx_glob_locked.c" .text .global DMAR_IQ_DESCR_CTX_GLOB .bss .align 2 .type DMAR_IQ_DESCR_CTX_GLOB, %object .size DMAR_IQ_DESCR_CTX_GLOB, 4 DMAR_IQ_DESCR_CTX_GLOB: .space 4 .global DMAR_IQ_DESCR_CTX_INV .align 2 .type DMAR_IQ_DESCR_CTX_INV, %object .size DMAR_IQ_DESCR_CTX_INV, 4 DMAR_IQ_DESCR_CTX_INV: .space 4 .text .align 2 .global dmar_qi_invalidate_ctx_glob_locked .syntax unified .arm .type dmar_qi_invalidate_ctx_glob_locked, %function dmar_qi_invalidate_ctx_glob_locked: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L3 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r0, [fp, #-16] bl DMAR_ASSERT_LOCKED mov r1, #2 ldr r0, [fp, #-16] bl dmar_qi_ensure ldr r3, .L3+4 ldr r2, [r3] ldr r3, .L3+8 ldr r3, [r3] orr r3, r2, r3 mov r2, #0 mov r1, r3 ldr r0, [fp, #-16] bl dmar_qi_emit sub r3, fp, #12 mov r2, #1 mov r1, r3 ldr r0, [fp, #-16] bl dmar_qi_emit_wait_seq ldr r0, [fp, #-16] bl dmar_qi_advance_tail sub r3, fp, #12 mov r2, #0 mov r1, r3 ldr r0, [fp, #-16] bl dmar_qi_wait_for_seq 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 __stack_chk_guard .word DMAR_IQ_DESCR_CTX_INV .word DMAR_IQ_DESCR_CTX_GLOB .size dmar_qi_invalidate_ctx_glob_locked, .-dmar_qi_invalidate_ctx_glob_locked .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ssl_sess.c_ssl_get_new_session.c" .intel_syntax noprefix .text .globl ERR_R_INTERNAL_ERROR .bss .align 4 .type ERR_R_INTERNAL_ERROR, @object .size ERR_R_INTERNAL_ERROR, 4 ERR_R_INTERNAL_ERROR: .zero 4 .globl ERR_R_MALLOC_FAILURE .align 4 .type ERR_R_MALLOC_FAILURE, @object .size ERR_R_MALLOC_FAILURE, 4 ERR_R_MALLOC_FAILURE: .zero 4 .globl SSL_AD_INTERNAL_ERROR .align 4 .type SSL_AD_INTERNAL_ERROR, @object .size SSL_AD_INTERNAL_ERROR, 4 SSL_AD_INTERNAL_ERROR: .zero 4 .globl SSL_F_SSL_GET_NEW_SESSION .align 4 .type SSL_F_SSL_GET_NEW_SESSION, @object .size SSL_F_SSL_GET_NEW_SESSION, 4 SSL_F_SSL_GET_NEW_SESSION: .zero 4 .globl SSL_SESS_FLAG_EXTMS .align 4 .type SSL_SESS_FLAG_EXTMS, @object .size SSL_SESS_FLAG_EXTMS, 4 SSL_SESS_FLAG_EXTMS: .zero 4 .globl TLS1_FLAGS_RECEIVED_EXTMS .align 4 .type TLS1_FLAGS_RECEIVED_EXTMS, @object .size TLS1_FLAGS_RECEIVED_EXTMS, 4 TLS1_FLAGS_RECEIVED_EXTMS: .zero 4 .globl X509_V_OK .align 4 .type X509_V_OK, @object .size X509_V_OK, 4 X509_V_OK: .zero 4 .text .globl ssl_get_new_session .type ssl_get_new_session, @function ssl_get_new_session: .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 QWORD PTR -8[rbp], 0 mov eax, 0 call SSL_SESSION_new@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov ecx, DWORD PTR ERR_R_MALLOC_FAILURE[rip] mov edx, DWORD PTR SSL_F_SSL_GET_NEW_SESSION[rip] mov esi, DWORD PTR SSL_AD_INTERNAL_ERROR[rip] mov rax, QWORD PTR -24[rbp] mov rdi, rax call SSLfatal@PLT mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 40[rax] mov rax, QWORD PTR [rax] test rax, rax jne .L4 mov rax, QWORD PTR -24[rbp] mov rdi, rax call SSL_get_default_timeout@PLT mov rdx, QWORD PTR -8[rbp] mov QWORD PTR [rdx], rax jmp .L5 .L4: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 40[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], rdx .L5: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 24[rax] mov rdi, rax call SSL_SESSION_free@PLT mov rax, QWORD PTR -24[rbp] mov QWORD PTR 24[rax], 0 cmp DWORD PTR -28[rbp], 0 je .L6 mov rax, QWORD PTR -24[rbp] mov rdi, rax call SSL_IS_TLS13@PLT test rax, rax je .L7 mov rax, QWORD PTR -8[rbp] mov QWORD PTR 32[rax], 0 jmp .L8 .L7: mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call ssl_generate_session_id@PLT test eax, eax jne .L8 mov rax, QWORD PTR -8[rbp] mov rdi, rax call SSL_SESSION_free@PLT mov eax, 0 jmp .L3 .L6: mov rax, QWORD PTR -8[rbp] mov QWORD PTR 32[rax], 0 .L8: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cmp eax, 4 jbe .L9 mov ecx, DWORD PTR ERR_R_INTERNAL_ERROR[rip] mov edx, DWORD PTR SSL_F_SSL_GET_NEW_SESSION[rip] mov esi, DWORD PTR SSL_AD_INTERNAL_ERROR[rip] mov rax, QWORD PTR -24[rbp] mov rdi, rax call SSLfatal@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call SSL_SESSION_free@PLT mov eax, 0 jmp .L3 .L9: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov ecx, DWORD PTR 32[rax] mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 24[rax] mov esi, ecx mov edi, eax call memcpy@PLT mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR -8[rbp] mov QWORD PTR 24[rax], rdx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 16[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 20[rax], edx mov edx, DWORD PTR X509_V_OK[rip] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 16[rax], edx mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] mov edx, DWORD PTR [rax] mov eax, DWORD PTR TLS1_FLAGS_RECEIVED_EXTMS[rip] and eax, edx test eax, eax je .L10 mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 12[rax] mov eax, DWORD PTR SSL_SESS_FLAG_EXTMS[rip] or edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], edx .L10: mov eax, 1 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ssl_get_new_session, .-ssl_get_new_session .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ssl_sess.c_ssl_get_new_session.c" .text .global ERR_R_INTERNAL_ERROR .bss .align 2 .type ERR_R_INTERNAL_ERROR, %object .size ERR_R_INTERNAL_ERROR, 4 ERR_R_INTERNAL_ERROR: .space 4 .global ERR_R_MALLOC_FAILURE .align 2 .type ERR_R_MALLOC_FAILURE, %object .size ERR_R_MALLOC_FAILURE, 4 ERR_R_MALLOC_FAILURE: .space 4 .global SSL_AD_INTERNAL_ERROR .align 2 .type SSL_AD_INTERNAL_ERROR, %object .size SSL_AD_INTERNAL_ERROR, 4 SSL_AD_INTERNAL_ERROR: .space 4 .global SSL_F_SSL_GET_NEW_SESSION .align 2 .type SSL_F_SSL_GET_NEW_SESSION, %object .size SSL_F_SSL_GET_NEW_SESSION, 4 SSL_F_SSL_GET_NEW_SESSION: .space 4 .global SSL_SESS_FLAG_EXTMS .align 2 .type SSL_SESS_FLAG_EXTMS, %object .size SSL_SESS_FLAG_EXTMS, 4 SSL_SESS_FLAG_EXTMS: .space 4 .global TLS1_FLAGS_RECEIVED_EXTMS .align 2 .type TLS1_FLAGS_RECEIVED_EXTMS, %object .size TLS1_FLAGS_RECEIVED_EXTMS, 4 TLS1_FLAGS_RECEIVED_EXTMS: .space 4 .global X509_V_OK .align 2 .type X509_V_OK, %object .size X509_V_OK, 4 X509_V_OK: .space 4 .text .align 2 .global ssl_get_new_session .syntax unified .arm .type ssl_get_new_session, %function ssl_get_new_session: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] bl SSL_SESSION_new str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 ldr r3, .L11 ldr r1, [r3] ldr r3, .L11+4 ldr r2, [r3] ldr r3, .L11+8 ldr r3, [r3] ldr r0, [fp, #-16] bl SSLfatal mov r3, #0 b .L3 .L2: ldr r3, [fp, #-16] ldr r3, [r3, #20] ldr r3, [r3] cmp r3, #0 bne .L4 ldr r0, [fp, #-16] bl SSL_get_default_timeout mov r2, r0 ldr r3, [fp, #-8] str r2, [r3] b .L5 .L4: ldr r3, [fp, #-16] ldr r3, [r3, #20] ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3] .L5: ldr r3, [fp, #-16] ldr r3, [r3, #12] mov r0, r3 bl SSL_SESSION_free ldr r3, [fp, #-16] mov r2, #0 str r2, [r3, #12] ldr r3, [fp, #-20] cmp r3, #0 beq .L6 ldr r0, [fp, #-16] bl SSL_IS_TLS13 mov r3, r0 cmp r3, #0 beq .L7 ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #24] b .L8 .L7: ldr r1, [fp, #-8] ldr r0, [fp, #-16] bl ssl_generate_session_id mov r3, r0 cmp r3, #0 bne .L8 ldr r0, [fp, #-8] bl SSL_SESSION_free mov r3, #0 b .L3 .L6: ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #24] .L8: ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #4 bls .L9 ldr r3, .L11 ldr r1, [r3] ldr r3, .L11+4 ldr r2, [r3] ldr r3, .L11+12 ldr r3, [r3] ldr r0, [fp, #-16] bl SSLfatal ldr r0, [fp, #-8] bl SSL_SESSION_free mov r3, #0 b .L3 .L9: ldr r3, [fp, #-8] ldr r0, [r3, #20] ldr r3, [fp, #-16] ldr r1, [r3, #16] ldr r3, [fp, #-16] ldr r3, [r3] mov r2, r3 bl memcpy ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #4] ldr r3, [fp, #-16] ldr r2, [fp, #-8] str r2, [r3, #12] ldr r3, [fp, #-16] ldr r2, [r3, #8] ldr r3, [fp, #-8] str r2, [r3, #16] ldr r3, .L11+16 ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #12] ldr r3, [fp, #-16] ldr r3, [r3, #4] ldr r2, [r3] ldr r3, .L11+20 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L10 ldr r3, [fp, #-8] ldr r2, [r3, #8] ldr r3, .L11+24 ldr r3, [r3] orr r2, r2, r3 ldr r3, [fp, #-8] str r2, [r3, #8] .L10: mov r3, #1 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L12: .align 2 .L11: .word SSL_AD_INTERNAL_ERROR .word SSL_F_SSL_GET_NEW_SESSION .word ERR_R_MALLOC_FAILURE .word ERR_R_INTERNAL_ERROR .word X509_V_OK .word TLS1_FLAGS_RECEIVED_EXTMS .word SSL_SESS_FLAG_EXTMS .size ssl_get_new_session, .-ssl_get_new_session .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_page-writeback.c_node_dirty_limit.c" .intel_syntax noprefix .text .globl PAGE_SIZE .bss .align 4 .type PAGE_SIZE, @object .size PAGE_SIZE, 4 PAGE_SIZE: .zero 4 .globl PF_LESS_THROTTLE .align 4 .type PF_LESS_THROTTLE, @object .size PF_LESS_THROTTLE, 4 PF_LESS_THROTTLE: .zero 4 .globl current .align 8 .type current, @object .size current, 8 current: .zero 8 .globl vm_dirty_bytes .align 8 .type vm_dirty_bytes, @object .size vm_dirty_bytes, 8 vm_dirty_bytes: .zero 8 .globl vm_dirty_ratio .align 8 .type vm_dirty_ratio, @object .size vm_dirty_ratio, 8 vm_dirty_ratio: .zero 8 .text .type node_dirty_limit, @function node_dirty_limit: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 56 .cfi_offset 3, -24 mov QWORD PTR -56[rbp], rdi mov rax, QWORD PTR -56[rbp] mov rdi, rax call node_dirtyable_memory@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR current[rip] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR vm_dirty_bytes[rip] test rax, rax je .L2 mov edx, DWORD PTR PAGE_SIZE[rip] mov rax, QWORD PTR vm_dirty_bytes[rip] mov esi, edx mov rdi, rax call DIV_ROUND_UP@PLT imul rax, QWORD PTR -32[rbp] mov rbx, rax mov eax, 0 call global_dirtyable_memory@PLT mov rcx, rax mov rax, rbx mov edx, 0 div rcx mov QWORD PTR -40[rbp], rax jmp .L3 .L2: mov rax, QWORD PTR vm_dirty_ratio[rip] imul rax, QWORD PTR -32[rbp] shr rax, 2 movabs rdx, 2951479051793528259 mul rdx mov rax, rdx shr rax, 2 mov QWORD PTR -40[rbp], rax .L3: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR [rax] mov eax, DWORD PTR PF_LESS_THROTTLE[rip] and eax, edx test eax, eax jne .L4 mov rax, QWORD PTR -24[rbp] mov rdi, rax call rt_task@PLT test rax, rax je .L5 .L4: mov rax, QWORD PTR -40[rbp] shr rax, 2 add QWORD PTR -40[rbp], rax .L5: mov rax, QWORD PTR -40[rbp] mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size node_dirty_limit, .-node_dirty_limit .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_page-writeback.c_node_dirty_limit.c" .text .global PAGE_SIZE .bss .align 2 .type PAGE_SIZE, %object .size PAGE_SIZE, 4 PAGE_SIZE: .space 4 .global PF_LESS_THROTTLE .align 2 .type PF_LESS_THROTTLE, %object .size PF_LESS_THROTTLE, 4 PF_LESS_THROTTLE: .space 4 .global current .align 2 .type current, %object .size current, 4 current: .space 4 .global vm_dirty_bytes .align 2 .type vm_dirty_bytes, %object .size vm_dirty_bytes, 4 vm_dirty_bytes: .space 4 .global vm_dirty_ratio .align 2 .type vm_dirty_ratio, %object .size vm_dirty_ratio, 4 vm_dirty_ratio: .space 4 .global __aeabi_uidiv .text .align 2 .syntax unified .arm .type node_dirty_limit, %function node_dirty_limit: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #28 str r0, [fp, #-32] ldr r0, [fp, #-32] bl node_dirtyable_memory str r0, [fp, #-20] ldr r3, .L7 ldr r3, [r3] str r3, [fp, #-16] ldr r3, .L7+4 ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, .L7+4 ldr r3, [r3] ldr r2, .L7+8 ldr r2, [r2] mov r1, r2 mov r0, r3 bl DIV_ROUND_UP mov r2, r0 ldr r3, [fp, #-20] mul r4, r3, r2 bl global_dirtyable_memory mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_uidiv mov r3, r0 str r3, [fp, #-24] b .L3 .L2: ldr r3, .L7+12 ldr r3, [r3] ldr r2, [fp, #-20] mul r3, r2, r3 ldr r2, .L7+16 umull r1, r3, r2, r3 lsr r3, r3, #5 str r3, [fp, #-24] .L3: ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L7+20 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 bne .L4 ldr r0, [fp, #-16] bl rt_task mov r3, r0 cmp r3, #0 beq .L5 .L4: ldr r3, [fp, #-24] lsr r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L5: ldr r3, [fp, #-24] mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L8: .align 2 .L7: .word current .word vm_dirty_bytes .word PAGE_SIZE .word vm_dirty_ratio .word 1374389535 .word PF_LESS_THROTTLE .size node_dirty_limit, .-node_dirty_limit .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_si.c_dce6_latency_watermark.c" .intel_syntax noprefix .text .type dce6_latency_watermark, @function dce6_latency_watermark: .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, 104 .cfi_offset 3, -24 mov QWORD PTR -104[rbp], rdi mov DWORD PTR -84[rbp], 2000 mov rax, QWORD PTR -104[rbp] mov rdi, rax call dce6_available_bandwidth@PLT mov DWORD PTR -80[rbp], eax mov eax, 4096000 cdq idiv DWORD PTR -80[rbp] mov DWORD PTR -76[rbp], eax mov eax, 512000 cdq idiv DWORD PTR -80[rbp] mov DWORD PTR -72[rbp], eax mov rax, QWORD PTR -104[rbp] mov ecx, DWORD PTR [rax] mov eax, 40000000 cdq idiv ecx mov DWORD PTR -68[rbp], eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 4[rax] add eax, 1 imul eax, DWORD PTR -76[rbp] mov edx, eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 4[rax] imul eax, DWORD PTR -72[rbp] add eax, edx mov DWORD PTR -64[rbp], eax mov edx, DWORD PTR -84[rbp] mov eax, DWORD PTR -64[rbp] add edx, eax mov eax, DWORD PTR -68[rbp] add eax, edx mov DWORD PTR -60[rbp], eax mov DWORD PTR -56[rbp], 12288 mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 4[rax] test eax, eax jne .L2 mov eax, 0 jmp .L9 .L2: mov edi, 2 call dfixed_const@PLT mov QWORD PTR -40[rbp], rax mov edi, 1 call dfixed_const@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -104[rbp] mov rdx, QWORD PTR 32[rax] mov rax, QWORD PTR -40[rbp] cmp rdx, rax jg .L4 mov rax, QWORD PTR -104[rbp] mov rdx, QWORD PTR 32[rax] mov rax, QWORD PTR -32[rbp] cmp rdx, rax jle .L5 mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 8[rax] cmp eax, 2 jg .L4 .L5: mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 8[rax] cmp eax, 4 jg .L4 mov rax, QWORD PTR -104[rbp] mov rdx, QWORD PTR 32[rax] mov rax, QWORD PTR -40[rbp] cmp rdx, rax jl .L6 mov rax, QWORD PTR -104[rbp] mov rax, QWORD PTR 24[rax] test rax, rax je .L6 .L4: mov DWORD PTR -88[rbp], 4 jmp .L7 .L6: mov DWORD PTR -88[rbp], 2 .L7: mov eax, DWORD PTR -80[rbp] mov edi, eax call dfixed_const@PLT mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call dfixed_const@PLT mov QWORD PTR -32[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -40[rbp], rax mov eax, DWORD PTR -84[rbp] add eax, 512 mov edi, eax call dfixed_const@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR [rax] mov edi, eax call dfixed_const@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -32[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -32[rbp], rax mov eax, DWORD PTR -56[rbp] mov edi, eax call dfixed_const@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] mov rdi, rax call dfixed_trunc@PLT mov ebx, eax mov rax, QWORD PTR -40[rbp] mov rdi, rax call dfixed_trunc@PLT mov esi, ebx mov edi, eax call min@PLT mov DWORD PTR -52[rbp], eax mov edi, 1000 call dfixed_const@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR [rax] mov edi, eax call dfixed_const@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 12[rax] mov edi, eax call dfixed_const@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -32[rbp] mov rsi, rdx mov rdi, rax call dfixed_mul@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] mov rdi, rax call dfixed_trunc@PLT mov edx, eax mov eax, DWORD PTR -52[rbp] mov esi, edx mov edi, eax call min@PLT mov DWORD PTR -48[rbp], eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 16[rax] imul eax, DWORD PTR -88[rbp] mov edx, eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 12[rax] imul eax, edx mov edi, eax call dfixed_const@PLT mov QWORD PTR -40[rbp], rax mov edi, 1000 call dfixed_const@PLT mov QWORD PTR -32[rbp], rax mov eax, DWORD PTR -48[rbp] mov edi, eax call dfixed_const@PLT mov QWORD PTR -24[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -32[rbp], rax mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call dfixed_div@PLT mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] mov rdi, rax call dfixed_trunc@PLT mov DWORD PTR -44[rbp], eax mov rax, QWORD PTR -104[rbp] mov eax, DWORD PTR 20[rax] cmp DWORD PTR -44[rbp], eax jge .L8 mov eax, DWORD PTR -60[rbp] jmp .L9 .L8: mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR 20[rax] mov eax, DWORD PTR -44[rbp] sub eax, edx mov ecx, eax mov eax, DWORD PTR -60[rbp] add eax, ecx .L9: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size dce6_latency_watermark, .-dce6_latency_watermark .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_si.c_dce6_latency_watermark.c" .text .global __aeabi_idiv .align 2 .syntax unified .arm .type dce6_latency_watermark, %function dce6_latency_watermark: @ args = 0, pretend = 0, frame = 72 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #76 str r0, [fp, #-80] mov r3, #2000 str r3, [fp, #-56] ldr r0, [fp, #-80] bl dce6_available_bandwidth str r0, [fp, #-52] ldr r1, [fp, #-52] mov r0, #4096000 bl __aeabi_idiv mov r3, r0 str r3, [fp, #-48] ldr r1, [fp, #-52] mov r0, #512000 bl __aeabi_idiv mov r3, r0 str r3, [fp, #-44] ldr r3, [fp, #-80] ldr r3, [r3] mov r1, r3 ldr r0, .L10 bl __aeabi_idiv mov r3, r0 str r3, [fp, #-40] ldr r3, [fp, #-80] ldr r3, [r3, #4] add r3, r3, #1 ldr r2, [fp, #-48] mul r2, r3, r2 ldr r3, [fp, #-80] ldr r3, [r3, #4] ldr r1, [fp, #-44] mul r3, r1, r3 add r3, r2, r3 str r3, [fp, #-36] ldr r2, [fp, #-56] ldr r3, [fp, #-36] add r3, r2, r3 ldr r2, [fp, #-40] add r3, r2, r3 str r3, [fp, #-32] mov r3, #12288 str r3, [fp, #-28] ldr r3, [fp, #-80] ldr r3, [r3, #4] cmp r3, #0 bne .L2 mov r3, #0 b .L9 .L2: mov r0, #2 bl dfixed_const mov r3, r0 str r3, [fp, #-72] mov r0, #1 bl dfixed_const mov r3, r0 str r3, [fp, #-68] ldr r3, [fp, #-80] ldr r2, [r3, #28] ldr r3, [fp, #-72] cmp r2, r3 bgt .L4 ldr r3, [fp, #-80] ldr r2, [r3, #28] ldr r3, [fp, #-68] cmp r2, r3 ble .L5 ldr r3, [fp, #-80] ldr r3, [r3, #8] cmp r3, #2 bgt .L4 .L5: ldr r3, [fp, #-80] ldr r3, [r3, #8] cmp r3, #4 bgt .L4 ldr r3, [fp, #-80] ldr r2, [r3, #28] ldr r3, [fp, #-72] cmp r2, r3 blt .L6 ldr r3, [fp, #-80] ldr r3, [r3, #24] cmp r3, #0 beq .L6 .L4: mov r3, #4 str r3, [fp, #-60] b .L7 .L6: mov r3, #2 str r3, [fp, #-60] .L7: ldr r0, [fp, #-52] bl dfixed_const mov r3, r0 str r3, [fp, #-72] ldr r3, [fp, #-80] ldr r3, [r3, #4] mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-68] ldr r1, [fp, #-68] ldr r0, [fp, #-72] bl dfixed_div mov r3, r0 str r3, [fp, #-72] ldr r3, [fp, #-56] add r3, r3, #512 mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-68] ldr r3, [fp, #-80] ldr r3, [r3] mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-64] ldr r1, [fp, #-64] ldr r0, [fp, #-68] bl dfixed_div mov r3, r0 str r3, [fp, #-68] ldr r0, [fp, #-28] bl dfixed_const mov r3, r0 str r3, [fp, #-64] ldr r1, [fp, #-68] ldr r0, [fp, #-64] bl dfixed_div mov r3, r0 str r3, [fp, #-68] ldr r0, [fp, #-72] bl dfixed_trunc mov r4, r0 ldr r0, [fp, #-68] bl dfixed_trunc mov r3, r0 mov r1, r3 mov r0, r4 bl min str r0, [fp, #-24] mov r0, #1000 bl dfixed_const mov r3, r0 str r3, [fp, #-68] ldr r3, [fp, #-80] ldr r3, [r3] mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-64] ldr r1, [fp, #-68] ldr r0, [fp, #-64] bl dfixed_div mov r3, r0 str r3, [fp, #-68] ldr r3, [fp, #-80] ldr r3, [r3, #12] mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-64] ldr r1, [fp, #-64] ldr r0, [fp, #-68] bl dfixed_mul mov r3, r0 str r3, [fp, #-68] ldr r0, [fp, #-68] bl dfixed_trunc mov r3, r0 mov r1, r3 ldr r0, [fp, #-24] bl min str r0, [fp, #-20] ldr r3, [fp, #-80] ldr r3, [r3, #16] ldr r2, [fp, #-60] mul r3, r2, r3 ldr r2, [fp, #-80] ldr r2, [r2, #12] mul r3, r2, r3 mov r0, r3 bl dfixed_const mov r3, r0 str r3, [fp, #-72] mov r0, #1000 bl dfixed_const mov r3, r0 str r3, [fp, #-68] ldr r0, [fp, #-20] bl dfixed_const mov r3, r0 str r3, [fp, #-64] ldr r1, [fp, #-68] ldr r0, [fp, #-64] bl dfixed_div mov r3, r0 str r3, [fp, #-68] ldr r1, [fp, #-68] ldr r0, [fp, #-72] bl dfixed_div mov r3, r0 str r3, [fp, #-72] ldr r0, [fp, #-72] bl dfixed_trunc str r0, [fp, #-16] ldr r3, [fp, #-80] ldr r3, [r3, #20] ldr r2, [fp, #-16] cmp r2, r3 bge .L8 ldr r3, [fp, #-32] b .L9 .L8: ldr r3, [fp, #-80] ldr r3, [r3, #20] ldr r2, [fp, #-16] sub r2, r2, r3 ldr r3, [fp, #-32] add r3, r2, r3 .L9: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L11: .align 2 .L10: .word 40000000 .size dce6_latency_watermark, .-dce6_latency_watermark .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_skcipher.c_crypto_skcipher_decrypt.c" .intel_syntax noprefix .text .globl CRYPTO_TFM_NEED_KEY .bss .align 4 .type CRYPTO_TFM_NEED_KEY, @object .size CRYPTO_TFM_NEED_KEY, 4 CRYPTO_TFM_NEED_KEY: .zero 4 .globl ENOKEY .align 4 .type ENOKEY, @object .size ENOKEY, 4 ENOKEY: .zero 4 .text .globl crypto_skcipher_decrypt .type crypto_skcipher_decrypt, @function crypto_skcipher_decrypt: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR -40[rbp] mov rdi, rax call crypto_skcipher_reqtfm@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -20[rbp], eax mov rax, QWORD PTR -8[rbp] mov rdi, rax call crypto_stats_get@PLT mov rax, QWORD PTR -16[rbp] mov rdi, rax call crypto_skcipher_get_flags@PLT mov edx, DWORD PTR CRYPTO_TFM_NEED_KEY[rip] and eax, edx test eax, eax je .L2 mov eax, DWORD PTR ENOKEY[rip] neg eax mov DWORD PTR -24[rbp], eax jmp .L3 .L2: mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -40[rbp] mov rdi, rax call rdx mov DWORD PTR -24[rbp], eax .L3: mov rdx, QWORD PTR -8[rbp] mov ecx, DWORD PTR -24[rbp] mov eax, DWORD PTR -20[rbp] mov esi, ecx mov edi, eax call crypto_stats_skcipher_decrypt@PLT mov eax, DWORD PTR -24[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size crypto_skcipher_decrypt, .-crypto_skcipher_decrypt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_skcipher.c_crypto_skcipher_decrypt.c" .text .global CRYPTO_TFM_NEED_KEY .bss .align 2 .type CRYPTO_TFM_NEED_KEY, %object .size CRYPTO_TFM_NEED_KEY, 4 CRYPTO_TFM_NEED_KEY: .space 4 .global ENOKEY .align 2 .type ENOKEY, %object .size ENOKEY, 4 ENOKEY: .space 4 .text .align 2 .global crypto_skcipher_decrypt .syntax unified .arm .type crypto_skcipher_decrypt, %function crypto_skcipher_decrypt: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r0, [fp, #-24] bl crypto_skcipher_reqtfm str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3, #4] str r3, [fp, #-12] ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-8] ldr r0, [fp, #-12] bl crypto_stats_get ldr r0, [fp, #-16] bl crypto_skcipher_get_flags mov r2, r0 ldr r3, .L5 ldr r3, [r3] and r3, r3, r2 cmp r3, #0 beq .L2 ldr r3, .L5+4 ldr r3, [r3] rsb r3, r3, #0 str r3, [fp, #-20] b .L3 .L2: ldr r3, [fp, #-16] ldr r3, [r3] ldr r0, [fp, #-24] blx r3 str r0, [fp, #-20] .L3: ldr r2, [fp, #-12] ldr r1, [fp, #-20] ldr r0, [fp, #-8] bl crypto_stats_skcipher_decrypt ldr r3, [fp, #-20] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word CRYPTO_TFM_NEED_KEY .word ENOKEY .size crypto_skcipher_decrypt, .-crypto_skcipher_decrypt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_mdp5.xml.h_REG_MDP5_WB_DST_DITHER_BITDEPTH.c" .intel_syntax noprefix .text .type REG_MDP5_WB_DST_DITHER_BITDEPTH, @function REG_MDP5_WB_DST_DITHER_BITDEPTH: .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 __offset_WB@PLT add rax, 36 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size REG_MDP5_WB_DST_DITHER_BITDEPTH, .-REG_MDP5_WB_DST_DITHER_BITDEPTH .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_mdp5.xml.h_REG_MDP5_WB_DST_DITHER_BITDEPTH.c" .text .align 2 .syntax unified .arm .type REG_MDP5_WB_DST_DITHER_BITDEPTH, %function REG_MDP5_WB_DST_DITHER_BITDEPTH: @ 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 __offset_WB mov r3, r0 add r3, r3, #36 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size REG_MDP5_WB_DST_DITHER_BITDEPTH, .-REG_MDP5_WB_DST_DITHER_BITDEPTH .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_localedef.c_usage.c" .intel_syntax noprefix .text .globl stderr .bss .align 4 .type stderr, @object .size stderr, 4 stderr: .zero 4 .section .rodata .align 8 .LC0: .string "Usage: localedef [options] localename\n" .LC1: .string "[options] are:\n" .align 8 .LC2: .string " -D : BSD-style output\n" .align 8 .LC3: .string " -b : big-endian output\n" .align 8 .LC4: .string " -c : ignore warnings\n" .align 8 .LC5: .string " -l : little-endian output\n" .align 8 .LC6: .string " -v : verbose output\n" .align 8 .LC7: .string " -U : ignore undefined symbols\n" .align 8 .LC8: .string " -f charmap : use given charmap file\n" .align 8 .LC9: .string " -u encoding : assume encoding\n" .align 8 .LC10: .string " -w widths : use screen widths file\n" .align 8 .LC11: .string " -i locsrc : source file for locale\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 mov eax, DWORD PTR stderr[rip] lea rdx, .LC0[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC1[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC2[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC3[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC4[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC5[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC6[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC7[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC8[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC9[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC10[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov eax, DWORD PTR stderr[rip] lea rdx, .LC11[rip] mov rsi, rdx mov edi, eax call fprintf@PLT mov edi, 4 call exit@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size usage, .-usage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_localedef.c_usage.c" .text .global stderr .bss .align 2 .type stderr, %object .size stderr, 4 stderr: .space 4 .section .rodata .align 2 .LC0: .ascii "Usage: localedef [options] localename\012\000" .align 2 .LC1: .ascii "[options] are:\012\000" .align 2 .LC2: .ascii " -D : BSD-style output\012\000" .align 2 .LC3: .ascii " -b : big-endian output\012\000" .align 2 .LC4: .ascii " -c : ignore warnings\012\000" .align 2 .LC5: .ascii " -l : little-endian output\012\000" .align 2 .LC6: .ascii " -v : verbose output\012\000" .align 2 .LC7: .ascii " -U : ignore undefined symbols\012\000" .align 2 .LC8: .ascii " -f charmap : use given charmap file\012\000" .align 2 .LC9: .ascii " -u encoding : assume encoding\012\000" .align 2 .LC10: .ascii " -w widths : use screen widths file\012\000" .align 2 .LC11: .ascii " -i locsrc : source file for locale\012\000" .text .align 2 .syntax unified .arm .type usage, %function usage: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+4 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+8 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+12 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+16 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+20 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+24 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+28 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+32 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+36 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+40 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+44 mov r0, r3 bl fprintf ldr r3, .L2 ldr r3, [r3] ldr r1, .L2+48 mov r0, r3 bl fprintf mov r0, #4 bl exit nop pop {fp, pc} .L3: .align 2 .L2: .word stderr .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .word .LC10 .word .LC11 .size usage, .-usage .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_fnic_main.c_fnic_log_q_error.c" .intel_syntax noprefix .text .globl KERN_ERR .bss .align 4 .type KERN_ERR, @object .size KERN_ERR, 4 KERN_ERR: .zero 4 .section .rodata .LC0: .string "WQ[%d] error_status %d\n" .LC1: .string "RQ[%d] error_status %d\n" .LC2: .string "CWQ[%d] error_status %d\n" .text .globl fnic_log_q_error .type fnic_log_q_error, @function fnic_log_q_error: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -12[rbp], 0 jmp .L2 .L4: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 40[rax] mov eax, DWORD PTR -12[rbp] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call ioread32@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L3 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] mov esi, DWORD PTR [rax] mov eax, DWORD PTR KERN_ERR[rip] mov rcx, QWORD PTR -8[rbp] mov edx, DWORD PTR -12[rbp] mov r8, rcx mov ecx, edx lea rdx, .LC0[rip] mov edi, eax call shost_printk@PLT .L3: add DWORD PTR -12[rbp], 1 .L2: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -12[rbp], eax jb .L4 mov DWORD PTR -12[rbp], 0 jmp .L5 .L7: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 32[rax] mov eax, DWORD PTR -12[rbp] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call ioread32@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L6 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] mov esi, DWORD PTR [rax] mov eax, DWORD PTR KERN_ERR[rip] mov rcx, QWORD PTR -8[rbp] mov edx, DWORD PTR -12[rbp] mov r8, rcx mov ecx, edx lea rdx, .LC1[rip] mov edi, eax call shost_printk@PLT .L6: add DWORD PTR -12[rbp], 1 .L5: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 4[rax] cmp DWORD PTR -12[rbp], eax jb .L7 mov DWORD PTR -12[rbp], 0 jmp .L8 .L10: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 24[rax] mov eax, DWORD PTR -12[rbp] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call ioread32@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L9 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] mov esi, DWORD PTR [rax] mov eax, DWORD PTR KERN_ERR[rip] mov rcx, QWORD PTR -8[rbp] mov edx, DWORD PTR -12[rbp] mov r8, rcx mov ecx, edx lea rdx, .LC2[rip] mov edi, eax call shost_printk@PLT .L9: add DWORD PTR -12[rbp], 1 .L8: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] cmp DWORD PTR -12[rbp], eax jb .L10 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size fnic_log_q_error, .-fnic_log_q_error .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_fnic_main.c_fnic_log_q_error.c" .text .global KERN_ERR .bss .align 2 .type KERN_ERR, %object .size KERN_ERR, 4 KERN_ERR: .space 4 .section .rodata .align 2 .LC0: .ascii "WQ[%d] error_status %d\012\000" .align 2 .LC1: .ascii "RQ[%d] error_status %d\012\000" .align 2 .LC2: .ascii "CWQ[%d] error_status %d\012\000" .text .align 2 .global fnic_log_q_error .syntax unified .arm .type fnic_log_q_error, %function fnic_log_q_error: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-12] b .L2 .L4: ldr r3, [fp, #-16] ldr r2, [r3, #24] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl ioread32 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L3 ldr r3, .L11 ldr r0, [r3] ldr r3, [fp, #-16] ldr r3, [r3, #12] ldr r1, [r3] ldr r3, [fp, #-8] str r3, [sp] ldr r3, [fp, #-12] ldr r2, .L11+4 bl shost_printk .L3: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L2: ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 bcc .L4 mov r3, #0 str r3, [fp, #-12] b .L5 .L7: ldr r3, [fp, #-16] ldr r2, [r3, #20] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl ioread32 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L6 ldr r3, .L11 ldr r0, [r3] ldr r3, [fp, #-16] ldr r3, [r3, #12] ldr r1, [r3] ldr r3, [fp, #-8] str r3, [sp] ldr r3, [fp, #-12] ldr r2, .L11+8 bl shost_printk .L6: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L5: ldr r3, [fp, #-16] ldr r3, [r3, #4] ldr r2, [fp, #-12] cmp r2, r3 bcc .L7 mov r3, #0 str r3, [fp, #-12] b .L8 .L10: ldr r3, [fp, #-16] ldr r2, [r3, #16] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl ioread32 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L9 ldr r3, .L11 ldr r0, [r3] ldr r3, [fp, #-16] ldr r3, [r3, #12] ldr r1, [r3] ldr r3, [fp, #-8] str r3, [sp] ldr r3, [fp, #-12] ldr r2, .L11+12 bl shost_printk .L9: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L8: ldr r3, [fp, #-16] ldr r3, [r3, #8] ldr r2, [fp, #-12] cmp r2, r3 bcc .L10 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L12: .align 2 .L11: .word KERN_ERR .word .LC0 .word .LC1 .word .LC2 .size fnic_log_q_error, .-fnic_log_q_error .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ijklivehook.c_ijkurlhook_call_inject.c" .intel_syntax noprefix .text .globl AVAPP_CTRL_WILL_LIVE_OPEN .bss .align 4 .type AVAPP_CTRL_WILL_LIVE_OPEN, @object .size AVAPP_CTRL_WILL_LIVE_OPEN, 4 AVAPP_CTRL_WILL_LIVE_OPEN: .zero 4 .globl AVERROR_EXIT .align 4 .type AVERROR_EXIT, @object .size AVERROR_EXIT, 4 AVERROR_EXIT: .zero 4 .globl AV_LOG_INFO .align 4 .type AV_LOG_INFO, @object .size AV_LOG_INFO, 4 AV_LOG_INFO: .zero 4 .section .rodata .LC0: .string "livehook %s\n" .text .type ijkurlhook_call_inject, @function ijkurlhook_call_inject: .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 8[rax] mov QWORD PTR -8[rbp], rax mov DWORD PTR -12[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rdi, rax call ff_check_interrupt@PLT test rax, rax je .L2 mov eax, DWORD PTR AVERROR_EXIT[rip] mov DWORD PTR -12[rbp], eax jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] test rax, rax je .L4 mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR [rax] mov esi, DWORD PTR AV_LOG_INFO[rip] mov rax, QWORD PTR -24[rbp] mov rcx, rdx lea rdx, .LC0[rip] mov rdi, rax call av_log@PLT mov rax, QWORD PTR -8[rbp] mov QWORD PTR 8[rax], 0 mov rdx, QWORD PTR -8[rbp] mov ecx, DWORD PTR AVAPP_CTRL_WILL_LIVE_OPEN[rip] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] mov esi, ecx mov rdi, rax call av_application_on_io_control@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 jne .L5 mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] test eax, eax jne .L4 .L5: mov eax, DWORD PTR AVERROR_EXIT[rip] mov DWORD PTR -12[rbp], eax jmp .L3 .L4: mov rax, QWORD PTR -24[rbp] mov rdi, rax call ff_check_interrupt@PLT test rax, rax je .L7 mov eax, DWORD PTR AVERROR_EXIT[rip] mov DWORD PTR -12[rbp], eax jmp .L3 .L7: nop .L3: mov eax, DWORD PTR -12[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ijkurlhook_call_inject, .-ijkurlhook_call_inject .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ijklivehook.c_ijkurlhook_call_inject.c" .text .global AVAPP_CTRL_WILL_LIVE_OPEN .bss .align 2 .type AVAPP_CTRL_WILL_LIVE_OPEN, %object .size AVAPP_CTRL_WILL_LIVE_OPEN, 4 AVAPP_CTRL_WILL_LIVE_OPEN: .space 4 .global AVERROR_EXIT .align 2 .type AVERROR_EXIT, %object .size AVERROR_EXIT, 4 AVERROR_EXIT: .space 4 .global AV_LOG_INFO .align 2 .type AV_LOG_INFO, %object .size AV_LOG_INFO, 4 AV_LOG_INFO: .space 4 .section .rodata .align 2 .LC0: .ascii "livehook %s\012\000" .text .align 2 .syntax unified .arm .type ijkurlhook_call_inject, %function ijkurlhook_call_inject: @ 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] str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] ldr r3, [fp, #-16] mov r0, r3 bl ff_check_interrupt mov r3, r0 cmp r3, #0 beq .L2 ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-12] b .L3 .L2: ldr r3, [fp, #-8] ldr r3, [r3, #8] cmp r3, #0 beq .L4 ldr r3, .L8+4 ldr r1, [r3] ldr r3, [fp, #-8] ldr r3, [r3] ldr r2, .L8+8 ldr r0, [fp, #-16] bl av_log ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #4] ldr r3, [fp, #-8] ldr r3, [r3, #8] ldr r2, .L8+12 ldr r1, [r2] ldr r2, [fp, #-8] mov r0, r3 bl av_application_on_io_control str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L5 ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3] cmp r3, #0 bne .L4 .L5: ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-12] b .L3 .L4: ldr r3, [fp, #-16] mov r0, r3 bl ff_check_interrupt mov r3, r0 cmp r3, #0 beq .L7 ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-12] b .L3 .L7: nop .L3: ldr r3, [fp, #-12] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word AVERROR_EXIT .word AV_LOG_INFO .word .LC0 .word AVAPP_CTRL_WILL_LIVE_OPEN .size ijkurlhook_call_inject, .-ijkurlhook_call_inject .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ftl.c_ftl_writesect.c" .intel_syntax noprefix .text .type ftl_writesect, @function ftl_writesect: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rsi, QWORD PTR -24[rbp] mov rax, QWORD PTR -8[rbp] mov ecx, 1 mov rdi, rax call ftl_write@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ftl_writesect, .-ftl_writesect .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ftl.c_ftl_writesect.c" .text .align 2 .syntax unified .arm .type ftl_writesect, %function ftl_writesect: @ 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] mov r3, #1 ldr r2, [fp, #-12] ldr r1, [fp, #-16] ldr r0, [fp, #-8] bl ftl_write mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size ftl_writesect, .-ftl_writesect .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_vmci_transport_notify.c_vmci_transport_handle_waiting_write.c" .intel_syntax noprefix .text .globl peer_waiting_write .bss .align 4 .type peer_waiting_write, @object .size peer_waiting_write, 4 peer_waiting_write: .zero 4 .globl peer_waiting_write_info .align 4 .type peer_waiting_write_info, @object .size peer_waiting_write_info, 4 peer_waiting_write_info: .zero 4 .text .type vmci_transport_handle_waiting_write, @function vmci_transport_handle_waiting_write: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov DWORD PTR -20[rbp], edx mov QWORD PTR -32[rbp], rcx mov QWORD PTR -40[rbp], r8 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size vmci_transport_handle_waiting_write, .-vmci_transport_handle_waiting_write .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_vmci_transport_notify.c_vmci_transport_handle_waiting_write.c" .text .global peer_waiting_write .bss .align 2 .type peer_waiting_write, %object .size peer_waiting_write, 4 peer_waiting_write: .space 4 .global peer_waiting_write_info .align 2 .type peer_waiting_write_info, %object .size peer_waiting_write_info, 4 peer_waiting_write_info: .space 4 .text .align 2 .syntax unified .arm .type vmci_transport_handle_waiting_write, %function vmci_transport_handle_waiting_write: @ args = 4, 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] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size vmci_transport_handle_waiting_write, .-vmci_transport_handle_waiting_write .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_divmod.c___modsi3.c" .intel_syntax noprefix .text .globl __modsi3 .type __modsi3, @function __modsi3: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -12[rbp], 0 cmp QWORD PTR -24[rbp], 0 jns .L2 neg QWORD PTR -24[rbp] mov DWORD PTR -12[rbp], 1 .L2: cmp QWORD PTR -32[rbp], 0 jns .L3 neg QWORD PTR -32[rbp] .L3: mov rcx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov edx, 1 mov rsi, rcx mov rdi, rax call udivmodsi4@PLT mov QWORD PTR -8[rbp], rax cmp DWORD PTR -12[rbp], 0 je .L4 neg QWORD PTR -8[rbp] .L4: mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size __modsi3, .-__modsi3 .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_divmod.c___modsi3.c" .text .align 2 .global __modsi3 .syntax unified .arm .type __modsi3, %function __modsi3: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-12] ldr r3, [fp, #-16] cmp r3, #0 bge .L2 ldr r3, [fp, #-16] rsb r3, r3, #0 str r3, [fp, #-16] mov r3, #1 str r3, [fp, #-12] .L2: ldr r3, [fp, #-20] cmp r3, #0 bge .L3 ldr r3, [fp, #-20] rsb r3, r3, #0 str r3, [fp, #-20] .L3: mov r2, #1 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl udivmodsi4 str r0, [fp, #-8] ldr r3, [fp, #-12] cmp r3, #0 beq .L4 ldr r3, [fp, #-8] rsb r3, r3, #0 str r3, [fp, #-8] .L4: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size __modsi3, .-__modsi3 .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_perf_event.c_perf_sched_init.c" .intel_syntax noprefix .text .type perf_sched_init, @function perf_sched_init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -36[rbp], edx mov DWORD PTR -40[rbp], ecx mov DWORD PTR -44[rbp], r8d mov rax, QWORD PTR -24[rbp] mov edx, 32 mov esi, 0 mov rdi, rax call memset@PLT mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -44[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR -32[rbp] mov QWORD PTR 24[rax], rdx mov DWORD PTR -4[rbp], 0 jmp .L2 .L5: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -32[rbp] add rax, rdx mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] cmp DWORD PTR -40[rbp], eax je .L6 add DWORD PTR -4[rbp], 1 .L2: mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -36[rbp] jl .L5 jmp .L4 .L6: nop .L4: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -4[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -40[rbp] mov DWORD PTR 12[rax], edx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov DWORD PTR 16[rax], edx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size perf_sched_init, .-perf_sched_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_perf_event.c_perf_sched_init.c" .text .align 2 .syntax unified .arm .type perf_sched_init, %function perf_sched_init: @ 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] mov r2, #24 mov r1, #0 ldr r0, [fp, #-16] bl memset ldr r3, [fp, #-16] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-16] ldr r2, [fp, #4] str r2, [r3, #4] ldr r3, [fp, #-16] ldr r2, [fp, #-20] str r2, [r3, #20] mov r3, #0 str r3, [fp, #-8] b .L2 .L5: ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 ldr r3, [r3] ldr r3, [r3] ldr r2, [fp, #-28] cmp r2, r3 beq .L6 ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L2: ldr r2, [fp, #-8] ldr r3, [fp, #-24] cmp r2, r3 blt .L5 b .L4 .L6: nop .L4: ldr r3, [fp, #-16] ldr r2, [fp, #-8] str r2, [r3, #8] ldr r3, [fp, #-16] ldr r2, [fp, #-28] str r2, [r3, #12] ldr r3, [fp, #-16] ldr r2, [fp, #-24] str r2, [r3, #16] nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size perf_sched_init, .-perf_sched_init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_matroxfb_g450.c_g450_get_ctrl.c" .intel_syntax noprefix .text .globl EINVAL .bss .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .text .type g450_get_ctrl, @function g450_get_ctrl: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR 4[rax] mov edi, eax call get_ctrl_id@PLT mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 jns .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: mov edx, DWORD PTR -12[rbp] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call get_ctrl_ptr@PLT mov edx, DWORD PTR [rax] mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size g450_get_ctrl, .-g450_get_ctrl .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_matroxfb_g450.c_g450_get_ctrl.c" .text .global EINVAL .bss .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .text .align 2 .syntax unified .arm .type g450_get_ctrl, %function g450_get_ctrl: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] str r3, [fp, #-12] ldr r3, [fp, #-20] ldr r3, [r3, #4] mov r0, r3 bl get_ctrl_id str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bge .L2 ldr r3, .L4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r1, [fp, #-8] ldr r0, [fp, #-12] bl get_ctrl_ptr mov r3, r0 ldr r2, [r3] ldr r3, [fp, #-20] str r2, [r3] mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word EINVAL .size g450_get_ctrl, .-g450_get_ctrl .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_charset.c_iso_8859_print_literally.c" .intel_syntax noprefix .text .globl sevenbit_strings .bss .align 4 .type sevenbit_strings, @object .size sevenbit_strings, 4 sevenbit_strings: .zero 4 .text .type iso_8859_print_literally, @function iso_8859_print_literally: .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 and DWORD PTR -12[rbp], 255 cmp DWORD PTR -12[rbp], 31 jle .L2 cmp DWORD PTR -12[rbp], 126 jle .L3 .L2: mov eax, DWORD PTR sevenbit_strings[rip] test eax, eax jne .L4 cmp DWORD PTR -12[rbp], 159 jle .L4 .L3: mov eax, 1 jmp .L6 .L4: mov eax, 0 .L6: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size iso_8859_print_literally, .-iso_8859_print_literally .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_charset.c_iso_8859_print_literally.c" .text .global sevenbit_strings .bss .align 2 .type sevenbit_strings, %object .size sevenbit_strings, 4 sevenbit_strings: .space 4 .text .align 2 .syntax unified .arm .type iso_8859_print_literally, %function iso_8859_print_literally: @ 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, [fp, #-12] and r3, r3, #255 str r3, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #31 ble .L2 ldr r3, [fp, #-12] cmp r3, #126 ble .L3 .L2: ldr r3, .L7 ldr r3, [r3] cmp r3, #0 bne .L4 ldr r3, [fp, #-12] cmp r3, #159 ble .L4 .L3: mov r3, #1 b .L6 .L4: mov r3, #0 .L6: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L8: .align 2 .L7: .word sevenbit_strings .size iso_8859_print_literally, .-iso_8859_print_literally .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_autoconf.c_configure_final.c" .intel_syntax noprefix .text .globl bootverbose .bss .align 8 .type bootverbose, @object .size bootverbose, 8 bootverbose: .zero 8 .globl cold .align 8 .type cold, @object .size cold, 8 cold: .zero 8 .section .rodata .align 8 .LC0: .string "Device configuration finished.\n" .text .type configure_final, @function configure_final: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov eax, 0 call intr_enable@PLT mov eax, 0 call cninit_finish@PLT mov rax, QWORD PTR bootverbose[rip] test rax, rax je .L2 lea rax, .LC0[rip] mov rdi, rax call printf@PLT .L2: mov QWORD PTR cold[rip], 0 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size configure_final, .-configure_final .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_autoconf.c_configure_final.c" .text .global bootverbose .bss .align 2 .type bootverbose, %object .size bootverbose, 4 bootverbose: .space 4 .global cold .align 2 .type cold, %object .size cold, 4 cold: .space 4 .section .rodata .align 2 .LC0: .ascii "Device configuration finished.\012\000" .text .align 2 .syntax unified .arm .type configure_final, %function configure_final: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] bl intr_enable bl cninit_finish ldr r3, .L3 ldr r3, [r3] cmp r3, #0 beq .L2 ldr r0, .L3+4 bl printf .L2: ldr r3, .L3+8 mov r2, #0 str r2, [r3] nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word bootverbose .word .LC0 .word cold .size configure_final, .-configure_final .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_subpage_prot.c_hpte_flush_range.c" .intel_syntax noprefix .text .globl PAGE_SIZE .bss .align 8 .type PAGE_SIZE, @object .size PAGE_SIZE, 8 PAGE_SIZE: .zero 8 .text .type hpte_flush_range, @function hpte_flush_range: .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 -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov DWORD PTR -68[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call pgd_offset@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] mov edi, eax call pgd_none@PLT test rax, rax jne .L10 mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -32[rbp] mov rsi, rdx mov rdi, rax call pud_offset@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov edi, eax call pud_none@PLT test rax, rax jne .L11 mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call pmd_offset@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] mov edi, eax call pmd_none@PLT test rax, rax jne .L12 lea rcx, -48[rbp] mov rdx, QWORD PTR -64[rbp] mov rsi, QWORD PTR -16[rbp] mov rax, QWORD PTR -56[rbp] mov rdi, rax call pte_offset_map_lock@PLT mov QWORD PTR -40[rbp], rax mov eax, 0 call arch_enter_lazy_mmu_mode@PLT jmp .L6 .L7: mov rdx, QWORD PTR -40[rbp] mov rsi, QWORD PTR -64[rbp] mov rax, QWORD PTR -56[rbp] mov r9d, 0 mov r8d, 0 mov ecx, 0 mov rdi, rax call pte_update@PLT mov rax, QWORD PTR PAGE_SIZE[rip] add QWORD PTR -64[rbp], rax add QWORD PTR -40[rbp], 4 sub DWORD PTR -68[rbp], 1 .L6: cmp DWORD PTR -68[rbp], 0 jg .L7 mov eax, 0 call arch_leave_lazy_mmu_mode@PLT mov rax, QWORD PTR -48[rbp] mov rdx, QWORD PTR -40[rbp] sub rdx, 4 mov rsi, rax mov rdi, rdx call pte_unmap_unlock@PLT jmp .L1 .L10: nop jmp .L1 .L11: nop jmp .L1 .L12: nop .L1: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L9 call __stack_chk_fail@PLT .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hpte_flush_range, .-hpte_flush_range .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_subpage_prot.c_hpte_flush_range.c" .text .global PAGE_SIZE .bss .align 2 .type PAGE_SIZE, %object .size PAGE_SIZE, 4 PAGE_SIZE: .space 4 .text .align 2 .syntax unified .arm .type hpte_flush_range, %function hpte_flush_range: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] ldr r3, .L13 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl pgd_offset str r0, [fp, #-20] ldr r3, [fp, #-20] ldr r3, [r3] mov r0, r3 bl pgd_none mov r3, r0 cmp r3, #0 bne .L10 ldr r1, [fp, #-36] ldr r0, [fp, #-20] bl pud_offset str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3] mov r0, r3 bl pud_none mov r3, r0 cmp r3, #0 bne .L11 ldr r1, [fp, #-36] ldr r0, [fp, #-16] bl pmd_offset str r0, [fp, #-12] ldr r3, [fp, #-12] ldr r3, [r3] mov r0, r3 bl pmd_none mov r3, r0 cmp r3, #0 bne .L12 sub r3, fp, #28 ldr r2, [fp, #-36] ldr r1, [fp, #-12] ldr r0, [fp, #-32] bl pte_offset_map_lock str r0, [fp, #-24] bl arch_enter_lazy_mmu_mode b .L6 .L7: mov r3, #0 str r3, [sp, #4] mov r3, #0 str r3, [sp] mov r3, #0 ldr r2, [fp, #-24] ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl pte_update ldr r3, .L13+4 ldr r3, [r3] mov r2, r3 ldr r3, [fp, #-36] add r3, r3, r2 str r3, [fp, #-36] ldr r3, [fp, #-24] add r3, r3, #4 str r3, [fp, #-24] ldr r3, [fp, #-40] sub r3, r3, #1 str r3, [fp, #-40] .L6: ldr r3, [fp, #-40] cmp r3, #0 bgt .L7 bl arch_leave_lazy_mmu_mode ldr r3, [fp, #-24] sub r3, r3, #4 ldr r2, [fp, #-28] mov r1, r2 mov r0, r3 bl pte_unmap_unlock b .L1 .L10: nop b .L1 .L11: nop b .L1 .L12: nop .L1: ldr r3, .L13 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L9 bl __stack_chk_fail .L9: sub sp, fp, #4 @ sp needed pop {fp, pc} .L14: .align 2 .L13: .word __stack_chk_guard .word PAGE_SIZE .size hpte_flush_range, .-hpte_flush_range .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_main.c_get_phys_buffer.c" .intel_syntax noprefix .text .globl loaded_segments .bss .align 8 .type loaded_segments, @object .size loaded_segments, 8 loaded_segments: .zero 8 .globl nkexec_segments .align 4 .type nkexec_segments, @object .size nkexec_segments, 4 nkexec_segments: .zero 4 .text .type get_phys_buffer, @function get_phys_buffer: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 56 .cfi_offset 3, -24 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov DWORD PTR -28[rbp], 0 mov QWORD PTR -24[rbp], 4194304 mov DWORD PTR -28[rbp], 0 jmp .L2 .L5: mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rdx mov rax, QWORD PTR 16[rax] cmp QWORD PTR -40[rbp], rax jl .L3 mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rdx mov rax, QWORD PTR 16[rax] mov rcx, rax mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rdx mov rax, QWORD PTR [rax] add rax, rcx cmp QWORD PTR -40[rbp], rax jl .L7 .L3: add DWORD PTR -28[rbp], 1 .L2: mov eax, DWORD PTR nkexec_segments[rip] cmp DWORD PTR -28[rbp], eax jl .L5 mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR nkexec_segments[rip] cdqe sal rax, 5 lea rbx, [rdx+rax] mov rax, QWORD PTR -24[rbp] mov rdi, rax call host_getmem@PLT mov QWORD PTR 24[rbx], rax mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR nkexec_segments[rip] cdqe sal rax, 5 add rdx, rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR 8[rdx], rax mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rdx mov rdi, rax call rounddown2@PLT mov rcx, QWORD PTR loaded_segments[rip] mov edx, DWORD PTR nkexec_segments[rip] movsx rdx, edx sal rdx, 5 add rdx, rcx mov QWORD PTR 16[rdx], rax mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR nkexec_segments[rip] cdqe sal rax, 5 add rdx, rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR [rdx], rax mov eax, DWORD PTR nkexec_segments[rip] mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR nkexec_segments[rip] add eax, 1 mov DWORD PTR nkexec_segments[rip], eax jmp .L4 .L7: nop .L4: mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rdx mov rdx, QWORD PTR 24[rax] mov rcx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rcx mov rax, QWORD PTR 16[rax] mov rcx, rax mov rax, QWORD PTR -40[rbp] sub rax, rcx add rdx, rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rdx, QWORD PTR loaded_segments[rip] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 5 add rax, rdx mov rax, QWORD PTR 8[rax] mov rcx, QWORD PTR loaded_segments[rip] mov edx, DWORD PTR -28[rbp] movsx rdx, edx sal rdx, 5 add rdx, rcx mov rdx, QWORD PTR 16[rdx] mov rcx, rdx mov rdx, QWORD PTR -40[rbp] sub rdx, rcx sub rax, rdx mov rdx, rax mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call min@PLT mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size get_phys_buffer, .-get_phys_buffer .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_main.c_get_phys_buffer.c" .text .global loaded_segments .bss .align 2 .type loaded_segments, %object .size loaded_segments, 4 loaded_segments: .space 4 .global nkexec_segments .align 2 .type nkexec_segments, %object .size nkexec_segments, 4 nkexec_segments: .space 4 .text .align 2 .syntax unified .arm .type get_phys_buffer, %function get_phys_buffer: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #28 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] mov r3, #0 str r3, [fp, #-20] mov r3, #4194304 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-20] b .L2 .L5: ldr r3, .L8 ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #8] mov r2, r3 ldr r3, [fp, #-24] cmp r3, r2 blt .L3 ldr r3, .L8 ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #8] mov r1, r3 ldr r3, .L8 ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3] add r3, r1, r3 ldr r2, [fp, #-24] cmp r2, r3 blt .L7 .L3: ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L2: ldr r3, .L8+4 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 blt .L5 ldr r3, .L8 ldr r2, [r3] ldr r3, .L8+4 ldr r3, [r3] lsl r3, r3, #4 add r4, r2, r3 ldr r0, [fp, #-16] bl host_getmem mov r3, r0 str r3, [r4, #12] ldr r3, .L8 ldr r2, [r3] ldr r3, .L8+4 ldr r3, [r3] lsl r3, r3, #4 add r3, r2, r3 ldr r2, [fp, #-16] str r2, [r3, #4] ldr r1, [fp, #-16] ldr r0, [fp, #-24] bl rounddown2 mov r1, r0 ldr r3, .L8 ldr r2, [r3] ldr r3, .L8+4 ldr r3, [r3] lsl r3, r3, #4 add r3, r2, r3 mov r2, r1 str r2, [r3, #8] ldr r3, .L8 ldr r2, [r3] ldr r3, .L8+4 ldr r3, [r3] lsl r3, r3, #4 add r3, r2, r3 ldr r2, [fp, #-16] str r2, [r3] ldr r3, .L8+4 ldr r3, [r3] str r3, [fp, #-20] ldr r3, .L8+4 ldr r3, [r3] add r3, r3, #1 ldr r2, .L8+4 str r3, [r2] b .L4 .L7: nop .L4: ldr r3, .L8 ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #12] ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-20] lsl r2, r2, #4 add r2, r1, r2 ldr r2, [r2, #8] mov r1, r2 ldr r2, [fp, #-24] sub r2, r2, r1 add r2, r3, r2 ldr r3, [fp, #-32] str r2, [r3] ldr r3, .L8 ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #4] ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-20] lsl r2, r2, #4 add r2, r1, r2 ldr r2, [r2, #8] mov r1, r2 ldr r2, [fp, #-24] sub r2, r2, r1 sub r3, r3, r2 mov r1, r3 ldr r0, [fp, #-28] bl min mov r3, r0 mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L9: .align 2 .L8: .word loaded_segments .word nkexec_segments .size get_phys_buffer, .-get_phys_buffer .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_nl-mac.c_nla_put_shortaddr.c" .intel_syntax noprefix .text .type nla_put_shortaddr, @function nla_put_shortaddr: .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 eax, DWORD PTR -16[rbp] mov edi, eax call le16_to_cpu@PLT mov edx, eax mov ecx, DWORD PTR -12[rbp] mov rax, QWORD PTR -8[rbp] mov esi, ecx mov rdi, rax call nla_put_u16@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size nla_put_shortaddr, .-nla_put_shortaddr .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_nl-mac.c_nla_put_shortaddr.c" .text .align 2 .syntax unified .arm .type nla_put_shortaddr, %function nla_put_shortaddr: @ 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, #-16] bl le16_to_cpu mov r3, r0 mov r2, r3 ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl nla_put_u16 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size nla_put_shortaddr, .-nla_put_shortaddr .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ar9003_eeprom.c_ar9300_eeprom_read_byte.c" .intel_syntax noprefix .text .type ar9300_eeprom_read_byte, @function ar9300_eeprom_read_byte: .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 rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR -28[rbp] mov edx, eax shr edx, 31 add eax, edx sar eax mov ecx, eax lea rdx, -12[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call ath9k_hw_nvram_read@PLT test eax, eax sete al movzx eax, al mov edi, eax call unlikely@PLT test rax, rax je .L2 mov eax, 0 jmp .L4 .L2: mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -28[rbp] mov ecx, eax sar ecx, 31 shr ecx, 31 add eax, ecx and eax, 1 sub eax, ecx sal eax, 3 mov ecx, eax sar edx, cl mov eax, edx movzx edx, al mov rax, QWORD PTR -40[rbp] mov DWORD PTR [rax], edx mov eax, 1 .L4: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ar9300_eeprom_read_byte, .-ar9300_eeprom_read_byte .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ar9003_eeprom.c_ar9300_eeprom_read_byte.c" .text .align 2 .syntax unified .arm .type ar9300_eeprom_read_byte, %function ar9300_eeprom_read_byte: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r3, [fp, #-20] lsr r2, r3, #31 add r3, r2, r3 asr r3, r3, #1 mov r1, r3 sub r3, fp, #12 mov r2, r3 ldr r0, [fp, #-16] bl ath9k_hw_nvram_read mov r3, r0 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 .L4 .L2: ldr r2, [fp, #-12] ldr r3, [fp, #-20] cmp r3, #0 and r3, r3, #1 rsblt r3, r3, #0 lsl r3, r3, #3 asr r3, r2, r3 and r2, r3, #255 ldr r3, [fp, #-24] str r2, [r3] mov r3, #1 .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 __stack_chk_guard .size ar9300_eeprom_read_byte, .-ar9300_eeprom_read_byte .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hdac_regmap.c_hda_reg_read_coef.c" .intel_syntax noprefix .text .globl AC_VERB_GET_COEF_INDEX .bss .align 4 .type AC_VERB_GET_COEF_INDEX, @object .size AC_VERB_GET_COEF_INDEX, 4 AC_VERB_GET_COEF_INDEX: .zero 4 .globl AC_VERB_SET_COEF_INDEX .align 4 .type AC_VERB_SET_COEF_INDEX, @object .size AC_VERB_SET_COEF_INDEX, 4 AC_VERB_SET_COEF_INDEX: .zero 4 .globl EINVAL .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .text .type hda_reg_read_coef, @function hda_reg_read_coef: .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 rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax jne .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: mov eax, DWORD PTR -28[rbp] and eax, -1048321 mov edx, eax mov eax, DWORD PTR AC_VERB_SET_COEF_INDEX[rip] sal eax, 8 or eax, edx mov DWORD PTR -8[rbp], eax mov esi, DWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov ecx, 0 mov edx, 0 mov rdi, rax call snd_hdac_exec_verb@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 jns .L4 mov eax, DWORD PTR -4[rbp] jmp .L3 .L4: mov eax, DWORD PTR -28[rbp] and eax, -1048576 mov edx, eax mov eax, DWORD PTR AC_VERB_GET_COEF_INDEX[rip] sal eax, 8 or eax, edx mov DWORD PTR -8[rbp], eax mov rdx, QWORD PTR -40[rbp] mov esi, DWORD PTR -8[rbp] mov rax, QWORD PTR -24[rbp] mov rcx, rdx mov edx, 0 mov rdi, rax call snd_hdac_exec_verb@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hda_reg_read_coef, .-hda_reg_read_coef .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hdac_regmap.c_hda_reg_read_coef.c" .text .global AC_VERB_GET_COEF_INDEX .bss .align 2 .type AC_VERB_GET_COEF_INDEX, %object .size AC_VERB_GET_COEF_INDEX, 4 AC_VERB_GET_COEF_INDEX: .space 4 .global AC_VERB_SET_COEF_INDEX .align 2 .type AC_VERB_SET_COEF_INDEX, %object .size AC_VERB_SET_COEF_INDEX, 4 AC_VERB_SET_COEF_INDEX: .space 4 .global EINVAL .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .text .align 2 .syntax unified .arm .type hda_reg_read_coef, %function hda_reg_read_coef: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 bne .L2 ldr r3, .L5 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #-20] bic r3, r3, #1044480 bic r3, r3, #3840 ldr r2, .L5+4 ldr r2, [r2] lsl r2, r2, #8 orr r3, r3, r2 str r3, [fp, #-12] mov r3, #0 mov r2, #0 ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl snd_hdac_exec_verb str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bge .L4 ldr r3, [fp, #-8] b .L3 .L4: ldr r3, [fp, #-20] lsr r3, r3, #20 lsl r3, r3, #20 ldr r2, .L5+8 ldr r2, [r2] lsl r2, r2, #8 orr r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-24] mov r2, #0 ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl snd_hdac_exec_verb mov r3, r0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word EINVAL .word AC_VERB_SET_COEF_INDEX .word AC_VERB_GET_COEF_INDEX .size hda_reg_read_coef, .-hda_reg_read_coef .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_intel_sprite.c_g4x_sprite_ctl_crtc.c" .intel_syntax noprefix .text .globl DVS_GAMMA_ENABLE .bss .align 4 .type DVS_GAMMA_ENABLE, @object .size DVS_GAMMA_ENABLE, 4 DVS_GAMMA_ENABLE: .zero 4 .globl DVS_PIPE_CSC_ENABLE .align 4 .type DVS_PIPE_CSC_ENABLE, @object .size DVS_PIPE_CSC_ENABLE, 4 DVS_PIPE_CSC_ENABLE: .zero 4 .text .type g4x_sprite_ctl_crtc, @function g4x_sprite_ctl_crtc: .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 -4[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L2 mov eax, DWORD PTR DVS_GAMMA_ENABLE[rip] or DWORD PTR -4[rbp], eax .L2: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L3 mov eax, DWORD PTR DVS_PIPE_CSC_ENABLE[rip] or DWORD PTR -4[rbp], eax .L3: mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size g4x_sprite_ctl_crtc, .-g4x_sprite_ctl_crtc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_intel_sprite.c_g4x_sprite_ctl_crtc.c" .text .global DVS_GAMMA_ENABLE .bss .align 2 .type DVS_GAMMA_ENABLE, %object .size DVS_GAMMA_ENABLE, 4 DVS_GAMMA_ENABLE: .space 4 .global DVS_PIPE_CSC_ENABLE .align 2 .type DVS_PIPE_CSC_ENABLE, %object .size DVS_PIPE_CSC_ENABLE, 4 DVS_PIPE_CSC_ENABLE: .space 4 .text .align 2 .syntax unified .arm .type g4x_sprite_ctl_crtc, %function g4x_sprite_ctl_crtc: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 beq .L2 ldr r3, .L5 ldr r3, [r3] ldr r2, [fp, #-8] orr r3, r2, r3 str r3, [fp, #-8] .L2: ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 beq .L3 ldr r3, .L5+4 ldr r3, [r3] ldr r2, [fp, #-8] orr r3, r2, r3 str r3, [fp, #-8] .L3: ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L6: .align 2 .L5: .word DVS_GAMMA_ENABLE .word DVS_PIPE_CSC_ENABLE .size g4x_sprite_ctl_crtc, .-g4x_sprite_ctl_crtc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_bridge_sys.c_bridge_set_if_up.c" .intel_syntax noprefix .text .globl IFF_UP .bss .align 4 .type IFF_UP, @object .size IFF_UP, 4 IFF_UP: .zero 4 .globl LOG_ERR .align 4 .type LOG_ERR, @object .size LOG_ERR, 4 LOG_ERR: .zero 4 .globl SIOCGIFFLAGS .align 4 .type SIOCGIFFLAGS, @object .size SIOCGIFFLAGS, 4 SIOCGIFFLAGS: .zero 4 .globl SIOCSIFFLAGS .align 4 .type SIOCSIFFLAGS, @object .size SIOCSIFFLAGS, 4 SIOCSIFFLAGS: .zero 4 .globl errno .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .globl sock .align 4 .type sock, @object .size sock, 4 sock: .zero 4 .section .rodata .align 8 .LC0: .string "set bridge up: ioctl(SIOCGIFFLAGS) failed: %s" .align 8 .LC1: .string "set bridge up: ioctl(SIOCSIFFLAGS) failed: %s" .text .globl bridge_set_if_up .type bridge_set_if_up, @function bridge_set_if_up: .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 fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -20[rbp] mov esi, 12 mov rdi, rax call bzero@PLT mov eax, DWORD PTR -12[rbp] mov rcx, QWORD PTR -40[rbp] mov edx, 4 mov rsi, rcx mov edi, eax call strlcpy@PLT lea rax, -20[rbp] mov edx, eax mov ecx, DWORD PTR SIOCGIFFLAGS[rip] mov eax, DWORD PTR sock[rip] mov esi, ecx mov edi, eax call ioctl@PLT test rax, rax jns .L2 mov eax, DWORD PTR errno[rip] mov edi, eax call strerror@PLT mov edx, eax mov eax, DWORD PTR LOG_ERR[rip] lea rcx, .LC0[rip] mov rsi, rcx mov edi, eax call syslog@PLT mov eax, -1 jmp .L7 .L2: mov eax, DWORD PTR -20[rbp] movzx edx, ax mov eax, DWORD PTR -16[rbp] sal eax, 16 or eax, edx mov DWORD PTR -24[rbp], eax cmp DWORD PTR -44[rbp], 1 jne .L4 mov eax, DWORD PTR IFF_UP[rip] or DWORD PTR -24[rbp], eax jmp .L5 .L4: mov eax, DWORD PTR IFF_UP[rip] not eax and DWORD PTR -24[rbp], eax .L5: mov eax, DWORD PTR -24[rbp] movzx eax, ax mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] sar eax, 16 mov DWORD PTR -16[rbp], eax lea rax, -20[rbp] mov edx, eax mov ecx, DWORD PTR SIOCSIFFLAGS[rip] mov eax, DWORD PTR sock[rip] mov esi, ecx mov edi, eax call ioctl@PLT test rax, rax jns .L6 mov eax, DWORD PTR errno[rip] mov edi, eax call strerror@PLT mov edx, eax mov eax, DWORD PTR LOG_ERR[rip] lea rcx, .LC1[rip] mov rsi, rcx mov edi, eax call syslog@PLT mov eax, -1 jmp .L7 .L6: mov eax, 0 .L7: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L8 call __stack_chk_fail@PLT .L8: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size bridge_set_if_up, .-bridge_set_if_up .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_bridge_sys.c_bridge_set_if_up.c" .text .global IFF_UP .bss .align 2 .type IFF_UP, %object .size IFF_UP, 4 IFF_UP: .space 4 .global LOG_ERR .align 2 .type LOG_ERR, %object .size LOG_ERR, 4 LOG_ERR: .space 4 .global SIOCGIFFLAGS .align 2 .type SIOCGIFFLAGS, %object .size SIOCGIFFLAGS, 4 SIOCGIFFLAGS: .space 4 .global SIOCSIFFLAGS .align 2 .type SIOCSIFFLAGS, %object .size SIOCSIFFLAGS, 4 SIOCSIFFLAGS: .space 4 .global errno .align 2 .type errno, %object .size errno, 4 errno: .space 4 .global sock .align 2 .type sock, %object .size sock, 4 sock: .space 4 .section .rodata .align 2 .LC0: .ascii "set bridge up: ioctl(SIOCGIFFLAGS) failed: %s\000" .align 2 .LC1: .ascii "set bridge up: ioctl(SIOCSIFFLAGS) failed: %s\000" .text .align 2 .global bridge_set_if_up .syntax unified .arm .type bridge_set_if_up, %function bridge_set_if_up: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #36 str r0, [fp, #-40] str r1, [fp, #-44] ldr r3, .L9 ldr r3, [r3] str r3, [fp, #-16] mov r3, #0 sub r3, fp, #28 mov r1, #12 mov r0, r3 bl bzero ldr r3, [fp, #-20] mov r2, #4 ldr r1, [fp, #-40] mov r0, r3 bl strlcpy ldr r3, .L9+4 ldr r3, [r3] ldr r2, .L9+8 ldr r1, [r2] sub r2, fp, #28 mov r0, r3 bl ioctl mov r3, r0 cmp r3, #0 bge .L2 ldr r3, .L9+12 ldr r4, [r3] ldr r3, .L9+16 ldr r3, [r3] mov r0, r3 bl strerror mov r3, r0 mov r2, r3 ldr r1, .L9+20 mov r0, r4 bl syslog mvn r3, #0 b .L7 .L2: ldr r3, [fp, #-28] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-24] lsl r2, r2, #16 orr r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-44] cmp r3, #1 bne .L4 ldr r3, .L9+24 ldr r3, [r3] ldr r2, [fp, #-32] orr r3, r2, r3 str r3, [fp, #-32] b .L5 .L4: ldr r3, .L9+24 ldr r3, [r3] mvn r3, r3 ldr r2, [fp, #-32] and r3, r3, r2 str r3, [fp, #-32] .L5: ldr r3, [fp, #-32] lsl r3, r3, #16 lsr r3, r3, #16 str r3, [fp, #-28] ldr r3, [fp, #-32] asr r3, r3, #16 str r3, [fp, #-24] ldr r3, .L9+4 ldr r3, [r3] ldr r2, .L9+28 ldr r1, [r2] sub r2, fp, #28 mov r0, r3 bl ioctl mov r3, r0 cmp r3, #0 bge .L6 ldr r3, .L9+12 ldr r4, [r3] ldr r3, .L9+16 ldr r3, [r3] mov r0, r3 bl strerror mov r3, r0 mov r2, r3 ldr r1, .L9+32 mov r0, r4 bl syslog mvn r3, #0 b .L7 .L6: mov r3, #0 .L7: ldr r2, .L9 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L8 bl __stack_chk_fail .L8: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L10: .align 2 .L9: .word __stack_chk_guard .word sock .word SIOCGIFFLAGS .word LOG_ERR .word errno .word .LC0 .word IFF_UP .word SIOCSIFFLAGS .word .LC1 .size bridge_set_if_up, .-bridge_set_if_up .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_drm_mm.c_drm_mm_insert_helper_range.c" .intel_syntax noprefix .text .type drm_mm_insert_helper_range, @function drm_mm_insert_helper_range: .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, 112 mov QWORD PTR -72[rbp], rdi mov QWORD PTR -80[rbp], rsi mov QWORD PTR -88[rbp], rdx mov DWORD PTR -92[rbp], ecx mov QWORD PTR -104[rbp], r8 mov QWORD PTR -112[rbp], r9 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -72[rbp] mov rax, QWORD PTR 40[rax] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -72[rbp] mov rdi, rax call drm_mm_hole_node_start@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -72[rbp] mov rdi, rax call drm_mm_hole_node_end@PLT mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -16[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -72[rbp] mov eax, DWORD PTR [rax] test eax, eax je .L2 mov rax, QWORD PTR -80[rbp] mov eax, DWORD PTR 4[rax] test eax, eax je .L3 .L2: mov eax, 1 jmp .L4 .L3: mov eax, 0 .L4: mov edi, eax call BUG_ON@PLT mov rax, QWORD PTR -48[rbp] cmp QWORD PTR -112[rbp], rax jbe .L5 mov rax, QWORD PTR -112[rbp] mov QWORD PTR -48[rbp], rax .L5: mov rax, QWORD PTR -40[rbp] cmp QWORD PTR 16[rbp], rax jnb .L6 mov rax, QWORD PTR 16[rbp] mov QWORD PTR -40[rbp], rax .L6: mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L7 mov rax, QWORD PTR -32[rbp] mov r8, QWORD PTR 8[rax] lea rcx, -40[rbp] lea rdx, -48[rbp] mov rsi, QWORD PTR -104[rbp] mov rax, QWORD PTR -72[rbp] mov rdi, rax call r8 .L7: cmp DWORD PTR -92[rbp], 0 je .L8 mov rax, QWORD PTR -48[rbp] mov ecx, DWORD PTR -92[rbp] mov edx, 0 div rcx mov rax, rdx mov DWORD PTR -52[rbp], eax cmp DWORD PTR -52[rbp], 0 je .L8 mov eax, DWORD PTR -92[rbp] sub eax, DWORD PTR -52[rbp] mov edx, eax mov rax, QWORD PTR -48[rbp] add rax, rdx mov QWORD PTR -48[rbp], rax .L8: mov rax, QWORD PTR -48[rbp] cmp QWORD PTR -24[rbp], rax jne .L9 mov rax, QWORD PTR -72[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -72[rbp] add rax, 32 mov rdi, rax call list_del@PLT .L9: mov rdx, QWORD PTR -48[rbp] mov rax, QWORD PTR -80[rbp] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -88[rbp] mov QWORD PTR 16[rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -32[rbp] mov QWORD PTR 40[rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -104[rbp] mov QWORD PTR 24[rax], rdx mov rax, QWORD PTR -80[rbp] mov DWORD PTR 4[rax], 1 mov rax, QWORD PTR -80[rbp] add rax, 32 mov rdi, rax call INIT_LIST_HEAD@PLT mov rax, QWORD PTR -72[rbp] lea rdx, 36[rax] mov rax, QWORD PTR -80[rbp] add rax, 36 mov rsi, rdx mov rdi, rax call list_add@PLT mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 16[rax] add rdx, rax mov rax, QWORD PTR -40[rbp] cmp rdx, rax seta al movzx eax, al mov edi, eax call BUG_ON@PLT mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 16[rax] add rax, rdx cmp QWORD PTR 16[rbp], rax setb al movzx eax, al mov edi, eax call BUG_ON@PLT mov rax, QWORD PTR -80[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -80[rbp] mov rax, QWORD PTR 16[rax] add rax, rdx cmp QWORD PTR -16[rbp], rax jbe .L12 mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR -80[rbp] add rdx, 32 mov rsi, rax mov rdi, rdx call list_add@PLT mov rax, QWORD PTR -80[rbp] mov DWORD PTR [rax], 1 .L12: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size drm_mm_insert_helper_range, .-drm_mm_insert_helper_range .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_drm_mm.c_drm_mm_insert_helper_range.c" .text .global __aeabi_uidivmod .align 2 .syntax unified .arm .type drm_mm_insert_helper_range, %function drm_mm_insert_helper_range: @ args = 12, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #52 str r0, [fp, #-48] str r1, [fp, #-52] str r2, [fp, #-56] str r3, [fp, #-60] ldr r3, .L13 ldr r3, [r3] str r3, [fp, #-16] mov r3, #0 ldr r3, [fp, #-48] ldr r3, [r3, #28] str r3, [fp, #-32] ldr r0, [fp, #-48] bl drm_mm_hole_node_start str r0, [fp, #-28] ldr r0, [fp, #-48] bl drm_mm_hole_node_end str r0, [fp, #-24] ldr r3, [fp, #-28] str r3, [fp, #-40] ldr r3, [fp, #-24] str r3, [fp, #-36] ldr r3, [fp, #-48] ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-52] ldr r3, [r3, #4] cmp r3, #0 beq .L3 .L2: mov r3, #1 b .L4 .L3: mov r3, #0 .L4: mov r0, r3 bl BUG_ON ldr r3, [fp, #-40] ldr r2, [fp, #8] cmp r2, r3 bls .L5 ldr r3, [fp, #8] str r3, [fp, #-40] .L5: ldr r3, [fp, #-36] ldr r2, [fp, #12] cmp r2, r3 bcs .L6 ldr r3, [fp, #12] str r3, [fp, #-36] .L6: ldr r3, [fp, #-32] ldr r3, [r3, #4] cmp r3, #0 beq .L7 ldr r3, [fp, #-32] ldr r4, [r3, #4] sub r3, fp, #36 sub r2, fp, #40 ldr r1, [fp, #4] ldr r0, [fp, #-48] blx r4 .L7: ldr r3, [fp, #-60] cmp r3, #0 beq .L8 ldr r3, [fp, #-40] ldr r1, [fp, #-60] mov r0, r3 bl __aeabi_uidivmod mov r3, r1 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L8 ldr r2, [fp, #-60] ldr r3, [fp, #-20] sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 str r3, [fp, #-40] .L8: ldr r3, [fp, #-40] ldr r2, [fp, #-28] cmp r2, r3 bne .L9 ldr r3, [fp, #-48] mov r2, #0 str r2, [r3] ldr r3, [fp, #-48] add r3, r3, #20 mov r0, r3 bl list_del .L9: ldr r2, [fp, #-40] ldr r3, [fp, #-52] str r2, [r3, #8] ldr r3, [fp, #-52] ldr r2, [fp, #-56] str r2, [r3, #12] ldr r3, [fp, #-52] ldr r2, [fp, #-32] str r2, [r3, #28] ldr r3, [fp, #-52] ldr r2, [fp, #4] str r2, [r3, #16] ldr r3, [fp, #-52] mov r2, #1 str r2, [r3, #4] ldr r3, [fp, #-52] add r3, r3, #20 mov r0, r3 bl INIT_LIST_HEAD ldr r3, [fp, #-52] add r2, r3, #24 ldr r3, [fp, #-48] add r3, r3, #24 mov r1, r3 mov r0, r2 bl list_add ldr r3, [fp, #-52] ldr r2, [r3, #8] ldr r3, [fp, #-52] ldr r3, [r3, #12] add r2, r2, r3 ldr r3, [fp, #-36] cmp r2, r3 movhi r3, #1 movls r3, #0 and r3, r3, #255 mov r0, r3 bl BUG_ON ldr r3, [fp, #-52] ldr r2, [r3, #8] ldr r3, [fp, #-52] ldr r3, [r3, #12] add r3, r2, r3 ldr r2, [fp, #12] cmp r2, r3 movcc r3, #1 movcs r3, #0 and r3, r3, #255 mov r0, r3 bl BUG_ON ldr r3, [fp, #-52] mov r2, #0 str r2, [r3] ldr r3, [fp, #-52] ldr r2, [r3, #8] ldr r3, [fp, #-52] ldr r3, [r3, #12] add r3, r2, r3 ldr r2, [fp, #-24] cmp r2, r3 bls .L12 ldr r3, [fp, #-52] add r3, r3, #20 ldr r2, [fp, #-32] mov r1, r2 mov r0, r3 bl list_add ldr r3, [fp, #-52] mov r2, #1 str r2, [r3] .L12: nop ldr r3, .L13 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L11 bl __stack_chk_fail .L11: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L14: .align 2 .L13: .word __stack_chk_guard .size drm_mm_insert_helper_range, .-drm_mm_insert_helper_range .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ad9523.c_ad9523_store_eeprom.c" .intel_syntax noprefix .text .globl AD9523_EEPROM_CTRL1 .bss .align 4 .type AD9523_EEPROM_CTRL1, @object .size AD9523_EEPROM_CTRL1, 4 AD9523_EEPROM_CTRL1: .zero 4 .globl AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS .align 4 .type AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS, @object .size AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS, 4 AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS: .zero 4 .globl AD9523_EEPROM_CTRL2 .align 4 .type AD9523_EEPROM_CTRL2, @object .size AD9523_EEPROM_CTRL2, 4 AD9523_EEPROM_CTRL2: .zero 4 .globl AD9523_EEPROM_CTRL2_REG2EEPROM .align 4 .type AD9523_EEPROM_CTRL2_REG2EEPROM, @object .size AD9523_EEPROM_CTRL2_REG2EEPROM, 4 AD9523_EEPROM_CTRL2_REG2EEPROM: .zero 4 .globl AD9523_EEPROM_DATA_XFER_IN_PROGRESS .align 4 .type AD9523_EEPROM_DATA_XFER_IN_PROGRESS, @object .size AD9523_EEPROM_DATA_XFER_IN_PROGRESS, 4 AD9523_EEPROM_DATA_XFER_IN_PROGRESS: .zero 4 .globl AD9523_EEPROM_DATA_XFER_STATUS .align 4 .type AD9523_EEPROM_DATA_XFER_STATUS, @object .size AD9523_EEPROM_DATA_XFER_STATUS, 4 AD9523_EEPROM_DATA_XFER_STATUS: .zero 4 .globl AD9523_EEPROM_ERROR_READBACK .align 4 .type AD9523_EEPROM_ERROR_READBACK, @object .size AD9523_EEPROM_ERROR_READBACK, 4 AD9523_EEPROM_ERROR_READBACK: .zero 4 .globl AD9523_EEPROM_ERROR_READBACK_FAIL .align 4 .type AD9523_EEPROM_ERROR_READBACK_FAIL, @object .size AD9523_EEPROM_ERROR_READBACK_FAIL, 4 AD9523_EEPROM_ERROR_READBACK_FAIL: .zero 4 .globl EIO .align 4 .type EIO, @object .size EIO, 4 EIO: .zero 4 .section .rodata .LC0: .string "Verify EEPROM failed" .text .type ad9523_store_eeprom, @function ad9523_store_eeprom: .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 edx, DWORD PTR AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS[rip] mov ecx, DWORD PTR AD9523_EEPROM_CTRL1[rip] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call ad9523_write@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jns .L2 mov eax, DWORD PTR -8[rbp] jmp .L3 .L2: mov edx, DWORD PTR AD9523_EEPROM_CTRL2_REG2EEPROM[rip] mov ecx, DWORD PTR AD9523_EEPROM_CTRL2[rip] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call ad9523_write@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jns .L4 mov eax, DWORD PTR -8[rbp] jmp .L3 .L4: mov DWORD PTR -4[rbp], 4 .L7: mov edi, 20 call msleep@PLT mov edx, DWORD PTR AD9523_EEPROM_DATA_XFER_STATUS[rip] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call ad9523_read@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jns .L5 mov eax, DWORD PTR -8[rbp] jmp .L3 .L5: mov eax, DWORD PTR AD9523_EEPROM_DATA_XFER_IN_PROGRESS[rip] and eax, DWORD PTR -8[rbp] test eax, eax je .L6 mov eax, DWORD PTR -4[rbp] lea edx, -1[rax] mov DWORD PTR -4[rbp], edx test eax, eax jne .L7 .L6: mov ecx, DWORD PTR AD9523_EEPROM_CTRL1[rip] mov rax, QWORD PTR -24[rbp] mov edx, 0 mov esi, ecx mov rdi, rax call ad9523_write@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jns .L8 mov eax, DWORD PTR -8[rbp] jmp .L3 .L8: mov edx, DWORD PTR AD9523_EEPROM_ERROR_READBACK[rip] mov rax, QWORD PTR -24[rbp] mov esi, edx mov rdi, rax call ad9523_read@PLT mov DWORD PTR -8[rbp], eax cmp DWORD PTR -8[rbp], 0 jns .L9 mov eax, DWORD PTR -8[rbp] jmp .L3 .L9: mov eax, DWORD PTR AD9523_EEPROM_ERROR_READBACK_FAIL[rip] and eax, DWORD PTR -8[rbp] test eax, eax je .L10 mov rax, QWORD PTR -24[rbp] lea rdx, .LC0[rip] mov rsi, rdx mov rdi, rax call dev_err@PLT mov eax, DWORD PTR EIO[rip] neg eax mov DWORD PTR -8[rbp], eax .L10: mov eax, DWORD PTR -8[rbp] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ad9523_store_eeprom, .-ad9523_store_eeprom .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ad9523.c_ad9523_store_eeprom.c" .text .global AD9523_EEPROM_CTRL1 .bss .align 2 .type AD9523_EEPROM_CTRL1, %object .size AD9523_EEPROM_CTRL1, 4 AD9523_EEPROM_CTRL1: .space 4 .global AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS .align 2 .type AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS, %object .size AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS, 4 AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS: .space 4 .global AD9523_EEPROM_CTRL2 .align 2 .type AD9523_EEPROM_CTRL2, %object .size AD9523_EEPROM_CTRL2, 4 AD9523_EEPROM_CTRL2: .space 4 .global AD9523_EEPROM_CTRL2_REG2EEPROM .align 2 .type AD9523_EEPROM_CTRL2_REG2EEPROM, %object .size AD9523_EEPROM_CTRL2_REG2EEPROM, 4 AD9523_EEPROM_CTRL2_REG2EEPROM: .space 4 .global AD9523_EEPROM_DATA_XFER_IN_PROGRESS .align 2 .type AD9523_EEPROM_DATA_XFER_IN_PROGRESS, %object .size AD9523_EEPROM_DATA_XFER_IN_PROGRESS, 4 AD9523_EEPROM_DATA_XFER_IN_PROGRESS: .space 4 .global AD9523_EEPROM_DATA_XFER_STATUS .align 2 .type AD9523_EEPROM_DATA_XFER_STATUS, %object .size AD9523_EEPROM_DATA_XFER_STATUS, 4 AD9523_EEPROM_DATA_XFER_STATUS: .space 4 .global AD9523_EEPROM_ERROR_READBACK .align 2 .type AD9523_EEPROM_ERROR_READBACK, %object .size AD9523_EEPROM_ERROR_READBACK, 4 AD9523_EEPROM_ERROR_READBACK: .space 4 .global AD9523_EEPROM_ERROR_READBACK_FAIL .align 2 .type AD9523_EEPROM_ERROR_READBACK_FAIL, %object .size AD9523_EEPROM_ERROR_READBACK_FAIL, 4 AD9523_EEPROM_ERROR_READBACK_FAIL: .space 4 .global EIO .align 2 .type EIO, %object .size EIO, 4 EIO: .space 4 .section .rodata .align 2 .LC0: .ascii "Verify EEPROM failed\000" .text .align 2 .syntax unified .arm .type ad9523_store_eeprom, %function ad9523_store_eeprom: @ 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, .L11 ldr r3, [r3] ldr r2, .L11+4 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-16] bl ad9523_write str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bge .L2 ldr r3, [fp, #-12] b .L3 .L2: ldr r3, .L11+8 ldr r3, [r3] ldr r2, .L11+12 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-16] bl ad9523_write str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bge .L4 ldr r3, [fp, #-12] b .L3 .L4: mov r3, #4 str r3, [fp, #-8] .L7: mov r0, #20 bl msleep ldr r3, .L11+16 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-16] bl ad9523_read str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bge .L5 ldr r3, [fp, #-12] b .L3 .L5: ldr r3, .L11+20 ldr r2, [r3] ldr r3, [fp, #-12] and r3, r3, r2 cmp r3, #0 beq .L6 ldr r3, [fp, #-8] sub r2, r3, #1 str r2, [fp, #-8] cmp r3, #0 bne .L7 .L6: ldr r3, .L11 ldr r3, [r3] mov r2, #0 mov r1, r3 ldr r0, [fp, #-16] bl ad9523_write str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bge .L8 ldr r3, [fp, #-12] b .L3 .L8: ldr r3, .L11+24 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-16] bl ad9523_read str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bge .L9 ldr r3, [fp, #-12] b .L3 .L9: ldr r3, .L11+28 ldr r2, [r3] ldr r3, [fp, #-12] and r3, r3, r2 cmp r3, #0 beq .L10 ldr r3, [fp, #-16] ldr r1, .L11+32 mov r0, r3 bl dev_err ldr r3, .L11+36 ldr r3, [r3] rsb r3, r3, #0 str r3, [fp, #-12] .L10: ldr r3, [fp, #-12] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L12: .align 2 .L11: .word AD9523_EEPROM_CTRL1 .word AD9523_EEPROM_CTRL1_EEPROM_WRITE_PROT_DIS .word AD9523_EEPROM_CTRL2 .word AD9523_EEPROM_CTRL2_REG2EEPROM .word AD9523_EEPROM_DATA_XFER_STATUS .word AD9523_EEPROM_DATA_XFER_IN_PROGRESS .word AD9523_EEPROM_ERROR_READBACK .word AD9523_EEPROM_ERROR_READBACK_FAIL .word .LC0 .word EIO .size ad9523_store_eeprom, .-ad9523_store_eeprom .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_wmi.c_ath6kl_wmi_disconnect_event_rx.c" .intel_syntax noprefix .text .globl ATH6KL_DBG_WMI .bss .align 4 .type ATH6KL_DBG_WMI, @object .size ATH6KL_DBG_WMI, 4 ATH6KL_DBG_WMI: .zero 4 .globl EINVAL .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .section .rodata .align 8 .LC0: .string "wmi event disconnect proto_reason %d bssid %pM wmi_reason %d assoc_resp_len %d\n" .text .type ath6kl_wmi_disconnect_event_rx, @function ath6kl_wmi_disconnect_event_rx: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r13 push r12 push rbx sub rsp, 56 .cfi_offset 13, -24 .cfi_offset 12, -32 .cfi_offset 3, -40 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov DWORD PTR -68[rbp], edx mov QWORD PTR -80[rbp], rcx mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], 100 mov eax, DWORD PTR -68[rbp] cmp eax, 19 ja .L2 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L3 .L2: mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] mov r13d, DWORD PTR 8[rax] mov rax, QWORD PTR -40[rbp] mov r12d, DWORD PTR 16[rax] mov rax, QWORD PTR -40[rbp] mov ebx, DWORD PTR 12[rax] mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov edi, eax call le16_to_cpu@PLT mov edx, eax mov eax, DWORD PTR ATH6KL_DBG_WMI[rip] mov r9d, r13d mov r8d, r12d mov ecx, ebx lea rsi, .LC0[rip] mov edi, eax call ath6kl_dbg@PLT mov rax, QWORD PTR -56[rbp] mov DWORD PTR 4[rax], 0 mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov edi, eax call le16_to_cpu@PLT mov edi, eax mov rax, QWORD PTR -40[rbp] mov r8d, DWORD PTR 4[rax] mov rax, QWORD PTR -40[rbp] mov ecx, DWORD PTR 8[rax] mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR 12[rax] mov rax, QWORD PTR -40[rbp] mov esi, DWORD PTR 16[rax] mov rax, QWORD PTR -80[rbp] mov r9d, edi mov rdi, rax call ath6kl_disconnect_event@PLT mov eax, 0 .L3: add rsp, 56 pop rbx pop r12 pop r13 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ath6kl_wmi_disconnect_event_rx, .-ath6kl_wmi_disconnect_event_rx .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_wmi.c_ath6kl_wmi_disconnect_event_rx.c" .text .global ATH6KL_DBG_WMI .bss .align 2 .type ATH6KL_DBG_WMI, %object .size ATH6KL_DBG_WMI, 4 ATH6KL_DBG_WMI: .space 4 .global EINVAL .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .section .rodata .align 2 .LC0: .ascii "wmi event disconnect proto_reason %d bssid %pM wmi_" .ascii "reason %d assoc_resp_len %d\012\000" .text .align 2 .syntax unified .arm .type ath6kl_wmi_disconnect_event_rx, %function ath6kl_wmi_disconnect_event_rx: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, fp, lr} add fp, sp, #20 sub sp, sp, #32 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r3, [fp, #-32] mov r2, #100 str r2, [r3] ldr r3, [fp, #-40] cmp r3, #19 bhi .L2 ldr r3, .L4 ldr r3, [r3] rsb r3, r3, #0 b .L3 .L2: ldr r3, [fp, #-36] str r3, [fp, #-24] ldr r3, .L4+4 ldr r4, [r3] ldr r3, [fp, #-24] ldr r3, [r3] mov r0, r3 bl le16_to_cpu ldr r3, [fp, #-24] ldr r1, [r3, #12] ldr r3, [fp, #-24] ldr r3, [r3, #16] ldr r2, [fp, #-24] ldr r2, [r2, #8] str r2, [sp, #4] str r3, [sp] mov r3, r1 mov r2, r0 ldr r1, .L4+8 mov r0, r4 bl ath6kl_dbg ldr r3, [fp, #-32] mov r2, #0 str r2, [r3, #4] ldr r3, [fp, #-24] ldr r5, [r3, #16] ldr r3, [fp, #-24] ldr r6, [r3, #12] ldr r3, [fp, #-24] ldr r7, [r3, #8] ldr r3, [fp, #-24] ldr r4, [r3, #4] ldr r3, [fp, #-24] ldr r3, [r3] mov r0, r3 bl le16_to_cpu mov r3, r0 str r3, [sp, #4] str r4, [sp] mov r3, r7 mov r2, r6 mov r1, r5 ldr r0, [fp, #-44] bl ath6kl_disconnect_event mov r3, #0 .L3: mov r0, r3 sub sp, fp, #20 @ sp needed pop {r4, r5, r6, r7, fp, pc} .L5: .align 2 .L4: .word EINVAL .word ATH6KL_DBG_WMI .word .LC0 .size ath6kl_wmi_disconnect_event_rx, .-ath6kl_wmi_disconnect_event_rx .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_LzFindMt.c_MatchFinderMt_Init.c" .intel_syntax noprefix .text .globl False .bss .align 4 .type False, @object .size False, 4 False: .zero 4 .text .type MatchFinderMt_Init, @function MatchFinderMt_Init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 112[rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR 96[rax], 0 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 96[rax] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 104[rax], rdx mov rax, QWORD PTR -24[rbp] mov QWORD PTR 80[rax], 0 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 80[rax] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 88[rax], rdx mov edx, DWORD PTR False[rip] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call MatchFinder_Init_3@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call MatchFinder_Init_LowHash@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call Inline_MatchFinder_GetPointerToCurrentPos@PLT mov rdx, QWORD PTR -24[rbp] mov DWORD PTR 72[rdx], eax mov rax, QWORD PTR -24[rbp] mov QWORD PTR 64[rax], 0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 48[rax] lea rdx, 1[rax] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 56[rax], rdx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 40[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 40[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 36[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 36[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 32[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 32[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 28[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 28[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 24[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 24[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 20[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 20[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 16[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 16[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 12[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 12[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 8[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 4[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 4[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size MatchFinderMt_Init, .-MatchFinderMt_Init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_LzFindMt.c_MatchFinderMt_Init.c" .text .global False .bss .align 2 .type False, %object .size False, 4 False: .space 4 .text .align 2 .syntax unified .arm .type MatchFinderMt_Init, %function MatchFinderMt_Init: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3, #76] str r3, [fp, #-8] ldr r3, [fp, #-16] mov r2, #0 str r2, [r3, #68] ldr r3, [fp, #-16] ldr r2, [r3, #68] ldr r3, [fp, #-16] str r2, [r3, #72] ldr r3, [fp, #-16] mov r2, #0 str r2, [r3, #60] ldr r3, [fp, #-16] ldr r2, [r3, #60] ldr r3, [fp, #-16] str r2, [r3, #64] ldr r3, .L2 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-8] bl MatchFinder_Init_3 ldr r0, [fp, #-8] bl MatchFinder_Init_LowHash ldr r0, [fp, #-8] bl Inline_MatchFinder_GetPointerToCurrentPos mov r2, r0 ldr r3, [fp, #-16] str r2, [r3, #56] ldr r3, [fp, #-16] mov r2, #0 str r2, [r3, #52] ldr r3, [fp, #-16] ldr r3, [r3, #44] add r2, r3, #1 ldr r3, [fp, #-16] str r2, [r3, #48] ldr r3, [fp, #-8] ldr r2, [r3, #40] ldr r3, [fp, #-16] str r2, [r3, #40] ldr r3, [fp, #-8] ldr r2, [r3, #36] ldr r3, [fp, #-16] str r2, [r3, #36] ldr r3, [fp, #-8] ldr r2, [r3, #32] ldr r3, [fp, #-16] str r2, [r3, #32] ldr r3, [fp, #-8] ldr r2, [r3, #28] ldr r3, [fp, #-16] str r2, [r3, #28] ldr r3, [fp, #-8] ldr r2, [r3, #24] ldr r3, [fp, #-16] str r2, [r3, #24] ldr r3, [fp, #-8] ldr r2, [r3, #20] ldr r3, [fp, #-16] str r2, [r3, #20] ldr r3, [fp, #-8] ldr r2, [r3, #16] ldr r3, [fp, #-16] str r2, [r3, #16] ldr r3, [fp, #-8] ldr r2, [r3, #12] ldr r3, [fp, #-16] str r2, [r3, #12] ldr r3, [fp, #-8] ldr r2, [r3, #8] ldr r3, [fp, #-16] str r2, [r3, #8] ldr r3, [fp, #-8] ldr r2, [r3, #4] ldr r3, [fp, #-16] str r2, [r3, #4] ldr r3, [fp, #-8] ldr r2, [r3] ldr r3, [fp, #-16] str r2, [r3] nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word False .size MatchFinderMt_Init, .-MatchFinderMt_Init .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_redis-cli.c_cliPrintContextError.c" .intel_syntax noprefix .text .globl context .bss .align 8 .type context, @object .size context, 8 context: .zero 8 .globl stderr .align 4 .type stderr, @object .size stderr, 4 stderr: .zero 4 .section .rodata .LC0: .string "Error: %s\n" .text .type cliPrintContextError, @function cliPrintContextError: .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 context[rip] test rax, rax je .L4 mov rax, QWORD PTR context[rip] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR stderr[rip] lea rcx, .LC0[rip] mov rsi, rcx mov edi, eax call fprintf@PLT jmp .L1 .L4: nop .L1: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size cliPrintContextError, .-cliPrintContextError .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_redis-cli.c_cliPrintContextError.c" .text .global context .bss .align 2 .type context, %object .size context, 4 context: .space 4 .global stderr .align 2 .type stderr, %object .size stderr, 4 stderr: .space 4 .section .rodata .align 2 .LC0: .ascii "Error: %s\012\000" .text .align 2 .syntax unified .arm .type cliPrintContextError, %function cliPrintContextError: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L5 ldr r3, [r3] cmp r3, #0 beq .L4 ldr r3, .L5+4 ldr r0, [r3] ldr r3, .L5 ldr r3, [r3] ldr r3, [r3] mov r2, r3 ldr r1, .L5+8 bl fprintf pop {fp, pc} .L4: nop pop {fp, pc} .L6: .align 2 .L5: .word context .word stderr .word .LC0 .size cliPrintContextError, .-cliPrintContextError .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_audio.c_transcode_encoder_audio_encode.c" .intel_syntax noprefix .text .globl transcode_encoder_audio_encode .type transcode_encoder_audio_encode, @function transcode_encoder_audio_encode: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rdx, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call rcx leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size transcode_encoder_audio_encode, .-transcode_encoder_audio_encode .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_audio.c_transcode_encoder_audio_encode.c" .text .align 2 .global transcode_encoder_audio_encode .syntax unified .arm .type transcode_encoder_audio_encode, %function transcode_encoder_audio_encode: @ 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, [fp, #-8] ldr r2, [r2] ldr r1, [fp, #-12] mov r0, r2 blx r3 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size transcode_encoder_audio_encode, .-transcode_encoder_audio_encode .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lcode.c_luaK_exp2val.c" .intel_syntax noprefix .text .globl luaK_exp2val .type luaK_exp2val, @function luaK_exp2val: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -16[rbp] mov rdi, rax call hasjumps@PLT test rax, rax je .L2 mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call luaK_exp2anyreg@PLT jmp .L4 .L2: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call luaK_dischargevars@PLT .L4: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size luaK_exp2val, .-luaK_exp2val .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lcode.c_luaK_exp2val.c" .text .align 2 .global luaK_exp2val .syntax unified .arm .type luaK_exp2val, %function luaK_exp2val: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r0, [fp, #-12] bl hasjumps mov r3, r0 cmp r3, #0 beq .L2 ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl luaK_exp2anyreg b .L4 .L2: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl luaK_dischargevars .L4: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size luaK_exp2val, .-luaK_exp2val .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_..list.h_volatile_list_empty.c" .intel_syntax noprefix .text .type volatile_list_empty, @function volatile_list_empty: .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 rax, QWORD PTR [rax] cmp QWORD PTR -8[rbp], rax sete al movzx eax, al pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size volatile_list_empty, .-volatile_list_empty .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_..list.h_volatile_list_empty.c" .text .align 2 .syntax unified .arm .type volatile_list_empty, %function volatile_list_empty: @ 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] ldr r2, [fp, #-8] cmp r2, r3 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size volatile_list_empty, .-volatile_list_empty .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_stb_vorbis.c_stb_vorbis_get_frame_short.c" .intel_syntax noprefix .text .globl stb_vorbis_get_frame_short .type stb_vorbis_get_frame_short, @function stb_vorbis_get_frame_short: .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 DWORD PTR -44[rbp], esi mov QWORD PTR -56[rbp], rdx mov DWORD PTR -48[rbp], ecx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdx, -16[rbp] mov rax, QWORD PTR -40[rbp] mov esi, 0 mov rdi, rax call stb_vorbis_get_frame_float@PLT mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -48[rbp] jle .L2 mov eax, DWORD PTR -48[rbp] mov DWORD PTR -20[rbp], eax .L2: cmp DWORD PTR -20[rbp], 0 je .L3 mov rdi, QWORD PTR -16[rbp] mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR [rax] mov rsi, QWORD PTR -56[rbp] mov eax, DWORD PTR -44[rbp] sub rsp, 8 mov ecx, DWORD PTR -20[rbp] push rcx mov r9d, 0 mov r8, rdi mov ecx, edx mov edx, 0 mov edi, eax call convert_samples_short@PLT add rsp, 16 .L3: mov eax, DWORD PTR -20[rbp] mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size stb_vorbis_get_frame_short, .-stb_vorbis_get_frame_short .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_stb_vorbis.c_stb_vorbis_get_frame_short.c" .text .align 2 .global stb_vorbis_get_frame_short .syntax unified .arm .type stb_vorbis_get_frame_short, %function stb_vorbis_get_frame_short: @ 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] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 sub r3, fp, #16 mov r2, r3 mov r1, #0 ldr r0, [fp, #-24] bl stb_vorbis_get_frame_float str r0, [fp, #-12] ldr r2, [fp, #-12] ldr r3, [fp, #-36] cmp r2, r3 ble .L2 ldr r3, [fp, #-36] str r3, [fp, #-12] .L2: ldr r3, [fp, #-12] cmp r3, #0 beq .L3 ldr r3, [fp, #-24] ldr r1, [r3] ldr r3, [fp, #-16] ldr r2, [fp, #-12] str r2, [sp, #8] mov r2, #0 str r2, [sp, #4] str r3, [sp] mov r3, r1 mov r2, #0 ldr r1, [fp, #-32] ldr r0, [fp, #-28] bl convert_samples_short .L3: ldr r3, [fp, #-12] 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 __stack_chk_guard .size stb_vorbis_get_frame_short, .-stb_vorbis_get_frame_short .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sw.c_is_fw_header.c" .intel_syntax noprefix .text .type is_fw_header, @function is_fw_header: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov edi, eax call le16_to_cpu@PLT and eax, 65520 cmp eax, 21248 sete al movzx eax, al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size is_fw_header, .-is_fw_header .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sw.c_is_fw_header.c" .text .align 2 .syntax unified .arm .type is_fw_header, %function is_fw_header: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] mov r0, r3 bl le16_to_cpu mov r2, r0 ldr r3, .L3 and r3, r3, r2 cmp r3, #21248 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 65520 .size is_fw_header, .-is_fw_header .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_hisi_uncore_pmu.c_hisi_read_sccl_and_ccl_id.c" .intel_syntax noprefix .text .globl MPIDR_MT_BITMASK .bss .align 4 .type MPIDR_MT_BITMASK, @object .size MPIDR_MT_BITMASK, 4 MPIDR_MT_BITMASK: .zero 4 .text .type hisi_read_sccl_and_ccl_id, @function hisi_read_sccl_and_ccl_id: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov eax, 0 call read_cpuid_mpidr@PLT mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR MPIDR_MT_BITMASK[rip] and eax, DWORD PTR -8[rbp] test eax, eax je .L2 mov eax, DWORD PTR -8[rbp] mov esi, 2 mov edi, eax call MPIDR_AFFINITY_LEVEL@PLT mov DWORD PTR -4[rbp], eax cmp QWORD PTR -24[rbp], 0 je .L3 mov eax, DWORD PTR -4[rbp] sar eax, 3 mov edx, eax mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx .L3: cmp QWORD PTR -32[rbp], 0 je .L6 mov eax, DWORD PTR -4[rbp] and eax, 7 mov edx, eax mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx jmp .L6 .L2: cmp QWORD PTR -24[rbp], 0 je .L5 mov eax, DWORD PTR -8[rbp] mov esi, 2 mov edi, eax call MPIDR_AFFINITY_LEVEL@PLT mov rdx, QWORD PTR -24[rbp] mov DWORD PTR [rdx], eax .L5: cmp QWORD PTR -32[rbp], 0 je .L6 mov eax, DWORD PTR -8[rbp] mov esi, 1 mov edi, eax call MPIDR_AFFINITY_LEVEL@PLT mov rdx, QWORD PTR -32[rbp] mov DWORD PTR [rdx], eax .L6: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size hisi_read_sccl_and_ccl_id, .-hisi_read_sccl_and_ccl_id .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_hisi_uncore_pmu.c_hisi_read_sccl_and_ccl_id.c" .text .global MPIDR_MT_BITMASK .bss .align 2 .type MPIDR_MT_BITMASK, %object .size MPIDR_MT_BITMASK, 4 MPIDR_MT_BITMASK: .space 4 .text .align 2 .syntax unified .arm .type hisi_read_sccl_and_ccl_id, %function hisi_read_sccl_and_ccl_id: @ 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] bl read_cpuid_mpidr str r0, [fp, #-12] ldr r3, .L7 ldr r2, [r3] ldr r3, [fp, #-12] and r3, r3, r2 cmp r3, #0 beq .L2 mov r1, #2 ldr r0, [fp, #-12] bl MPIDR_AFFINITY_LEVEL str r0, [fp, #-8] ldr r3, [fp, #-16] cmp r3, #0 beq .L3 ldr r3, [fp, #-8] asr r2, r3, #3 ldr r3, [fp, #-16] str r2, [r3] .L3: ldr r3, [fp, #-20] cmp r3, #0 beq .L6 ldr r3, [fp, #-8] and r2, r3, #7 ldr r3, [fp, #-20] str r2, [r3] b .L6 .L2: ldr r3, [fp, #-16] cmp r3, #0 beq .L5 mov r1, #2 ldr r0, [fp, #-12] bl MPIDR_AFFINITY_LEVEL mov r2, r0 ldr r3, [fp, #-16] str r2, [r3] .L5: ldr r3, [fp, #-20] cmp r3, #0 beq .L6 mov r1, #1 ldr r0, [fp, #-12] bl MPIDR_AFFINITY_LEVEL mov r2, r0 ldr r3, [fp, #-20] str r2, [r3] .L6: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word MPIDR_MT_BITMASK .size hisi_read_sccl_and_ccl_id, .-hisi_read_sccl_and_ccl_id .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_celleb_pci.c_celleb_fake_config_readl.c" .intel_syntax noprefix .text .type celleb_fake_config_readl, @function celleb_fake_config_readl: .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 eax, DWORD PTR [rax] mov edi, eax call le32_to_cpu@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size celleb_fake_config_readl, .-celleb_fake_config_readl .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_celleb_pci.c_celleb_fake_config_readl.c" .text .align 2 .syntax unified .arm .type celleb_fake_config_readl, %function celleb_fake_config_readl: @ 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] ldr r3, [r3] mov r0, r3 bl le32_to_cpu mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size celleb_fake_config_readl, .-celleb_fake_config_readl .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_zcrypt_card.c_zcrypt_card_alloc.c" .intel_syntax noprefix .text .globl GFP_KERNEL .bss .align 4 .type GFP_KERNEL, @object .size GFP_KERNEL, 4 GFP_KERNEL: .zero 4 .text .globl zcrypt_card_alloc .type zcrypt_card_alloc, @function zcrypt_card_alloc: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov eax, DWORD PTR GFP_KERNEL[rip] mov esi, eax mov edi, 12 call kzalloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] add rax, 8 mov rdi, rax call INIT_LIST_HEAD@PLT mov rax, QWORD PTR -8[rbp] add rax, 4 mov rdi, rax call INIT_LIST_HEAD@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call kref_init@PLT mov rax, QWORD PTR -8[rbp] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size zcrypt_card_alloc, .-zcrypt_card_alloc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_zcrypt_card.c_zcrypt_card_alloc.c" .text .global GFP_KERNEL .bss .align 2 .type GFP_KERNEL, %object .size GFP_KERNEL, 4 GFP_KERNEL: .space 4 .text .align 2 .global zcrypt_card_alloc .syntax unified .arm .type zcrypt_card_alloc, %function zcrypt_card_alloc: @ 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, .L4 ldr r3, [r3] mov r1, r3 mov r0, #12 bl kzalloc str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #-8] add r3, r3, #8 mov r0, r3 bl INIT_LIST_HEAD ldr r3, [fp, #-8] add r3, r3, #4 mov r0, r3 bl INIT_LIST_HEAD ldr r3, [fp, #-8] mov r0, r3 bl kref_init ldr r3, [fp, #-8] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word GFP_KERNEL .size zcrypt_card_alloc, .-zcrypt_card_alloc .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pci_bind.c_acpi_pci_bind.c" .intel_syntax noprefix .text .globl ACPI_DB_INFO .bss .align 4 .type ACPI_DB_INFO, @object .size ACPI_DB_INFO, 4 ACPI_DB_INFO: .zero 4 .globl METHOD_NAME__PRT .align 4 .type METHOD_NAME__PRT, @object .size METHOD_NAME__PRT, 4 METHOD_NAME__PRT: .zero 4 .globl acpi_pci_unbind .align 4 .type acpi_pci_unbind, @object .size acpi_pci_unbind, 4 acpi_pci_unbind: .zero 4 .text .type acpi_pci_bind, @function acpi_pci_bind: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov edi, eax call acpi_get_pci_dev@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L2 mov eax, 0 jmp .L9 .L2: mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L4 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov rdi, rax call pci_domain_nr@PLT mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 16[rax] mov edi, eax call PCI_SLOT@PLT mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR 16[rax] mov edi, eax call PCI_FUNC@PLT mov edi, eax call ACPI_DEBUG_PRINT@PLT mov rax, QWORD PTR -40[rbp] lea rdx, acpi_pci_bind[rip] mov QWORD PTR 8[rax], rdx mov edx, DWORD PTR acpi_pci_unbind[rip] mov rax, QWORD PTR -40[rbp] mov DWORD PTR 16[rax], edx .L4: mov ecx, DWORD PTR METHOD_NAME__PRT[rip] mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] lea rdx, -32[rbp] mov esi, ecx mov edi, eax call acpi_get_handle@PLT mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] mov edi, eax call ACPI_FAILURE@PLT test rax, rax jne .L11 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L7 mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -24[rbp], rax jmp .L8 .L7: mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -24[rbp], rax .L8: mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov rdx, QWORD PTR -24[rbp] mov rsi, rdx mov edi, eax call acpi_pci_irq_add_prt@PLT jmp .L6 .L11: nop .L6: mov rax, QWORD PTR -16[rbp] mov rdi, rax call pci_dev_put@PLT mov eax, 0 .L9: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L10 call __stack_chk_fail@PLT .L10: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size acpi_pci_bind, .-acpi_pci_bind .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pci_bind.c_acpi_pci_bind.c" .text .global ACPI_DB_INFO .bss .align 2 .type ACPI_DB_INFO, %object .size ACPI_DB_INFO, 4 ACPI_DB_INFO: .space 4 .global METHOD_NAME__PRT .align 2 .type METHOD_NAME__PRT, %object .size METHOD_NAME__PRT, 4 METHOD_NAME__PRT: .space 4 .global acpi_pci_unbind .align 2 .type acpi_pci_unbind, %object .size acpi_pci_unbind, 4 acpi_pci_unbind: .space 4 .text .align 2 .syntax unified .arm .type acpi_pci_bind, %function acpi_pci_bind: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-32] ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3, #0 ldr r3, [fp, #-32] ldr r3, [r3] mov r0, r3 bl acpi_get_pci_dev str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L2 mov r3, #0 b .L9 .L2: ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 beq .L4 ldr r3, [fp, #-16] ldr r3, [r3] mov r0, r3 bl pci_domain_nr ldr r3, [fp, #-16] ldr r3, [r3, #8] mov r0, r3 bl PCI_SLOT ldr r3, [fp, #-16] ldr r3, [r3, #8] mov r0, r3 bl PCI_FUNC mov r3, r0 mov r0, r3 bl ACPI_DEBUG_PRINT ldr r3, [fp, #-32] ldr r2, .L12+4 str r2, [r3, #4] ldr r3, .L12+8 ldr r2, [r3] ldr r3, [fp, #-32] str r2, [r3, #8] .L4: ldr r3, [fp, #-32] ldr r3, [r3] ldr r2, .L12+12 ldr r1, [r2] sub r2, fp, #24 mov r0, r3 bl acpi_get_handle str r0, [fp, #-12] ldr r0, [fp, #-12] bl ACPI_FAILURE mov r3, r0 cmp r3, #0 bne .L11 ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 beq .L7 ldr r3, [fp, #-16] ldr r3, [r3, #4] str r3, [fp, #-20] b .L8 .L7: ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-20] .L8: ldr r3, [fp, #-32] ldr r3, [r3] ldr r1, [fp, #-20] mov r0, r3 bl acpi_pci_irq_add_prt b .L6 .L11: nop .L6: ldr r0, [fp, #-16] bl pci_dev_put mov r3, #0 .L9: ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L10 bl __stack_chk_fail .L10: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word __stack_chk_guard .word acpi_pci_bind .word acpi_pci_unbind .word METHOD_NAME__PRT .size acpi_pci_bind, .-acpi_pci_bind .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_cvt.c_convert.c" .intel_syntax noprefix .text .globl CONV_OLD_CONVERT .bss .align 4 .type CONV_OLD_CONVERT, @object .size CONV_OLD_CONVERT, 4 CONV_OLD_CONVERT: .zero 4 .globl LOOKUP_NORMAL .align 4 .type LOOKUP_NORMAL, @object .size LOOKUP_NORMAL, 4 LOOKUP_NORMAL: .zero 4 .globl LOOKUP_NO_CONVERSION .align 4 .type LOOKUP_NO_CONVERSION, @object .size LOOKUP_NO_CONVERSION, 4 LOOKUP_NO_CONVERSION: .zero 4 .globl error_mark_node .align 8 .type error_mark_node, @object .size error_mark_node, 8 error_mark_node: .zero 8 .text .globl convert .type convert, @function convert: .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 error_mark_node[rip] cmp QWORD PTR -24[rbp], rax je .L2 mov rax, QWORD PTR error_mark_node[rip] cmp QWORD PTR -32[rbp], rax jne .L3 .L2: mov rax, QWORD PTR error_mark_node[rip] jmp .L4 .L3: mov rax, QWORD PTR -32[rbp] mov rdi, rax call TREE_TYPE@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov rdi, rax call POINTER_TYPE_P@PLT test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov rdi, rax call POINTER_TYPE_P@PLT test rax, rax je .L5 mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call build_nop@PLT mov edi, eax call fold_if_not_in_template@PLT jmp .L4 .L5: mov edx, DWORD PTR LOOKUP_NORMAL[rip] mov eax, DWORD PTR LOOKUP_NO_CONVERSION[rip] mov ecx, edx or ecx, eax mov edx, DWORD PTR CONV_OLD_CONVERT[rip] mov rsi, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rdi, rax call ocp_convert@PLT .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size convert, .-convert .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_cvt.c_convert.c" .text .global CONV_OLD_CONVERT .bss .align 2 .type CONV_OLD_CONVERT, %object .size CONV_OLD_CONVERT, 4 CONV_OLD_CONVERT: .space 4 .global LOOKUP_NORMAL .align 2 .type LOOKUP_NORMAL, %object .size LOOKUP_NORMAL, 4 LOOKUP_NORMAL: .space 4 .global LOOKUP_NO_CONVERSION .align 2 .type LOOKUP_NO_CONVERSION, %object .size LOOKUP_NO_CONVERSION, 4 LOOKUP_NO_CONVERSION: .space 4 .global error_mark_node .align 2 .type error_mark_node, %object .size error_mark_node, 4 error_mark_node: .space 4 .text .align 2 .global convert .syntax unified .arm .type convert, %function convert: @ 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, .L6 ldr r3, [r3] ldr r2, [fp, #-16] cmp r2, r3 beq .L2 ldr r3, .L6 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bne .L3 .L2: ldr r3, .L6 ldr r3, [r3] b .L4 .L3: ldr r0, [fp, #-20] bl TREE_TYPE str r0, [fp, #-8] ldr r0, [fp, #-16] bl POINTER_TYPE_P mov r3, r0 cmp r3, #0 beq .L5 ldr r0, [fp, #-8] bl POINTER_TYPE_P mov r3, r0 cmp r3, #0 beq .L5 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl build_nop mov r3, r0 mov r0, r3 bl fold_if_not_in_template mov r3, r0 b .L4 .L5: ldr r3, .L6+4 ldr r1, [r3] ldr r3, .L6+8 ldr r2, [r3] ldr r3, .L6+12 ldr r3, [r3] orr r3, r2, r3 mov r2, r1 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl ocp_convert mov r3, r0 .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word error_mark_node .word CONV_OLD_CONVERT .word LOOKUP_NORMAL .word LOOKUP_NO_CONVERSION .size convert, .-convert .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_udevadm-monitor.c_help.c" .intel_syntax noprefix .text .globl program_invocation_short_name .bss .align 8 .type program_invocation_short_name, @object .size program_invocation_short_name, 8 program_invocation_short_name: .zero 8 .section .rodata .align 8 .LC0: .ascii "%s monitor [OPTIONS]\n\nListen to kernel and udev events.\n\n" .ascii " -h --help Show this help\n " .ascii " -V --version Show package versi" .ascii "on\n -p --property Print the eve" .ascii "nt properties\n -" .string "k --kernel Print kernel uevents\n -u --udev Print udev events\n -s --subsystem-match=SUBSYSTEM[/DEVTYPE] Filter events by subsystem\n -t --tag-match=TAG Filter events by tag\n" .text .type help, @function help: .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 program_invocation_short_name[rip] mov rsi, rax lea rax, .LC0[rip] mov rdi, rax call printf@PLT mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size help, .-help .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_udevadm-monitor.c_help.c" .text .global program_invocation_short_name .bss .align 2 .type program_invocation_short_name, %object .size program_invocation_short_name, 4 program_invocation_short_name: .space 4 .section .rodata .align 2 .LC0: .ascii "%s monitor [OPTIONS]\012\012Listen to kernel and ud" .ascii "ev events.\012\012 -h --help " .ascii " Show this help\012 -V --version " .ascii " Show package version\012 -p --" .ascii "property Print the event" .ascii " properties\012 -k --kernel " .ascii " Print kernel uevents\012 -u --udev " .ascii " Print udev events\012 -s --" .ascii "subsystem-match=SUBSYSTEM[/DEVTYPE] Filter events b" .ascii "y subsystem\012 -t --tag-match=TAG " .ascii " Filter events by tag\012\000" .text .align 2 .syntax unified .arm .type help, %function help: @ 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] mov r1, r3 ldr r0, .L3+4 bl printf mov r3, #0 mov r0, r3 pop {fp, pc} .L4: .align 2 .L3: .word program_invocation_short_name .word .LC0 .size help, .-help .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ves1820.c_ves1820_attach.c" .intel_syntax noprefix .text .globl GFP_KERNEL .bss .align 4 .type GFP_KERNEL, @object .size GFP_KERNEL, 4 GFP_KERNEL: .zero 4 .globl verbose .align 8 .type verbose, @object .size verbose, 8 verbose: .zero 8 .globl ves1820_inittab .align 8 .type ves1820_inittab, @object .size ves1820_inittab, 8 ves1820_inittab: .zero 8 .globl ves1820_ops .align 4 .type ves1820_ops, @object .size ves1820_ops, 4 ves1820_ops: .zero 4 .section .rodata .LC0: .string "ves1820: pwm=0x%02x\n" .text .globl ves1820_attach .type ves1820_attach, @function ves1820_attach: .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 QWORD PTR -8[rbp], 0 mov eax, DWORD PTR GFP_KERNEL[rip] mov esi, eax mov edi, 48 call kzalloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 je .L7 mov rax, QWORD PTR ves1820_inittab[rip] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 40[rax], edx mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR 16[rax], rdx mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -32[rbp] mov QWORD PTR 32[rax], rdx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR -36[rbp] mov DWORD PTR 24[rax], edx mov rax, QWORD PTR -8[rbp] mov esi, 26 mov rdi, rax call ves1820_readreg@PLT and eax, 240 cmp eax, 112 jne .L8 mov rax, QWORD PTR verbose[rip] test rax, rax je .L5 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 24[rax] mov esi, eax lea rax, .LC0[rip] mov rdi, rax call printk@PLT .L5: mov rax, QWORD PTR -8[rbp] add rax, 8 mov edx, 4 lea rcx, ves1820_ops[rip] mov rsi, rcx mov rdi, rax call memcpy@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] mov eax, DWORD PTR [rax] lea edx, 127[rax] test eax, eax cmovs eax, edx sar eax, 7 mov edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR 8[rax], edx mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] mov eax, DWORD PTR [rax] lea edx, 7[rax] test eax, eax cmovs eax, edx sar eax, 3 mov edx, eax mov rax, QWORD PTR -8[rbp] mov DWORD PTR 12[rax], edx mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -8[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] jmp .L6 .L7: nop jmp .L3 .L8: nop .L3: mov rax, QWORD PTR -8[rbp] mov rdi, rax call kfree@PLT mov eax, 0 .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ves1820_attach, .-ves1820_attach .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ves1820.c_ves1820_attach.c" .text .global GFP_KERNEL .bss .align 2 .type GFP_KERNEL, %object .size GFP_KERNEL, 4 GFP_KERNEL: .space 4 .global verbose .align 2 .type verbose, %object .size verbose, 4 verbose: .space 4 .global ves1820_inittab .align 2 .type ves1820_inittab, %object .size ves1820_inittab, 4 ves1820_inittab: .space 4 .global ves1820_ops .align 2 .type ves1820_ops, %object .size ves1820_ops, 4 ves1820_ops: .space 4 .section .rodata .align 2 .LC0: .ascii "ves1820: pwm=0x%02x\012\000" .text .align 2 .global ves1820_attach .syntax unified .arm .type ves1820_attach, %function ves1820_attach: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r3, #0 str r3, [fp, #-8] ldr r3, .L9 ldr r3, [r3] mov r1, r3 mov r0, #28 bl kzalloc str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L7 ldr r3, .L9+4 ldr r3, [r3] ldr r2, [r3] ldr r3, [fp, #-8] str r2, [r3, #24] ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3, #12] ldr r3, [fp, #-8] ldr r2, [fp, #-20] str r2, [r3, #20] ldr r3, [fp, #-8] ldr r2, [fp, #-24] str r2, [r3, #16] mov r1, #26 ldr r0, [fp, #-8] bl ves1820_readreg mov r3, r0 and r3, r3, #240 cmp r3, #112 bne .L8 ldr r3, .L9+8 ldr r3, [r3] cmp r3, #0 beq .L5 ldr r3, [fp, #-8] ldr r3, [r3, #16] mov r1, r3 ldr r0, .L9+12 bl printk .L5: ldr r3, [fp, #-8] add r3, r3, #4 mov r2, #4 ldr r1, .L9+16 mov r0, r3 bl memcpy ldr r3, [fp, #-8] ldr r3, [r3, #12] ldr r3, [r3] add r2, r3, #127 cmp r3, #0 movlt r3, r2 movge r3, r3 asr r3, r3, #7 mov r2, r3 ldr r3, [fp, #-8] str r2, [r3, #4] ldr r3, [fp, #-8] ldr r3, [r3, #12] ldr r3, [r3] add r2, r3, #7 cmp r3, #0 movlt r3, r2 movge r3, r3 asr r3, r3, #3 mov r2, r3 ldr r3, [fp, #-8] str r2, [r3, #8] ldr r3, [fp, #-8] ldr r2, [fp, #-8] str r2, [r3] ldr r3, [fp, #-8] b .L6 .L7: nop b .L3 .L8: nop .L3: ldr r0, [fp, #-8] bl kfree mov r3, #0 .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word GFP_KERNEL .word ves1820_inittab .word verbose .word .LC0 .word ves1820_ops .size ves1820_attach, .-ves1820_attach .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pci-aardvark.c_advk_pcie_valid_device.c" .intel_syntax noprefix .text .type advk_pcie_valid_device, @function advk_pcie_valid_device: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 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 rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] cmp rdx, rax jne .L2 mov eax, DWORD PTR -20[rbp] mov edi, eax call PCI_SLOT@PLT test rax, rax je .L2 mov eax, 0 jmp .L3 .L2: mov eax, 1 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size advk_pcie_valid_device, .-advk_pcie_valid_device .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pci-aardvark.c_advk_pcie_valid_device.c" .text .align 2 .syntax unified .arm .type advk_pcie_valid_device, %function advk_pcie_valid_device: @ 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, [r3] ldr r3, [fp, #-8] ldr r3, [r3] cmp r2, r3 bne .L2 ldr r0, [fp, #-16] bl PCI_SLOT mov r3, r0 cmp r3, #0 beq .L2 mov r3, #0 b .L3 .L2: mov r3, #1 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size advk_pcie_valid_device, .-advk_pcie_valid_device .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_bnx2x_link.c_bnx2x_8481_link_reset.c" .intel_syntax noprefix .text .globl MDIO_AN_DEVAD .bss .align 4 .type MDIO_AN_DEVAD, @object .size MDIO_AN_DEVAD, 4 MDIO_AN_DEVAD: .zero 4 .globl MDIO_AN_REG_CTRL .align 4 .type MDIO_AN_REG_CTRL, @object .size MDIO_AN_REG_CTRL, 4 MDIO_AN_REG_CTRL: .zero 4 .globl MDIO_PMA_DEVAD .align 4 .type MDIO_PMA_DEVAD, @object .size MDIO_PMA_DEVAD, 4 MDIO_PMA_DEVAD: .zero 4 .globl MDIO_PMA_REG_CTRL .align 4 .type MDIO_PMA_REG_CTRL, @object .size MDIO_PMA_REG_CTRL, 4 MDIO_PMA_REG_CTRL: .zero 4 .text .type bnx2x_8481_link_reset, @function bnx2x_8481_link_reset: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov ecx, DWORD PTR MDIO_AN_REG_CTRL[rip] mov edx, DWORD PTR MDIO_AN_DEVAD[rip] mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] mov rsi, QWORD PTR -8[rbp] mov r8d, 0 mov edi, eax call bnx2x_cl45_write@PLT mov ecx, DWORD PTR MDIO_PMA_REG_CTRL[rip] mov edx, DWORD PTR MDIO_PMA_DEVAD[rip] mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] mov rsi, QWORD PTR -8[rbp] mov r8d, 1 mov edi, eax call bnx2x_cl45_write@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size bnx2x_8481_link_reset, .-bnx2x_8481_link_reset .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_bnx2x_link.c_bnx2x_8481_link_reset.c" .text .global MDIO_AN_DEVAD .bss .align 2 .type MDIO_AN_DEVAD, %object .size MDIO_AN_DEVAD, 4 MDIO_AN_DEVAD: .space 4 .global MDIO_AN_REG_CTRL .align 2 .type MDIO_AN_REG_CTRL, %object .size MDIO_AN_REG_CTRL, 4 MDIO_AN_REG_CTRL: .space 4 .global MDIO_PMA_DEVAD .align 2 .type MDIO_PMA_DEVAD, %object .size MDIO_PMA_DEVAD, 4 MDIO_PMA_DEVAD: .space 4 .global MDIO_PMA_REG_CTRL .align 2 .type MDIO_PMA_REG_CTRL, %object .size MDIO_PMA_REG_CTRL, 4 MDIO_PMA_REG_CTRL: .space 4 .text .align 2 .syntax unified .arm .type bnx2x_8481_link_reset, %function bnx2x_8481_link_reset: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-12] ldr r0, [r3] ldr r3, .L2 ldr r2, [r3] ldr r3, .L2+4 ldr r3, [r3] mov r1, #0 str r1, [sp] ldr r1, [fp, #-8] bl bnx2x_cl45_write ldr r3, [fp, #-12] ldr r0, [r3] ldr r3, .L2+8 ldr r2, [r3] ldr r3, .L2+12 ldr r3, [r3] mov r1, #1 str r1, [sp] ldr r1, [fp, #-8] bl bnx2x_cl45_write nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word MDIO_AN_DEVAD .word MDIO_AN_REG_CTRL .word MDIO_PMA_DEVAD .word MDIO_PMA_REG_CTRL .size bnx2x_8481_link_reset, .-bnx2x_8481_link_reset .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_tda7419.c_tda7419_vol_put_value.c" .intel_syntax noprefix .text .type tda7419_vol_put_value, @function tda7419_vol_put_value: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov DWORD PTR -12[rbp], edx cmp DWORD PTR -4[rbp], 0 jns .L2 cmp DWORD PTR -12[rbp], 0 je .L3 mov eax, DWORD PTR -4[rbp] mov edx, eax neg edx cmovns eax, edx mov DWORD PTR -4[rbp], eax jmp .L4 .L3: mov eax, DWORD PTR -8[rbp] sub eax, DWORD PTR -4[rbp] mov DWORD PTR -4[rbp], eax jmp .L4 .L2: cmp DWORD PTR -4[rbp], 0 jle .L4 cmp DWORD PTR -12[rbp], 0 je .L4 mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax .L4: mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size tda7419_vol_put_value, .-tda7419_vol_put_value .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_tda7419.c_tda7419_vol_put_value.c" .text .align 2 .syntax unified .arm .type tda7419_vol_put_value, %function tda7419_vol_put_value: @ 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 bge .L2 ldr r3, [fp, #-16] cmp r3, #0 beq .L3 ldr r3, [fp, #-8] cmp r3, #0 rsblt r3, r3, #0 str r3, [fp, #-8] b .L4 .L3: ldr r2, [fp, #-12] ldr r3, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] b .L4 .L2: ldr r3, [fp, #-8] cmp r3, #0 ble .L4 ldr r3, [fp, #-16] cmp r3, #0 beq .L4 ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] .L4: ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size tda7419_vol_put_value, .-tda7419_vol_put_value .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_method.c_method_state_create.c" .intel_syntax noprefix .text .type method_state_create, @function method_state_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, 32 mov QWORD PTR -24[rbp], rdi mov edi, 8 call malloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size method_state_create, .-method_state_create .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_method.c_method_state_create.c" .text .align 2 .syntax unified .arm .type method_state_create, %function method_state_create: @ 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 r0, #4 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-8] .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size method_state_create, .-method_state_create .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_af_iucv.c_iucv_sock_connect.c" .intel_syntax noprefix .text .globl AF_IUCV .bss .align 8 .type AF_IUCV, @object .size AF_IUCV, 8 AF_IUCV: .zero 8 .globl AF_IUCV_FLAG_SYN .align 4 .type AF_IUCV_FLAG_SYN, @object .size AF_IUCV_FLAG_SYN, 4 AF_IUCV_FLAG_SYN: .zero 4 .globl AF_IUCV_TRANS_HIPER .align 8 .type AF_IUCV_TRANS_HIPER, @object .size AF_IUCV_TRANS_HIPER, 8 AF_IUCV_TRANS_HIPER: .zero 8 .globl AF_IUCV_TRANS_IUCV .align 8 .type AF_IUCV_TRANS_IUCV, @object .size AF_IUCV_TRANS_IUCV, 8 AF_IUCV_TRANS_IUCV: .zero 8 .globl EBADFD .align 4 .type EBADFD, @object .size EBADFD, 4 EBADFD: .zero 4 .globl ECONNREFUSED .align 4 .type ECONNREFUSED, @object .size ECONNREFUSED, 4 ECONNREFUSED: .zero 4 .globl EINVAL .align 4 .type EINVAL, @object .size EINVAL, 4 EINVAL: .zero 4 .globl IUCV_BOUND .align 8 .type IUCV_BOUND, @object .size IUCV_BOUND, 8 IUCV_BOUND: .zero 8 .globl IUCV_CLOSED .align 8 .type IUCV_CLOSED, @object .size IUCV_CLOSED, 8 IUCV_CLOSED: .zero 8 .globl IUCV_CONNECTED .align 8 .type IUCV_CONNECTED, @object .size IUCV_CONNECTED, 8 IUCV_CONNECTED: .zero 8 .globl IUCV_DISCONN .align 8 .type IUCV_DISCONN, @object .size IUCV_DISCONN, 8 IUCV_DISCONN: .zero 8 .globl IUCV_OPEN .align 8 .type IUCV_OPEN, @object .size IUCV_OPEN, 8 IUCV_OPEN: .zero 8 .globl O_NONBLOCK .align 4 .type O_NONBLOCK, @object .size O_NONBLOCK, 4 O_NONBLOCK: .zero 4 .globl SOCK_SEQPACKET .align 8 .type SOCK_SEQPACKET, @object .size SOCK_SEQPACKET, 8 SOCK_SEQPACKET: .zero 8 .globl SOCK_STREAM .align 8 .type SOCK_STREAM, @object .size SOCK_STREAM, 8 SOCK_STREAM: .zero 8 .text .type iucv_sock_connect, @function iucv_sock_connect: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 72 .cfi_offset 3, -24 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov DWORD PTR -68[rbp], edx mov DWORD PTR -72[rbp], ecx mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] mov rdi, rax call iucv_sk@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -64[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR AF_IUCV[rip] cmp rdx, rax jne .L2 mov eax, DWORD PTR -68[rbp] cmp eax, 7 ja .L3 .L2: mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L4 .L3: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_OPEN[rip] cmp rdx, rax je .L5 mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_BOUND[rip] cmp rdx, rax je .L5 mov eax, DWORD PTR EBADFD[rip] neg eax jmp .L4 .L5: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_OPEN[rip] cmp rdx, rax jne .L6 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR AF_IUCV_TRANS_HIPER[rip] cmp rdx, rax jne .L6 mov eax, DWORD PTR EBADFD[rip] neg eax jmp .L4 .L6: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR SOCK_STREAM[rip] cmp rdx, rax je .L7 mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR SOCK_SEQPACKET[rip] cmp rdx, rax je .L7 mov eax, DWORD PTR EINVAL[rip] neg eax jmp .L4 .L7: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_OPEN[rip] cmp rdx, rax jne .L8 mov rax, QWORD PTR -32[rbp] mov rdi, rax call iucv_sock_autobind@PLT mov DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] mov edi, eax call unlikely@PLT test rax, rax je .L8 mov eax, DWORD PTR -44[rbp] jmp .L4 .L8: mov rax, QWORD PTR -32[rbp] mov rdi, rax call lock_sock@PLT mov rax, QWORD PTR -40[rbp] mov ecx, DWORD PTR 4[rax] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 12[rax] mov edx, 8 mov esi, ecx mov edi, eax call memcpy@PLT mov rax, QWORD PTR -40[rbp] mov ecx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] mov edx, 8 mov esi, ecx mov edi, eax call memcpy@PLT mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR AF_IUCV_TRANS_HIPER[rip] cmp rdx, rax jne .L9 mov edx, DWORD PTR AF_IUCV_FLAG_SYN[rip] mov rax, QWORD PTR -32[rbp] mov esi, edx mov rdi, rax call iucv_send_ctrl@PLT mov DWORD PTR -44[rbp], eax jmp .L10 .L9: mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call afiucv_path_connect@PLT mov DWORD PTR -44[rbp], eax .L10: cmp DWORD PTR -44[rbp], 0 jne .L16 mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_CONNECTED[rip] cmp rdx, rax je .L13 mov eax, DWORD PTR O_NONBLOCK[rip] and eax, DWORD PTR -72[rbp] mov edx, eax mov rax, QWORD PTR -32[rbp] mov esi, edx mov rdi, rax call sock_sndtimeo@PLT mov ebx, eax mov rdx, QWORD PTR IUCV_DISCONN[rip] mov rcx, QWORD PTR IUCV_CONNECTED[rip] mov rax, QWORD PTR -32[rbp] mov rsi, rcx mov rdi, rax call iucv_sock_in_state@PLT mov ecx, eax mov rax, QWORD PTR -32[rbp] mov edx, ebx mov esi, ecx mov rdi, rax call iucv_sock_wait@PLT mov DWORD PTR -44[rbp], eax .L13: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_DISCONN[rip] cmp rdx, rax je .L14 mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR IUCV_CLOSED[rip] cmp rdx, rax jne .L15 .L14: mov eax, DWORD PTR ECONNREFUSED[rip] neg eax mov DWORD PTR -44[rbp], eax .L15: cmp DWORD PTR -44[rbp], 0 je .L17 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR AF_IUCV_TRANS_IUCV[rip] cmp rdx, rax jne .L17 mov rax, QWORD PTR -32[rbp] mov esi, 0 mov rdi, rax call iucv_sever_path@PLT jmp .L12 .L16: nop jmp .L12 .L17: nop .L12: mov rax, QWORD PTR -32[rbp] mov rdi, rax call release_sock@PLT mov eax, DWORD PTR -44[rbp] .L4: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size iucv_sock_connect, .-iucv_sock_connect .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_af_iucv.c_iucv_sock_connect.c" .text .global AF_IUCV .bss .align 2 .type AF_IUCV, %object .size AF_IUCV, 4 AF_IUCV: .space 4 .global AF_IUCV_FLAG_SYN .align 2 .type AF_IUCV_FLAG_SYN, %object .size AF_IUCV_FLAG_SYN, 4 AF_IUCV_FLAG_SYN: .space 4 .global AF_IUCV_TRANS_HIPER .align 2 .type AF_IUCV_TRANS_HIPER, %object .size AF_IUCV_TRANS_HIPER, 4 AF_IUCV_TRANS_HIPER: .space 4 .global AF_IUCV_TRANS_IUCV .align 2 .type AF_IUCV_TRANS_IUCV, %object .size AF_IUCV_TRANS_IUCV, 4 AF_IUCV_TRANS_IUCV: .space 4 .global EBADFD .align 2 .type EBADFD, %object .size EBADFD, 4 EBADFD: .space 4 .global ECONNREFUSED .align 2 .type ECONNREFUSED, %object .size ECONNREFUSED, 4 ECONNREFUSED: .space 4 .global EINVAL .align 2 .type EINVAL, %object .size EINVAL, 4 EINVAL: .space 4 .global IUCV_BOUND .align 2 .type IUCV_BOUND, %object .size IUCV_BOUND, 4 IUCV_BOUND: .space 4 .global IUCV_CLOSED .align 2 .type IUCV_CLOSED, %object .size IUCV_CLOSED, 4 IUCV_CLOSED: .space 4 .global IUCV_CONNECTED .align 2 .type IUCV_CONNECTED, %object .size IUCV_CONNECTED, 4 IUCV_CONNECTED: .space 4 .global IUCV_DISCONN .align 2 .type IUCV_DISCONN, %object .size IUCV_DISCONN, 4 IUCV_DISCONN: .space 4 .global IUCV_OPEN .align 2 .type IUCV_OPEN, %object .size IUCV_OPEN, 4 IUCV_OPEN: .space 4 .global O_NONBLOCK .align 2 .type O_NONBLOCK, %object .size O_NONBLOCK, 4 O_NONBLOCK: .space 4 .global SOCK_SEQPACKET .align 2 .type SOCK_SEQPACKET, %object .size SOCK_SEQPACKET, 4 SOCK_SEQPACKET: .space 4 .global SOCK_STREAM .align 2 .type SOCK_STREAM, %object .size SOCK_STREAM, 4 SOCK_STREAM: .space 4 .text .align 2 .syntax unified .arm .type iucv_sock_connect, %function iucv_sock_connect: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #36 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r3, [fp, #-36] str r3, [fp, #-24] ldr r3, [fp, #-32] ldr r3, [r3] str r3, [fp, #-20] ldr r0, [fp, #-20] bl iucv_sk str r0, [fp, #-16] ldr r3, [fp, #-36] ldr r2, [r3] ldr r3, .L18 ldr r3, [r3] cmp r2, r3 bne .L2 ldr r3, [fp, #-40] cmp r3, #7 bhi .L3 .L2: ldr r3, .L18+4 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L3: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+8 ldr r3, [r3] cmp r2, r3 beq .L5 ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+12 ldr r3, [r3] cmp r2, r3 beq .L5 ldr r3, .L18+16 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L5: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+8 ldr r3, [r3] cmp r2, r3 bne .L6 ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L18+20 ldr r3, [r3] cmp r2, r3 bne .L6 ldr r3, .L18+16 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L6: ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L18+24 ldr r3, [r3] cmp r2, r3 beq .L7 ldr r3, [fp, #-20] ldr r2, [r3, #4] ldr r3, .L18+28 ldr r3, [r3] cmp r2, r3 beq .L7 ldr r3, .L18+4 ldr r3, [r3] rsb r3, r3, #0 b .L4 .L7: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+8 ldr r3, [r3] cmp r2, r3 bne .L8 ldr r0, [fp, #-20] bl iucv_sock_autobind str r0, [fp, #-28] ldr r0, [fp, #-28] bl unlikely mov r3, r0 cmp r3, #0 beq .L8 ldr r3, [fp, #-28] b .L4 .L8: ldr r0, [fp, #-20] bl lock_sock ldr r3, [fp, #-16] ldr r0, [r3, #8] ldr r3, [fp, #-24] ldr r3, [r3, #4] mov r2, #8 mov r1, r3 bl memcpy ldr r3, [fp, #-16] ldr r0, [r3, #4] ldr r3, [fp, #-24] ldr r3, [r3] mov r2, #8 mov r1, r3 bl memcpy ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L18+20 ldr r3, [r3] cmp r2, r3 bne .L9 ldr r3, .L18+32 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-20] bl iucv_send_ctrl str r0, [fp, #-28] b .L10 .L9: ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl afiucv_path_connect str r0, [fp, #-28] .L10: ldr r3, [fp, #-28] cmp r3, #0 bne .L16 ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+36 ldr r3, [r3] cmp r2, r3 beq .L13 ldr r3, .L18+36 ldr r3, [r3] ldr r2, .L18+40 ldr r2, [r2] mov r1, r3 ldr r0, [fp, #-20] bl iucv_sock_in_state mov r4, r0 ldr r3, .L18+44 ldr r2, [r3] ldr r3, [fp, #-44] and r3, r3, r2 mov r1, r3 ldr r0, [fp, #-20] bl sock_sndtimeo mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, [fp, #-20] bl iucv_sock_wait str r0, [fp, #-28] .L13: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+40 ldr r3, [r3] cmp r2, r3 beq .L14 ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, .L18+48 ldr r3, [r3] cmp r2, r3 bne .L15 .L14: ldr r3, .L18+52 ldr r3, [r3] rsb r3, r3, #0 str r3, [fp, #-28] .L15: ldr r3, [fp, #-28] cmp r3, #0 beq .L17 ldr r3, [fp, #-16] ldr r2, [r3] ldr r3, .L18+56 ldr r3, [r3] cmp r2, r3 bne .L17 mov r1, #0 ldr r0, [fp, #-20] bl iucv_sever_path b .L12 .L16: nop b .L12 .L17: nop .L12: ldr r0, [fp, #-20] bl release_sock ldr r3, [fp, #-28] .L4: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L19: .align 2 .L18: .word AF_IUCV .word EINVAL .word IUCV_OPEN .word IUCV_BOUND .word EBADFD .word AF_IUCV_TRANS_HIPER .word SOCK_STREAM .word SOCK_SEQPACKET .word AF_IUCV_FLAG_SYN .word IUCV_CONNECTED .word IUCV_DISCONN .word O_NONBLOCK .word IUCV_CLOSED .word ECONNREFUSED .word AF_IUCV_TRANS_IUCV .size iucv_sock_connect, .-iucv_sock_connect .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_smp.c_smp_trace_reschedule_interrupt.c" .intel_syntax noprefix .text .globl RESCHEDULE_VECTOR .bss .align 4 .type RESCHEDULE_VECTOR, @object .size RESCHEDULE_VECTOR, 4 RESCHEDULE_VECTOR: .zero 4 .text .globl smp_trace_reschedule_interrupt .type smp_trace_reschedule_interrupt, @function smp_trace_reschedule_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, 16 mov QWORD PTR -8[rbp], rdi mov eax, 0 call smp_entering_irq@PLT mov eax, DWORD PTR RESCHEDULE_VECTOR[rip] mov edi, eax call trace_reschedule_entry@PLT mov eax, 0 call __smp_reschedule_interrupt@PLT mov eax, DWORD PTR RESCHEDULE_VECTOR[rip] mov edi, eax call trace_reschedule_exit@PLT mov eax, 0 call exiting_irq@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size smp_trace_reschedule_interrupt, .-smp_trace_reschedule_interrupt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_smp.c_smp_trace_reschedule_interrupt.c" .text .global RESCHEDULE_VECTOR .bss .align 2 .type RESCHEDULE_VECTOR, %object .size RESCHEDULE_VECTOR, 4 RESCHEDULE_VECTOR: .space 4 .text .align 2 .global smp_trace_reschedule_interrupt .syntax unified .arm .type smp_trace_reschedule_interrupt, %function smp_trace_reschedule_interrupt: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] bl smp_entering_irq ldr r3, .L2 ldr r3, [r3] mov r0, r3 bl trace_reschedule_entry bl __smp_reschedule_interrupt ldr r3, .L2 ldr r3, [r3] mov r0, r3 bl trace_reschedule_exit bl exiting_irq nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word RESCHEDULE_VECTOR .size smp_trace_reschedule_interrupt, .-smp_trace_reschedule_interrupt .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_posix-cpu-timers.c_posix_cpu_timers_exit_group.c" .intel_syntax noprefix .text .globl posix_cpu_timers_exit_group .type posix_cpu_timers_exit_group, @function posix_cpu_timers_exit_group: .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, 32 .cfi_offset 12, -24 .cfi_offset 3, -32 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] lea rbx, [rdx+rax] mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 8[rax] mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR 8[rax] mov esi, edx mov edi, eax call cputime_add@PLT mov r12d, eax mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 12[rax] mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR 12[rax] mov esi, edx mov edi, eax call cputime_add@PLT mov esi, eax mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 16[rax] mov eax, DWORD PTR 16[rax] mov rcx, rbx mov edx, r12d mov edi, eax call cleanup_timers@PLT nop add rsp, 32 pop rbx pop r12 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size posix_cpu_timers_exit_group, .-posix_cpu_timers_exit_group .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .fpu softvfp .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_posix-cpu-timers.c_posix_cpu_timers_exit_group.c" .text .align 2 .global posix_cpu_timers_exit_group .syntax unified .arm .type posix_cpu_timers_exit_group, %function posix_cpu_timers_exit_group: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #16 str r0, [fp, #-24] ldr r3, [fp, #-24] ldr r3, [r3, #12] str r3, [fp, #-16] ldr r3, [fp, #-24] ldr r3, [r3, #12] ldr r4, [r3, #12] ldr r3, [fp, #-24] ldr r2, [r3, #8] ldr r3, [fp, #-16] ldr r3, [r3, #8] mov r1, r3 mov r0, r2 bl cputime_add mov r5, r0 ldr r3, [fp, #-24] ldr r2, [r3, #4] ldr r3, [fp, #-16] ldr r3, [r3, #4] mov r1, r3 mov r0, r2 bl cputime_add mov r1, r0 ldr r3, [fp, #-24] ldr r2, [r3] ldr r3, [fp, #-16] ldr r3, [r3] add r3, r2, r3 mov r2, r1 mov r1, r5 mov r0, r4 bl cleanup_timers nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .size posix_cpu_timers_exit_group, .-posix_cpu_timers_exit_group .ident "GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" .section .note.GNU-stack,"",%progbits