x86
stringlengths
335
88.6k
arm
stringlengths
349
86.1k
.file "extr_netif.c_netif_set_link_up.c" .intel_syntax noprefix .text .p2align 4 .globl netif_set_link_up .type netif_set_link_up, @function netif_set_link_up: .LFB0: .cfi_startproc endbr64 mov eax, DWORD PTR [rdi] mov edx, DWORD PTR NETIF_FLAG_LINK_UP[rip] test eax, edx je .L4 ret .p2align 4,,10 .p2align 3 .L4: or eax, edx mov DWORD PTR [rdi], eax jmp NETIF_LINK_CALLBACK@PLT .cfi_endproc .LFE0: .size netif_set_link_up, .-netif_set_link_up .globl NETIF_FLAG_UP .bss .align 4 .type NETIF_FLAG_UP, @object .size NETIF_FLAG_UP, 4 NETIF_FLAG_UP: .zero 4 .globl NETIF_FLAG_LINK_UP .align 4 .type NETIF_FLAG_LINK_UP, @object .size NETIF_FLAG_LINK_UP, 4 NETIF_FLAG_LINK_UP: .zero 4 .globl NETIF_FLAG_IGMP .align 4 .type NETIF_FLAG_IGMP, @object .size NETIF_FLAG_IGMP, 4 NETIF_FLAG_IGMP: .zero 4 .globl NETIF_FLAG_ETHARP .align 4 .type NETIF_FLAG_ETHARP, @object .size NETIF_FLAG_ETHARP, 4 NETIF_FLAG_ETHARP: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_netif.c_netif_set_link_up.c" .text .align 2 .global netif_set_link_up .syntax unified .arm .fpu softvfp .type netif_set_link_up, %function netif_set_link_up: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, .L4 ldr r2, [r0] ldr r1, [r1] tst r2, r1 bxne lr orr r2, r2, r1 str r2, [r0] b NETIF_LINK_CALLBACK .L5: .align 2 .L4: .word NETIF_FLAG_LINK_UP .size netif_set_link_up, .-netif_set_link_up .comm NETIF_FLAG_UP,4,4 .comm NETIF_FLAG_LINK_UP,4,4 .comm NETIF_FLAG_IGMP,4,4 .comm NETIF_FLAG_ETHARP,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_netif.c_netif_set_up.c" .intel_syntax noprefix .text .p2align 4 .globl netif_set_up .type netif_set_up, @function netif_set_up: .LFB0: .cfi_startproc endbr64 mov eax, DWORD PTR [rdi] mov edx, DWORD PTR NETIF_FLAG_UP[rip] test eax, edx je .L4 ret .p2align 4,,10 .p2align 3 .L4: or eax, edx mov DWORD PTR [rdi], eax jmp NETIF_STATUS_CALLBACK@PLT .cfi_endproc .LFE0: .size netif_set_up, .-netif_set_up .globl NETIF_FLAG_UP .bss .align 4 .type NETIF_FLAG_UP, @object .size NETIF_FLAG_UP, 4 NETIF_FLAG_UP: .zero 4 .globl NETIF_FLAG_LINK_UP .align 4 .type NETIF_FLAG_LINK_UP, @object .size NETIF_FLAG_LINK_UP, 4 NETIF_FLAG_LINK_UP: .zero 4 .globl NETIF_FLAG_IGMP .align 4 .type NETIF_FLAG_IGMP, @object .size NETIF_FLAG_IGMP, 4 NETIF_FLAG_IGMP: .zero 4 .globl NETIF_FLAG_ETHARP .align 4 .type NETIF_FLAG_ETHARP, @object .size NETIF_FLAG_ETHARP, 4 NETIF_FLAG_ETHARP: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_netif.c_netif_set_up.c" .text .align 2 .global netif_set_up .syntax unified .arm .fpu softvfp .type netif_set_up, %function netif_set_up: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, .L4 ldr r2, [r0] ldr r1, [r1] tst r2, r1 bxne lr orr r2, r2, r1 str r2, [r0] b NETIF_STATUS_CALLBACK .L5: .align 2 .L4: .word NETIF_FLAG_UP .size netif_set_up, .-netif_set_up .comm NETIF_FLAG_UP,4,4 .comm NETIF_FLAG_LINK_UP,4,4 .comm NETIF_FLAG_IGMP,4,4 .comm NETIF_FLAG_ETHARP,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_chain.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_chain .type pbuf_chain, @function pbuf_chain: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsi call pbuf_cat@PLT mov rdi, rbp call pbuf_ref@PLT mov edi, DWORD PTR PBUF_DEBUG[rip] mov rsi, rbp pop rbp .cfi_def_cfa_offset 8 or edi, DWORD PTR LWIP_DBG_TRACE[rip] jmp LWIP_DEBUGF@PLT .cfi_endproc .LFE0: .size pbuf_chain, .-pbuf_chain .globl PBUF_DEBUG .bss .align 4 .type PBUF_DEBUG, @object .size PBUF_DEBUG, 4 PBUF_DEBUG: .zero 4 .globl LWIP_DBG_TRACE .align 4 .type LWIP_DBG_TRACE, @object .size LWIP_DBG_TRACE, 4 LWIP_DBG_TRACE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_chain.c" .text .align 2 .global pbuf_chain .syntax unified .arm .fpu softvfp .type pbuf_chain, %function pbuf_chain: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r1 bl pbuf_cat mov r0, r4 bl pbuf_ref ldr r2, .L4 ldr r3, .L4+4 ldr r0, [r2] ldr r3, [r3] mov r1, r4 pop {r4, lr} orr r0, r0, r3 b LWIP_DEBUGF .L5: .align 2 .L4: .word PBUF_DEBUG .word LWIP_DBG_TRACE .size pbuf_chain, .-pbuf_chain .comm PBUF_DEBUG,4,4 .comm LWIP_DBG_TRACE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_clen.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_clen .type pbuf_clen, @function pbuf_clen: .LFB0: .cfi_startproc endbr64 xor eax, eax test rdi, rdi je .L4 .p2align 4,,10 .p2align 3 .L3: mov rdi, QWORD PTR [rdi] add rax, 1 test rdi, rdi jne .L3 ret .p2align 4,,10 .p2align 3 .L4: ret .cfi_endproc .LFE0: .size pbuf_clen, .-pbuf_clen .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_clen.c" .text .align 2 .global pbuf_clen .syntax unified .arm .fpu softvfp .type pbuf_clen, %function pbuf_clen: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. subs r3, r0, #0 beq .L4 mov r0, #0 .L3: ldr r3, [r3] add r0, r0, #1 cmp r3, #0 bne .L3 bx lr .L4: mov r0, r3 bx lr .size pbuf_clen, .-pbuf_clen .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_coalesce.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "pbuf_copy failed" .text .p2align 4 .globl pbuf_coalesce .type pbuf_coalesce, @function pbuf_coalesce: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi sub rsp, 8 .cfi_def_cfa_offset 32 cmp QWORD PTR 8[rdi], 0 je .L4 mov edi, esi mov edx, DWORD PTR PBUF_RAM[rip] mov esi, DWORD PTR 0[rbp] call pbuf_alloc@PLT mov r12, rax test rax, rax je .L4 mov rsi, rbp mov rdi, rax call pbuf_copy@PLT xor esi, esi cmp QWORD PTR ERR_OK[rip], rax lea rdi, .LC0[rip] sete sil call LWIP_ASSERT@PLT mov rdi, rbp call pbuf_free@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rax, r12 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L4: .cfi_restore_state mov r12, rbp add rsp, 8 .cfi_def_cfa_offset 24 mov rax, r12 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size pbuf_coalesce, .-pbuf_coalesce .globl PBUF_RAM .bss .align 4 .type PBUF_RAM, @object .size PBUF_RAM, 4 PBUF_RAM: .zero 4 .globl ERR_OK .align 8 .type ERR_OK, @object .size ERR_OK, 8 ERR_OK: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_coalesce.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "pbuf_copy failed\000" .text .align 2 .global pbuf_coalesce .syntax unified .arm .fpu softvfp .type pbuf_coalesce, %function pbuf_coalesce: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 ldr r3, [r0, #4] push {r4, r5, r6, lr} cmp r3, #0 mov r4, r0 beq .L4 ldr r3, .L10 mov r0, r1 ldr r2, [r3] ldr r1, [r4] bl pbuf_alloc subs r5, r0, #0 beq .L4 mov r1, r4 bl pbuf_copy mov r3, r0 ldr r2, .L10+4 ldr r0, .L10+8 ldr r1, [r2] sub r1, r1, r3 clz r1, r1 lsr r1, r1, #5 bl LWIP_ASSERT mov r0, r4 bl pbuf_free mov r0, r5 pop {r4, r5, r6, pc} .L4: mov r5, r4 mov r0, r5 pop {r4, r5, r6, pc} .L11: .align 2 .L10: .word PBUF_RAM .word ERR_OK .word .LC0 .size pbuf_coalesce, .-pbuf_coalesce .comm PBUF_RAM,4,4 .comm ERR_OK,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_dechain.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "p->tot_len == p->len" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC1: .string "p->tot_len == p->len + q->tot_len" .text .p2align 4 .globl pbuf_dechain .type pbuf_dechain, @function pbuf_dechain: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 sub rsp, 8 .cfi_def_cfa_offset 32 mov r12, QWORD PTR 16[rdi] mov rax, QWORD PTR [rdi] mov rdx, QWORD PTR 8[rdi] test r12, r12 je .L7 sub rax, rdx xor esi, esi cmp QWORD PTR [r12], rax mov rbx, rdi sete sil lea rdi, .LC1[rip] call LWIP_ASSERT@PLT mov rdx, QWORD PTR 8[rbx] mov rax, QWORD PTR [rbx] mov rsi, r12 mov edi, DWORD PTR PBUF_DEBUG[rip] or edi, DWORD PTR LWIP_DBG_TRACE[rip] sub rax, rdx mov QWORD PTR [r12], rax mov QWORD PTR 16[rbx], 0 mov QWORD PTR [rbx], rdx call LWIP_DEBUGF@PLT mov rdi, r12 call pbuf_free@PLT test rax, rax jg .L8 mov rax, QWORD PTR 8[rbx] xor esi, esi cmp QWORD PTR [rbx], rax lea rdi, .LC0[rip] sete sil call LWIP_ASSERT@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rax, r12 pop rbx .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L8: .cfi_restore_state mov rsi, r12 mov edi, DWORD PTR PBUF_DEBUG[rip] or edi, DWORD PTR LWIP_DBG_TRACE[rip] call LWIP_DEBUGF@PLT mov rax, QWORD PTR 8[rbx] xor esi, esi cmp QWORD PTR [rbx], rax sete sil lea rdi, .LC0[rip] xor r12d, r12d call LWIP_ASSERT@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rax, r12 pop rbx .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L7: .cfi_restore_state xor esi, esi cmp rdx, rax lea rdi, .LC0[rip] sete sil call LWIP_ASSERT@PLT add rsp, 8 .cfi_def_cfa_offset 24 mov rax, r12 pop rbx .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size pbuf_dechain, .-pbuf_dechain .globl PBUF_DEBUG .bss .align 4 .type PBUF_DEBUG, @object .size PBUF_DEBUG, 4 PBUF_DEBUG: .zero 4 .globl LWIP_DBG_TRACE .align 4 .type LWIP_DBG_TRACE, @object .size LWIP_DBG_TRACE, 4 LWIP_DBG_TRACE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_dechain.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "p->tot_len == p->len\000" .align 2 .LC1: .ascii "p->tot_len == p->len + q->tot_len\000" .text .align 2 .global pbuf_dechain .syntax unified .arm .fpu softvfp .type pbuf_dechain, %function pbuf_dechain: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} ldr r5, [r0, #8] ldr r3, [r0] cmp r5, #0 ldr r1, [r0, #4] beq .L7 ldr r2, [r5] sub r1, r3, r1 sub r1, r2, r1 clz r1, r1 mov r4, r0 mov r6, #0 lsr r1, r1, #5 ldr r0, .L9 bl LWIP_ASSERT ldr r2, [r4, #4] ldr r3, [r4] ldr r8, .L9+4 ldr r7, .L9+8 sub r3, r3, r2 ldr r0, [r8] str r3, [r5] ldr r3, [r7] mov r1, r5 str r2, [r4] orr r0, r0, r3 str r6, [r4, #8] bl LWIP_DEBUGF mov r0, r5 bl pbuf_free cmp r0, r6 bgt .L8 ldm r4, {r1, r3} sub r1, r1, r3 clz r1, r1 ldr r0, .L9+12 lsr r1, r1, #5 bl LWIP_ASSERT mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L8: ldr r3, [r7] ldr r0, [r8] mov r1, r5 orr r0, r0, r3 bl LWIP_DEBUGF ldm r4, {r1, r3} sub r1, r1, r3 clz r1, r1 mov r5, r6 lsr r1, r1, #5 ldr r0, .L9+12 bl LWIP_ASSERT mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L7: sub r1, r1, r3 clz r1, r1 ldr r0, .L9+12 lsr r1, r1, #5 bl LWIP_ASSERT mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L10: .align 2 .L9: .word .LC1 .word PBUF_DEBUG .word LWIP_DBG_TRACE .word .LC0 .size pbuf_dechain, .-pbuf_dechain .comm PBUF_DEBUG,4,4 .comm LWIP_DBG_TRACE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_get_at.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_get_at .type pbuf_get_at, @function pbuf_get_at: .LFB0: .cfi_startproc endbr64 jmp .L10 .p2align 4,,10 .p2align 3 .L13: mov rax, QWORD PTR [rdi] cmp rax, rsi ja .L12 mov rdi, QWORD PTR 16[rdi] sub rsi, rax .L10: test rdi, rdi jne .L13 xor eax, eax ret .p2align 4,,10 .p2align 3 .L12: mov rax, QWORD PTR 8[rdi] mov eax, DWORD PTR [rax+rsi*4] ret .cfi_endproc .LFE0: .size pbuf_get_at, .-pbuf_get_at .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_get_at.c" .text .align 2 .global pbuf_get_at .syntax unified .arm .fpu softvfp .type pbuf_get_at, %function pbuf_get_at: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. cmp r0, #0 bne .L2 bx lr .L4: ldr r0, [r0, #8] sub r1, r1, r3 cmp r0, #0 bxeq lr .L2: ldr r3, [r0] cmp r3, r1 bls .L4 ldr r3, [r0, #4] ldr r0, [r3, r1, lsl #2] bx lr .size pbuf_get_at, .-pbuf_get_at .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_memcmp.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_memcmp .type pbuf_memcmp, @function pbuf_memcmp: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 8 .cfi_def_cfa_offset 64 test rdi, rdi je .L8 mov rbx, rdi mov rbp, rsi mov r14, rdx mov r13, rcx jmp .L2 .p2align 4,,10 .p2align 3 .L4: mov rbx, QWORD PTR 8[rbx] sub rbp, rax test rbx, rbx je .L8 .L2: mov rax, QWORD PTR [rbx] cmp rax, rbp jle .L4 xor r12d, r12d test r13, r13 jg .L6 jmp .L7 .p2align 4,,10 .p2align 3 .L17: cmp r13, r12 je .L7 .L6: lea rsi, 0[rbp+r12] mov r15, r12 mov rdi, rbx add r12, 1 call pbuf_get_at@PLT cmp rax, QWORD PTR [r14+r15*8] je .L17 .L1: add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 56 mov rax, r12 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L8: .cfi_restore_state mov r12d, 65535 jmp .L1 .p2align 4,,10 .p2align 3 .L7: xor r12d, r12d jmp .L1 .cfi_endproc .LFE0: .size pbuf_memcmp, .-pbuf_memcmp .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_memcmp.c" .text .align 2 .global pbuf_memcmp .syntax unified .arm .fpu softvfp .type pbuf_memcmp, %function pbuf_memcmp: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} subs r4, r0, #0 movne r8, r1 movne r7, r3 bne .L2 b .L9 .L4: ldr r4, [r4, #4] sub r8, r8, r0 cmp r4, #0 beq .L9 .L2: ldr r0, [r4] cmp r0, r8 ble .L4 cmp r7, #0 movgt r5, #0 subgt r6, r2, #4 bgt .L6 b .L8 .L16: cmp r7, r5 beq .L8 .L6: add r1, r8, r5 mov r0, r4 bl pbuf_get_at ldr r2, [r6, #4]! add r5, r5, #1 cmp r0, r2 beq .L16 mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L9: ldr r5, .L17 mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L8: mov r5, #0 mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .L18: .align 2 .L17: .word 65535 .size pbuf_memcmp, .-pbuf_memcmp .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_memfind.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_memfind .type pbuf_memfind, @function pbuf_memfind: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 lea rax, [rdx+rcx] push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 push rbx .cfi_def_cfa_offset 48 .cfi_offset 3, -48 mov r13, QWORD PTR [rdi] cmp r13, rax jl .L2 sub r13, rdx mov r14, rdi mov r12, rsi mov rbp, rdx mov rbx, rcx cmp r13, rcx jge .L4 jmp .L2 .p2align 4,,10 .p2align 3 .L9: add rbx, rax cmp r13, rbx jl .L2 .L4: mov rcx, rbp mov rdx, r12 mov rsi, rbx mov rdi, r14 call pbuf_memcmp@PLT test rax, rax jne .L9 mov rax, rbx pop rbx .cfi_remember_state .cfi_def_cfa_offset 40 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state pop rbx .cfi_def_cfa_offset 40 mov eax, 65535 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size pbuf_memfind, .-pbuf_memfind .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_memfind.c" .text .align 2 .global pbuf_memfind .syntax unified .arm .fpu softvfp .type pbuf_memfind, %function pbuf_memfind: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} ldr r7, [r0] mov r4, r3 add r3, r2, r3 cmp r7, r3 blt .L2 sub r7, r7, r2 cmp r7, r4 mov r6, r0 mov r5, r2 mov r8, r1 bge .L4 b .L2 .L9: add r4, r4, r0 cmp r7, r4 blt .L2 .L4: mov r3, r5 mov r2, r8 mov r1, r4 mov r0, r6 bl pbuf_memcmp cmp r0, #0 bne .L9 mov r0, r4 pop {r4, r5, r6, r7, r8, pc} .L2: ldr r0, .L10 pop {r4, r5, r6, r7, r8, pc} .L11: .align 2 .L10: .word 65535 .size pbuf_memfind, .-pbuf_memfind .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_realloc.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "pbuf_realloc: p != NULL" .LC1: .string "pbuf_realloc: sane p->type" .LC2: .string "grow < max_u16_t" .LC3: .string "pbuf_realloc: q != NULL" .LC4: .string "mem_trim returned q == NULL" .text .p2align 4 .globl pbuf_realloc .type pbuf_realloc, @function pbuf_realloc: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rdi push rbx .cfi_def_cfa_offset 48 .cfi_offset 3, -48 mov rbx, rsi xor esi, esi test rdi, rdi setne sil lea rdi, .LC0[rip] call LWIP_ASSERT@PLT mov rax, QWORD PTR 0[rbp] cmp rax, QWORD PTR PBUF_POOL[rip] mov esi, 1 je .L2 cmp rax, QWORD PTR PBUF_ROM[rip] je .L2 cmp rax, QWORD PTR PBUF_RAM[rip] je .L2 xor esi, esi cmp QWORD PTR PBUF_REF[rip], rax sete sil .L2: lea rdi, .LC1[rip] call LWIP_ASSERT@PLT mov rax, QWORD PTR 8[rbp] cmp rax, rbx jle .L1 mov r12d, ebx sub r12d, eax mov rax, QWORD PTR 16[rbp] cmp rbx, rax jle .L4 xor r14d, r14d cmp r12d, 65534 movsx r12, r12d setle r14b lea r13, .LC2[rip] .p2align 4,,10 .p2align 3 .L5: mov esi, r14d mov rdi, r13 sub rbx, rax call LWIP_ASSERT@PLT add QWORD PTR 8[rbp], r12 mov rbp, QWORD PTR 24[rbp] xor esi, esi lea rdi, .LC3[rip] test rbp, rbp setne sil call LWIP_ASSERT@PLT mov rax, QWORD PTR 16[rbp] cmp rax, rbx jl .L5 .L4: mov rdx, QWORD PTR PBUF_RAM[rip] cmp QWORD PTR 0[rbp], rdx jne .L6 cmp rbx, rax jne .L23 .L6: mov rdi, QWORD PTR 24[rbp] mov QWORD PTR 16[rbp], rbx mov QWORD PTR 8[rbp], rbx test rdi, rdi je .L7 call pbuf_free@PLT .L7: mov QWORD PTR 24[rbp], 0 .L1: pop rbx .cfi_remember_state .cfi_def_cfa_offset 40 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L23: .cfi_restore_state mov rsi, QWORD PTR 32[rbp] mov rdi, rbp sub rsi, rbp sar rsi, 2 add rsi, rbx call mem_trim@PLT xor esi, esi lea rdi, .LC4[rip] test rax, rax mov rbp, rax setne sil call LWIP_ASSERT@PLT jmp .L6 .cfi_endproc .LFE0: .size pbuf_realloc, .-pbuf_realloc .globl PBUF_ROM .bss .align 8 .type PBUF_ROM, @object .size PBUF_ROM, 8 PBUF_ROM: .zero 8 .globl PBUF_REF .align 8 .type PBUF_REF, @object .size PBUF_REF, 8 PBUF_REF: .zero 8 .globl PBUF_RAM .align 8 .type PBUF_RAM, @object .size PBUF_RAM, 8 PBUF_RAM: .zero 8 .globl PBUF_POOL .align 8 .type PBUF_POOL, @object .size PBUF_POOL, 8 PBUF_POOL: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_realloc.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "pbuf_realloc: p != NULL\000" .align 2 .LC1: .ascii "pbuf_realloc: sane p->type\000" .align 2 .LC2: .ascii "grow < max_u16_t\000" .align 2 .LC3: .ascii "pbuf_realloc: q != NULL\000" .align 2 .LC4: .ascii "mem_trim returned q == NULL\000" .text .align 2 .global pbuf_realloc .syntax unified .arm .fpu softvfp .type pbuf_realloc, %function pbuf_realloc: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r4, r0 mov r5, r1 subs r1, r0, #0 movne r1, #1 ldr r0, .L21 bl LWIP_ASSERT ldr r3, .L21+4 ldr r1, [r4] ldr r3, [r3] cmp r1, r3 beq .L10 ldr r3, .L21+8 ldr r3, [r3] cmp r1, r3 beq .L10 ldr r3, .L21+12 ldr r3, [r3] cmp r1, r3 beq .L10 ldr r3, .L21+16 ldr r3, [r3] sub r1, r3, r1 clz r1, r1 lsr r1, r1, #5 b .L2 .L10: mov r1, #1 .L2: ldr r0, .L21+20 bl LWIP_ASSERT ldr r6, [r4, #4] cmp r6, r5 pople {r4, r5, r6, r7, r8, pc} ldr r3, [r4, #8] sub r6, r5, r6 cmp r5, r3 ble .L4 ldr r8, .L21+24 ldr r7, .L21+28 .L5: mov r1, #1 mov r0, r8 sub r5, r5, r3 bl LWIP_ASSERT ldr r3, [r4, #4] mov r0, r7 add r3, r3, r6 str r3, [r4, #4] ldr r4, [r4, #12] subs r1, r4, #0 movne r1, #1 bl LWIP_ASSERT ldr r3, [r4, #8] cmp r3, r5 blt .L5 .L4: ldr r1, .L21+12 ldr r2, [r4] ldr r1, [r1] cmp r5, r3 sub r2, r2, r1 clz r2, r2 lsr r2, r2, #5 moveq r2, #0 cmp r2, #0 bne .L20 .L6: ldr r0, [r4, #12] str r5, [r4, #8] cmp r0, #0 str r5, [r4, #4] beq .L7 bl pbuf_free .L7: mov r3, #0 str r3, [r4, #12] pop {r4, r5, r6, r7, r8, pc} .L20: ldr r1, [r4, #16] mov r0, r4 sub r1, r1, r4 add r1, r5, r1, asr #2 bl mem_trim mov r4, r0 subs r1, r4, #0 movne r1, #1 ldr r0, .L21+32 bl LWIP_ASSERT b .L6 .L22: .align 2 .L21: .word .LC0 .word PBUF_POOL .word PBUF_ROM .word PBUF_RAM .word PBUF_REF .word .LC1 .word .LC2 .word .LC3 .word .LC4 .size pbuf_realloc, .-pbuf_realloc .comm PBUF_ROM,4,4 .comm PBUF_REF,4,4 .comm PBUF_RAM,4,4 .comm PBUF_POOL,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_ref.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_ref .type pbuf_ref, @function pbuf_ref: .LFB0: .cfi_startproc endbr64 push rbx .cfi_def_cfa_offset 16 .cfi_offset 3, -16 mov rbx, rdi mov edi, DWORD PTR old_level[rip] call SYS_ARCH_DECL_PROTECT@PLT test rbx, rbx je .L1 mov edi, DWORD PTR old_level[rip] call SYS_ARCH_PROTECT@PLT add DWORD PTR [rbx], 1 mov edi, DWORD PTR old_level[rip] pop rbx .cfi_remember_state .cfi_def_cfa_offset 8 jmp SYS_ARCH_UNPROTECT@PLT .p2align 4,,10 .p2align 3 .L1: .cfi_restore_state pop rbx .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size pbuf_ref, .-pbuf_ref .globl old_level .bss .align 4 .type old_level, @object .size old_level, 4 old_level: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_ref.c" .text .align 2 .global pbuf_ref .syntax unified .arm .fpu softvfp .type pbuf_ref, %function pbuf_ref: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 ldr r5, .L5 ldr r0, [r5] bl SYS_ARCH_DECL_PROTECT cmp r4, #0 popeq {r4, r5, r6, pc} ldr r0, [r5] bl SYS_ARCH_PROTECT ldr r3, [r4] add r3, r3, #1 str r3, [r4] ldr r0, [r5] pop {r4, r5, r6, lr} b SYS_ARCH_UNPROTECT .L6: .align 2 .L5: .word old_level .size pbuf_ref, .-pbuf_ref .comm old_level,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_pbuf.c_pbuf_strstr.c" .intel_syntax noprefix .text .p2align 4 .globl pbuf_strstr .type pbuf_strstr, @function pbuf_strstr: .LFB0: .cfi_startproc endbr64 test rsi, rsi je .L6 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rsi sub rsp, 8 .cfi_def_cfa_offset 32 cmp BYTE PTR [rsi], 0 je .L3 cmp DWORD PTR [rdi], 65535 mov r12, rdi je .L3 mov rdi, rsi call os_strlen@PLT cmp rax, 65534 ja .L3 add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rsi, rbp mov rdi, r12 xor ecx, ecx pop rbp .cfi_restore 6 .cfi_def_cfa_offset 16 mov edx, eax pop r12 .cfi_restore 12 .cfi_def_cfa_offset 8 jmp pbuf_memfind@PLT .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state add rsp, 8 .cfi_def_cfa_offset 24 mov eax, 65535 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore 6 .cfi_restore 12 mov eax, 65535 ret .cfi_endproc .LFE0: .size pbuf_strstr, .-pbuf_strstr .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_pbuf.c_pbuf_strstr.c" .text .align 2 .global pbuf_strstr .syntax unified .arm .fpu softvfp .type pbuf_strstr, %function pbuf_strstr: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} subs r4, r1, #0 beq .L3 ldrb r3, [r4] @ zero_extendqisi2 cmp r3, #0 beq .L3 ldr r3, .L10 ldr r2, [r0] mov r5, r0 cmp r2, r3 beq .L3 mov r0, r4 bl os_strlen ldr r3, .L10+4 mov r2, r0 cmp r0, r3 bhi .L3 mov r1, r4 mov r0, r5 pop {r4, r5, r6, lr} mov r3, #0 b pbuf_memfind .L3: ldr r0, .L10 pop {r4, r5, r6, pc} .L11: .align 2 .L10: .word 65535 .word 65534 .size pbuf_strstr, .-pbuf_strstr .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_sys.c_sys_msleep.c" .intel_syntax noprefix .text .p2align 4 .globl sys_msleep .type sys_msleep, @function sys_msleep: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 sub rsp, 24 .cfi_def_cfa_offset 48 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax test rdi, rdi jg .L7 .L1: mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L8 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L7: .cfi_restore_state lea r12, 4[rsp] xor esi, esi mov rbp, rdi mov rdi, r12 call sys_sem_new@PLT cmp QWORD PTR ERR_OK[rip], rax jne .L1 mov rdi, r12 mov rsi, rbp call sys_arch_sem_wait@PLT mov rdi, r12 call sys_sem_free@PLT jmp .L1 .L8: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size sys_msleep, .-sys_msleep .globl ERR_OK .bss .align 8 .type ERR_OK, @object .size ERR_OK, 8 ERR_OK: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_sys.c_sys_msleep.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global sys_msleep .syntax unified .arm .fpu softvfp .type sys_msleep, %function sys_msleep: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} ldr r3, .L9 sub sp, sp, #8 subs r4, r0, #0 ldr r3, [r3] str r3, [sp, #4] mov r3,#0 bgt .L7 .L1: ldr r3, .L9 ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L8 add sp, sp, #8 @ sp needed pop {r4, pc} .L7: mov r0, sp mov r1, #0 bl sys_sem_new ldr r3, .L9+4 ldr r3, [r3] cmp r3, r0 bne .L1 mov r1, r4 mov r0, sp bl sys_arch_sem_wait mov r0, sp bl sys_sem_free b .L1 .L8: bl __stack_chk_fail .L10: .align 2 .L9: .word .LC0 .word ERR_OK .size sys_msleep, .-sys_msleep .comm ERR_OK,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_timers.c_tcp_timer_needed.c" .intel_syntax noprefix .text .p2align 4 .globl tcp_timer_needed .type tcp_timer_needed, @function tcp_timer_needed: .LFB0: .cfi_startproc endbr64 ret .cfi_endproc .LFE0: .size tcp_timer_needed, .-tcp_timer_needed .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_timers.c_tcp_timer_needed.c" .text .align 2 .global tcp_timer_needed .syntax unified .arm .fpu softvfp .type tcp_timer_needed, %function tcp_timer_needed: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. bx lr .size tcp_timer_needed, .-tcp_timer_needed .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ip_addr.c_ip4_addr_netmask_valid.c" .intel_syntax noprefix .text .p2align 4 .globl ip4_addr_netmask_valid .type ip4_addr_netmask_valid, @function ip4_addr_netmask_valid: .LFB0: .cfi_startproc endbr64 sub rsp, 8 .cfi_def_cfa_offset 16 call lwip_htonl@PLT test eax, eax mov edx, eax mov eax, -2147483648 jns .L5 .p2align 4,,10 .p2align 3 .L3: sar eax test edx, eax jne .L3 .p2align 4,,10 .p2align 3 .L5: sar eax test edx, eax je .L5 xor eax, eax add rsp, 8 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size ip4_addr_netmask_valid, .-ip4_addr_netmask_valid .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ip_addr.c_ip4_addr_netmask_valid.c" .text .align 2 .global ip4_addr_netmask_valid .syntax unified .arm .fpu softvfp .type ip4_addr_netmask_valid, %function ip4_addr_netmask_valid: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} bl lwip_htonl cmp r0, #0 mov r3, #-2147483648 bge .L5 .L3: asr r3, r3, #1 tst r0, r3 bne .L3 .L5: asr r3, r3, #1 tst r0, r3 beq .L5 mov r0, #0 pop {r4, pc} .size ip4_addr_netmask_valid, .-ip4_addr_netmask_valid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ip_addr.c_ipaddr_addr.c" .intel_syntax noprefix .text .p2align 4 .globl ipaddr_addr .type ipaddr_addr, @function ipaddr_addr: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 sub rsp, 16 .cfi_def_cfa_offset 32 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax lea rbp, 4[rsp] mov rsi, rbp call ipaddr_aton@PLT mov r8, rax mov eax, DWORD PTR IPADDR_NONE[rip] test r8, r8 jne .L8 .L1: mov rdx, QWORD PTR 8[rsp] sub rdx, QWORD PTR fs:40 jne .L9 add rsp, 16 .cfi_remember_state .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L8: .cfi_restore_state mov rdi, rbp call ip4_addr_get_u32@PLT jmp .L1 .L9: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size ipaddr_addr, .-ipaddr_addr .globl IPADDR_NONE .bss .align 4 .type IPADDR_NONE, @object .size IPADDR_NONE, 4 IPADDR_NONE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ip_addr.c_ipaddr_addr.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global ipaddr_addr .syntax unified .arm .fpu softvfp .type ipaddr_addr, %function ipaddr_addr: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 str lr, [sp, #-4]! ldr r3, .L9 sub sp, sp, #12 mov r1, sp ldr r3, [r3] str r3, [sp, #4] mov r3,#0 bl ipaddr_aton cmp r0, #0 bne .L7 ldr r3, .L9+4 ldr r0, [r3] .L1: ldr r3, .L9 ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L8 add sp, sp, #12 @ sp needed ldr pc, [sp], #4 .L7: mov r0, sp bl ip4_addr_get_u32 b .L1 .L8: bl __stack_chk_fail .L10: .align 2 .L9: .word .LC0 .word IPADDR_NONE .size ipaddr_addr, .-ipaddr_addr .comm IPADDR_NONE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ip_addr.c_ipaddr_aton.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "unhandled" .text .p2align 4 .globl ipaddr_aton .type ipaddr_aton, @function ipaddr_aton: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12, rdi push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 104 .cfi_def_cfa_offset 160 movzx ebx, BYTE PTR [rdi] mov QWORD PTR 32[rsp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR 88[rsp], rax xor eax, eax lea rax, 48[rsp] mov QWORD PTR 40[rsp], rax mov QWORD PTR 24[rsp], rax .L16: movsx r15d, bl mov edi, r15d call isdigit@PLT test rax, rax je .L29 cmp bl, 48 je .L40 mov DWORD PTR 20[rsp], 5 mov r13d, 10 mov QWORD PTR 8[rsp], 429496729 .L4: add r12, 1 xor ebp, ebp jmp .L6 .p2align 4,,10 .p2align 3 .L42: cmp QWORD PTR 8[rsp], rbp jb .L29 je .L41 .L9: imul rbp, r13 lea edi, -48[r15] movzx ebx, BYTE PTR [r12] movsx rdi, edi add rbp, rdi .L10: add r12, 1 movsx r15d, bl .L6: mov edi, r15d lea r14, -1[r12] call isdigit@PLT test rax, rax jne .L42 cmp r13, 16 jne .L11 mov edi, r15d call isxdigit@PLT test rax, rax je .L11 mov edi, r15d call islower@PLT cmp rax, 1 sbb eax, eax and eax, -32 add eax, 97 cmp rbp, 268435455 ja .L29 jne .L13 add ebx, 10 sub ebx, eax movsx ebx, bl cmp ebx, DWORD PTR 20[rsp] jg .L29 .L13: mov edi, r15d sal rbp, 4 lea ebx, 10[r15] call islower@PLT cmp rax, 1 sbb eax, eax and eax, -32 add eax, 97 sub ebx, eax movsx rbx, ebx or rbp, rbx movzx ebx, BYTE PTR [r12] jmp .L10 .p2align 4,,10 .p2align 3 .L41: sub ebx, 48 movsx ebx, bl cmp ebx, DWORD PTR 20[rsp] jle .L9 .p2align 4,,10 .p2align 3 .L29: xor r12d, r12d .L1: mov rax, QWORD PTR 88[rsp] sub rax, QWORD PTR fs:40 jne .L43 add rsp, 104 .cfi_remember_state .cfi_def_cfa_offset 56 mov eax, r12d pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L11: .cfi_restore_state cmp bl, 46 jne .L15 mov rcx, QWORD PTR 24[rsp] lea rax, 72[rsp] cmp rcx, rax je .L29 add rcx, 8 movzx ebx, BYTE PTR 1[r14] lea r12, 1[r14] mov QWORD PTR -8[rcx], rbp mov QWORD PTR 24[rsp], rcx jmp .L16 .p2align 4,,10 .p2align 3 .L40: movzx ebx, BYTE PTR 1[r12] mov eax, ebx and eax, -33 cmp al, 88 je .L5 mov DWORD PTR 20[rsp], 7 add r12, 1 mov r13d, 8 movsx r15d, bl mov QWORD PTR 8[rsp], 536870911 jmp .L4 .L5: movsx r15d, BYTE PTR 2[r12] mov DWORD PTR 20[rsp], 15 add r12, 2 mov r13d, 16 mov QWORD PTR 8[rsp], 268435455 mov ebx, r15d jmp .L4 .L15: test bl, bl jne .L17 .L24: mov rax, QWORD PTR 24[rsp] sub rax, QWORD PTR 40[rsp] sar rax, 3 add rax, 1 cmp rax, 4 ja .L18 lea rdx, .L20[rip] movsx rax, DWORD PTR [rdx+rax*4] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L20: .long .L29-.L20 .long .L23-.L20 .long .L22-.L20 .long .L21-.L20 .long .L19-.L20 .text .L18: xor esi, esi lea rdi, .LC0[rip] call LWIP_ASSERT@PLT .L23: mov rbx, QWORD PTR 32[rsp] mov r12d, 1 test rbx, rbx je .L1 mov rdi, rbp call htonl@PLT mov rdi, rbx mov esi, eax call ip4_addr_set_u32@PLT jmp .L1 .L19: cmp rbp, 255 ja .L29 mov rax, QWORD PTR 48[rsp] cmp rax, 255 ja .L29 mov rcx, QWORD PTR 56[rsp] cmp rcx, 255 ja .L29 mov rdx, QWORD PTR 64[rsp] cmp rdx, 255 ja .L29 sal rax, 24 sal rcx, 16 or rax, rcx sal rdx, 8 or rax, rdx or rbp, rax jmp .L23 .L21: cmp rbp, 65535 ja .L29 mov rax, QWORD PTR 48[rsp] cmp rax, 255 ja .L29 mov rdx, QWORD PTR 56[rsp] cmp rdx, 255 ja .L29 sal rax, 24 sal rdx, 16 or rax, rdx or rbp, rax jmp .L23 .L22: cmp rbp, 16777215 ja .L29 mov rax, QWORD PTR 48[rsp] cmp rax, 255 ja .L29 sal rax, 24 or rbp, rax jmp .L23 .L17: mov edi, r15d call isspace@PLT test eax, eax jne .L24 jmp .L29 .L43: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size ipaddr_aton, .-ipaddr_aton .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ip_addr.c_ipaddr_aton.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "unhandled\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global ipaddr_aton .syntax unified .arm .fpu softvfp .type ipaddr_aton, %function ipaddr_aton: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} ldr r3, .L44 sub sp, sp, #36 str r1, [sp, #4] mov r4, r0 ldr r3, [r3] str r3, [sp, #28] mov r3,#0 ldrb fp, [r0] @ zero_extendqisi2 add r9, sp, #12 .L16: mov r0, fp bl isdigit cmp r0, #0 beq .L8 cmp fp, #48 beq .L40 mov r8, #5 mov r6, #10 ldr r7, .L44+4 .L4: mov r5, r4 mov r4, #0 b .L6 .L42: cmp r4, r7 bhi .L8 beq .L41 .L9: mla r4, r6, r4, fp ldrb fp, [r5, #1] @ zero_extendqisi2 sub r4, r4, #48 .L10: add r5, r5, #1 .L6: mov r0, fp bl isdigit cmp r0, #0 bne .L42 cmp r6, #16 bne .L11 mov r0, fp bl isxdigit cmp r0, #0 beq .L11 mov r0, fp bl islower cmp r0, #0 movne r1, #97 moveq r1, #65 cmn r4, #-268435455 bhi .L8 add r10, fp, #10 bne .L13 sub r1, r10, r1 and r1, r1, #255 cmp r1, r8 bgt .L8 .L13: mov r0, fp bl islower cmp r0, #0 movne r3, #97 moveq r3, #65 lsl r4, r4, #4 sub r2, r10, r3 ldrb fp, [r5, #1] @ zero_extendqisi2 orr r4, r2, r4 b .L10 .L41: sub r2, fp, #48 and r2, r2, #255 cmp r2, r8 ble .L9 .L8: mov r0, #0 .L1: ldr r3, .L44 ldr r2, [r3] ldr r3, [sp, #28] eors r2, r3, r2 mov r3, #0 bne .L43 add sp, sp, #36 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L11: cmp fp, #46 bne .L15 add r3, sp, #24 cmp r9, r3 beq .L8 str r4, [r9], #4 ldrb fp, [r5, #1] @ zero_extendqisi2 add r4, r5, #1 b .L16 .L40: ldrb fp, [r4, #1] @ zero_extendqisi2 and r2, fp, #223 cmp r2, #88 ldrbeq fp, [r4, #2] @ zero_extendqisi2 movne r8, #7 mvnne r7, #-536870912 movne r6, #8 moveq r8, #15 mvneq r7, #-268435456 moveq r6, #16 addne r4, r4, #1 addeq r4, r4, #2 b .L4 .L15: cmp fp, #0 bne .L17 .L24: add r3, sp, #12 sub r0, r9, r3 asr r0, r0, #2 add r0, r0, #1 cmp r0, #4 ldrls pc, [pc, r0, asl #2] b .L18 .L20: .word .L1 .word .L23 .word .L22 .word .L21 .word .L19 .L19: cmp r4, #255 bhi .L8 ldr r1, [sp, #12] cmp r1, #255 bhi .L8 ldr r3, [sp, #16] cmp r3, #255 bhi .L8 ldr r2, [sp, #20] cmp r2, #255 bhi .L8 lsl r3, r3, #16 orr r3, r3, r1, lsl #24 orr r3, r3, r2, lsl #8 orr r4, r4, r3 .L23: ldr r5, [sp, #4] cmp r5, #0 moveq r0, #1 beq .L1 mov r0, r4 bl htonl mov r1, r0 mov r0, r5 bl ip4_addr_set_u32 mov r0, #1 b .L1 .L21: cmp r4, #65536 bcs .L8 ldr r2, [sp, #12] cmp r2, #255 bhi .L8 ldr r3, [sp, #16] cmp r3, #255 bhi .L8 lsl r3, r3, #16 orr r3, r3, r2, lsl #24 orr r4, r4, r3 b .L23 .L22: cmp r4, #16777216 bcs .L8 ldr r3, [sp, #12] cmp r3, #255 orrls r4, r4, r3, lsl #24 bls .L23 b .L8 .L17: mov r0, fp bl isspace cmp r0, #0 bne .L24 b .L8 .L43: bl __stack_chk_fail .L18: mov r1, #0 ldr r0, .L44+8 bl LWIP_ASSERT b .L23 .L45: .align 2 .L44: .word .LC1 .word 429496729 .word .LC0 .size ipaddr_aton, .-ipaddr_aton .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ip_addr.c_ipaddr_ntoa.c" .intel_syntax noprefix .text .p2align 4 .globl ipaddr_ntoa .type ipaddr_ntoa, @function ipaddr_ntoa: .LFB0: .cfi_startproc endbr64 mov edx, 16 lea rsi, str.0[rip] jmp ipaddr_ntoa_r@PLT .cfi_endproc .LFE0: .size ipaddr_ntoa, .-ipaddr_ntoa .local str.0 .comm str.0,16,16 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ip_addr.c_ipaddr_ntoa.c" .text .align 2 .global ipaddr_ntoa .syntax unified .arm .fpu softvfp .type ipaddr_ntoa, %function ipaddr_ntoa: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. mov r2, #16 ldr r1, .L3 b ipaddr_ntoa_r .L4: .align 2 .L3: .word .LANCHOR0 .size ipaddr_ntoa, .-ipaddr_ntoa .bss .align 2 .set .LANCHOR0,. + 0 .type str.4207, %object .size str.4207, 16 str.4207: .space 16 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_ip_addr.c_ipaddr_ntoa_r.c" .intel_syntax noprefix .text .p2align 4 .globl ipaddr_ntoa_r .type ipaddr_ntoa_r, @function ipaddr_ntoa_r: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov ebp, edx push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 mov rbx, rsi sub rsp, 24 .cfi_def_cfa_offset 80 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax lea r12, 12[rsp] call ip4_addr_get_u32@PLT mov rdi, rbx xor esi, esi mov r11, rsp mov DWORD PTR [rsp], eax mov ecx, eax lea r10, 5[rsp] lea r8d, 1[rbp] lea r9, 4[rsp] .L8: xor r13d, r13d .L2: movsx rax, ecx mov r14d, ecx movsx rdx, r13d imul rax, rax, 1717986919 sar r14d, 31 sar rax, 34 sub eax, r14d lea r15d, [rax+rax*4] mov r14d, eax mov eax, ecx add r15d, r15d mov ecx, r14d sub eax, r15d add eax, 48 mov BYTE PTR [r10+r13], al add r13, 1 test r14d, r14d jne .L2 mov DWORD PTR [r11], 0 lea r13d, 1[rsi] cmp ebp, esi jg .L4 jmp .L3 .p2align 4,,10 .p2align 3 .L6: cmp r8d, esi je .L3 movzx eax, BYTE PTR [r9+rdx] mov r13d, esi sub rdx, 1 mov rdi, rcx .L4: lea rcx, 1[rdi] lea esi, 1[r13] mov BYTE PTR -1[rcx], al test edx, edx jne .L6 cmp ebp, r13d jle .L3 mov BYTE PTR [rcx], 46 cmp r11, r12 jne .L13 mov BYTE PTR [rcx], 0 mov rax, rbx jmp .L1 .p2align 4,,10 .p2align 3 .L3: xor eax, eax .L1: mov rbx, QWORD PTR 8[rsp] sub rbx, QWORD PTR fs:40 jne .L14 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 56 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L13: .cfi_restore_state add r11, 4 add rdi, 2 mov ecx, DWORD PTR [r11] jmp .L8 .L14: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size ipaddr_ntoa_r, .-ipaddr_ntoa_r .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_ip_addr.c_ipaddr_ntoa_r.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global ipaddr_ntoa_r .syntax unified .arm .fpu softvfp .type ipaddr_ntoa_r, %function ipaddr_ntoa_r: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, lr} mov r7, r1 ldr r3, .L15 sub sp, sp, #16 mov r8, r2 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 bl ip4_addr_get_u32 mov r4, r7 mov lr, #0 mov r9, #46 ldr r2, .L15+4 str r0, [sp, #4] add r6, r8, #1 add r1, sp, #4 .L8: mov r5, #0 add r10, sp, #8 .L2: smull r3, ip, r2, r0 asr r3, r0, #31 rsb r3, r3, ip, asr #2 add ip, r3, r3, lsl #2 sub ip, r0, ip, lsl #1 add ip, ip, #48 and ip, ip, #255 subs r0, r3, #0 strb ip, [r10], #1 mov r3, r5 add r5, r5, #1 bne .L2 cmp r8, lr str r0, [r1] add r5, lr, #1 ble .L3 sub r0, r3, #1 add lr, sp, #8 add r3, r3, #1 add r0, lr, r0 add r10, r4, r3 b .L4 .L6: cmp r6, lr beq .L3 mov r5, lr mov r4, r3 ldrb ip, [r0], #-1 @ zero_extendqisi2 .L4: mov r3, r4 strb ip, [r3], #1 cmp r3, r10 add lr, r5, #1 bne .L6 cmp r8, r5 ble .L3 add r3, sp, #16 cmp r1, r3 strb r9, [r10] bne .L13 mov r3, #0 mov r0, r7 strb r3, [r10] b .L1 .L3: mov r0, #0 .L1: ldr r3, .L15 ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L14 add sp, sp, #16 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, pc} .L13: ldr r0, [r1, #4]! add r4, r4, #2 b .L8 .L14: bl __stack_chk_fail .L16: .align 2 .L15: .word .LC0 .word 1717986919 .size ipaddr_ntoa_r, .-ipaddr_ntoa_r .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_chassis_stats_setluaval.c" .intel_syntax noprefix .text .p2align 4 .type chassis_stats_setluaval, @function chassis_stats_setluaval: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13, rdi mov rdi, rsi push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdx call GPOINTER_TO_UINT@PLT mov esi, -1 mov rdi, rbp mov r12d, eax call lua_istable@PLT mov edi, eax call g_assert@PLT mov rdi, rbp mov esi, 2 call lua_checkstack@PLT mov rsi, r13 mov rdi, rbp call lua_pushstring@PLT mov esi, r12d mov rdi, rbp call lua_pushinteger@PLT mov rdi, rbp mov esi, -3 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 jmp lua_settable@PLT .cfi_endproc .LFE0: .size chassis_stats_setluaval, .-chassis_stats_setluaval .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_chassis_stats_setluaval.c" .text .align 2 .syntax unified .arm .fpu softvfp .type chassis_stats_setluaval, %function chassis_stats_setluaval: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r6, r0 mov r0, r1 mov r4, r2 bl GPOINTER_TO_UINT mov r5, r0 mvn r1, #0 mov r0, r4 bl lua_istable bl g_assert mov r0, r4 mov r1, #2 bl lua_checkstack mov r1, r6 mov r0, r4 bl lua_pushstring mov r1, r5 mov r0, r4 bl lua_pushinteger mov r0, r4 pop {r4, r5, r6, lr} mvn r1, #2 b lua_settable .size chassis_stats_setluaval, .-chassis_stats_setluaval .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_lua_chassis_log.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "unknown" .LC1: .string "message" .LC2: .string "nil" .LC3: .string "Sl" .LC4: .string "(%s:%d) %s" .text .p2align 4 .type lua_chassis_log, @function lua_chassis_log: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 mov esi, 1 lea rcx, log_names.1[rip] lea rdx, .LC1[rip] push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 mov r14, rdi mov r15d, 1 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 lea r13, .LC3[rip] push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 xor r12d, r12d push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov ebp, -1 push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 72 .cfi_def_cfa_offset 128 mov rax, QWORD PTR fs:40 mov QWORD PTR 56[rsp], rax xor eax, eax lea rbx, 32[rsp] call luaL_checkoption@PLT lea rdx, .LC2[rip] mov esi, 2 mov rdi, r14 mov DWORD PTR 20[rsp], eax call luaL_optstring@PLT mov DWORD PTR 16[rsp], -1 mov QWORD PTR 24[rsp], rax lea rax, .LC0[rip] mov QWORD PTR 8[rsp], rax jmp .L6 .p2align 4,,10 .p2align 3 .L3: cmp r15d, 11 je .L2 .L4: test r12, r12 je .L12 movzx eax, BYTE PTR [r12] cmp al, 64 je .L8 cmp al, 47 je .L8 .L6: mov rdx, rbx mov esi, r15d mov rdi, r14 call lua_getstack@PLT test eax, eax je .L2 mov rdx, rbx mov rsi, r13 mov rdi, r14 call lua_getinfo@PLT test eax, eax je .L2 add r15d, 1 mov ebp, DWORD PTR 32[rsp] mov r12, QWORD PTR 40[rsp] cmp r15d, 2 jne .L3 mov rax, QWORD PTR 48[rsp] mov DWORD PTR 16[rsp], ebp mov QWORD PTR 8[rsp], rax jmp .L4 .p2align 4,,10 .p2align 3 .L2: test r12, r12 je .L12 movzx eax, BYTE PTR [r12] .L8: cmp al, 64 mov edx, DWORD PTR CHASSIS_LUA_REGISTRY_KEY[rip] mov esi, DWORD PTR LUA_REGISTRYINDEX[rip] mov rdi, r14 sete al movzx eax, al add r12, rax call lua_getfield@PLT mov esi, -1 mov rdi, r14 call lua_topointer@PLT mov esi, 1 mov rdi, r14 mov rbx, rax call lua_pop@PLT test rbx, rbx jne .L37 .L5: movsx rax, DWORD PTR 20[rsp] mov r9, QWORD PTR 24[rsp] mov r8d, ebp mov rcx, r12 lea rdx, log_levels.0[rip] mov edi, DWORD PTR G_LOG_DOMAIN[rip] mov esi, DWORD PTR [rdx+rax*4] lea rdx, .LC4[rip] call g_log@PLT mov rax, QWORD PTR 56[rsp] sub rax, QWORD PTR fs:40 jne .L38 add rsp, 72 .cfi_remember_state .cfi_def_cfa_offset 56 xor eax, eax pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L37: .cfi_restore_state mov rsi, QWORD PTR [rbx] test rsi, rsi je .L5 mov rdi, r12 call g_str_has_prefix@PLT test rax, rax je .L5 mov rdi, QWORD PTR [rbx] call strlen@PLT cdqe add r12, rax cmp BYTE PTR [r12], 1 adc r12, 0 jmp .L5 .p2align 4,,10 .p2align 3 .L12: mov ebp, DWORD PTR 16[rsp] mov r12, QWORD PTR 8[rsp] jmp .L5 .L38: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size lua_chassis_log, .-lua_chassis_log .section .rodata .align 16 .type log_levels.0, @object .size log_levels.0, 24 log_levels.0: .long 131 .long 133 .long 128 .long 129 .long 130 .long 132 .section .rodata.str1.1 .LC5: .string "error" .LC6: .string "critical" .LC7: .string "warning" .LC8: .string "info" .LC9: .string "debug" .section .data.rel.ro.local,"aw" .align 32 .type log_names.1, @object .size log_names.1, 56 log_names.1: .quad .LC5 .quad .LC6 .quad .LC7 .quad .LC1 .quad .LC8 .quad .LC9 .quad 0 .globl LUA_REGISTRYINDEX .bss .align 4 .type LUA_REGISTRYINDEX, @object .size LUA_REGISTRYINDEX, 4 LUA_REGISTRYINDEX: .zero 4 .globl G_LOG_DOMAIN .align 4 .type G_LOG_DOMAIN, @object .size G_LOG_DOMAIN, 4 G_LOG_DOMAIN: .zero 4 .globl G_DIR_SEPARATOR .section .rodata .type G_DIR_SEPARATOR, @object .size G_DIR_SEPARATOR, 1 G_DIR_SEPARATOR: .zero 1 .globl CHASSIS_LUA_REGISTRY_KEY .bss .align 4 .type CHASSIS_LUA_REGISTRY_KEY, @object .size CHASSIS_LUA_REGISTRY_KEY, 4 CHASSIS_LUA_REGISTRY_KEY: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_lua_chassis_log.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "unknown\000" .align 2 .LC1: .ascii "message\000" .align 2 .LC2: .ascii "nil\000" .align 2 .LC3: .ascii "Sl\000" .align 2 .LC4: .ascii "(%s:%d) %s\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC5: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type lua_chassis_log, %function lua_chassis_log: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} ldr ip, .L42 sub sp, sp, #36 mov r1, #1 ldr r3, .L42+4 ldr r2, .L42+8 mov r5, r0 ldr ip, [ip] str ip, [sp, #28] mov ip,#0 bl luaL_checkoption mov r1, #2 mov r10, r0 ldr r2, .L42+12 mov r0, r5 mvn r8, #0 bl luaL_optstring mov r6, r8 mov r9, #1 mov r4, #0 ldr fp, .L42+16 ldr r7, .L42+20 str r0, [sp, #12] b .L6 .L3: cmp r3, #11 beq .L2 .L4: cmp r4, #0 beq .L5 ldrb r2, [r4] @ zero_extendqisi2 cmp r2, #64 cmpne r2, #47 beq .L7 mov r9, r3 .L6: mov r1, r9 mov r0, r5 add r2, sp, #16 bl lua_getstack cmp r0, #0 beq .L2 mov r1, r7 mov r0, r5 add r2, sp, #16 bl lua_getinfo cmp r0, #0 beq .L2 cmp r9, #1 ldr r6, [sp, #16] ldr r4, [sp, #20] add r3, r9, #1 bne .L3 mov r8, r6 ldr fp, [sp, #24] b .L4 .L2: cmp r4, #0 beq .L5 ldrb r2, [r4] @ zero_extendqisi2 .L7: cmp r2, #64 ldr r3, .L42+24 ldr r2, .L42+28 ldr r1, [r3] ldr r2, [r2] mov r0, r5 addeq r4, r4, #1 bl lua_getfield mvn r1, #0 mov r0, r5 bl lua_topointer mov r7, r0 mov r1, #1 mov r0, r5 bl lua_pop cmp r7, #0 bne .L40 .L10: ldr r3, .L42+4 ldr r2, .L42+32 add r10, r3, r10, lsl #2 ldr r1, [r10, #28] ldr r0, [r2] .L8: ldr r3, [sp, #12] ldr r2, .L42+36 str r3, [sp, #4] str r6, [sp] mov r3, r4 bl g_log ldr r3, .L42 ldr r2, [r3] ldr r3, [sp, #28] eors r2, r3, r2 mov r3, #0 bne .L41 mov r0, #0 add sp, sp, #36 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L40: ldr r1, [r7] cmp r1, #0 beq .L10 mov r0, r4 bl g_str_has_prefix cmp r0, #0 beq .L10 ldr r0, [r7] bl strlen ldr r3, .L42+40 ldrb r2, [r4, r0]! @ zero_extendqisi2 ldrb r3, [r3] @ zero_extendqisi2 cmp r2, r3 addeq r4, r4, #1 b .L10 .L5: ldr r3, .L42+4 ldr r2, .L42+32 add r10, r3, r10, lsl #2 mov r4, fp mov r6, r8 ldr r1, [r10, #28] ldr r0, [r2] b .L8 .L41: bl __stack_chk_fail .L43: .align 2 .L42: .word .LC5 .word .LANCHOR0 .word .LC1 .word .LC2 .word .LC0 .word .LC3 .word LUA_REGISTRYINDEX .word CHASSIS_LUA_REGISTRY_KEY .word G_LOG_DOMAIN .word .LC4 .word G_DIR_SEPARATOR .size lua_chassis_log, .-lua_chassis_log .section .rodata.str1.4 .align 2 .LC6: .ascii "error\000" .align 2 .LC7: .ascii "critical\000" .align 2 .LC8: .ascii "warning\000" .align 2 .LC9: .ascii "info\000" .align 2 .LC10: .ascii "debug\000" .comm LUA_REGISTRYINDEX,4,4 .comm G_LOG_DOMAIN,4,4 .comm G_DIR_SEPARATOR,1,1 .comm CHASSIS_LUA_REGISTRY_KEY,4,4 .section .rodata .align 2 .set .LANCHOR0,. + 0 .type log_names.4256, %object .size log_names.4256, 28 log_names.4256: .word .LC6 .word .LC7 .word .LC8 .word .LC1 .word .LC9 .word .LC10 .word 0 .type log_levels.4257, %object .size log_levels.4257, 24 log_levels.4257: .word 131 .word 133 .word 128 .word 129 .word 130 .word 132 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_lua_chassis_log_message.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "message" .text .p2align 4 .type lua_chassis_log_message, @function lua_chassis_log_message: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi push rbx .cfi_def_cfa_offset 32 .cfi_offset 3, -32 call lua_gettop@PLT mov rdi, rbp lea rsi, .LC0[rip] mov ebx, eax call lua_pushliteral@PLT mov esi, 1 mov rdi, rbp call lua_insert@PLT mov rdi, rbp call lua_chassis_log@PLT mov esi, 1 mov rdi, rbp mov r12d, eax call lua_remove@PLT mov rdi, rbp call lua_gettop@PLT xor edi, edi cmp eax, ebx sete dil call g_assert@PLT mov eax, r12d pop rbx .cfi_def_cfa_offset 24 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size lua_chassis_log_message, .-lua_chassis_log_message .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_lua_chassis_log_message.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "message\000" .text .align 2 .syntax unified .arm .fpu softvfp .type lua_chassis_log_message, %function lua_chassis_log_message: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 bl lua_gettop ldr r1, .L4 mov r6, r0 mov r0, r4 bl lua_pushliteral mov r1, #1 mov r0, r4 bl lua_insert mov r0, r4 bl lua_chassis_log mov r1, #1 mov r5, r0 mov r0, r4 bl lua_remove mov r0, r4 bl lua_gettop sub r0, r0, r6 clz r0, r0 lsr r0, r0, #5 bl g_assert mov r0, r5 pop {r4, r5, r6, pc} .L5: .align 2 .L4: .word .LC0 .size lua_chassis_log_message, .-lua_chassis_log_message .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_lua_chassis_stats.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "currently only zero or one arguments are allowed" .section .rodata.str1.1,"aMS",@progbits,1 .LC1: .string "chassis" .text .p2align 4 .type lua_chassis_stats, @function lua_chassis_stats: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12, rdi push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 24 .cfi_def_cfa_offset 80 mov r14d, DWORD PTR FALSE[rip] call lua_gettop@PLT test eax, eax je .L2 cmp eax, 1 jne .L3 mov esi, 1 mov rdi, r12 call luaL_checkstring@PLT mov rdi, r12 mov r15, rax call lua_newtable@PLT mov edx, DWORD PTR CHASSIS_LUA_REGISTRY_KEY[rip] mov esi, DWORD PTR LUA_REGISTRYINDEX[rip] mov rdi, r12 call lua_getfield@PLT mov esi, -1 mov rdi, r12 call lua_topointer@PLT mov esi, 1 mov rdi, r12 mov r13, rax call lua_pop@PLT test r13, r13 jne .L39 .L4: test r14d, r14d je .L40 .L1: add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 56 mov eax, 1 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 56 mov rdi, r12 mov esi, 2 pop rbx .cfi_def_cfa_offset 48 lea rdx, .LC0[rip] pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 jmp luaL_argerror@PLT .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov rdi, r12 call lua_newtable@PLT mov edx, DWORD PTR CHASSIS_LUA_REGISTRY_KEY[rip] mov esi, DWORD PTR LUA_REGISTRYINDEX[rip] mov rdi, r12 call lua_getfield@PLT mov esi, -1 mov rdi, r12 call lua_topointer@PLT mov esi, 1 mov rdi, r12 mov r13, rax call lua_pop@PLT test r13, r13 je .L4 mov edi, DWORD PTR 0[r13] mov QWORD PTR 8[rsp], r13 call chassis_stats_get@PLT mov r14d, DWORD PTR FALSE[rip] mov r15, rax test rax, rax je .L5 mov rdi, r12 mov r14d, DWORD PTR TRUE[rip] call lua_newtable@PLT mov esi, DWORD PTR chassis_stats_setluaval[rip] mov rdi, r15 mov rdx, r12 call g_hash_table_foreach@PLT lea rdx, .LC1[rip] mov esi, -2 mov rdi, r12 call lua_setfield@PLT mov rdi, r15 xor r15d, r15d call g_hash_table_destroy@PLT .L5: mov rax, QWORD PTR 8[rsp] mov rax, QWORD PTR 8[rax] test rax, rax je .L4 cmp QWORD PTR [rax], 0 je .L4 xor ebx, ebx jmp .L13 .p2align 4,,10 .p2align 3 .L8: lea rsi, .LC1[rip] mov rdi, r15 call g_ascii_strcasecmp@PLT test rax, rax je .L41 mov rsi, QWORD PTR 0[rbp] mov rdi, r15 call g_ascii_strcasecmp@PLT test rax, rax je .L35 mov rax, QWORD PTR 8[rsp] mov rax, QWORD PTR 8[rax] .L7: add rbx, 1 cmp QWORD PTR [rax], rbx jbe .L4 .L13: mov rdx, QWORD PTR 8[rax] mov rbp, QWORD PTR [rdx+rbx*8] mov rdi, QWORD PTR 8[rbp] test rdi, rdi je .L7 mov rdx, QWORD PTR 16[rbp] test rdx, rdx je .L7 test r15, r15 jne .L8 call rdx mov rdi, r12 test rax, rax mov r13, rax cmovne r14d, DWORD PTR TRUE[rip] call lua_newtable@PLT mov esi, DWORD PTR chassis_stats_setluaval[rip] mov rdx, r12 mov rdi, r13 call g_hash_table_foreach@PLT mov rdx, QWORD PTR 0[rbp] mov esi, -2 mov rdi, r12 call lua_setfield@PLT mov rdi, r13 call g_hash_table_destroy@PLT mov rax, QWORD PTR 8[rsp] mov rax, QWORD PTR 8[rax] jmp .L7 .p2align 4,,10 .p2align 3 .L40: mov rdi, r12 mov esi, 1 call lua_pop@PLT mov rdi, r12 call lua_pushnil@PLT jmp .L1 .p2align 4,,10 .p2align 3 .L39: mov QWORD PTR 8[rsp], r13 jmp .L5 .L41: mov rax, QWORD PTR 8[rsp] mov edi, DWORD PTR [rax] call chassis_stats_get@PLT mov rbp, rax test rax, rax je .L37 .L12: mov esi, DWORD PTR chassis_stats_setluaval[rip] mov rdi, rbp mov rdx, r12 mov r14d, DWORD PTR TRUE[rip] call g_hash_table_foreach@PLT mov rdi, rbp call g_hash_table_destroy@PLT jmp .L4 .L35: mov rdi, QWORD PTR 8[rbp] call [QWORD PTR 16[rbp]] mov rbp, rax test rax, rax jne .L12 .L37: mov r14d, DWORD PTR FALSE[rip] jmp .L4 .cfi_endproc .LFE0: .size lua_chassis_stats, .-lua_chassis_stats .globl chassis_stats_setluaval .bss .align 4 .type chassis_stats_setluaval, @object .size chassis_stats_setluaval, 4 chassis_stats_setluaval: .zero 4 .globl TRUE .align 4 .type TRUE, @object .size TRUE, 4 TRUE: .zero 4 .globl LUA_REGISTRYINDEX .align 4 .type LUA_REGISTRYINDEX, @object .size LUA_REGISTRYINDEX, 4 LUA_REGISTRYINDEX: .zero 4 .globl FALSE .align 4 .type FALSE, @object .size FALSE, 4 FALSE: .zero 4 .globl CHASSIS_LUA_REGISTRY_KEY .align 4 .type CHASSIS_LUA_REGISTRY_KEY, @object .size CHASSIS_LUA_REGISTRY_KEY, 4 CHASSIS_LUA_REGISTRY_KEY: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_lua_chassis_stats.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "currently only zero or one arguments are allowed\000" .align 2 .LC1: .ascii "chassis\000" .text .align 2 .syntax unified .arm .fpu softvfp .type lua_chassis_stats, %function lua_chassis_stats: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r3, r4, r5, r6, r7, r8, r9, r10, fp, lr} ldr r3, .L46 mov r6, r0 ldr r9, [r3] bl lua_gettop subs r4, r0, #0 beq .L2 cmp r4, #1 bne .L3 mov r1, r4 mov r0, r6 bl luaL_checkstring mov r7, r0 mov r0, r6 bl lua_newtable ldr r3, .L46+4 ldr r2, .L46+8 ldr r1, [r3] ldr r2, [r2] mov r0, r6 bl lua_getfield mvn r1, #0 mov r0, r6 bl lua_topointer mov r8, r0 mov r1, r4 mov r0, r6 bl lua_pop cmp r8, #0 bne .L5 .L4: cmp r9, #0 beq .L43 mov r0, #1 pop {r3, r4, r5, r6, r7, r8, r9, r10, fp, pc} .L3: mov r0, r6 pop {r3, r4, r5, r6, r7, r8, r9, r10, fp, lr} mov r1, #2 ldr r2, .L46+12 b luaL_argerror .L2: mov r0, r6 bl lua_newtable ldr r3, .L46+4 ldr r2, .L46+8 ldr r1, [r3] ldr r2, [r2] mov r0, r6 bl lua_getfield mvn r1, #0 mov r0, r6 bl lua_topointer mov r8, r0 mov r1, #1 mov r0, r6 bl lua_pop cmp r8, #0 beq .L4 ldr r0, [r8] bl chassis_stats_get subs r7, r0, #0 beq .L44 ldr r3, .L46+16 mov r0, r6 ldr r9, [r3] bl lua_newtable ldr r3, .L46+20 mov r2, r6 ldr r1, [r3] mov r0, r7 bl g_hash_table_foreach mvn r1, #1 ldr r2, .L46+24 mov r0, r6 bl lua_setfield mov r0, r7 bl g_hash_table_destroy mov r7, r4 .L5: ldr r3, [r8, #4] cmp r3, #0 beq .L4 ldr r2, [r3] cmp r2, #0 beq .L4 mov r4, #0 ldr fp, .L46+24 b .L13 .L8: mov r1, fp mov r0, r7 bl g_ascii_strcasecmp cmp r0, #0 beq .L45 mov r0, r7 ldr r1, [r5] bl g_ascii_strcasecmp cmp r0, #0 beq .L39 ldr r3, [r8, #4] .L7: ldr r2, [r3] add r4, r4, #1 cmp r2, r4 bls .L4 .L13: ldr r2, [r3, #4] ldr r5, [r2, r4, lsl #2] ldr r0, [r5, #4] cmp r0, #0 beq .L7 ldr r2, [r5, #8] cmp r2, #0 beq .L7 cmp r7, #0 bne .L8 blx r2 mov r10, r0 cmp r10, #0 ldrne r3, .L46+16 mov r0, r6 ldrne r9, [r3] bl lua_newtable ldr r3, .L46+20 mov r2, r6 ldr r1, [r3] mov r0, r10 bl g_hash_table_foreach mvn r1, #1 ldr r2, [r5] mov r0, r6 bl lua_setfield mov r0, r10 bl g_hash_table_destroy ldr r3, [r8, #4] b .L7 .L44: ldr r3, .L46 ldr r9, [r3] b .L5 .L43: mov r1, #1 mov r0, r6 bl lua_pop mov r0, r6 bl lua_pushnil mov r0, #1 pop {r3, r4, r5, r6, r7, r8, r9, r10, fp, pc} .L45: ldr r0, [r8] bl chassis_stats_get subs r4, r0, #0 beq .L41 .L12: ldr r2, .L46+20 ldr r3, .L46+16 ldr r1, [r2] mov r2, r6 ldr r9, [r3] bl g_hash_table_foreach mov r0, r4 bl g_hash_table_destroy b .L4 .L39: ldmib r5, {r0, r3} blx r3 subs r4, r0, #0 bne .L12 .L41: ldr r3, .L46 ldr r9, [r3] b .L4 .L47: .align 2 .L46: .word FALSE .word LUA_REGISTRYINDEX .word CHASSIS_LUA_REGISTRY_KEY .word .LC0 .word TRUE .word chassis_stats_setluaval .word .LC1 .size lua_chassis_stats, .-lua_chassis_stats .comm chassis_stats_setluaval,4,4 .comm TRUE,4,4 .comm LUA_REGISTRYINDEX,4,4 .comm FALSE,4,4 .comm CHASSIS_LUA_REGISTRY_KEY,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_remap_print.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "os" .LC1: .string "print" .text .p2align 4 .type remap_print, @function remap_print: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdi push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 sub rsp, 8 .cfi_def_cfa_offset 32 call lua_gettop@PLT mov rdi, rbp lea rsi, .LC0[rip] mov ebx, eax call lua_getglobal@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_getglobal@PLT lea rdx, .LC1[rip] mov rdi, rbp mov esi, -2 call lua_setfield@PLT mov rdi, rbp mov esi, 1 call lua_pop@PLT mov edx, DWORD PTR lua_chassis_log_message[rip] mov rdi, rbp lea rsi, .LC1[rip] call lua_register@PLT mov rdi, rbp call lua_gettop@PLT xor edi, edi cmp eax, ebx sete dil add rsp, 8 .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp g_assert@PLT .cfi_endproc .LFE0: .size remap_print, .-remap_print .globl lua_chassis_log_message .bss .align 4 .type lua_chassis_log_message, @object .size lua_chassis_log_message, 4 lua_chassis_log_message: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_remap_print.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "os\000" .align 2 .LC1: .ascii "print\000" .text .align 2 .syntax unified .arm .fpu softvfp .type remap_print, %function remap_print: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 bl lua_gettop ldr r6, .L4 mov r5, r0 ldr r1, .L4+4 mov r0, r4 bl lua_getglobal mov r1, r6 mov r0, r4 bl lua_getglobal mov r2, r6 mov r0, r4 mvn r1, #1 bl lua_setfield mov r0, r4 mov r1, #1 bl lua_pop ldr r3, .L4+8 mov r1, r6 mov r0, r4 ldr r2, [r3] bl lua_register mov r0, r4 bl lua_gettop sub r0, r0, r5 clz r0, r0 pop {r4, r5, r6, lr} lsr r0, r0, #5 b g_assert .L5: .align 2 .L4: .word .LC1 .word .LC0 .word lua_chassis_log_message .size remap_print, .-remap_print .comm lua_chassis_log_message,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_chassis.c_set_info.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "_COPYRIGHT" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC1: .string "Copyright (c) 2008 MySQL AB, 2008 Sun Microsystems, Inc." .section .rodata.str1.1 .LC2: .string "_DESCRIPTION" .section .rodata.str1.8 .align 8 .LC3: .string "export chassis-functions as chassis.*" .section .rodata.str1.1 .LC4: .string "_VERSION" .LC5: .string "LuaChassis 0.2" .text .p2align 4 .type set_info, @function set_info: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 lea rsi, .LC0[rip] mov rbp, rdi call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC2[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC3[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC4[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC5[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 pop rbp .cfi_def_cfa_offset 8 jmp lua_settable@PLT .cfi_endproc .LFE0: .size set_info, .-set_info .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_chassis.c_set_info.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "_COPYRIGHT\000" .align 2 .LC1: .ascii "Copyright (c) 2008 MySQL AB, 2008 Sun Microsystems," .ascii " Inc.\000" .align 2 .LC2: .ascii "_DESCRIPTION\000" .align 2 .LC3: .ascii "export chassis-functions as chassis.*\000" .align 2 .LC4: .ascii "_VERSION\000" .align 2 .LC5: .ascii "LuaChassis 0.2\000" .text .align 2 .syntax unified .arm .fpu softvfp .type set_info, %function set_info: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r1, .L4 bl lua_pushliteral mov r0, r4 ldr r1, .L4+4 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+8 bl lua_pushliteral mov r0, r4 ldr r1, .L4+12 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+16 bl lua_pushliteral mov r0, r4 ldr r1, .L4+20 bl lua_pushliteral mov r0, r4 pop {r4, lr} mvn r1, #2 b lua_settable .L5: .align 2 .L4: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size set_info, .-set_info .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_crc32-lua.c_crc32_string.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "string:%s, length:%d" .LC1: .string "crc key:%ld" .text .p2align 4 .globl crc32_string .type crc32_string, @function crc32_string: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 1 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi sub rsp, 24 .cfi_def_cfa_offset 48 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax mov rdx, rsp call luaL_checklstring@PLT mov rdx, QWORD PTR [rsp] lea rdi, .LC0[rip] mov r12, rax mov rsi, rax xor eax, eax call g_debug@PLT mov rsi, QWORD PTR [rsp] mov rdi, r12 call crc32@PLT lea rdi, .LC1[rip] mov esi, eax mov r12d, eax xor eax, eax call g_debug@PLT mov esi, r12d mov rdi, rbp call lua_pushnumber@PLT mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L5 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .L5: .cfi_restore_state call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size crc32_string, .-crc32_string .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_crc32-lua.c_crc32_string.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "string:%s, length:%d\000" .align 2 .LC1: .ascii "crc key:%ld\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global crc32_string .syntax unified .arm .fpu softvfp .type crc32_string, %function crc32_string: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, lr} ldr r3, .L6 sub sp, sp, #12 mov r2, sp mov r1, #1 ldr r3, [r3] str r3, [sp, #4] mov r3,#0 mov r5, r0 bl luaL_checklstring mov r4, r0 ldr r2, [sp] mov r1, r0 ldr r0, .L6+4 bl g_debug mov r0, r4 ldr r1, [sp] bl crc32 mov r4, r0 ldr r0, .L6+8 mov r1, r4 bl g_debug mov r1, r4 mov r0, r5 bl lua_pushnumber ldr r3, .L6 ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L5 mov r0, #1 add sp, sp, #12 @ sp needed pop {r4, r5, pc} .L5: bl __stack_chk_fail .L7: .align 2 .L6: .word .LC2 .word .LC0 .word .LC1 .size crc32_string, .-crc32_string .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_crc32-lua.c_set_info.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "_COPYRIGHT" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC1: .string "Copyright (C) 2011 Qihoo 360 - wangchao3" .section .rodata.str1.1 .LC2: .string "_DESCRIPTION" .LC3: .string "CRC32 String for Proxy.*" .LC4: .string "_VERSION" .LC5: .string "LuaCRC32string 0.1" .text .p2align 4 .type set_info, @function set_info: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 lea rsi, .LC0[rip] mov rbp, rdi call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC2[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC3[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC4[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC5[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 pop rbp .cfi_def_cfa_offset 8 jmp lua_settable@PLT .cfi_endproc .LFE0: .size set_info, .-set_info .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_crc32-lua.c_set_info.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "_COPYRIGHT\000" .align 2 .LC1: .ascii "Copyright (C) 2011 Qihoo 360 - wangchao3\000" .align 2 .LC2: .ascii "_DESCRIPTION\000" .align 2 .LC3: .ascii "CRC32 String for Proxy.*\000" .align 2 .LC4: .ascii "_VERSION\000" .align 2 .LC5: .ascii "LuaCRC32string 0.1\000" .text .align 2 .syntax unified .arm .fpu softvfp .type set_info, %function set_info: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r1, .L4 bl lua_pushliteral mov r0, r4 ldr r1, .L4+4 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+8 bl lua_pushliteral mov r0, r4 ldr r1, .L4+12 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+16 bl lua_pushliteral mov r0, r4 ldr r1, .L4+20 bl lua_pushliteral mov r0, r4 pop {r4, lr} mvn r1, #2 b lua_settable .L5: .align 2 .L4: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size set_info, .-set_info .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_crc32.c_crc32.c" .intel_syntax noprefix .text .p2align 4 .globl crc32 .type crc32, @function crc32: .LFB0: .cfi_startproc endbr64 test esi, esi je .L4 mov esi, esi mov r8, QWORD PTR crc32tab[rip] mov eax, -1 lea rcx, [rdi+rsi] .p2align 4,,10 .p2align 3 .L3: mov edx, eax xor al, BYTE PTR [rdi] add rdi, 1 movzx eax, al shr edx, 8 xor edx, DWORD PTR [r8+rax*4] mov eax, edx cmp rdi, rcx jne .L3 not eax ret .p2align 4,,10 .p2align 3 .L4: xor eax, eax ret .cfi_endproc .LFE0: .size crc32, .-crc32 .globl crc32tab .bss .align 8 .type crc32tab, @object .size crc32tab, 8 crc32tab: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_crc32.c_crc32.c" .text .align 2 .global crc32 .syntax unified .arm .fpu softvfp .type crc32, %function crc32: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. cmp r1, #0 beq .L4 mvn r2, #0 ldr r3, .L7 add r1, r0, r1 ldr ip, [r3] .L3: ldrb r3, [r0], #1 @ zero_extendqisi2 eor r3, r3, r2 and r3, r3, #255 ldr r3, [ip, r3, lsl #2] cmp r0, r1 eor r2, r3, r2, lsr #8 bne .L3 mvn r0, r2 bx lr .L4: mov r0, r1 bx lr .L8: .align 2 .L7: .word crc32tab .size crc32, .-crc32 .comm crc32tab,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_glib2.c_lua_g_checksum_md5.c" .intel_syntax noprefix .text .p2align 4 .type lua_g_checksum_md5, @function lua_g_checksum_md5: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov esi, 1 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 mov r12, rdi push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 sub rsp, 16 .cfi_def_cfa_offset 48 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax mov rdx, rsp call luaL_checklstring@PLT mov edi, DWORD PTR G_CHECKSUM_MD5[rip] mov r13, rax call g_checksum_new@PLT mov rdx, QWORD PTR [rsp] mov rsi, r13 mov rbp, rax mov rdi, rax call g_checksum_update@PLT mov rdi, rbp call g_checksum_get_string@PLT mov rdi, r12 mov esi, eax call lua_pushstring@PLT mov rdi, rbp call g_checksum_free@PLT mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L5 add rsp, 16 .cfi_remember_state .cfi_def_cfa_offset 32 mov eax, 1 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .L5: .cfi_restore_state call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size lua_g_checksum_md5, .-lua_g_checksum_md5 .globl G_CHECKSUM_MD5 .bss .align 4 .type G_CHECKSUM_MD5, @object .size G_CHECKSUM_MD5, 4 G_CHECKSUM_MD5: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_glib2.c_lua_g_checksum_md5.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type lua_g_checksum_md5, %function lua_g_checksum_md5: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} ldr r3, .L6 sub sp, sp, #8 mov r2, sp mov r1, #1 ldr r3, [r3] str r3, [sp, #4] mov r3,#0 mov r5, r0 bl luaL_checklstring ldr r3, .L6+4 mov r6, r0 ldr r0, [r3] bl g_checksum_new mov r4, r0 ldr r2, [sp] mov r1, r6 bl g_checksum_update mov r0, r4 bl g_checksum_get_string mov r1, r0 mov r0, r5 bl lua_pushstring mov r0, r4 bl g_checksum_free ldr r3, .L6 ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L5 mov r0, #1 add sp, sp, #8 @ sp needed pop {r4, r5, r6, pc} .L5: bl __stack_chk_fail .L7: .align 2 .L6: .word .LC0 .word G_CHECKSUM_MD5 .size lua_g_checksum_md5, .-lua_g_checksum_md5 .comm G_CHECKSUM_MD5,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_glib2.c_lua_g_get_current_time.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "tv_sec" .LC1: .string "tv_usec" .text .p2align 4 .type lua_g_get_current_time, @function lua_g_get_current_time: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdi sub rsp, 16 .cfi_def_cfa_offset 32 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax mov rdi, rsp call g_get_current_time@PLT mov rdi, rbp call lua_newtable@PLT mov esi, DWORD PTR 4[rsp] mov rdi, rbp call lua_pushinteger@PLT lea rdx, .LC0[rip] mov esi, -2 mov rdi, rbp call lua_setfield@PLT mov esi, DWORD PTR [rsp] mov rdi, rbp call lua_pushinteger@PLT lea rdx, .LC1[rip] mov esi, -2 mov rdi, rbp call lua_setfield@PLT mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L5 add rsp, 16 .cfi_remember_state .cfi_def_cfa_offset 16 mov eax, 1 pop rbp .cfi_def_cfa_offset 8 ret .L5: .cfi_restore_state call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size lua_g_get_current_time, .-lua_g_get_current_time .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_glib2.c_lua_g_get_current_time.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "tv_sec\000" .align 2 .LC1: .ascii "tv_usec\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC2: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type lua_g_get_current_time, %function lua_g_get_current_time: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 sub sp, sp, #16 ldr r3, .L6 add r0, sp, #4 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 bl g_get_current_time mov r0, r4 bl lua_newtable ldr r1, [sp, #8] mov r0, r4 bl lua_pushinteger ldr r2, .L6+4 mvn r1, #1 mov r0, r4 bl lua_setfield ldr r1, [sp, #4] mov r0, r4 bl lua_pushinteger ldr r2, .L6+8 mov r0, r4 mvn r1, #1 bl lua_setfield ldr r3, .L6 ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L5 mov r0, #1 add sp, sp, #16 @ sp needed pop {r4, pc} .L5: bl __stack_chk_fail .L7: .align 2 .L6: .word .LC2 .word .LC0 .word .LC1 .size lua_g_get_current_time, .-lua_g_get_current_time .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_glib2.c_lua_g_usleep.c" .intel_syntax noprefix .text .p2align 4 .type lua_g_usleep, @function lua_g_usleep: .LFB0: .cfi_startproc endbr64 sub rsp, 8 .cfi_def_cfa_offset 16 mov esi, 1 call luaL_checkinteger@PLT mov edi, eax call g_usleep@PLT xor eax, eax add rsp, 8 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size lua_g_usleep, .-lua_g_usleep .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_glib2.c_lua_g_usleep.c" .text .align 2 .syntax unified .arm .fpu softvfp .type lua_g_usleep, %function lua_g_usleep: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 mov r1, #1 push {r4, lr} bl luaL_checkinteger bl g_usleep mov r0, #0 pop {r4, pc} .size lua_g_usleep, .-lua_g_usleep .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_glib2.c_set_info.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "_COPYRIGHT" .LC1: .string "Copyright (c) 2010 Oracle" .LC2: .string "_DESCRIPTION" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC3: .string "export glib2-functions as glib.*" .section .rodata.str1.1 .LC4: .string "_VERSION" .LC5: .string "LuaGlib2 0.1" .text .p2align 4 .type set_info, @function set_info: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 lea rsi, .LC0[rip] mov rbp, rdi call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC2[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC3[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC4[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC5[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 pop rbp .cfi_def_cfa_offset 8 jmp lua_settable@PLT .cfi_endproc .LFE0: .size set_info, .-set_info .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_glib2.c_set_info.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "_COPYRIGHT\000" .align 2 .LC1: .ascii "Copyright (c) 2010 Oracle\000" .align 2 .LC2: .ascii "_DESCRIPTION\000" .align 2 .LC3: .ascii "export glib2-functions as glib.*\000" .align 2 .LC4: .ascii "_VERSION\000" .align 2 .LC5: .ascii "LuaGlib2 0.1\000" .text .align 2 .syntax unified .arm .fpu softvfp .type set_info, %function set_info: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r1, .L4 bl lua_pushliteral mov r0, r4 ldr r1, .L4+4 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+8 bl lua_pushliteral mov r0, r4 ldr r1, .L4+12 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+16 bl lua_pushliteral mov r0, r4 ldr r1, .L4+20 bl lua_pushliteral mov r0, r4 pop {r4, lr} mvn r1, #2 b lua_settable .L5: .align 2 .L4: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size set_info, .-set_info .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c__file_lock.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "%s: invalid mode" .text .p2align 4 .type _file_lock, @function _file_lock: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 sub rsp, 32 .cfi_def_cfa_offset 48 mov rax, QWORD PTR fs:40 mov QWORD PTR 24[rsp], rax xor eax, eax movzx eax, BYTE PTR [rdx] cmp al, 117 je .L2 cmp al, 119 je .L3 cmp al, 114 je .L13 mov rax, QWORD PTR 24[rsp] sub rax, QWORD PTR fs:40 jne .L11 add rsp, 32 .cfi_remember_state .cfi_def_cfa_offset 16 mov rdx, r9 lea rsi, .LC0[rip] pop rbp .cfi_def_cfa_offset 8 jmp luaL_error@PLT .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov eax, DWORD PTR F_UNLCK[rip] mov DWORD PTR 20[rsp], eax .L6: mov eax, DWORD PTR SEEK_SET[rip] mov rdi, rsi mov ebp, DWORD PTR F_SETLK[rip] mov QWORD PTR 8[rsp], rcx mov QWORD PTR [rsp], r8 mov DWORD PTR 16[rsp], eax call fileno@PLT mov rdx, rsp mov esi, ebp mov edi, eax call fcntl@PLT cmp eax, -1 setne al movzx eax, al mov rcx, QWORD PTR 24[rsp] sub rcx, QWORD PTR fs:40 jne .L11 add rsp, 32 .cfi_remember_state .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L13: .cfi_restore_state mov eax, DWORD PTR F_RDLCK[rip] mov DWORD PTR 20[rsp], eax jmp .L6 .p2align 4,,10 .p2align 3 .L3: mov eax, DWORD PTR F_WRLCK[rip] mov DWORD PTR 20[rsp], eax jmp .L6 .L11: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size _file_lock, .-_file_lock .globl SEEK_SET .bss .align 4 .type SEEK_SET, @object .size SEEK_SET, 4 SEEK_SET: .zero 4 .globl SEEK_END .align 4 .type SEEK_END, @object .size SEEK_END, 4 SEEK_END: .zero 4 .globl LK_UNLCK .align 4 .type LK_UNLCK, @object .size LK_UNLCK, 4 LK_UNLCK: .zero 4 .globl LK_NBLCK .align 4 .type LK_NBLCK, @object .size LK_NBLCK, 4 LK_NBLCK: .zero 4 .globl F_WRLCK .align 4 .type F_WRLCK, @object .size F_WRLCK, 4 F_WRLCK: .zero 4 .globl F_UNLCK .align 4 .type F_UNLCK, @object .size F_UNLCK, 4 F_UNLCK: .zero 4 .globl F_SETLK .align 4 .type F_SETLK, @object .size F_SETLK, 4 F_SETLK: .zero 4 .globl F_RDLCK .align 4 .type F_RDLCK, @object .size F_RDLCK, 4 F_RDLCK: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c__file_lock.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "%s: invalid mode\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC1: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type _file_lock, %function _file_lock: @ args = 8, pretend = 0, frame = 24 @ frame_needed = 0, uses_anonymous_args = 0 str lr, [sp, #-4]! ldrb ip, [r2] @ zero_extendqisi2 ldr r2, .L14 sub sp, sp, #28 cmp ip, #117 ldr r2, [r2] str r2, [sp, #20] mov r2,#0 ldr r2, [sp, #36] beq .L2 cmp ip, #119 beq .L3 cmp ip, #114 beq .L12 ldr r1, .L14+4 bl luaL_error .L1: ldr r3, .L14 ldr r2, [r3] ldr r3, [sp, #20] eors r2, r3, r2 mov r3, #0 bne .L13 add sp, sp, #28 @ sp needed ldr pc, [sp], #4 .L2: ldr r2, .L14+8 ldr r2, [r2] str r2, [sp, #16] .L6: ldr r2, .L14+12 str r3, [sp, #8] ldr r2, [r2] ldr r3, [sp, #32] mov r0, r1 str r3, [sp, #4] str r2, [sp, #12] bl fileno ldr r3, .L14+16 add r2, sp, #4 ldr r1, [r3] bl fcntl adds r0, r0, #1 movne r0, #1 b .L1 .L12: ldr r2, .L14+20 ldr r2, [r2] str r2, [sp, #16] b .L6 .L3: ldr r2, .L14+24 ldr r2, [r2] str r2, [sp, #16] b .L6 .L13: bl __stack_chk_fail .L15: .align 2 .L14: .word .LC1 .word .LC0 .word F_UNLCK .word SEEK_SET .word F_SETLK .word F_RDLCK .word F_WRLCK .size _file_lock, .-_file_lock .comm SEEK_SET,4,4 .comm SEEK_END,4,4 .comm LK_UNLCK,4,4 .comm LK_NBLCK,4,4 .comm F_WRLCK,4,4 .comm F_UNLCK,4,4 .comm F_SETLK,4,4 .comm F_RDLCK,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_change_dir.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "Unable to change working directory to '%s'\n%s\n" .text .p2align 4 .type change_dir, @function change_dir: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 1 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi sub rsp, 8 .cfi_def_cfa_offset 32 call luaL_checkstring@PLT mov rdi, rax mov r12, rax call chdir@PLT test rax, rax jne .L6 mov rdi, rbp mov esi, 1 call lua_pushboolean@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov ecx, DWORD PTR chdir_error[rip] mov rdx, r12 mov rdi, rbp lea rsi, .LC0[rip] call lua_pushfstring@PLT add rsp, 8 .cfi_def_cfa_offset 24 mov eax, 2 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size change_dir, .-change_dir .globl chdir_error .bss .align 4 .type chdir_error, @object .size chdir_error, 4 chdir_error: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_change_dir.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "Unable to change working directory to '%s'\012%s\012" .ascii "\000" .text .align 2 .syntax unified .arm .fpu softvfp .type change_dir, %function change_dir: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r1, #1 mov r4, r0 bl luaL_checkstring mov r5, r0 bl chdir cmp r0, #0 mov r0, r4 bne .L6 mov r1, #1 bl lua_pushboolean mov r0, #1 pop {r4, r5, r6, pc} .L6: bl lua_pushnil ldr r3, .L7 mov r2, r5 mov r0, r4 ldr r3, [r3] ldr r1, .L7+4 bl lua_pushfstring mov r0, #2 pop {r4, r5, r6, pc} .L8: .align 2 .L7: .word chdir_error .word .LC0 .size change_dir, .-change_dir .comm chdir_error,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_check_file.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "FILE*" .LC1: .string "%s: not a file" .LC2: .string "%s: closed file" .text .p2align 4 .type check_file, @function check_file: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 mov r12, rdx lea rdx, .LC0[rip] push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi call luaL_checkudata@PLT test rax, rax je .L6 mov r13, QWORD PTR [rax] test r13, r13 je .L7 .L1: mov rax, r13 pop rbp .cfi_remember_state .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore_state mov rdx, r12 lea rsi, .LC1[rip] mov rdi, rbp xor r13d, r13d call luaL_error@PLT jmp .L1 .p2align 4,,10 .p2align 3 .L7: mov rdx, r12 lea rsi, .LC2[rip] mov rdi, rbp call luaL_error@PLT jmp .L1 .cfi_endproc .LFE0: .size check_file, .-check_file .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_check_file.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "FILE*\000" .align 2 .LC1: .ascii "%s: not a file\000" .align 2 .LC2: .ascii "%s: closed file\000" .text .align 2 .syntax unified .arm .fpu softvfp .type check_file, %function check_file: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r6, r2 ldr r2, .L8 mov r5, r0 bl luaL_checkudata subs r4, r0, #0 beq .L6 ldr r4, [r4] cmp r4, #0 beq .L7 .L1: mov r0, r4 pop {r4, r5, r6, pc} .L6: mov r2, r6 mov r0, r5 ldr r1, .L8+4 bl luaL_error b .L1 .L7: mov r2, r6 mov r0, r5 ldr r1, .L8+8 bl luaL_error b .L1 .L9: .align 2 .L8: .word .LC0 .word .LC1 .word .LC2 .size check_file, .-check_file .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_dir_close.c" .intel_syntax noprefix .text .p2align 4 .type dir_close, @function dir_close: .LFB0: .cfi_startproc endbr64 push rbx .cfi_def_cfa_offset 16 .cfi_offset 3, -16 mov esi, 1 call lua_touserdata@PLT mov edx, DWORD PTR [rax] test edx, edx jne .L2 mov rdi, QWORD PTR 8[rax] mov rbx, rax test rdi, rdi jne .L8 .L2: xor eax, eax pop rbx .cfi_remember_state .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L8: .cfi_restore_state call closedir@PLT mov DWORD PTR [rbx], 1 xor eax, eax pop rbx .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size dir_close, .-dir_close .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_dir_close.c" .text .align 2 .syntax unified .arm .fpu softvfp .type dir_close, %function dir_close: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 mov r1, #1 push {r4, lr} bl lua_touserdata ldr r3, [r0] cmp r3, #0 bne .L2 mov r4, r0 ldr r0, [r0, #4] cmp r0, #0 bne .L8 .L2: mov r0, #0 pop {r4, pc} .L8: bl closedir mov r3, #1 mov r0, #0 str r3, [r4] pop {r4, pc} .size dir_close, .-dir_close .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_dir_create_meta.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "__gc" .text .p2align 4 .type dir_create_meta, @function dir_create_meta: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov esi, DWORD PTR DIR_METATABLE[rip] mov rbp, rdi call luaL_newmetatable@PLT mov rdi, rbp lea rsi, .LC0[rip] call lua_pushstring@PLT mov esi, DWORD PTR dir_close[rip] mov rdi, rbp call lua_pushcfunction@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov eax, 1 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size dir_create_meta, .-dir_create_meta .globl dir_close .bss .align 4 .type dir_close, @object .size dir_close, 4 dir_close: .zero 4 .globl DIR_METATABLE .align 4 .type DIR_METATABLE, @object .size DIR_METATABLE, 4 DIR_METATABLE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_dir_create_meta.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "__gc\000" .text .align 2 .syntax unified .arm .fpu softvfp .type dir_create_meta, %function dir_create_meta: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r3, .L4 ldr r1, [r3] bl luaL_newmetatable mov r0, r4 ldr r1, .L4+4 bl lua_pushstring ldr r3, .L4+8 mov r0, r4 ldr r1, [r3] bl lua_pushcfunction mov r0, r4 mvn r1, #2 bl lua_settable mov r0, #1 pop {r4, pc} .L5: .align 2 .L4: .word DIR_METATABLE .word .LC0 .word dir_close .size dir_create_meta, .-dir_create_meta .comm dir_close,4,4 .comm DIR_METATABLE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_dir_iter.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "closed directory" .text .p2align 4 .type dir_iter, @function dir_iter: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdi mov edi, 1 push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 sub rsp, 8 .cfi_def_cfa_offset 32 call lua_upvalueindex@PLT mov rdi, rbp mov esi, eax call lua_touserdata@PLT xor esi, esi mov rdi, rbp mov edx, 1 mov rbx, rax mov eax, DWORD PTR [rax] lea rcx, .LC0[rip] test eax, eax sete sil call luaL_argcheck@PLT mov edi, DWORD PTR 16[rbx] call readdir@PLT test rax, rax je .L2 mov esi, DWORD PTR [rax] mov rdi, rbp call lua_pushstring@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov edi, DWORD PTR 16[rbx] call closedir@PLT mov DWORD PTR [rbx], 1 add rsp, 8 .cfi_def_cfa_offset 24 xor eax, eax pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size dir_iter, .-dir_iter .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_dir_iter.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "closed directory\000" .text .align 2 .syntax unified .arm .fpu softvfp .type dir_iter, %function dir_iter: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r5, r0 mov r0, #1 bl lua_upvalueindex mov r1, r0 mov r0, r5 bl lua_touserdata ldr r1, [r0] mov r6, r0 clz r1, r1 mov r2, #1 ldr r3, .L6 lsr r1, r1, #5 mov r0, r5 bl luaL_argcheck ldr r0, [r6, #8] bl readdir subs r4, r0, #0 beq .L2 mov r0, r5 ldr r1, [r4] bl lua_pushstring mov r0, #1 pop {r4, r5, r6, pc} .L2: ldr r0, [r6, #8] bl closedir mov r3, #1 mov r0, r4 str r3, [r6] pop {r4, r5, r6, pc} .L7: .align 2 .L6: .word .LC0 .size dir_iter, .-dir_iter .comm errno,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_dir_iter_factory.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "cannot open %s: %s" .text .p2align 4 .type dir_iter_factory, @function dir_iter_factory: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 1 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi push rbx .cfi_def_cfa_offset 32 .cfi_offset 3, -32 call luaL_checkstring@PLT mov esi, 32 mov rdi, rbp mov r12, rax call lua_newuserdata@PLT mov esi, DWORD PTR DIR_METATABLE[rip] mov rdi, rbp mov QWORD PTR 24[rax], 0 mov rbx, rax call luaL_getmetatable@PLT mov esi, -2 mov rdi, rbp call lua_setmetatable@PLT mov rdi, r12 call opendir@PLT mov QWORD PTR 8[rbx], rax test rax, rax je .L5 .L2: mov esi, DWORD PTR dir_iter[rip] mov rdi, rbp mov edx, 1 call lua_pushcclosure@PLT pop rbx .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state mov edi, DWORD PTR errno[rip] call strerror@PLT mov rdx, r12 lea rsi, .LC0[rip] mov rdi, rbp mov ecx, eax xor eax, eax call luaL_error@PLT jmp .L2 .cfi_endproc .LFE0: .size dir_iter_factory, .-dir_iter_factory .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .globl dir_iter .align 4 .type dir_iter, @object .size dir_iter, 4 dir_iter: .zero 4 .globl MAX_DIR_LENGTH .align 8 .type MAX_DIR_LENGTH, @object .size MAX_DIR_LENGTH, 8 MAX_DIR_LENGTH: .zero 8 .globl DIR_METATABLE .align 4 .type DIR_METATABLE, @object .size DIR_METATABLE, 4 DIR_METATABLE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_dir_iter_factory.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "cannot open %s: %s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type dir_iter_factory, %function dir_iter_factory: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r1, #1 mov r4, r0 bl luaL_checkstring mov r1, #16 mov r6, r0 mov r0, r4 bl lua_newuserdata mov r2, #0 ldr r3, .L6 str r2, [r0, #12] ldr r1, [r3] mov r5, r0 mov r0, r4 bl luaL_getmetatable mvn r1, #1 mov r0, r4 bl lua_setmetatable mov r0, r6 bl opendir cmp r0, #0 str r0, [r5, #4] beq .L5 .L2: ldr r3, .L6+4 mov r0, r4 mov r2, #1 ldr r1, [r3] bl lua_pushcclosure mov r0, #1 pop {r4, r5, r6, pc} .L5: ldr r3, .L6+8 ldr r0, [r3] bl strerror mov r2, r6 mov r3, r0 ldr r1, .L6+12 mov r0, r4 bl luaL_error b .L2 .L7: .align 2 .L6: .word DIR_METATABLE .word dir_iter .word errno .word .LC0 .size dir_iter_factory, .-dir_iter_factory .comm errno,4,4 .comm dir_iter,4,4 .comm MAX_DIR_LENGTH,4,4 .comm DIR_METATABLE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_file_info.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "cannot obtain information from file `%s'" .section .rodata.str1.1,"aMS",@progbits,1 .LC1: .string "mode" .LC2: .string "blksize" .text .p2align 4 .type file_info, @function file_info: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov esi, 1 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 sub rsp, 24 .cfi_def_cfa_offset 64 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax lea r12, 4[rsp] call luaL_checkstring@PLT mov rsi, r12 mov rdi, rax mov r13, rax call stat@PLT test rax, rax jne .L22 mov esi, 2 mov rdi, rbp call lua_isstring@PLT mov esi, 2 mov rdi, rbp test rax, rax jne .L23 call lua_istable@PLT test eax, eax je .L24 .L11: mov rax, QWORD PTR members[rip] xor ebx, ebx mov rsi, QWORD PTR [rax] test rsi, rsi je .L13 .p2align 4,,10 .p2align 3 .L12: mov rdi, rbp call lua_pushstring@PLT mov rax, QWORD PTR members[rip] mov rsi, r12 mov rdi, rbp call [QWORD PTR 8[rax+rbx]] mov esi, -3 mov rdi, rbp add rbx, 16 call lua_rawset@PLT mov rax, QWORD PTR members[rip] mov rsi, QWORD PTR [rax+rbx] test rsi, rsi jne .L12 .L13: mov eax, 1 .L1: mov rcx, QWORD PTR 8[rsp] sub rcx, QWORD PTR fs:40 jne .L25 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 40 pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L23: .cfi_restore_state call lua_tostring@PLT lea rsi, .LC1[rip] mov rdi, rax mov rbx, rax call strcmp@PLT mov rcx, QWORD PTR members[rip] test rax, rax jne .L26 .L7: mov rsi, r12 mov rdi, rbp call [QWORD PTR 8[rcx]] mov eax, 1 jmp .L1 .p2align 4,,10 .p2align 3 .L22: mov rdi, rbp call lua_pushnil@PLT mov rdx, r13 lea rsi, .LC0[rip] mov rdi, rbp call lua_pushfstring@PLT mov eax, 2 jmp .L1 .p2align 4,,10 .p2align 3 .L24: mov rdi, rbp call lua_newtable@PLT jmp .L11 .p2align 4,,10 .p2align 3 .L26: lea rsi, .LC2[rip] mov rdi, rbx call strcmp@PLT test rax, rax je .L27 mov r8, QWORD PTR members[rip] mov rdx, QWORD PTR 16[r8] lea rcx, 16[r8] test rdx, rdx je .L7 movzx edi, BYTE PTR [rbx] lea rax, 32[r8] mov esi, 1 jmp .L10 .p2align 4,,10 .p2align 3 .L9: mov rcx, rax mov rdx, QWORD PTR [rax] add rax, 16 add esi, 1 test rdx, rdx je .L7 .L10: cmp BYTE PTR [rdx], dil jne .L9 movsx rcx, esi sal rcx, 4 add rcx, r8 jmp .L7 .L27: mov rax, QWORD PTR members[rip] lea rcx, 192[rax] jmp .L7 .L25: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size file_info, .-file_info .globl members .bss .align 8 .type members, @object .size members, 8 members: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_file_info.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "cannot obtain information from file `%s'\000" .align 2 .LC1: .ascii "mode\000" .align 2 .LC2: .ascii "blksize\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC3: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type file_info, %function file_info: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} ldr r3, .L24 sub sp, sp, #8 mov r1, #1 ldr r3, [r3] str r3, [sp, #4] mov r3,#0 mov r4, r0 bl luaL_checkstring mov r1, sp mov r5, r0 bl stat cmp r0, #0 bne .L20 mov r1, #2 mov r0, r4 bl lua_isstring cmp r0, #0 mov r1, #2 mov r0, r4 bne .L21 bl lua_istable cmp r0, #0 beq .L22 .L11: ldr r6, .L24+4 ldr r3, [r6] ldr r1, [r3] cmp r1, #0 movne r5, #0 beq .L13 .L12: mov r0, r4 bl lua_pushstring ldr r3, [r6] mov r1, sp add r3, r3, r5 ldr r3, [r3, #4] mov r0, r4 blx r3 mvn r1, #2 mov r0, r4 bl lua_rawset ldr r3, [r6] add r5, r5, #8 ldr r1, [r3, r5] cmp r1, #0 bne .L12 .L13: mov r0, #1 .L1: ldr r3, .L24 ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L23 add sp, sp, #8 @ sp needed pop {r4, r5, r6, pc} .L21: bl lua_tostring ldr r1, .L24+8 mov r5, r0 bl strcmp cmp r0, #0 beq .L5 ldr r1, .L24+12 mov r0, r5 bl strcmp ldr r3, .L24+4 cmp r0, #0 ldr r1, [r3] addeq r0, r1, #96 beq .L7 ldr r2, [r1, #8] cmp r2, #0 addeq r0, r1, #8 beq .L7 mov r3, #1 ldrb ip, [r5] @ zero_extendqisi2 b .L10 .L9: add r3, r3, #1 ldr r2, [r1, r3, lsl #3] add r0, r1, r3, lsl #3 cmp r2, #0 beq .L7 .L10: ldrb r2, [r2] @ zero_extendqisi2 cmp r2, ip bne .L9 add r0, r1, r3, lsl #3 b .L7 .L20: mov r0, r4 bl lua_pushnil mov r2, r5 mov r0, r4 ldr r1, .L24+16 bl lua_pushfstring mov r0, #2 b .L1 .L22: mov r0, r4 bl lua_newtable b .L11 .L5: ldr r3, .L24+4 ldr r0, [r3] .L7: ldr r3, [r0, #4] mov r1, sp mov r0, r4 blx r3 mov r0, #1 b .L1 .L23: bl __stack_chk_fail .L25: .align 2 .L24: .word .LC3 .word members .word .LC1 .word .LC2 .word .LC0 .size file_info, .-file_info .comm members,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_file_lock.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "lock" .LC1: .string "%s" .text .p2align 4 .type file_lock, @function file_lock: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 lea rdx, .LC0[rip] mov esi, 1 push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rdi sub rsp, 8 .cfi_def_cfa_offset 48 call check_file@PLT mov esi, 2 mov rdi, rbp mov r12, rax call luaL_checkstring@PLT xor edx, edx mov esi, 3 mov rdi, rbp mov r13, rax call luaL_optlong@PLT xor edx, edx mov esi, 4 mov rdi, rbp mov r14, rax call luaL_optlong@PLT mov rcx, r14 mov rdx, r13 mov rsi, r12 mov r8, rax lea r9, .LC0[rip] mov rdi, rbp call _file_lock@PLT test rax, rax je .L2 mov rdi, rbp mov esi, 1 call lua_pushboolean@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, 1 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov edi, DWORD PTR errno[rip] call strerror@PLT mov rdi, rbp lea rsi, .LC1[rip] mov edx, eax call lua_pushfstring@PLT add rsp, 8 .cfi_def_cfa_offset 40 mov eax, 2 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size file_lock, .-file_lock .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_file_lock.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "lock\000" .align 2 .LC1: .ascii "%s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type file_lock, %function file_lock: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} ldr r8, .L6 sub sp, sp, #8 mov r2, r8 mov r1, #1 mov r4, r0 bl check_file mov r1, #2 mov r5, r0 mov r0, r4 bl luaL_checkstring mov r2, #0 mov r6, r0 mov r1, #3 mov r0, r4 bl luaL_optlong mov r2, #0 mov r7, r0 mov r1, #4 mov r0, r4 bl luaL_optlong mov r3, r7 str r0, [sp] mov r2, r6 mov r1, r5 mov r0, r4 str r8, [sp, #4] bl _file_lock cmp r0, #0 mov r0, r4 beq .L2 mov r1, #1 bl lua_pushboolean mov r0, #1 add sp, sp, #8 @ sp needed pop {r4, r5, r6, r7, r8, pc} .L2: bl lua_pushnil ldr r3, .L6+4 ldr r0, [r3] bl strerror ldr r1, .L6+8 mov r2, r0 mov r0, r4 bl lua_pushfstring mov r0, #2 add sp, sp, #8 @ sp needed pop {r4, r5, r6, r7, r8, pc} .L7: .align 2 .L6: .word .LC0 .word errno .word .LC1 .size file_lock, .-file_lock .comm errno,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_file_unlock.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "unlock" .LC1: .string "u" .LC2: .string "%s" .text .p2align 4 .type file_unlock, @function file_unlock: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 lea rdx, .LC0[rip] mov esi, 1 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi call check_file@PLT xor edx, edx mov esi, 2 mov rdi, rbp mov r12, rax call luaL_optlong@PLT xor edx, edx mov esi, 3 mov rdi, rbp mov r13, rax call luaL_optlong@PLT mov rcx, r13 mov rsi, r12 mov rdi, rbp mov r8, rax lea r9, .LC0[rip] lea rdx, .LC1[rip] call _file_lock@PLT test rax, rax je .L2 mov rdi, rbp mov esi, 1 call lua_pushboolean@PLT pop rbp .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov edi, DWORD PTR errno[rip] call strerror@PLT mov rdi, rbp lea rsi, .LC2[rip] mov edx, eax call lua_pushfstring@PLT pop rbp .cfi_def_cfa_offset 24 mov eax, 2 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size file_unlock, .-file_unlock .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_file_unlock.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "unlock\000" .align 2 .LC1: .ascii "u\000" .align 2 .LC2: .ascii "%s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type file_unlock, %function file_unlock: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, lr} ldr r7, .L6 sub sp, sp, #12 mov r2, r7 mov r1, #1 mov r4, r0 bl check_file mov r2, #0 mov r5, r0 mov r1, #2 mov r0, r4 bl luaL_optlong mov r2, #0 mov r6, r0 mov r1, #3 mov r0, r4 bl luaL_optlong mov r3, r6 str r0, [sp] mov r1, r5 mov r0, r4 ldr r2, .L6+4 str r7, [sp, #4] bl _file_lock cmp r0, #0 mov r0, r4 beq .L2 mov r1, #1 bl lua_pushboolean mov r0, #1 add sp, sp, #12 @ sp needed pop {r4, r5, r6, r7, pc} .L2: bl lua_pushnil ldr r3, .L6+8 ldr r0, [r3] bl strerror ldr r1, .L6+12 mov r2, r0 mov r0, r4 bl lua_pushfstring mov r0, #2 add sp, sp, #12 @ sp needed pop {r4, r5, r6, r7, pc} .L7: .align 2 .L6: .word .LC0 .word .LC1 .word errno .word .LC2 .size file_unlock, .-file_unlock .comm errno,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_file_utime.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "%s" .text .p2align 4 .type file_utime, @function file_utime: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 1 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi sub rsp, 40 .cfi_def_cfa_offset 64 mov rax, QWORD PTR fs:40 mov QWORD PTR 24[rsp], rax xor eax, eax call luaL_checkstring@PLT mov rdi, rbp mov r12, rax call lua_gettop@PLT xor esi, esi cmp eax, 1 je .L2 xor edx, edx mov esi, 2 mov rdi, rbp call luaL_optnumber@PLT mov esi, 3 mov rdi, rbp mov rdx, rax mov QWORD PTR [rsp], rax call luaL_optnumber@PLT mov rsi, rsp mov QWORD PTR 8[rsp], rax .L2: mov rdi, r12 call utime@PLT test rax, rax jne .L11 mov esi, 1 mov rdi, rbp call lua_pushboolean@PLT mov eax, 1 .L1: mov rcx, QWORD PTR 24[rsp] sub rcx, QWORD PTR fs:40 jne .L12 add rsp, 40 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L11: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov edi, DWORD PTR errno[rip] call strerror@PLT lea rsi, .LC0[rip] mov rdi, rbp mov edx, eax call lua_pushfstring@PLT mov eax, 2 jmp .L1 .L12: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size file_utime, .-file_utime .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_file_utime.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "%s\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC1: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type file_utime, %function file_utime: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, lr} ldr r3, .L11 mov r1, #1 sub sp, sp, #20 mov r4, r0 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 bl luaL_checkstring mov r5, r0 mov r0, r4 bl lua_gettop cmp r0, #1 moveq r1, #0 beq .L2 mov r2, #0 mov r1, #2 mov r0, r4 bl luaL_optnumber mov r2, r0 mov r1, #3 mov r0, r4 str r2, [sp, #4] bl luaL_optnumber add r1, sp, #4 str r0, [sp, #8] .L2: mov r0, r5 bl utime cmp r0, #0 mov r0, r4 bne .L9 mov r1, #1 bl lua_pushboolean mov r0, #1 .L1: ldr r3, .L11 ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L10 add sp, sp, #20 @ sp needed pop {r4, r5, pc} .L9: bl lua_pushnil ldr r3, .L11+4 ldr r0, [r3] bl strerror ldr r1, .L11+8 mov r2, r0 mov r0, r4 bl lua_pushfstring mov r0, #2 b .L1 .L10: bl __stack_chk_fail .L12: .align 2 .L11: .word .LC1 .word errno .word .LC0 .size file_utime, .-file_utime .comm errno,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_get_dir.c" .intel_syntax noprefix .text .p2align 4 .type get_dir, @function get_dir: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 255 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi sub rsp, 280 .cfi_def_cfa_offset 304 mov rax, QWORD PTR fs:40 mov QWORD PTR 264[rsp], rax xor eax, eax mov r12, rsp mov rdi, r12 call getcwd@PLT test rax, rax je .L7 mov rsi, r12 mov rdi, rbp call lua_pushstring@PLT mov eax, 1 .L1: mov rdx, QWORD PTR 264[rsp] sub rdx, QWORD PTR fs:40 jne .L8 add rsp, 280 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L7: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov rsi, QWORD PTR getcwd_error[rip] mov rdi, rbp call lua_pushstring@PLT mov eax, 2 jmp .L1 .L8: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size get_dir, .-get_dir .globl getcwd_error .bss .align 8 .type getcwd_error, @object .size getcwd_error, 8 getcwd_error: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_get_dir.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type get_dir, %function get_dir: @ args = 0, pretend = 0, frame = 264 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} ldr r3, .L9 sub sp, sp, #264 mov r4, r0 mov r1, #255 mov r0, sp ldr r3, [r3] str r3, [sp, #260] mov r3,#0 bl getcwd cmp r0, #0 beq .L7 mov r1, sp mov r0, r4 bl lua_pushstring mov r0, #1 .L1: ldr r3, .L9 ldr r2, [r3] ldr r3, [sp, #260] eors r2, r3, r2 mov r3, #0 bne .L8 add sp, sp, #264 @ sp needed pop {r4, pc} .L7: mov r0, r4 bl lua_pushnil ldr r3, .L9+4 mov r0, r4 ldr r1, [r3] bl lua_pushstring mov r0, #2 b .L1 .L8: bl __stack_chk_fail .L10: .align 2 .L9: .word .LC0 .word getcwd_error .size get_dir, .-get_dir .comm getcwd_error,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_make_dir.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "%s" .text .p2align 4 .type make_dir, @function make_dir: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov esi, 1 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi call luaL_checkstring@PLT xor edi, edi mov r12, rax call umask@PLT mov esi, DWORD PTR S_IRUSR[rip] mov rdi, r12 or esi, DWORD PTR S_IWUSR[rip] or esi, DWORD PTR S_IXUSR[rip] or esi, DWORD PTR S_IRGRP[rip] mov r13, rax or esi, DWORD PTR S_IWGRP[rip] or esi, DWORD PTR S_IXGRP[rip] or esi, DWORD PTR S_IROTH[rip] or esi, DWORD PTR S_IXOTH[rip] call mkdir@PLT test eax, eax jne .L6 mov rdi, r13 call umask@PLT mov rdi, rbp mov esi, 1 call lua_pushboolean@PLT pop rbp .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov edi, DWORD PTR errno[rip] call strerror@PLT mov rdi, rbp lea rsi, .LC0[rip] mov edx, eax call lua_pushfstring@PLT pop rbp .cfi_def_cfa_offset 24 mov eax, 2 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size make_dir, .-make_dir .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .globl S_IXUSR .align 4 .type S_IXUSR, @object .size S_IXUSR, 4 S_IXUSR: .zero 4 .globl S_IXOTH .align 4 .type S_IXOTH, @object .size S_IXOTH, 4 S_IXOTH: .zero 4 .globl S_IXGRP .align 4 .type S_IXGRP, @object .size S_IXGRP, 4 S_IXGRP: .zero 4 .globl S_IWUSR .align 4 .type S_IWUSR, @object .size S_IWUSR, 4 S_IWUSR: .zero 4 .globl S_IWGRP .align 4 .type S_IWGRP, @object .size S_IWGRP, 4 S_IWGRP: .zero 4 .globl S_IRUSR .align 4 .type S_IRUSR, @object .size S_IRUSR, 4 S_IRUSR: .zero 4 .globl S_IROTH .align 4 .type S_IROTH, @object .size S_IROTH, 4 S_IROTH: .zero 4 .globl S_IRGRP .align 4 .type S_IRGRP, @object .size S_IRGRP, 4 S_IRGRP: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_make_dir.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "%s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type make_dir, %function make_dir: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r1, #1 mov r4, r0 bl luaL_checkstring mov r5, r0 mov r0, #0 bl umask mov r2, r0 ldr r3, .L7 ldr r0, .L7+4 ldr r3, [r3] ldr r0, [r0] ldr r1, .L7+8 orr r3, r3, r0 ldr r1, [r1] ldr r0, .L7+12 orr r3, r3, r1 ldr r0, [r0] ldr r1, .L7+16 orr r3, r3, r0 ldr r1, [r1] ldr r0, .L7+20 orr r3, r3, r1 ldr r0, [r0] ldr r1, .L7+24 orr r3, r3, r0 ldr r1, [r1] ldr r0, .L7+28 orr r3, r3, r1 ldr r1, [r0] mov r0, r5 orr r1, r3, r1 mov r5, r2 bl mkdir cmp r0, #0 bne .L6 mov r0, r5 bl umask mov r0, r4 mov r1, #1 bl lua_pushboolean mov r0, #1 pop {r4, r5, r6, pc} .L6: mov r0, r4 bl lua_pushnil ldr r3, .L7+32 ldr r0, [r3] bl strerror ldr r1, .L7+36 mov r2, r0 mov r0, r4 bl lua_pushfstring mov r0, #2 pop {r4, r5, r6, pc} .L8: .align 2 .L7: .word S_IRUSR .word S_IWUSR .word S_IXUSR .word S_IRGRP .word S_IWGRP .word S_IXGRP .word S_IROTH .word S_IXOTH .word errno .word .LC0 .size make_dir, .-make_dir .comm errno,4,4 .comm S_IXUSR,4,4 .comm S_IXOTH,4,4 .comm S_IXGRP,4,4 .comm S_IWUSR,4,4 .comm S_IWGRP,4,4 .comm S_IRUSR,4,4 .comm S_IROTH,4,4 .comm S_IRGRP,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_atime.c" .intel_syntax noprefix .text .p2align 4 .type push_st_atime, @function push_st_atime: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_atime, .-push_st_atime .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_atime.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_atime, %function push_st_atime: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_atime, .-push_st_atime .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_blksize.c" .intel_syntax noprefix .text .p2align 4 .type push_st_blksize, @function push_st_blksize: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_blksize, .-push_st_blksize .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_blksize.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_blksize, %function push_st_blksize: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_blksize, .-push_st_blksize .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_blocks.c" .intel_syntax noprefix .text .p2align 4 .type push_st_blocks, @function push_st_blocks: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_blocks, .-push_st_blocks .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_blocks.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_blocks, %function push_st_blocks: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_blocks, .-push_st_blocks .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_ctime.c" .intel_syntax noprefix .text .p2align 4 .type push_st_ctime, @function push_st_ctime: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_ctime, .-push_st_ctime .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_ctime.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_ctime, %function push_st_ctime: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_ctime, .-push_st_ctime .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_dev.c" .intel_syntax noprefix .text .p2align 4 .type push_st_dev, @function push_st_dev: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_dev, .-push_st_dev .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_dev.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_dev, %function push_st_dev: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_dev, .-push_st_dev .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_gid.c" .intel_syntax noprefix .text .p2align 4 .type push_st_gid, @function push_st_gid: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_gid, .-push_st_gid .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_gid.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_gid, %function push_st_gid: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_gid, .-push_st_gid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_ino.c" .intel_syntax noprefix .text .p2align 4 .type push_st_ino, @function push_st_ino: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_ino, .-push_st_ino .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_ino.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_ino, %function push_st_ino: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_ino, .-push_st_ino .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_mode.c" .intel_syntax noprefix .text .p2align 4 .type push_st_mode, @function push_st_mode: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdi mov edi, DWORD PTR [rsi] call mode2string@PLT mov rdi, rbp pop rbp .cfi_def_cfa_offset 8 mov esi, eax jmp lua_pushstring@PLT .cfi_endproc .LFE0: .size push_st_mode, .-push_st_mode .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_mode.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_mode, %function push_st_mode: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r0, [r1] bl mode2string mov r1, r0 mov r0, r4 pop {r4, lr} b lua_pushstring .size push_st_mode, .-push_st_mode .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_mtime.c" .intel_syntax noprefix .text .p2align 4 .type push_st_mtime, @function push_st_mtime: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_mtime, .-push_st_mtime .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_mtime.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_mtime, %function push_st_mtime: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_mtime, .-push_st_mtime .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_nlink.c" .intel_syntax noprefix .text .p2align 4 .type push_st_nlink, @function push_st_nlink: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_nlink, .-push_st_nlink .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_nlink.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_nlink, %function push_st_nlink: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_nlink, .-push_st_nlink .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_rdev.c" .intel_syntax noprefix .text .p2align 4 .type push_st_rdev, @function push_st_rdev: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_rdev, .-push_st_rdev .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_rdev.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_rdev, %function push_st_rdev: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_rdev, .-push_st_rdev .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_size.c" .intel_syntax noprefix .text .p2align 4 .type push_st_size, @function push_st_size: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_size, .-push_st_size .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_size.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_size, %function push_st_size: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_size, .-push_st_size .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_push_st_uid.c" .intel_syntax noprefix .text .p2align 4 .type push_st_uid, @function push_st_uid: .LFB0: .cfi_startproc endbr64 mov rsi, QWORD PTR [rsi] jmp lua_pushnumber@PLT .cfi_endproc .LFE0: .size push_st_uid, .-push_st_uid .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_push_st_uid.c" .text .align 2 .syntax unified .arm .fpu softvfp .type push_st_uid, %function push_st_uid: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r1, [r1] b lua_pushnumber .size push_st_uid, .-push_st_uid .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_remove_dir.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "%s" .text .p2align 4 .type remove_dir, @function remove_dir: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov esi, 1 mov rbp, rdi call luaL_checkstring@PLT mov rdi, rax call rmdir@PLT test eax, eax jne .L6 mov rdi, rbp mov esi, 1 call lua_pushboolean@PLT mov eax, 1 pop rbp .cfi_remember_state .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore_state mov rdi, rbp call lua_pushnil@PLT mov edi, DWORD PTR errno[rip] call strerror@PLT mov rdi, rbp lea rsi, .LC0[rip] mov edx, eax call lua_pushfstring@PLT mov eax, 2 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size remove_dir, .-remove_dir .globl errno .bss .align 4 .type errno, @object .size errno, 4 errno: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_remove_dir.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "%s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type remove_dir, %function remove_dir: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r1, #1 mov r4, r0 bl luaL_checkstring bl rmdir cmp r0, #0 mov r0, r4 bne .L6 mov r1, #1 bl lua_pushboolean mov r0, #1 pop {r4, pc} .L6: bl lua_pushnil ldr r3, .L7 ldr r0, [r3] bl strerror ldr r1, .L7+4 mov r2, r0 mov r0, r4 bl lua_pushfstring mov r0, #2 pop {r4, pc} .L8: .align 2 .L7: .word errno .word .LC0 .size remove_dir, .-remove_dir .comm errno,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lfs.c_set_info.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "_COPYRIGHT" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC1: .string "Copyright (C) 2003-2006 Kepler Project" .section .rodata.str1.1 .LC2: .string "_DESCRIPTION" .section .rodata.str1.8 .align 8 .LC3: .string "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution" .section .rodata.str1.1 .LC4: .string "_VERSION" .LC5: .string "LuaFileSystem 1.2" .text .p2align 4 .type set_info, @function set_info: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 lea rsi, .LC0[rip] mov rbp, rdi call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC2[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC3[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 call lua_settable@PLT mov rdi, rbp lea rsi, .LC4[rip] call lua_pushliteral@PLT mov rdi, rbp lea rsi, .LC5[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -3 pop rbp .cfi_def_cfa_offset 8 jmp lua_settable@PLT .cfi_endproc .LFE0: .size set_info, .-set_info .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lfs.c_set_info.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "_COPYRIGHT\000" .align 2 .LC1: .ascii "Copyright (C) 2003-2006 Kepler Project\000" .align 2 .LC2: .ascii "_DESCRIPTION\000" .align 2 .LC3: .ascii "LuaFileSystem is a Lua library developed to complem" .ascii "ent the set of functions related to file systems of" .ascii "fered by the standard Lua distribution\000" .align 2 .LC4: .ascii "_VERSION\000" .align 2 .LC5: .ascii "LuaFileSystem 1.2\000" .text .align 2 .syntax unified .arm .fpu softvfp .type set_info, %function set_info: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 ldr r1, .L4 bl lua_pushliteral mov r0, r4 ldr r1, .L4+4 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+8 bl lua_pushliteral mov r0, r4 ldr r1, .L4+12 bl lua_pushliteral mov r0, r4 mvn r1, #2 bl lua_settable mov r0, r4 ldr r1, .L4+16 bl lua_pushliteral mov r0, r4 ldr r1, .L4+20 bl lua_pushliteral mov r0, r4 pop {r4, lr} mvn r1, #2 b lua_settable .L5: .align 2 .L4: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size set_info, .-set_info .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_accumcap.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "no initial value for accumulator capture" .align 8 .LC1: .string "invalid (non function) capture to accumulate" .text .p2align 4 .type accumcap, @function accumcap: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 mov rbp, QWORD PTR 8[rdi] mov edi, DWORD PTR [rdi] lea eax, 1[rdi] mov DWORD PTR [rbx], eax call isfullcap@PLT test rax, rax jne .L2 mov edi, DWORD PTR [rbx] call isclosecap@PLT test rax, rax je .L12 .L2: lea rsi, .LC0[rip] .L9: add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rdi, rbp pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp luaL_error@PLT .p2align 4,,10 .p2align 3 .L12: .cfi_restore_state mov rdi, rbx call pushcapture@PLT cmp eax, 1 jne .L2 mov edi, DWORD PTR [rbx] call isclosecap@PLT test rax, rax jne .L13 .p2align 4,,10 .p2align 3 .L5: mov edi, DWORD PTR [rbx] call captype@PLT cmp rax, QWORD PTR Cfunction[rip] jne .L14 mov rdi, rbx call pushluaval@PLT mov esi, -2 mov rdi, rbp call lua_insert@PLT xor esi, esi mov rdi, rbx call pushallcaptures@PLT mov rdi, rbp mov edx, 1 lea esi, 1[rax] call lua_call@PLT mov edi, DWORD PTR [rbx] call isclosecap@PLT test rax, rax je .L5 .L13: add DWORD PTR [rbx], 1 add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L14: .cfi_restore_state lea rsi, .LC1[rip] jmp .L9 .cfi_endproc .LFE0: .size accumcap, .-accumcap .globl Cfunction .bss .align 8 .type Cfunction, @object .size Cfunction, 8 Cfunction: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_accumcap.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "no initial value for accumulator capture\000" .align 2 .LC1: .ascii "invalid (non function) capture to accumulate\000" .text .align 2 .syntax unified .arm .fpu softvfp .type accumcap, %function accumcap: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r4, r0 ldr r0, [r0] ldr r6, [r4, #4] add r3, r0, #1 str r3, [r4] bl isfullcap cmp r0, #0 bne .L2 ldr r0, [r4] bl isclosecap cmp r0, #0 beq .L9 .L2: mov r0, r6 pop {r4, r5, r6, r7, r8, lr} ldr r1, .L11 b luaL_error .L9: mov r0, r4 bl pushcapture cmp r0, #1 bne .L2 ldr r7, .L11+4 b .L3 .L5: ldr r0, [r4] bl captype ldr r3, [r7] cmp r0, r3 bne .L10 mov r0, r4 bl pushluaval mvn r1, #1 mov r0, r6 bl lua_insert mov r1, r5 mov r0, r4 bl pushallcaptures mov r2, #1 add r1, r0, r2 mov r0, r6 bl lua_call .L3: ldr r0, [r4] bl isclosecap subs r5, r0, #0 beq .L5 mov r0, #1 ldr r3, [r4] add r3, r3, r0 str r3, [r4] pop {r4, r5, r6, r7, r8, pc} .L10: mov r0, r6 pop {r4, r5, r6, r7, r8, lr} ldr r1, .L11+8 b luaL_error .L12: .align 2 .L11: .word .LC0 .word Cfunction .word .LC1 .size accumcap, .-accumcap .comm Cfunction,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_adddyncaptures.c" .intel_syntax noprefix .text .p2align 4 .type adddyncaptures, @function adddyncaptures: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13, rsi push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 movsx r12, edx push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi xor edi, edi push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 mov ebx, ecx sub rsp, 8 .cfi_def_cfa_offset 48 mov rax, QWORD PTR Cruntime[rip] cmp QWORD PTR [rsi], rax jne .L2 mov eax, DWORD PTR 8[rsi] xor edi, edi test eax, eax sete dil .L2: call assert@PLT mov DWORD PTR 12[r13], ebx cmp r12d, 1 jle .L3 mov rsi, QWORD PTR Cruntime[rip] lea rax, 24[r13] lea edx, 1[rbx] lea ecx, [rbx+r12] .p2align 4,,10 .p2align 3 .L4: mov DWORD PTR 12[rax], edx add edx, 1 add rax, 24 mov DWORD PTR -16[rax], 1 mov QWORD PTR -8[rax], rbp mov QWORD PTR -24[rax], rsi cmp edx, ecx jne .L4 .L3: mov rdx, QWORD PTR Cclose[rip] lea rax, [r12+r12*2] lea rax, 0[r13+rax*8] mov QWORD PTR [rax], rdx mov DWORD PTR 8[rax], 1 mov QWORD PTR 16[rax], rbp add rsp, 8 .cfi_def_cfa_offset 40 pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size adddyncaptures, .-adddyncaptures .globl Cruntime .bss .align 8 .type Cruntime, @object .size Cruntime, 8 Cruntime: .zero 8 .globl Cclose .align 8 .type Cclose, @object .size Cclose, 8 Cclose: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_adddyncaptures.c" .text .align 2 .syntax unified .arm .fpu softvfp .type adddyncaptures, %function adddyncaptures: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r6, r1 ldr r8, .L11 ldr ip, [r1] ldr r1, [r8] mov r5, r0 cmp ip, r1 ldreq r0, [r6, #4] mov r7, r2 clzeq r0, r0 mov r4, r3 movne r0, #0 lsreq r0, r0, #5 bl assert cmp r7, #1 str r4, [r6, #8] lslle r2, r7, #4 ble .L3 mov lr, #1 mov ip, r6 lsl r2, r7, #4 sub r0, r2, #16 ldr r1, [r8] add r3, r4, lr add r0, r0, r6 .L4: str r3, [ip, #24] str lr, [ip, #20] str r5, [ip, #28] str r1, [ip, #16] add ip, ip, #16 cmp ip, r0 add r3, r3, #1 bne .L4 .L3: mov r1, #1 ldr r0, .L11+4 add r3, r6, r2 ldr r2, [r0] str r2, [r6, r7, lsl #4] str r5, [r3, #12] str r1, [r3, #4] pop {r4, r5, r6, r7, r8, pc} .L12: .align 2 .L11: .word Cruntime .word Cclose .size adddyncaptures, .-adddyncaptures .comm Cruntime,4,4 .comm Cclose,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_addpatt.c" .intel_syntax noprefix .text .p2align 4 .type addpatt, @function addpatt: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 mov r13d, edx push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rdi push rbx .cfi_def_cfa_offset 48 .cfi_offset 3, -48 mov rbx, rsi mov esi, edx call lua_touserdata@PLT mov rdi, rbp mov esi, r13d mov r14, rax call pattsize@PLT mov rdi, rbp mov esi, r13d mov r12d, eax call jointable@PLT lea edx, 1[r12] mov rsi, r14 mov rdi, rbx movsx rbp, eax call copypatt@PLT test ebp, ebp je .L1 movsx rax, r12d lea r13, [rbx+rax*8] cmp rbx, r13 jnb .L1 .p2align 4,,10 .p2align 3 .L4: mov rdi, rbx call isfenvoff@PLT test rax, rax je .L3 mov rax, QWORD PTR [rbx] test rax, rax je .L3 add rax, rbp mov QWORD PTR [rbx], rax .L3: mov rdi, rbx call sizei@PLT cdqe lea rbx, [rbx+rax*8] cmp rbx, r13 jb .L4 .L1: pop rbx .cfi_def_cfa_offset 40 mov eax, r12d pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size addpatt, .-addpatt .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_addpatt.c" .text .align 2 .syntax unified .arm .fpu softvfp .type addpatt, %function addpatt: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r4, r1 mov r1, r2 mov r5, r2 mov r6, r0 bl lua_touserdata mov r1, r5 mov r8, r0 mov r0, r6 bl pattsize mov r3, r0 mov r1, r5 mov r0, r6 mov r5, r3 bl jointable mov r7, r0 mov r1, r8 mov r0, r4 add r2, r5, #1 bl copypatt cmp r7, #0 beq .L1 add r6, r4, r5, lsl #2 cmp r4, r6 bcs .L1 .L4: mov r0, r4 bl isfenvoff mov r3, r0 cmp r3, #0 mov r0, r4 beq .L3 ldr r3, [r4] cmp r3, #0 addne r3, r3, r7 strne r3, [r4] .L3: bl sizei add r4, r4, r0, lsl #2 cmp r4, r6 bcc .L4 .L1: mov r0, r5 pop {r4, r5, r6, r7, r8, pc} .size addpatt, .-addpatt .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_any.c" .intel_syntax noprefix .text .p2align 4 .type any, @function any: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13d, esi mov esi, edx push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rcx push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 xor ebx, ebx sub rsp, 8 .cfi_def_cfa_offset 48 test rcx, rcx je .L2 movsx rbx, DWORD PTR [rcx] sal rbx, 2 .L2: lea eax, -1[r13] cdq idiv DWORD PTR UCHAR_MAX[rip] lea esi, 1[rsi+rax] call newpatt@PLT mov ecx, DWORD PTR UCHAR_MAX[rip] mov r12, rax add rbx, rax cmp r13d, ecx jle .L3 .p2align 4,,10 .p2align 3 .L4: mov esi, DWORD PTR IAny[rip] add rbx, 4 xor edx, edx lea edi, -4[rbx] call setinstaux@PLT mov ecx, DWORD PTR UCHAR_MAX[rip] sub r13d, ecx cmp ecx, r13d jl .L4 .L3: mov esi, DWORD PTR IAny[rip] xor edx, edx mov ecx, r13d mov edi, ebx call setinstaux@PLT test rbp, rbp je .L1 add rbx, 4 sub rbx, r12 sar rbx, 2 mov DWORD PTR 0[rbp], ebx .L1: add rsp, 8 .cfi_def_cfa_offset 40 mov rax, r12 pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size any, .-any .globl UCHAR_MAX .bss .align 4 .type UCHAR_MAX, @object .size UCHAR_MAX, 4 UCHAR_MAX: .zero 4 .globl IAny .align 4 .type IAny, @object .size IAny, 4 IAny: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_any.c" .text .global __aeabi_idiv .align 2 .syntax unified .arm .fpu softvfp .type any, %function any: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, lr} subs r5, r3, #0 ldr r8, .L15 ldrne r4, [r5] mov r6, r0 mov r7, r1 sub r0, r1, #1 ldr r1, [r8] mov r9, r2 moveq r4, r5 lslne r4, r4, #2 bl __aeabi_idiv add r1, r0, r9 add r1, r1, #1 mov r0, r6 bl newpatt ldr r3, [r8] mov r6, r0 cmp r7, r3 ldr r9, .L15+4 add r4, r0, r4 ble .L3 .L4: add r4, r4, #4 mov r2, #0 ldr r1, [r9] sub r0, r4, #4 bl setinstaux ldr r3, [r8] sub r7, r7, r3 cmp r3, r7 blt .L4 .L3: mov r0, r4 mov r3, r7 mov r2, #0 ldr r1, [r9] bl setinstaux cmp r5, #0 addne r4, r4, #4 subne r4, r4, r6 asrne r4, r4, #2 mov r0, r6 strne r4, [r5] pop {r4, r5, r6, r7, r8, r9, r10, pc} .L16: .align 2 .L15: .word UCHAR_MAX .word IAny .size any, .-any .comm UCHAR_MAX,4,4 .comm IAny,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_argcap_l.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "invalid argument index" .text .p2align 4 .type argcap_l, @function argcap_l: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR Carg[rip] lea rdx, .LC0[rip] jmp emptycap_aux@PLT .cfi_endproc .LFE0: .size argcap_l, .-argcap_l .globl Carg .bss .align 4 .type Carg, @object .size Carg, 4 Carg: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_argcap_l.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "invalid argument index\000" .text .align 2 .syntax unified .arm .fpu softvfp .type argcap_l, %function argcap_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L3 ldr r2, .L3+4 ldr r1, [r3] b emptycap_aux .L4: .align 2 .L3: .word Carg .word .LC0 .size argcap_l, .-argcap_l .comm Carg,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_auxnew.c" .intel_syntax noprefix .text .p2align 4 .type auxnew, @function auxnew: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13, rdi push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 mov r12, rsi push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdx push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 mov ebx, ecx sub rsp, 8 .cfi_def_cfa_offset 48 mov esi, DWORD PTR [rdx] add esi, ecx call newpatt@PLT mov rdi, r13 mov esi, 1 mov QWORD PTR [r12], rax call jointable@PLT movsx rax, DWORD PTR 0[rbp] mov rdx, QWORD PTR [r12] add ebx, eax lea rax, [rdx+rax*4] mov DWORD PTR 0[rbp], ebx add rsp, 8 .cfi_def_cfa_offset 40 pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size auxnew, .-auxnew .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_auxnew.c" .text .align 2 .syntax unified .arm .fpu softvfp .type auxnew, %function auxnew: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r4, r3 ldr r3, [r2] mov r6, r1 add r1, r4, r3 mov r5, r2 mov r7, r0 bl newpatt mov r1, #1 str r0, [r6] mov r0, r7 bl jointable ldr r3, [r5] ldr r0, [r6] add r4, r3, r4 str r4, [r5] add r0, r0, r3, lsl #2 pop {r4, r5, r6, r7, r8, pc} .size auxnew, .-auxnew .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_backref_l.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "invalid back reference" .text .p2align 4 .type backref_l, @function backref_l: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR Cbackref[rip] lea rdx, .LC0[rip] jmp emptycap_aux@PLT .cfi_endproc .LFE0: .size backref_l, .-backref_l .globl Cbackref .bss .align 4 .type Cbackref, @object .size Cbackref, 4 Cbackref: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_backref_l.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "invalid back reference\000" .text .align 2 .syntax unified .arm .fpu softvfp .type backref_l, %function backref_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L3 ldr r2, .L3+4 ldr r1, [r3] b emptycap_aux .L4: .align 2 .L3: .word Cbackref .word .LC0 .size backref_l, .-backref_l .comm Cbackref,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_backrefcap.c" .intel_syntax noprefix .text .p2align 4 .type backrefcap, @function backrefcap: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 mov rbp, QWORD PTR [rdi] mov edx, DWORD PTR 0[rbp] mov rsi, rbp add rbp, 4 call findback@PLT mov rdi, rbx mov QWORD PTR [rbx], rax call pushcapture@PLT mov QWORD PTR [rbx], rbp add rsp, 8 .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size backrefcap, .-backrefcap .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_backrefcap.c" .text .align 2 .syntax unified .arm .fpu softvfp .type backrefcap, %function backrefcap: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} ldr r5, [r0] mov r4, r0 ldr r2, [r5] mov r1, r5 bl findback mov r3, r0 add r5, r5, #4 mov r0, r4 str r3, [r4] bl pushcapture str r5, [r4] pop {r4, r5, r6, pc} .size backrefcap, .-backrefcap .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_basicUnion.c" .intel_syntax noprefix .text .p2align 4 .type basicUnion, @function basicUnion: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 mov r15, r9 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 mov r14, r8 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 mov r13, rdi push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12d, edx push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rsi push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 mov rdi, rbp mov ebx, ecx sub rsp, 72 .cfi_def_cfa_offset 128 mov rax, QWORD PTR fs:40 mov QWORD PTR 56[rsp], rax xor eax, eax lea r8, 32[rsp] mov rsi, r8 mov QWORD PTR [rsp], r8 call tocharset@PLT mov rax, QWORD PTR ISCHARSET[rip] mov r8, QWORD PTR [rsp] cmp QWORD PTR 32[rsp], rax jne .L2 cmp rax, QWORD PTR [r15] je .L9 .L2: mov rsi, r15 mov rdi, r8 lea r15d, 1[r12] call exclusive@PLT movsx rsi, r12d lea edx, 1[rbx] lea rcx, 0[0+rsi*8] mov DWORD PTR 8[rsp], edx mov QWORD PTR [rsp], rcx test rax, rax je .L4 .L5: lea ecx, [rbx+r15] lea rsi, 24[rsp] mov rdx, r14 mov rdi, r13 call auxnew@PLT mov edx, r12d mov rsi, rbp mov rbx, rax mov rdi, rax call copypatt@PLT mov rdi, rbx mov esi, r15d call check2test@PLT add rbx, QWORD PTR [rsp] mov edx, DWORD PTR 8[rsp] mov esi, DWORD PTR IJmp[rip] mov rdi, rbx call setinst@PLT lea rsi, 8[rbx] mov edx, 2 mov rdi, r13 call addpatt@PLT .L3: mov rax, QWORD PTR 24[rsp] mov rcx, QWORD PTR 56[rsp] sub rcx, QWORD PTR fs:40 jne .L10 add rsp, 72 .cfi_remember_state .cfi_def_cfa_offset 56 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L4: .cfi_restore_state mov rdi, rbp call isheadfail@PLT test rax, rax jne .L5 lea r8d, 2[r12] lea rsi, 24[rsp] mov rdx, r14 mov rdi, r13 lea ecx, [r8+rbx] mov DWORD PTR 12[rsp], r8d call auxnew@PLT mov r8d, DWORD PTR 12[rsp] mov esi, DWORD PTR IChoice[rip] lea rbx, 8[rax] mov rdi, rax mov edx, r8d call setinst@PLT mov edx, r12d mov rsi, rbp mov rdi, rbx call copypatt@PLT mov r14, QWORD PTR [rsp] mov edx, DWORD PTR 8[rsp] mov esi, DWORD PTR ICommit[rip] lea rdi, [rbx+r14] lea rbx, 8[rdi] call setinst@PLT mov rsi, rbx mov rdi, r13 mov edx, 2 call addpatt@PLT sub rbx, r14 lea rdi, -16[rbx] call optimizechoice@PLT jmp .L3 .p2align 4,,10 .p2align 3 .L9: mov ecx, DWORD PTR CHARSETINSTSIZE[rip] lea rsi, 24[rsp] mov rdx, r14 mov rdi, r13 call auxnew@PLT mov esi, DWORD PTR ISet[rip] xor edx, edx mov rdi, rax mov rbp, rax call setinst@PLT mov rdi, QWORD PTR i[rip] mov rax, QWORD PTR 8[r15] mov rdx, QWORD PTR 40[rsp] mov esi, DWORD PTR [rdx+rdi*4] or esi, DWORD PTR [rax+rdi*4] mov rax, QWORD PTR 8[rbp] mov DWORD PTR [rax+rdi*4], esi call loopset@PLT mov rdi, rbp call correctset@PLT jmp .L3 .L10: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size basicUnion, .-basicUnion .globl i .bss .align 8 .type i, @object .size i, 8 i: .zero 8 .globl ISet .align 4 .type ISet, @object .size ISet, 4 ISet: .zero 4 .globl ISCHARSET .align 8 .type ISCHARSET, @object .size ISCHARSET, 8 ISCHARSET: .zero 8 .globl IJmp .align 4 .type IJmp, @object .size IJmp, 4 IJmp: .zero 4 .globl ICommit .align 4 .type ICommit, @object .size ICommit, 4 ICommit: .zero 4 .globl IChoice .align 4 .type IChoice, @object .size IChoice, 4 IChoice: .zero 4 .globl CHARSETINSTSIZE .align 4 .type CHARSETINSTSIZE, @object .size CHARSETINSTSIZE, 4 CHARSETINSTSIZE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_basicUnion.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type basicUnion, %function basicUnion: @ args = 8, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} mov r4, r3 sub sp, sp, #20 ldr r3, .L11 mov r6, r1 mov r7, r0 mov r0, r1 add r1, sp, #4 mov r5, r2 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 ldr fp, [sp, #56] ldr r8, [sp, #60] bl tocharset ldr r2, .L11+4 ldr r3, [sp, #4] ldr r2, [r2] cmp r3, r2 bne .L2 ldr r2, [r8] cmp r3, r2 beq .L9 .L2: mov r1, r8 add r0, sp, #4 bl exclusive cmp r0, #0 lsl r10, r5, #2 add r9, r4, #1 beq .L4 .L5: add r8, r5, #1 add r3, r8, r4 mov r2, fp mov r1, sp mov r0, r7 bl auxnew mov r4, r0 mov r2, r5 mov r1, r6 bl copypatt mov r1, r8 mov r0, r4 bl check2test ldr r3, .L11+8 add r4, r4, r10 mov r2, r9 ldr r1, [r3] mov r0, r4 bl setinst mov r0, r7 mov r2, #2 add r1, r4, #4 bl addpatt .L3: ldr r3, .L11 ldr r0, [sp] ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L10 add sp, sp, #20 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L4: mov r0, r6 bl isheadfail cmp r0, #0 bne .L5 add r8, r5, #2 add r3, r8, r4 mov r2, fp mov r1, sp mov r0, r7 bl auxnew ldr r3, .L11+12 add r4, r0, #4 ldr r1, [r3] mov r2, r8 bl setinst mov r2, r5 mov r1, r6 mov r0, r4 bl copypatt ldr r3, .L11+16 add r0, r4, r10 ldr r1, [r3] add r4, r0, #4 mov r2, r9 bl setinst mov r0, r7 mov r1, r4 mov r2, #2 bl addpatt mvn r0, #-1073741823 sub r0, r0, r5 add r0, r4, r0, lsl #2 bl optimizechoice b .L3 .L9: ldr r3, .L11+20 mov r2, fp mov r1, sp mov r0, r7 ldr r3, [r3] bl auxnew mov r4, r0 ldr r3, .L11+24 mov r2, #0 ldr r1, [r3] bl setinst ldr r3, .L11+28 ldr r2, [r8, #4] ldr r0, [r3] ldr r3, [sp, #8] ldr r2, [r2, r0, lsl #2] ldr r1, [r3, r0, lsl #2] ldr r3, [r4, #4] orr r1, r1, r2 str r1, [r3, r0, lsl #2] bl loopset mov r0, r4 bl correctset b .L3 .L10: bl __stack_chk_fail .L12: .align 2 .L11: .word .LC0 .word ISCHARSET .word IJmp .word IChoice .word ICommit .word CHARSETINSTSIZE .word ISet .word i .size basicUnion, .-basicUnion .comm i,4,4 .comm ISet,4,4 .comm ISCHARSET,4,4 .comm IJmp,4,4 .comm ICommit,4,4 .comm IChoice,4,4 .comm CHARSETINSTSIZE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_capaccum_l.c" .intel_syntax noprefix .text .p2align 4 .type capaccum_l, @function capaccum_l: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR Caccum[rip] xor edx, edx jmp capture_aux@PLT .cfi_endproc .LFE0: .size capaccum_l, .-capaccum_l .globl Caccum .bss .align 4 .type Caccum, @object .size Caccum, 4 Caccum: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_capaccum_l.c" .text .align 2 .syntax unified .arm .fpu softvfp .type capaccum_l, %function capaccum_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L3 mov r2, #0 ldr r1, [r3] b capture_aux .L4: .align 2 .L3: .word Caccum .size capaccum_l, .-capaccum_l .comm Caccum,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_capconst_l.c" .intel_syntax noprefix .text .p2align 4 .type capconst_l, @function capconst_l: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12, rdi push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 8 .cfi_def_cfa_offset 64 call lua_gettop@PLT mov rdi, r12 mov r14d, eax mov esi, eax call newpatt@PLT xor edx, edx mov esi, r14d mov rdi, r12 mov rbp, rax call lua_createtable@PLT test r14d, r14d jle .L5 mov r13d, 1 mov ebx, 1 jmp .L2 .p2align 4,,10 .p2align 3 .L12: mov esi, DWORD PTR IEmptyCaptureIdx[rip] xor edx, edx add ebx, 1 call setinstcap@PLT cmp r14d, ebx jl .L5 .L2: mov rdi, r12 mov esi, ebx call lua_isnil@PLT mov edi, ebp mov ecx, DWORD PTR Cconst[rip] xor r8d, r8d add rbp, 4 test rax, rax jne .L12 mov esi, DWORD PTR IEmptyCaptureIdx[rip] mov edx, r13d lea r15d, 1[r13] call setinstcap@PLT mov esi, ebx mov rdi, r12 add ebx, 1 call lua_pushvalue@PLT mov edx, r13d mov esi, -2 mov rdi, r12 call lua_rawseti@PLT mov r13d, r15d cmp r14d, ebx jge .L2 .L5: mov rdi, r12 mov esi, -2 call lua_setfenv@PLT add rsp, 8 .cfi_def_cfa_offset 56 mov eax, 1 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size capconst_l, .-capconst_l .globl IEmptyCaptureIdx .bss .align 4 .type IEmptyCaptureIdx, @object .size IEmptyCaptureIdx, 4 IEmptyCaptureIdx: .zero 4 .globl Cconst .align 4 .type Cconst, @object .size Cconst, 4 Cconst: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_capconst_l.c" .text .align 2 .syntax unified .arm .fpu softvfp .type capconst_l, %function capconst_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} sub sp, sp, #12 mov r6, r0 bl lua_gettop mov r8, r0 mov r0, r6 mov r1, r8 bl newpatt mov r1, r8 mov r5, r0 mov r2, #0 mov r0, r6 bl lua_createtable cmp r8, #0 ble .L6 mov r7, #1 ldr fp, .L12 mov r4, r7 ldr r10, .L12+4 add r8, r8, r7 b .L5 .L11: mov r3, #0 mov r2, #0 str r3, [sp] ldr r1, [r10] ldr r3, [fp] add r4, r4, #1 bl setinstcap cmp r8, r4 beq .L6 .L5: mov r1, r4 mov r0, r6 bl lua_isnil subs r3, r0, #0 add r9, r7, #1 mov r0, r5 add r5, r5, #4 bne .L11 mov r2, r7 ldr r1, [r10] str r3, [sp] ldr r3, [fp] bl setinstcap mov r1, r4 mov r0, r6 bl lua_pushvalue add r4, r4, #1 mov r2, r7 mvn r1, #1 mov r0, r6 bl lua_rawseti cmp r8, r4 mov r7, r9 bne .L5 .L6: mov r0, r6 mvn r1, #1 bl lua_setfenv mov r0, #1 add sp, sp, #12 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L13: .align 2 .L12: .word Cconst .word IEmptyCaptureIdx .size capconst_l, .-capconst_l .comm IEmptyCaptureIdx,4,4 .comm Cconst,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_capsubst_l.c" .intel_syntax noprefix .text .p2align 4 .type capsubst_l, @function capsubst_l: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR Csubst[rip] xor edx, edx jmp capture_aux@PLT .cfi_endproc .LFE0: .size capsubst_l, .-capsubst_l .globl Csubst .bss .align 4 .type Csubst, @object .size Csubst, 4 Csubst: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_capsubst_l.c" .text .align 2 .syntax unified .arm .fpu softvfp .type capsubst_l, %function capsubst_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L3 mov r2, #0 ldr r1, [r3] b capture_aux .L4: .align 2 .L3: .word Csubst .size capsubst_l, .-capsubst_l .comm Csubst,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_capture_aux.c" .intel_syntax noprefix .text .p2align 4 .type capture_aux, @function capture_aux: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 mov r13d, edx push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 mov r12d, esi mov esi, 1 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rdi sub rsp, 24 .cfi_def_cfa_offset 64 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax mov rdx, rsp call getpatt@PLT xor esi, esi lea rdx, 4[rsp] mov rdi, rax call skipchecks@PLT mov esi, DWORD PTR [rsp] cmp esi, eax je .L7 add esi, 2 mov rdi, rbp call newpatt@PLT mov esi, r13d mov rdi, rbp mov r14, rax call getlabel@PLT lea r13, 4[r14] xor r8d, r8d mov ecx, r12d mov esi, DWORD PTR IOpenCapture[rip] mov edx, eax mov rdi, r14 call setinstcap@PLT mov edx, 1 mov rsi, r13 mov rdi, rbp call addpatt@PLT mov ecx, DWORD PTR Cclose[rip] xor r8d, r8d xor edx, edx cdqe mov esi, DWORD PTR ICloseCapture[rip] lea rdi, 0[r13+rax*4] call setinstcap@PLT mov rdi, r14 call optimizecaptures@PLT .L3: mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L8 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, 1 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L7: .cfi_restore_state add esi, 1 mov rdi, rbp call newpatt@PLT mov esi, r13d mov rdi, rbp mov r14, rax call getlabel@PLT mov rsi, r14 mov rdi, rbp mov edx, 1 mov r13d, eax call addpatt@PLT mov r8d, DWORD PTR 4[rsp] mov ecx, r12d mov edx, r13d mov esi, DWORD PTR IFullCapture[rip] cdqe lea rdi, [r14+rax*4] call setinstcap@PLT jmp .L3 .L8: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size capture_aux, .-capture_aux .globl IOpenCapture .bss .align 4 .type IOpenCapture, @object .size IOpenCapture, 4 IOpenCapture: .zero 4 .globl IFullCapture .align 4 .type IFullCapture, @object .size IFullCapture, 4 IFullCapture: .zero 4 .globl ICloseCapture .align 4 .type ICloseCapture, @object .size ICloseCapture, 4 ICloseCapture: .zero 4 .globl Cclose .align 4 .type Cclose, @object .size Cclose, 4 Cclose: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_capture_aux.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type capture_aux, %function capture_aux: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} ldr r3, .L9 sub sp, sp, #24 mov r6, r1 mov r5, r2 mov r1, #1 add r2, sp, #12 ldr r3, [r3] str r3, [sp, #20] mov r3,#0 mov r4, r0 bl getpatt mov r1, #0 add r2, sp, #16 bl skipchecks ldr r1, [sp, #12] cmp r1, r0 beq .L7 add r1, r1, #2 mov r0, r4 bl newpatt mov r2, r0 ldr r3, .L9+4 mov r1, r5 mov r0, r4 mov r5, r2 mov r7, #0 ldr r8, [r3] bl getlabel mov r3, r6 mov r2, r0 mov r1, r8 add r6, r5, #4 mov r0, r5 str r7, [sp] bl setinstcap mov r1, r6 mov r2, #1 mov r0, r4 bl addpatt ldr r3, .L9+8 ldr r1, .L9+12 str r7, [sp] mov r2, r7 ldr r3, [r3] ldr r1, [r1] add r0, r6, r0, lsl #2 bl setinstcap mov r0, r5 bl optimizecaptures .L3: ldr r3, .L9 ldr r2, [r3] ldr r3, [sp, #20] eors r2, r3, r2 mov r3, #0 bne .L8 mov r0, #1 add sp, sp, #24 @ sp needed pop {r4, r5, r6, r7, r8, pc} .L7: mov r0, r4 add r1, r1, #1 bl newpatt mov r1, r5 mov r5, r0 mov r0, r4 bl getlabel mov r3, r0 mov r1, r5 mov r0, r4 mov r2, #1 mov r4, r3 bl addpatt ldr ip, [sp, #16] ldr r1, .L9+16 mov r2, r4 ldr r1, [r1] mov r3, r6 add r0, r5, r0, lsl #2 str ip, [sp] bl setinstcap b .L3 .L8: bl __stack_chk_fail .L10: .align 2 .L9: .word .LC0 .word IOpenCapture .word Cclose .word ICloseCapture .word IFullCapture .size capture_aux, .-capture_aux .comm IOpenCapture,4,4 .comm IFullCapture,4,4 .comm ICloseCapture,4,4 .comm Cclose,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_capture_l.c" .intel_syntax noprefix .text .p2align 4 .type capture_l, @function capture_l: .LFB0: .cfi_startproc endbr64 mov esi, DWORD PTR Csimple[rip] xor edx, edx jmp capture_aux@PLT .cfi_endproc .LFE0: .size capture_l, .-capture_l .globl Csimple .bss .align 4 .type Csimple, @object .size Csimple, 4 Csimple: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_capture_l.c" .text .align 2 .syntax unified .arm .fpu softvfp .type capture_l, %function capture_l: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L3 mov r2, #0 ldr r1, [r3] b capture_aux .L4: .align 2 .L3: .word Csimple .size capture_l, .-capture_l .comm Csimple,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_check2test.c" .intel_syntax noprefix .text .p2align 4 .type check2test, @function check2test: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov ebp, esi push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 call ischeck@PLT mov edi, eax call assert@PLT mov rax, QWORD PTR ITestAny[rip] sub eax, DWORD PTR IAny[rip] mov DWORD PTR [rbx], ebp add DWORD PTR 4[rbx], eax add rsp, 8 .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size check2test, .-check2test .globl ITestAny .bss .align 8 .type ITestAny, @object .size ITestAny, 8 ITestAny: .zero 8 .globl IAny .align 8 .type IAny, @object .size IAny, 8 IAny: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_check2test.c" .text .align 2 .syntax unified .arm .fpu softvfp .type check2test, %function check2test: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 mov r5, r1 bl ischeck bl assert ldr r3, .L4 ldr r2, .L4+4 ldr r1, [r3] ldr r2, [r2] ldr r3, [r4, #4] sub r2, r2, r1 add r3, r3, r2 str r5, [r4] str r3, [r4, #4] pop {r4, r5, r6, pc} .L5: .align 2 .L4: .word IAny .word ITestAny .size check2test, .-check2test .comm ITestAny,4,4 .comm IAny,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_checkrule.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "possible infinite loop in %s" .text .p2align 4 .type checkrule, @function checkrule: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 mov r15d, edx push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 mov r14, rdi push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 mov r13d, edx push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rsi push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 movsx rbx, ecx sub rsp, 40 .cfi_def_cfa_offset 96 mov DWORD PTR 4[rsp], r8d mov DWORD PTR [rsp], r9d cmp edx, ebx jge .L2 xor r12d, r12d jmp .L6 .p2align 4,,10 .p2align 3 .L3: cmp rax, QWORD PTR IOpenCall[rip] cmove r12d, r15d .L5: mov rdi, r10 call sizei@PLT add r15d, eax cmp ebx, r15d jle .L2 .L6: movsx r10, r15d sal r10, 4 add r10, rbp mov rax, QWORD PTR [r10] cmp rax, QWORD PTR IPartialCommit[rip] jne .L3 cmp QWORD PTR 8[r10], 0 jns .L3 mov rdi, rbp mov esi, r15d mov QWORD PTR 8[rsp], r10 call dest@PLT xor edi, edi mov r10, QWORD PTR 8[rsp] movsx rdx, eax mov rax, QWORD PTR IChoice[rip] mov rcx, rdx sal rdx, 4 cmp QWORD PTR -16[rbp+rdx], rax mov QWORD PTR 24[rsp], rdx je .L12 .L4: mov DWORD PTR 16[rsp], ecx mov QWORD PTR 8[rsp], r10 call assert@PLT mov ecx, DWORD PTR 16[rsp] mov r10, QWORD PTR 8[rsp] cmp ecx, r12d jg .L5 mov rdx, QWORD PTR 24[rsp] mov r9d, DWORD PTR [rsp] mov rcx, r10 mov rsi, rbp mov r8d, DWORD PTR 4[rsp] mov rdi, r14 add rdx, rbp call verify@PLT mov r10, QWORD PTR 8[rsp] test eax, eax jne .L5 mov esi, DWORD PTR [rsp] mov rdi, r14 call val2str@PLT lea rsi, .LC0[rip] mov rdi, r14 mov edx, eax call luaL_error@PLT mov r10, QWORD PTR 8[rsp] jmp .L5 .p2align 4,,10 .p2align 3 .L2: movsx r11, r15d mov rax, QWORD PTR IRet[rip] xor edi, edi sal r11, 4 cmp QWORD PTR -16[rbp+r11], rax sete dil sal rbx, 4 call assert@PLT movsx rdx, r13d mov r9d, DWORD PTR [rsp] mov rsi, rbp mov r8d, DWORD PTR 4[rsp] sal rdx, 4 add rsp, 40 .cfi_remember_state .cfi_def_cfa_offset 56 lea rcx, -16[rbp+rbx] add rdx, rbp pop rbx .cfi_def_cfa_offset 48 mov rdi, r14 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 jmp verify@PLT .p2align 4,,10 .p2align 3 .L12: .cfi_restore_state lea esi, -1[rcx] mov rdi, rbp mov QWORD PTR 16[rsp], r10 mov DWORD PTR 8[rsp], ecx call dest@PLT lea edx, 1[r15] xor edi, edi mov r10, QWORD PTR 16[rsp] cmp edx, eax mov ecx, DWORD PTR 8[rsp] sete dil jmp .L4 .cfi_endproc .LFE0: .size checkrule, .-checkrule .globl IRet .bss .align 8 .type IRet, @object .size IRet, 8 IRet: .zero 8 .globl IPartialCommit .align 8 .type IPartialCommit, @object .size IPartialCommit, 8 IPartialCommit: .zero 8 .globl IOpenCall .align 8 .type IOpenCall, @object .size IOpenCall, 8 IOpenCall: .zero 8 .globl IChoice .align 8 .type IChoice, @object .size IChoice, 8 IChoice: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_checkrule.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "possible infinite loop in %s\000" .text .align 2 .syntax unified .arm .fpu softvfp .type checkrule, %function checkrule: @ args = 8, pretend = 0, frame = 24 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} sub sp, sp, #36 mov r7, r3 cmp r2, r3 ldr r3, [sp, #72] mov r10, r2 str r3, [sp, #20] ldr r3, [sp, #76] mov r4, r2 mov r5, r1 str r0, [sp, #12] str r3, [sp, #16] bge .L2 mov r6, #0 ldr r8, .L14 ldr r9, .L14+4 str r2, [sp, #24] b .L6 .L3: ldr r1, [r9] cmp r2, r1 moveq r6, r4 .L5: mov r0, r10 bl sizei add r4, r4, r0 cmp r7, r4 ble .L12 .L6: ldr r2, [r5, r4, lsl #3] ldr r1, [r8] add r10, r5, r4, lsl #3 cmp r2, r1 bne .L3 ldr r1, [r10, #4] cmp r1, #0 bge .L3 mov r1, r4 mov r0, r5 bl dest ldr r3, .L14+8 sub fp, r0, #-536870911 mov r2, r0 ldr r1, [r3] ldr r0, [r5, fp, lsl #3] lsl fp, fp, #3 cmp r0, r1 movne r0, #0 beq .L13 .L4: str r2, [sp, #28] bl assert ldr r2, [sp, #28] cmp r2, r6 bgt .L5 ldr r3, [sp, #16] add r2, fp, #8 str r3, [sp, #4] ldr r3, [sp, #20] mov r1, r5 str r3, [sp] ldr r0, [sp, #12] mov r3, r10 add r2, r5, r2 bl verify cmp r0, #0 bne .L5 ldr fp, [sp, #12] ldr r1, [sp, #16] mov r0, fp bl val2str ldr r1, .L14+12 mov r2, r0 mov r0, fp bl luaL_error b .L5 .L12: ldr r10, [sp, #24] .L2: ldr r3, .L14+16 sub r4, r4, #-536870911 ldr r0, [r5, r4, lsl #3] ldr r3, [r3] sub r0, r0, r3 clz r0, r0 lsr r0, r0, #5 bl assert mov r1, r5 ldr r2, [sp, #16] sub r3, r7, #-536870911 str r2, [sp, #76] ldr r2, [sp, #20] ldr r0, [sp, #12] str r2, [sp, #72] add r3, r5, r3, lsl #3 add r2, r5, r10, lsl #3 add sp, sp, #36 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, lr} b verify .L13: sub r1, r2, #1 mov r0, r5 str r2, [sp, #28] bl dest add r1, r4, #1 sub r0, r1, r0 clz r0, r0 ldr r2, [sp, #28] lsr r0, r0, #5 b .L4 .L15: .align 2 .L14: .word IPartialCommit .word IOpenCall .word IChoice .word .LC0 .word IRet .size checkrule, .-checkrule .comm IRet,4,4 .comm IPartialCommit,4,4 .comm IOpenCall,4,4 .comm IChoice,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_concat_l.c" .intel_syntax noprefix .text .p2align 4 .type concat_l, @function concat_l: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov esi, 1 push rbp .cfi_def_cfa_offset 24 .cfi_offset 6, -24 mov rbp, rdi push rbx .cfi_def_cfa_offset 32 .cfi_offset 3, -32 sub rsp, 16 .cfi_def_cfa_offset 48 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax mov rdx, rsp call getpatt@PLT mov rdi, rbp lea rdx, 4[rsp] mov esi, 2 mov r12, rax call getpatt@PLT mov rdi, r12 mov rbx, rax call isany@PLT test rax, rax je .L2 mov rdi, rbx call isany@PLT test rax, rax jne .L13 .L2: mov esi, DWORD PTR 4[rsp] mov rdi, rbp add esi, DWORD PTR [rsp] call newpatt@PLT mov edx, 1 mov rdi, rbp mov rsi, rax mov r12, rax call addpatt@PLT mov rdi, rbp mov edx, 2 cdqe lea rsi, [r12+rax*8] call addpatt@PLT mov rdi, r12 call optimizecaptures@PLT .L3: mov rax, QWORD PTR 8[rsp] sub rax, QWORD PTR fs:40 jne .L14 add rsp, 16 .cfi_remember_state .cfi_def_cfa_offset 32 mov eax, 1 pop rbx .cfi_def_cfa_offset 24 pop rbp .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L13: .cfi_restore_state mov rsi, QWORD PTR [rbx] xor ecx, ecx add rsi, QWORD PTR [r12] xor edx, edx mov rdi, rbp call any@PLT jmp .L3 .L14: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size concat_l, .-concat_l .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_concat_l.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type concat_l, %function concat_l: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} ldr r3, .L15 sub sp, sp, #16 mov r1, #1 add r2, sp, #4 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 mov r4, r0 bl getpatt mov r1, #2 mov r5, r0 add r2, sp, #8 mov r0, r4 bl getpatt mov r6, r0 mov r0, r5 bl isany cmp r0, #0 beq .L2 mov r0, r6 bl isany cmp r0, #0 bne .L13 .L2: ldmib sp, {r1, r3} mov r0, r4 add r1, r1, r3 bl newpatt mov r2, #1 mov r5, r0 mov r1, r0 mov r0, r4 bl addpatt mov r2, #2 add r1, r5, r0, lsl r2 mov r0, r4 bl addpatt mov r0, r5 bl optimizecaptures .L3: ldr r3, .L15 ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L14 mov r0, #1 add sp, sp, #16 @ sp needed pop {r4, r5, r6, pc} .L13: mov r3, #0 ldr r2, [r6] ldr r1, [r5] mov r0, r4 add r1, r1, r2 mov r2, r3 bl any b .L3 .L14: bl __stack_chk_fail .L16: .align 2 .L15: .word .LC0 .size concat_l, .-concat_l .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_diff_l.c" .intel_syntax noprefix .text .p2align 4 .type diff_l, @function diff_l: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov esi, 1 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi sub rsp, 32 .cfi_def_cfa_offset 64 mov rax, QWORD PTR fs:40 mov QWORD PTR 24[rsp], rax xor eax, eax mov rdx, rsp call getpatt@PLT lea rdx, 4[rsp] mov esi, 2 mov rdi, rbp mov r13, rax call getpatt@PLT lea rsi, 8[rsp] mov rdi, r13 mov r12, rax call tocharset@PLT cmp rax, QWORD PTR ISCHARSET[rip] je .L8 .L2: mov rdi, r12 call isheadfail@PLT mov edx, DWORD PTR 4[rsp] test rax, rax mov eax, DWORD PTR [rsp] jne .L9 lea esi, 2[rdx+rax] mov rdi, rbp call newpatt@PLT mov esi, DWORD PTR IChoice[rip] mov r12, rax lea r13, 8[rax] mov eax, DWORD PTR 4[rsp] mov edi, r12d lea edx, 2[rax] call setinst@PLT mov rsi, r13 mov edx, 2 mov rdi, rbp call addpatt@PLT mov esi, DWORD PTR IFailTwice[rip] xor edx, edx cdqe lea r13, 0[r13+rax*8] mov edi, r13d call setinst@PLT mov rdi, rbp lea rsi, 8[r13] mov edx, 1 call addpatt@PLT mov rdi, r12 call optimizechoice@PLT .L3: mov rax, QWORD PTR 24[rsp] sub rax, QWORD PTR fs:40 jne .L10 add rsp, 32 .cfi_remember_state .cfi_def_cfa_offset 32 mov eax, 1 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L9: .cfi_restore_state lea esi, 1[rdx+rax] mov rdi, rbp call newpatt@PLT mov edx, 2 mov rdi, rbp mov rsi, rax mov r12, rax call addpatt@PLT cdqe lea r12, [r12+rax*8] movsx rax, DWORD PTR 4[rsp] mov rdi, r12 lea esi, 1[rax] sal rax, 3 sub rdi, rax call check2test@PLT mov esi, DWORD PTR IFail[rip] xor edx, edx mov edi, r12d call setinst@PLT lea rsi, 8[r12] mov edx, 1 mov rdi, rbp call addpatt@PLT jmp .L3 .p2align 4,,10 .p2align 3 .L8: lea rsi, 16[rsp] mov rdi, r12 call tocharset@PLT cmp rax, QWORD PTR ISCHARSET[rip] jne .L2 mov rdi, rbp call newcharset@PLT mov rdi, QWORD PTR i[rip] mov rbp, rax mov rax, QWORD PTR 16[rsp] mov esi, DWORD PTR [rax+rdi*4] mov rax, QWORD PTR 8[rsp] not esi and esi, DWORD PTR [rax+rdi*4] mov rax, QWORD PTR 8[rbp] mov DWORD PTR [rax+rdi*4], esi call loopset@PLT mov rdi, rbp call correctset@PLT jmp .L3 .L10: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size diff_l, .-diff_l .globl i .bss .align 8 .type i, @object .size i, 8 i: .zero 8 .globl ISCHARSET .align 8 .type ISCHARSET, @object .size ISCHARSET, 8 ISCHARSET: .zero 8 .globl IFailTwice .align 4 .type IFailTwice, @object .size IFailTwice, 4 IFailTwice: .zero 4 .globl IFail .align 4 .type IFail, @object .size IFail, 4 IFail: .zero 4 .globl IChoice .align 4 .type IChoice, @object .size IChoice, 4 IChoice: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_diff_l.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type diff_l, %function diff_l: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, lr} ldr r3, .L11 sub sp, sp, #28 mov r1, #1 add r2, sp, #4 ldr r3, [r3] str r3, [sp, #20] mov r3,#0 mov r4, r0 bl getpatt mov r1, #2 mov r6, r0 add r2, sp, #8 mov r0, r4 bl getpatt add r1, sp, #12 mov r5, r0 mov r0, r6 bl tocharset ldr r6, .L11+4 ldr r3, [r6] cmp r0, r3 beq .L8 .L2: mov r0, r5 bl isheadfail ldmib sp, {r1, r3} subs r5, r0, #0 bne .L9 add r3, r3, #2 add r1, r3, r1 mov r0, r4 bl newpatt ldr r3, .L11+8 ldr r2, [sp, #8] ldr r1, [r3] add r6, r0, #4 add r2, r2, #2 mov r7, r0 bl setinst mov r1, r6 mov r2, #2 mov r0, r4 bl addpatt ldr r3, .L11+12 add r6, r6, r0, lsl #2 ldr r1, [r3] mov r2, r5 mov r0, r6 bl setinst mov r0, r4 mov r2, #1 add r1, r6, #4 bl addpatt mov r0, r7 bl optimizechoice .L3: ldr r3, .L11 ldr r2, [r3] ldr r3, [sp, #20] eors r2, r3, r2 mov r3, #0 bne .L10 mov r0, #1 add sp, sp, #28 @ sp needed pop {r4, r5, r6, r7, pc} .L9: add r3, r3, #1 add r1, r3, r1 mov r0, r4 bl newpatt mov r2, #2 mov r1, r0 mov r5, r0 mov r0, r4 bl addpatt ldr r1, [sp, #8] add r5, r5, r0, lsl #2 sub r0, r5, r1, lsl #2 add r1, r1, #1 bl check2test ldr r3, .L11+16 mov r0, r5 ldr r1, [r3] mov r2, #0 bl setinst mov r0, r4 mov r2, #1 add r1, r5, #4 bl addpatt b .L3 .L8: mov r0, r5 add r1, sp, #16 bl tocharset ldr r3, [r6] cmp r0, r3 bne .L2 mov r0, r4 bl newcharset mov r4, r0 ldr r3, .L11+20 ldr r2, [sp, #16] ldr r0, [r3] ldr r3, [sp, #12] ldr r2, [r2, r0, lsl #2] ldr r1, [r3, r0, lsl #2] ldr r3, [r4, #4] bic r1, r1, r2 str r1, [r3, r0, lsl #2] bl loopset mov r0, r4 bl correctset b .L3 .L10: bl __stack_chk_fail .L12: .align 2 .L11: .word .LC0 .word ISCHARSET .word IChoice .word IFailTwice .word IFail .word i .size diff_l, .-diff_l .comm i,4,4 .comm ISCHARSET,4,4 .comm IFailTwice,4,4 .comm IFail,4,4 .comm IChoice,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_doublecap.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "too many captures" .text .p2align 4 .type doublecap, @function doublecap: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 mov r14, rsi push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 mov r13d, ecx push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rdi push rbx .cfi_def_cfa_offset 48 .cfi_offset 3, -48 mov ebx, edx mov edx, DWORD PTR INT_MAX[rip] test edx, edx lea eax, 7[rdx] cmovns eax, edx sar eax, 3 cmp eax, ebx jle .L5 .L2: lea esi, 0[0+rbx*8] mov rdi, rbp call lua_newuserdata@PLT lea edx, 0[0+rbx*4] mov rsi, r14 mov rdi, rax mov r12, rax call memcpy@PLT mov edi, r13d call caplistidx@PLT mov rdi, rbp mov esi, eax call lua_replace@PLT pop rbx .cfi_remember_state .cfi_def_cfa_offset 40 mov rax, r12 pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state lea rsi, .LC0[rip] call luaL_error@PLT jmp .L2 .cfi_endproc .LFE0: .size doublecap, .-doublecap .globl INT_MAX .bss .align 4 .type INT_MAX, @object .size INT_MAX, 4 INT_MAX: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_doublecap.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "too many captures\000" .text .align 2 .syntax unified .arm .fpu softvfp .type doublecap, %function doublecap: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 ldr ip, .L6 push {r4, r5, r6, r7, r8, lr} mov r4, r2 ldr r2, [ip] mov r7, r1 cmp r2, #0 add ip, r2, #7 movlt r2, ip cmp r4, r2, asr #3 mov r6, r3 mov r5, r0 bge .L5 .L2: lsl r1, r4, #3 mov r0, r5 bl lua_newuserdata lsl r2, r4, #2 mov r1, r7 mov r4, r0 bl memcpy mov r0, r6 bl caplistidx mov r1, r0 mov r0, r5 bl lua_replace mov r0, r4 pop {r4, r5, r6, r7, r8, pc} .L5: ldr r1, .L6+4 bl luaL_error b .L2 .L7: .align 2 .L6: .word INT_MAX .word .LC0 .size doublecap, .-doublecap .comm INT_MAX,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_emptycap_aux.c" .intel_syntax noprefix .text .p2align 4 .type emptycap_aux, @function emptycap_aux: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 mov r15, rdx push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 mov r14d, esi mov esi, 1 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rdi call luaL_checkint@PLT mov esi, 1 mov rdi, rbp mov r12d, eax call newpatt@PLT xor esi, esi mov r13, rax test r12d, r12d jle .L2 xor esi, esi cmp DWORD PTR SHRT_MAX[rip], r12d setge sil .L2: mov rcx, r15 mov rdi, rbp mov edx, 1 call luaL_argcheck@PLT mov ecx, r14d mov edx, r12d mov rdi, r13 mov esi, DWORD PTR IEmptyCapture[rip] xor r8d, r8d call setinstcap@PLT pop rbp .cfi_def_cfa_offset 40 mov eax, 1 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size emptycap_aux, .-emptycap_aux .globl SHRT_MAX .bss .align 4 .type SHRT_MAX, @object .size SHRT_MAX, 4 SHRT_MAX: .zero 4 .globl IEmptyCapture .align 4 .type IEmptyCapture, @object .size IEmptyCapture, 4 IEmptyCapture: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_emptycap_aux.c" .text .align 2 .syntax unified .arm .fpu softvfp .type emptycap_aux, %function emptycap_aux: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r6, r1 sub sp, sp, #8 mov r1, #1 mov r8, r2 mov r5, r0 bl luaL_checkint mov r1, #1 mov r4, r0 mov r0, r5 bl newpatt cmp r4, #0 mov r7, r0 movle r1, #0 ble .L2 ldr r3, .L6 ldr ip, [r3] cmp ip, r4 movlt r1, #0 movge r1, #1 .L2: mov r3, r8 mov r0, r5 mov r2, #1 bl luaL_argcheck mov lr, #0 ldr ip, .L6+4 str lr, [sp] mov r3, r6 mov r2, r4 mov r0, r7 ldr r1, [ip] bl setinstcap mov r0, #1 add sp, sp, #8 @ sp needed pop {r4, r5, r6, r7, r8, pc} .L7: .align 2 .L6: .word SHRT_MAX .word IEmptyCapture .size emptycap_aux, .-emptycap_aux .comm SHRT_MAX,4,4 .comm IEmptyCapture,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_exclusive.c" .intel_syntax noprefix .text .p2align 4 .type exclusive, @function exclusive: .LFB0: .cfi_startproc endbr64 mov rax, QWORD PTR NOINFO[rip] cmp QWORD PTR [rdi], rax je .L1 cmp rax, QWORD PTR [rsi] jne .L6 .L1: xor eax, eax ret .p2align 4,,10 .p2align 3 .L6: mov esi, DWORD PTR 8[rsi] mov edi, DWORD PTR 8[rdi] jmp exclusiveset@PLT .cfi_endproc .LFE0: .size exclusive, .-exclusive .globl NOINFO .bss .align 8 .type NOINFO, @object .size NOINFO, 8 NOINFO: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_exclusive.c" .text .align 2 .syntax unified .arm .fpu softvfp .type exclusive, %function exclusive: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. ldr r3, .L7 ldr r2, [r0] ldr r3, [r3] cmp r2, r3 beq .L1 ldr r2, [r1] cmp r3, r2 bne .L6 .L1: mov r0, #0 bx lr .L6: ldr r1, [r1, #4] ldr r0, [r0, #4] b exclusiveset .L8: .align 2 .L7: .word NOINFO .size exclusive, .-exclusive .comm NOINFO,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_fillcharset.c" .intel_syntax noprefix .text .p2align 4 .type fillcharset, @function fillcharset: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsi push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 sub rsp, 8 .cfi_def_cfa_offset 32 mov eax, DWORD PTR 8[rdi] add eax, -128 cmp eax, 5 ja .L2 lea rdx, .L4[rip] mov rbx, rdi movsx rax, DWORD PTR [rdx+rax*4] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L4: .long .L6-.L4 .long .L6-.L4 .long .L5-.L4 .long .L3-.L4 .long .L5-.L4 .long .L3-.L4 .text .p2align 4,,10 .p2align 3 .L6: mov rdi, QWORD PTR 16[rdi] xor esi, esi call testchar@PLT mov edi, eax call assert@PLT .L5: mov rax, QWORD PTR 16[rbx] mov rdi, QWORD PTR i[rip] mov esi, DWORD PTR [rax+rdi*4] mov DWORD PTR 0[rbp+rdi*4], esi add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp loopset@PLT .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state mov rdi, QWORD PTR i[rip] mov DWORD PTR [rsi+rdi*4], 0 xor esi, esi call loopset@PLT mov esi, DWORD PTR 12[rbx] add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov rdi, rbp pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp setchar@PLT .L2: .cfi_restore_state mov rdi, QWORD PTR i[rip] mov DWORD PTR [rsi+rdi*4], 255 add rsp, 8 .cfi_def_cfa_offset 24 mov esi, 255 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp loopset@PLT .cfi_endproc .LFE0: .size fillcharset, .-fillcharset .globl i .bss .align 8 .type i, @object .size i, 8 i: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_fillcharset.c" .text .align 2 .syntax unified .arm .fpu softvfp .type fillcharset, %function fillcharset: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 ldr r3, [r0, #4] push {r4, r5, r6, lr} sub r3, r3, #128 mov r4, r0 mov r5, r1 cmp r3, #5 ldrls pc, [pc, r3, asl #2] b .L2 .L4: .word .L6 .word .L6 .word .L5 .word .L3 .word .L5 .word .L3 .L6: mov r1, #0 ldr r0, [r0, #12] bl testchar bl assert .L5: ldr r2, .L9 ldr r3, [r4, #12] ldr r0, [r2] ldr r1, [r3, r0, lsl #2] str r1, [r5, r0, lsl #2] pop {r4, r5, r6, lr} b loopset .L3: mov r1, #0 ldr r3, .L9 ldr r0, [r3] str r1, [r5, r0, lsl #2] bl loopset mov r0, r5 ldr r1, [r4, #8] pop {r4, r5, r6, lr} b setchar .L2: mov r1, #255 ldr r3, .L9 ldr r0, [r3] str r1, [r5, r0, lsl #2] pop {r4, r5, r6, lr} b loopset .L10: .align 2 .L9: .word i .size fillcharset, .-fillcharset .comm i,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_findback.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "invalid back reference (%d)" .text .p2align 4 .type findback, @function findback: .LFB0: .cfi_startproc endbr64 push r14 .cfi_def_cfa_offset 16 .cfi_offset 14, -16 push r13 .cfi_def_cfa_offset 24 .cfi_offset 13, -24 push r12 .cfi_def_cfa_offset 32 .cfi_offset 12, -32 push rbp .cfi_def_cfa_offset 40 .cfi_offset 6, -40 mov rbp, rsi push rbx .cfi_def_cfa_offset 48 .cfi_offset 3, -48 test edx, edx jle .L2 mov r13, rdi mov r12d, edx lea r14, .LC0[rip] xor ebx, ebx jmp .L6 .p2align 4,,10 .p2align 3 .L13: call findopen@PLT add ebx, 1 mov rbp, rax cmp ebx, r12d jge .L2 .L6: cmp QWORD PTR 8[r13], rbp je .L12 .L3: sub rbp, 4 mov rdi, rbp call isclosecap@PLT mov rdi, rbp test rax, rax jne .L13 call isfullcap@PLT cmp eax, 1 sbb ebx, -1 cmp ebx, r12d jl .L6 .L2: mov rdi, rbp call isclosecap@PLT xor edi, edi test rax, rax sete dil call assert@PLT pop rbx .cfi_remember_state .cfi_def_cfa_offset 40 mov rax, rbp pop rbp .cfi_def_cfa_offset 32 pop r12 .cfi_def_cfa_offset 24 pop r13 .cfi_def_cfa_offset 16 pop r14 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L12: .cfi_restore_state mov edi, DWORD PTR 0[r13] mov edx, r12d mov rsi, r14 call luaL_error@PLT jmp .L3 .cfi_endproc .LFE0: .size findback, .-findback .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_findback.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "invalid back reference (%d)\000" .text .align 2 .syntax unified .arm .fpu softvfp .type findback, %function findback: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} subs r6, r2, #0 mov r4, r1 ble .L2 mov r7, r0 mov r5, #0 ldr r8, .L15 b .L6 .L14: bl findopen add r5, r5, #1 cmp r5, r6 mov r4, r0 bge .L2 .L6: ldr r3, [r7, #4] cmp r3, r4 sub r4, r4, #4 beq .L13 .L3: mov r0, r4 bl isclosecap cmp r0, #0 mov r0, r4 bne .L14 bl isfullcap cmp r0, #0 addne r5, r5, #1 cmp r5, r6 blt .L6 .L2: mov r0, r4 bl isclosecap clz r0, r0 lsr r0, r0, #5 bl assert mov r0, r4 pop {r4, r5, r6, r7, r8, pc} .L13: mov r2, r6 mov r1, r8 ldr r0, [r7] bl luaL_error b .L3 .L16: .align 2 .L15: .word .LC0 .size findback, .-findback .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_findopen.c" .intel_syntax noprefix .text .p2align 4 .type findopen, @function findopen: .LFB0: .cfi_startproc endbr64 push r12 .cfi_def_cfa_offset 16 .cfi_offset 12, -16 mov r12, rdi push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 xor ebx, ebx sub rsp, 8 .cfi_def_cfa_offset 32 .p2align 4,,10 .p2align 3 .L2: sub r12, 4 mov rdi, r12 call isclosecap@PLT test rax, rax je .L3 add ebx, 1 jmp .L2 .p2align 4,,10 .p2align 3 .L3: mov rdi, r12 call isfullcap@PLT test eax, eax jne .L2 lea eax, -1[rbx] test ebx, ebx je .L8 mov ebx, eax jmp .L2 .p2align 4,,10 .p2align 3 .L8: add rsp, 8 .cfi_def_cfa_offset 24 mov rax, r12 pop rbx .cfi_def_cfa_offset 16 pop r12 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size findopen, .-findopen .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_findopen.c" .text .align 2 .syntax unified .arm .fpu softvfp .type findopen, %function findopen: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r5, #0 mov r4, r0 .L2: sub r4, r4, #4 mov r0, r4 bl isclosecap cmp r0, #0 addne r5, r5, #1 bne .L2 mov r0, r4 bl isfullcap cmp r0, #0 bne .L2 cmp r5, #0 sub r5, r5, #1 bne .L2 mov r0, r4 pop {r4, r5, r6, pc} .size findopen, .-findopen .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_firstpart.c" .intel_syntax noprefix .text .p2align 4 .type firstpart, @function firstpart: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov ebp, esi push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 call istest@PLT test rax, rax je .L2 mov eax, DWORD PTR [rbx] lea edx, -1[rax] movsx rdi, edx sal rdi, 4 add rbx, rdi mov rcx, QWORD PTR 8[rbx] cmp rcx, QWORD PTR IJmp[rip] je .L11 cmp rcx, QWORD PTR ICommit[rip] je .L11 .L8: xor eax, eax .L1: add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L2: .cfi_restore_state mov rcx, QWORD PTR IChoice[rip] xor eax, eax cmp QWORD PTR 8[rbx], rcx jne .L1 mov eax, DWORD PTR [rbx] mov rcx, QWORD PTR ICommit[rip] lea edx, -1[rax] movsx rdi, edx sal rdi, 4 add rbx, rdi cmp QWORD PTR 8[rbx], rcx jne .L8 .L11: add edx, DWORD PTR [rbx] cmp edx, ebp mov edx, 0 cmovne eax, edx add rsp, 8 .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size firstpart, .-firstpart .globl IJmp .bss .align 8 .type IJmp, @object .size IJmp, 8 IJmp: .zero 8 .globl ICommit .align 8 .type ICommit, @object .size ICommit, 8 ICommit: .zero 8 .globl IChoice .align 8 .type IChoice, @object .size IChoice, 8 IChoice: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_firstpart.c" .text .align 2 .syntax unified .arm .fpu softvfp .type firstpart, %function firstpart: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r5, r1 mov r4, r0 bl istest cmp r0, #0 beq .L2 ldr r0, [r4] ldr r1, .L9 sub r3, r0, #1 add r2, r4, r3, lsl #3 ldr r2, [r2, #4] ldr r1, [r1] cmp r2, r1 beq .L3 ldr r1, .L9+4 ldr r1, [r1] cmp r2, r1 beq .L3 mov r0, #0 pop {r4, r5, r6, pc} .L3: ldr r2, [r4, r3, lsl #3] add r3, r3, r2 cmp r3, r5 movne r0, #0 pop {r4, r5, r6, pc} .L2: ldr r3, .L9+8 ldr r2, [r4, #4] ldr r3, [r3] cmp r2, r3 popne {r4, r5, r6, pc} ldr r2, [r4] ldr r1, .L9+4 sub r3, r2, #1 add ip, r4, r3, lsl #3 ldr ip, [ip, #4] ldr r1, [r1] cmp ip, r1 popne {r4, r5, r6, pc} ldr r1, [r4, r3, lsl #3] add r3, r3, r1 cmp r3, r5 moveq r0, r2 pop {r4, r5, r6, pc} .L10: .align 2 .L9: .word IJmp .word ICommit .word IChoice .size firstpart, .-firstpart .comm IJmp,4,4 .comm ICommit,4,4 .comm IChoice,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_fix_l.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "invalid field in grammar" .LC1: .string "grammar too large" .LC2: .string "grammar has too many rules" .LC3: .string "empty grammar" .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC4: .string "initial rule not defined in given grammar" .text .p2align 4 .type fix_l, @function fix_l: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 xor r13d, r13d push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12d, 2 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rdi push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 40 .cfi_def_cfa_offset 96 mov DWORD PTR 16[rsp], esi call lua_gettop@PLT mov rdi, rbp mov ebx, eax mov DWORD PTR 20[rsp], eax call lua_newtable@PLT mov esi, 1 mov rdi, rbp lea r15d, 1[rbx] call lua_pushinteger@PLT mov rdi, rbp call lua_pushnil@PLT lea ecx, 2[rbx] lea rbx, .LC2[rip] mov DWORD PTR 24[rsp], ecx jmp .L2 .p2align 4,,10 .p2align 3 .L3: mov esi, -1 mov rdi, rbp call testpattern@PLT test eax, eax je .L33 .L5: mov esi, -1 mov rdi, rbp call pattsize@PLT lea r14d, 1[rax] mov eax, DWORD PTR MAXPATTSIZE[rip] sub eax, r14d cmp eax, r12d jle .L34 .L6: mov esi, DWORD PTR LUA_MINSTACK[rip] mov rdx, rbx mov rdi, rbp add r13d, 1 call luaL_checkstack@PLT mov esi, -2 mov rdi, rbp call lua_insert@PLT mov esi, -1 mov rdi, rbp call lua_pushvalue@PLT mov esi, -1 mov rdi, rbp call lua_pushvalue@PLT mov esi, r12d mov rdi, rbp add r12d, r14d call lua_pushinteger@PLT mov esi, r15d mov rdi, rbp call lua_settable@PLT .L2: mov esi, DWORD PTR 16[rsp] mov rdi, rbp call lua_next@PLT test rax, rax je .L35 mov esi, -2 mov rdi, rbp call lua_tonumber@PLT cmp eax, 1 jne .L3 mov esi, -1 mov rdi, rbp call lua_isstring@PLT test rax, rax je .L3 mov esi, DWORD PTR 24[rsp] mov rdi, rbp call lua_replace@PLT jmp .L2 .p2align 4,,10 .p2align 3 .L34: lea rsi, .LC1[rip] mov rdi, rbp call luaL_error@PLT jmp .L6 .p2align 4,,10 .p2align 3 .L33: lea rsi, .LC0[rip] mov rdi, rbp call luaL_error@PLT jmp .L5 .p2align 4,,10 .p2align 3 .L35: mov edx, DWORD PTR 16[rsp] xor esi, esi test r13d, r13d lea rcx, .LC3[rip] setg sil mov rdi, rbp call luaL_argcheck@PLT mov esi, r12d mov rdi, rbp call newpatt@PLT lea edx, -1[r12] movsx r12, r12d mov rsi, QWORD PTR IJmp[rip] sal r12, 4 lea rdi, 16[rax] lea rbx, 32[rax] call setinst@PLT neg r12 mov QWORD PTR 8[rsp], r12 test r13d, r13d jle .L8 mov eax, DWORD PTR 20[rsp] mov r12d, 1 lea r14d, 3[rax] mov r8d, r14d mov DWORD PTR 28[rsp], r14d mov r14d, r12d mov r12d, r8d .p2align 4,,10 .p2align 3 .L9: mov edx, r12d mov rsi, rbx mov rdi, rbp add r14d, 1 call addpatt@PLT mov rsi, QWORD PTR IRet[rip] xor edx, edx add r12d, 2 movsx rdi, eax sal rdi, 4 add rdi, rbx lea rbx, 16[rdi] call setinst@PLT cmp r13d, r14d jge .L9 mov r12, QWORD PTR 8[rsp] mov r10d, 1 mov r14d, DWORD PTR 28[rsp] mov DWORD PTR 8[rsp], r13d mov r13d, r10d add r12, rbx mov ebx, 2 .p2align 4,,10 .p2align 3 .L11: mov esi, r14d mov rdi, rbp add r13d, 1 call pattsize@PLT mov edx, ebx lea r9d, 1[r14] mov r8d, r15d lea ebx, 1[rbx+rax] mov rsi, r12 mov rdi, rbp add r14d, 2 mov ecx, ebx call checkrule@PLT cmp DWORD PTR 8[rsp], r13d jge .L11 mov esi, DWORD PTR 24[rsp] mov rdi, rbp call lua_pushvalue@PLT mov esi, r15d mov rdi, rbp call lua_gettable@PLT mov esi, -1 mov rdi, rbp call lua_tonumber@PLT mov esi, 1 mov rdi, rbp mov r13d, eax call lua_pop@PLT test r13d, r13d je .L19 .L12: mov rsi, QWORD PTR ICall[rip] mov edx, r13d mov rdi, r12 call setinst@PLT test ebx, ebx jle .L13 .L18: xor r13d, r13d mov DWORD PTR 8[rsp], r15d mov r15d, r13d jmp .L17 .p2align 4,,10 .p2align 3 .L14: mov rdi, r14 call sizei@PLT add r15d, eax cmp r15d, ebx jge .L13 .L17: movsx r14, r15d mov rax, QWORD PTR IOpenCall[rip] sal r14, 4 add r14, r12 cmp QWORD PTR [r14], rax jne .L14 mov edx, DWORD PTR 8[r14] mov esi, DWORD PTR 8[rsp] mov rdi, rbp call getposition@PLT lea esi, 1[r15] mov rdi, r12 mov r13d, eax call target@PLT mov rdx, QWORD PTR ICall[rip] mov rcx, QWORD PTR IRet[rip] sal rax, 4 cmp QWORD PTR [r12+rax], rcx jne .L16 mov rdx, QWORD PTR IJmp[rip] .L16: sub r13d, r15d mov QWORD PTR [r14], rdx mov rdi, r14 mov DWORD PTR 8[r14], r13d call sizei@PLT add r15d, eax cmp r15d, ebx jl .L17 .L13: mov rdi, r12 call optimizejumps@PLT mov esi, DWORD PTR 16[rsp] mov rdi, rbp call lua_replace@PLT mov esi, DWORD PTR 20[rsp] mov rdi, rbp call lua_settop@PLT add rsp, 40 .cfi_remember_state .cfi_def_cfa_offset 56 mov rax, r12 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .L36: .cfi_restore_state mov ebx, 2 .p2align 4,,10 .p2align 3 .L19: lea rsi, .LC4[rip] mov rdi, rbp xor r13d, r13d call luaL_error@PLT jmp .L12 .p2align 4,,10 .p2align 3 .L8: mov esi, DWORD PTR 24[rsp] mov rdi, rbp mov r12, QWORD PTR 8[rsp] call lua_pushvalue@PLT mov esi, r15d mov rdi, rbp add r12, rbx call lua_gettable@PLT mov esi, -1 mov rdi, rbp call lua_tonumber@PLT mov esi, 1 mov rdi, rbp mov r13d, eax call lua_pop@PLT test r13d, r13d je .L36 mov rsi, QWORD PTR ICall[rip] mov edx, r13d mov rdi, r12 mov ebx, 2 call setinst@PLT jmp .L18 .cfi_endproc .LFE0: .size fix_l, .-fix_l .globl MAXPATTSIZE .bss .align 4 .type MAXPATTSIZE, @object .size MAXPATTSIZE, 4 MAXPATTSIZE: .zero 4 .globl LUA_MINSTACK .align 4 .type LUA_MINSTACK, @object .size LUA_MINSTACK, 4 LUA_MINSTACK: .zero 4 .globl IRet .align 8 .type IRet, @object .size IRet, 8 IRet: .zero 8 .globl IOpenCall .align 8 .type IOpenCall, @object .size IOpenCall, 8 IOpenCall: .zero 8 .globl IJmp .align 8 .type IJmp, @object .size IJmp, 8 IJmp: .zero 8 .globl ICall .align 8 .type ICall, @object .size ICall, 8 ICall: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_fix_l.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "invalid field in grammar\000" .align 2 .LC1: .ascii "grammar too large\000" .align 2 .LC2: .ascii "grammar has too many rules\000" .align 2 .LC3: .ascii "empty grammar\000" .align 2 .LC4: .ascii "initial rule not defined in given grammar\000" .text .align 2 .syntax unified .arm .fpu softvfp .type fix_l, %function fix_l: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} sub sp, sp, #28 mov r4, r0 mov r9, r1 bl lua_gettop mov r5, r0 str r0, [sp, #12] mov r0, r4 bl lua_newtable mov r1, #1 mov r0, r4 bl lua_pushinteger add r2, r5, #2 mov r0, r4 str r2, [sp, #8] add r8, r5, #1 bl lua_pushnil mov fp, #0 mov r7, #2 ldr r10, .L38 ldr r5, .L38+4 b .L2 .L3: mvn r1, #0 mov r0, r4 bl testpattern cmp r0, #0 beq .L33 .L5: mvn r1, #0 mov r0, r4 bl pattsize ldr r3, [r10] add r6, r0, #1 sub r3, r3, r6 cmp r3, r7 ble .L34 .L6: ldr r3, .L38+8 mov r2, r5 ldr r1, [r3] mov r0, r4 bl luaL_checkstack mvn r1, #1 mov r0, r4 bl lua_insert mvn r1, #0 mov r0, r4 bl lua_pushvalue mvn r1, #0 mov r0, r4 bl lua_pushvalue mov r1, r7 mov r0, r4 bl lua_pushinteger mov r1, r8 mov r0, r4 bl lua_settable add fp, fp, #1 add r7, r7, r6 .L2: mov r1, r9 mov r0, r4 bl lua_next cmp r0, #0 beq .L35 mvn r1, #1 mov r0, r4 bl lua_tonumber cmp r0, #1 bne .L3 mvn r1, #0 mov r0, r4 bl lua_isstring cmp r0, #0 beq .L3 mov r0, r4 ldr r1, [sp, #8] bl lua_replace b .L2 .L34: mov r0, r4 ldr r1, .L38+12 bl luaL_error b .L6 .L33: mov r0, r4 ldr r1, .L38+16 bl luaL_error b .L5 .L35: cmp fp, #0 movle r1, #0 movgt r1, #1 mov r2, r9 ldr r3, .L38+20 mov r6, r0 mov r0, r4 bl luaL_argcheck mov r1, r7 mov r0, r4 bl newpatt mov r5, r0 ldr r3, .L38+24 sub r2, r7, #1 ldr r1, [r3] add r0, r0, #8 lsl r7, r7, #3 bl setinst rsb r3, r7, #0 cmp fp, #0 add r5, r5, #16 str r3, [sp, #16] ble .L8 ldr r3, [sp, #12] add r10, r3, #3 mov r7, r10 add fp, r10, fp, lsl #1 .L9: mov r2, r7 mov r1, r5 mov r0, r4 bl addpatt ldr r3, .L38+28 add r0, r5, r0, lsl #3 mov r2, #0 ldr r1, [r3] add r7, r7, #2 add r5, r0, #8 bl setinst cmp r7, fp bne .L9 mov r7, #2 ldr r3, [sp, #16] add r5, r5, r3 .L11: mov r1, r10 mov r0, r4 bl pattsize add r0, r0, #1 add r1, r10, #1 mov r2, r7 add r7, r7, r0 str r1, [sp, #4] mov r3, r7 mov r1, r5 mov r0, r4 str r8, [sp] add r10, r10, #2 bl checkrule cmp r10, fp bne .L11 ldr r1, [sp, #8] mov r0, r4 bl lua_pushvalue mov r1, r8 mov r0, r4 bl lua_gettable mvn r1, #0 mov r0, r4 bl lua_tonumber mov r10, r0 mov r1, #1 mov r0, r4 bl lua_pop cmp r10, #0 beq .L19 .L12: ldr r3, .L38+32 mov r2, r10 mov r0, r5 ldr r1, [r3] str r3, [sp, #16] bl setinst cmp r7, #0 ble .L13 .L18: str r9, [sp, #20] ldr r10, .L38+36 mov r9, r5 ldr fp, .L38+28 mov r5, r4 mov r4, r8 mov r8, r7 b .L17 .L14: mov r0, r7 bl sizei add r6, r6, r0 cmp r6, r8 bge .L36 .L17: ldr r1, [r9, r6, lsl #3] ldr r2, [r10] add r7, r9, r6, lsl #3 cmp r1, r2 bne .L14 mov r1, r4 ldr r2, [r7, #4] mov r0, r5 bl getposition mov r2, r0 add r1, r6, #1 mov r0, r9 str r2, [sp, #8] bl target ldr r1, [fp] ldr r0, [r9, r0, lsl #3] ldr r2, [sp, #8] cmp r0, r1 ldreq r3, .L38+24 ldrne r3, [sp, #16] sub r2, r2, r6 ldr r1, [r3] stm r7, {r1, r2} b .L14 .L36: mov r4, r5 mov r5, r9 ldr r9, [sp, #20] .L13: mov r0, r5 bl optimizejumps mov r1, r9 mov r0, r4 bl lua_replace mov r0, r4 ldr r1, [sp, #12] bl lua_settop mov r0, r5 add sp, sp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L37: mov r7, #2 .L19: mov r0, r4 ldr r1, .L38+40 bl luaL_error mov r10, #0 b .L12 .L8: ldr r1, [sp, #8] mov r0, r4 bl lua_pushvalue mov r1, r8 mov r0, r4 bl lua_gettable mvn r1, #0 mov r0, r4 bl lua_tonumber mov r7, r0 mov r1, #1 mov r0, r4 bl lua_pop ldr r3, [sp, #16] cmp r7, #0 add r5, r5, r3 beq .L37 ldr r3, .L38+32 mov r2, r7 mov r0, r5 ldr r1, [r3] str r3, [sp, #16] mov r7, #2 bl setinst b .L18 .L39: .align 2 .L38: .word MAXPATTSIZE .word .LC2 .word LUA_MINSTACK .word .LC1 .word .LC0 .word .LC3 .word IJmp .word IRet .word ICall .word IOpenCall .word .LC4 .size fix_l, .-fix_l .comm MAXPATTSIZE,4,4 .comm LUA_MINSTACK,4,4 .comm IRet,4,4 .comm IOpenCall,4,4 .comm IJmp,4,4 .comm ICall,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_functioncap.c" .intel_syntax noprefix .text .p2align 4 .type functioncap, @function functioncap: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 mov edi, DWORD PTR [rdi] call lua_gettop@PLT mov rdi, rbx mov ebp, eax call pushluaval@PLT mov rdi, rbx xor esi, esi call pushallcaptures@PLT mov edi, DWORD PTR [rbx] mov edx, DWORD PTR LUA_MULTRET[rip] mov esi, eax call lua_call@PLT mov edi, DWORD PTR [rbx] call lua_gettop@PLT add rsp, 8 .cfi_def_cfa_offset 24 sub eax, ebp pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size functioncap, .-functioncap .globl LUA_MULTRET .bss .align 4 .type LUA_MULTRET, @object .size LUA_MULTRET, 4 LUA_MULTRET: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_functioncap.c" .text .align 2 .syntax unified .arm .fpu softvfp .type functioncap, %function functioncap: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 ldr r0, [r0] bl lua_gettop mov r5, r0 mov r0, r4 bl pushluaval mov r0, r4 mov r1, #0 bl pushallcaptures ldr r3, .L4 mov r1, r0 ldr r2, [r3] ldr r0, [r4] bl lua_call ldr r0, [r4] bl lua_gettop sub r0, r0, r5 pop {r4, r5, r6, pc} .L5: .align 2 .L4: .word LUA_MULTRET .size functioncap, .-functioncap .comm LUA_MULTRET,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getcaptures.c" .intel_syntax noprefix .text .p2align 4 .type getcaptures, @function getcaptures: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 mov r15d, ecx push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 mov r14, rsi push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 mov r13, rdi mov edi, ecx push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rdx push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 sub rsp, 72 .cfi_def_cfa_offset 128 mov rax, QWORD PTR fs:40 mov QWORD PTR 56[rsp], rax xor eax, eax call caplistidx@PLT mov rdi, r13 mov esi, eax call lua_touserdata@PLT mov rdi, rax mov rbx, rax call isclosecap@PLT test eax, eax jne .L5 mov QWORD PTR 32[rsp], r13 mov r12d, eax mov QWORD PTR [rsp], r14 mov QWORD PTR 24[rsp], 0 mov DWORD PTR 8[rsp], r15d mov QWORD PTR 16[rsp], rbx mov QWORD PTR 40[rsp], rbx mov rbx, rsp .p2align 4,,10 .p2align 3 .L4: mov rdi, rbx call pushcapture@PLT mov rdi, QWORD PTR 16[rsp] add r12d, eax call isclosecap@PLT test eax, eax je .L4 test r12d, r12d je .L5 .L1: mov rax, QWORD PTR 56[rsp] sub rax, QWORD PTR fs:40 jne .L14 add rsp, 72 .cfi_remember_state .cfi_def_cfa_offset 56 mov eax, r12d pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state sub rbp, r14 mov rdi, r13 mov r12d, 1 lea esi, 1[rbp] call lua_pushinteger@PLT jmp .L1 .L14: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size getcaptures, .-getcaptures .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getcaptures.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type getcaptures, %function getcaptures: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, lr} mov r6, r0 mov r7, r3 mov r0, r3 ldr r3, .L15 sub sp, sp, #36 mov r8, r2 ldr r3, [r3] str r3, [sp, #28] mov r3,#0 mov r5, r1 bl caplistidx mov r1, r0 mov r0, r6 bl lua_touserdata mov r9, r0 bl isclosecap subs r4, r0, #0 bne .L5 str r9, [sp, #12] str r9, [sp, #24] str r6, [sp, #20] str r5, [sp, #4] str r4, [sp, #16] str r7, [sp, #8] .L4: add r0, sp, #4 bl pushcapture mov r3, r0 ldr r0, [sp, #12] add r4, r4, r3 bl isclosecap cmp r0, #0 beq .L4 cmp r4, #0 beq .L5 .L1: ldr r3, .L15 ldr r2, [r3] ldr r3, [sp, #28] eors r2, r3, r2 mov r3, #0 bne .L14 mov r0, r4 add sp, sp, #36 @ sp needed pop {r4, r5, r6, r7, r8, r9, pc} .L5: sub r1, r8, r5 mov r0, r6 add r1, r1, #1 bl lua_pushinteger mov r4, #1 b .L1 .L14: bl __stack_chk_fail .L16: .align 2 .L15: .word .LC0 .size getcaptures, .-getcaptures .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getlabel.c" .intel_syntax noprefix .text .p2align 4 .type getlabel, @function getlabel: .LFB0: .cfi_startproc endbr64 test esi, esi jne .L4 xor eax, eax ret .p2align 4,,10 .p2align 3 .L4: jmp value2fenv@PLT .cfi_endproc .LFE0: .size getlabel, .-getlabel .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getlabel.c" .text .align 2 .syntax unified .arm .fpu softvfp .type getlabel, %function getlabel: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 @ link register save eliminated. subs r3, r1, #0 bne .L4 mov r0, r3 bx lr .L4: b value2fenv .size getlabel, .-getlabel .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getpatt.c" .intel_syntax noprefix .text .p2align 4 .type getpatt, @function getpatt: .LFB0: .cfi_startproc endbr64 push r15 .cfi_def_cfa_offset 16 .cfi_offset 15, -16 push r14 .cfi_def_cfa_offset 24 .cfi_offset 14, -24 push r13 .cfi_def_cfa_offset 32 .cfi_offset 13, -32 push r12 .cfi_def_cfa_offset 40 .cfi_offset 12, -40 mov r12d, esi push rbp .cfi_def_cfa_offset 48 .cfi_offset 6, -48 mov rbp, rdi push rbx .cfi_def_cfa_offset 56 .cfi_offset 3, -56 mov rbx, rdx sub rsp, 40 .cfi_def_cfa_offset 96 mov rax, QWORD PTR fs:40 mov QWORD PTR 24[rsp], rax xor eax, eax call lua_type@PLT add eax, -128 cmp eax, 4 ja .L2 lea rdx, .L4[rip] movsx rax, DWORD PTR [rdx+rax*4] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L4: .long .L8-.L4 .long .L7-.L4 .long .L6-.L4 .long .L5-.L4 .long .L3-.L4 .text .p2align 4,,10 .p2align 3 .L5: mov esi, 2 mov rdi, rbp call newpatt@PLT mov r13d, DWORD PTR Cruntime[rip] mov esi, r12d mov rdi, rbp mov r14, rax call value2fenv@PLT xor r8d, r8d mov ecx, r13d mov rdi, r14 mov esi, DWORD PTR IOpenCapture[rip] mov edx, eax call setinstcap@PLT mov ecx, DWORD PTR Cclose[rip] xor r8d, r8d xor edx, edx mov esi, DWORD PTR ICloseRunTime[rip] lea rdi, 4[r14] call setinstcap@PLT .L25: mov esi, r12d mov rdi, rbp call lua_replace@PLT .L11: test rbx, rbx je .L1 mov esi, r12d mov rdi, rbp call pattsize@PLT mov DWORD PTR [rbx], eax .L1: mov rax, QWORD PTR 24[rsp] sub rax, QWORD PTR fs:40 jne .L28 add rsp, 40 .cfi_remember_state .cfi_def_cfa_offset 56 mov rax, r14 pop rbx .cfi_def_cfa_offset 48 pop rbp .cfi_def_cfa_offset 40 pop r12 .cfi_def_cfa_offset 32 pop r13 .cfi_def_cfa_offset 24 pop r14 .cfi_def_cfa_offset 16 pop r15 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state mov esi, r12d mov rdi, rbp call lua_toboolean@PLT test eax, eax jne .L26 mov rdi, rbp mov esi, 1 call newpatt@PLT mov esi, DWORD PTR IFail[rip] xor edx, edx mov rdi, rax mov r14, rax call setinst@PLT jmp .L25 .p2align 4,,10 .p2align 3 .L8: mov esi, r12d mov rdi, rbp call fix_l@PLT mov r14, rax jmp .L11 .p2align 4,,10 .p2align 3 .L7: lea rdx, 16[rsp] mov esi, r12d mov rdi, rbp call lua_tolstring@PLT mov esi, DWORD PTR 16[rsp] mov rdi, rbp mov QWORD PTR 8[rsp], rax call newpatt@PLT cmp QWORD PTR 16[rsp], 0 mov r14, rax je .L25 mov r15, rax xor r13d, r13d .p2align 4,,10 .p2align 3 .L10: mov rax, QWORD PTR 8[rsp] mov esi, DWORD PTR IChar[rip] mov rdi, r15 xor edx, edx add r15, 4 movzx ecx, BYTE PTR [rax+r13] add r13, 1 call setinstaux@PLT cmp QWORD PTR 16[rsp], r13 ja .L10 jmp .L25 .p2align 4,,10 .p2align 3 .L6: mov esi, r12d mov rdi, rbp call lua_tointeger@PLT test eax, eax je .L26 jg .L29 neg eax mov r13d, eax mov eax, DWORD PTR UCHAR_MAX[rip] cmp r13d, eax jg .L15 mov rdi, rbp mov esi, 2 call newpatt@PLT mov esi, DWORD PTR ITestAny[rip] mov ecx, r13d mov edx, 2 mov rdi, rax mov r14, rax call setinstaux@PLT mov esi, DWORD PTR IFail[rip] lea rdi, 4[r14] xor edx, edx call setinst@PLT jmp .L25 .L2: mov esi, r12d mov rdi, rbp call checkpattern@PLT mov r14, rax jmp .L11 .p2align 4,,10 .p2align 3 .L26: xor esi, esi mov rdi, rbp call newpatt@PLT mov r14, rax jmp .L25 .p2align 4,,10 .p2align 3 .L15: mov esi, r13d lea rcx, 16[rsp] mov rdi, rbp mov edx, 3 sub esi, eax mov DWORD PTR 16[rsp], 2 call any@PLT mov ecx, DWORD PTR UCHAR_MAX[rip] mov esi, DWORD PTR ITestAny[rip] mov r14, rax mov eax, DWORD PTR 16[rsp] mov rdi, r14 lea edx, 1[rax] call setinstaux@PLT mov edx, DWORD PTR 16[rsp] mov ecx, DWORD PTR UCHAR_MAX[rip] lea rdi, 4[r14] mov esi, DWORD PTR IChoice[rip] call setinstaux@PLT movsx rax, DWORD PTR 16[rsp] mov esi, DWORD PTR IFailTwice[rip] xor edx, edx lea rdi, [r14+rax*4] call setinst@PLT jmp .L25 .p2align 4,,10 .p2align 3 .L29: xor ecx, ecx xor edx, edx mov esi, eax mov rdi, rbp call any@PLT mov r14, rax jmp .L25 .L28: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size getpatt, .-getpatt .globl UCHAR_MAX .bss .align 4 .type UCHAR_MAX, @object .size UCHAR_MAX, 4 UCHAR_MAX: .zero 4 .globl ITestAny .align 4 .type ITestAny, @object .size ITestAny, 4 ITestAny: .zero 4 .globl IOpenCapture .align 4 .type IOpenCapture, @object .size IOpenCapture, 4 IOpenCapture: .zero 4 .globl IFailTwice .align 4 .type IFailTwice, @object .size IFailTwice, 4 IFailTwice: .zero 4 .globl IFail .align 4 .type IFail, @object .size IFail, 4 IFail: .zero 4 .globl ICloseRunTime .align 4 .type ICloseRunTime, @object .size ICloseRunTime, 4 ICloseRunTime: .zero 4 .globl IChoice .align 4 .type IChoice, @object .size IChoice, 4 IChoice: .zero 4 .globl IChar .align 4 .type IChar, @object .size IChar, 4 IChar: .zero 4 .globl Cruntime .align 4 .type Cruntime, @object .size Cruntime, 4 Cruntime: .zero 4 .globl Cclose .align 4 .type Cclose, @object .size Cclose, 4 Cclose: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getpatt.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type getpatt, %function getpatt: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} ldr r3, .L33 sub sp, sp, #20 mov r7, r2 ldr r3, [r3] str r3, [sp, #12] mov r3,#0 mov r5, r0 mov r6, r1 bl lua_type sub r0, r0, #128 cmp r0, #4 ldrls pc, [pc, r0, asl #2] b .L2 .L4: .word .L8 .word .L7 .word .L6 .word .L5 .word .L3 .L3: mov r1, r6 mov r0, r5 bl lua_toboolean subs r4, r0, #0 beq .L16 mov r1, #0 .L29: mov r0, r5 bl newpatt mov r10, r0 .L28: mov r1, r6 mov r0, r5 bl lua_replace .L11: cmp r7, #0 beq .L1 mov r1, r6 mov r0, r5 bl pattsize str r0, [r7] .L1: ldr r3, .L33 ldr r2, [r3] ldr r3, [sp, #12] eors r2, r3, r2 mov r3, #0 bne .L31 mov r0, r10 add sp, sp, #20 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L8: mov r1, r6 mov r0, r5 bl fix_l mov r10, r0 b .L11 .L7: mov r1, r6 add r2, sp, #8 mov r0, r5 bl lua_tolstring ldr r1, [sp, #8] mov fp, r0 mov r0, r5 bl newpatt ldr r3, [sp, #8] mov r10, r0 cmp r3, #0 beq .L28 mov r9, r0 sub r8, fp, #1 .L10: mov r4, r8 ldr r1, .L33+4 mov r0, r9 ldrb r3, [r8, #1]! @ zero_extendqisi2 mov r2, #0 ldr r1, [r1] bl setinstaux add r4, r4, #2 ldr r3, [sp, #8] sub r4, r4, fp cmp r3, r4 add r9, r9, #4 bhi .L10 b .L28 .L6: mov r1, r6 mov r0, r5 bl lua_tointeger subs r1, r0, #0 beq .L29 bgt .L32 ldr r8, .L33+8 rsb r4, r1, #0 ldr r1, [r8] cmp r4, r1 bgt .L15 mov r1, #2 mov r0, r5 bl newpatt mov r10, r0 ldr r2, .L33+12 mov r3, r4 ldr r1, [r2] mov r2, #2 bl setinstaux ldr r3, .L33+16 mov r2, #0 ldr r1, [r3] add r0, r10, #4 bl setinst b .L28 .L5: mov r1, #2 mov r0, r5 bl newpatt ldr r3, .L33+20 mov r10, r0 mov r4, #0 mov r1, r6 mov r0, r5 ldr r8, [r3] bl value2fenv ldr r3, .L33+24 str r4, [sp] mov r2, r0 mov r1, r8 mov r0, r10 ldr r3, [r3] bl setinstcap ldr r3, .L33+28 ldr r1, .L33+32 str r4, [sp] mov r2, r4 ldr r3, [r3] ldr r1, [r1] add r0, r10, #4 bl setinstcap b .L28 .L16: mov r1, #1 mov r0, r5 bl newpatt ldr r3, .L33+16 mov r2, r4 ldr r1, [r3] mov r10, r0 bl setinst b .L28 .L15: mov ip, #2 sub r1, r4, r1 add r3, sp, #8 mov r2, #3 mov r0, r5 str ip, [sp, #8] bl any mov r10, r0 ldr r2, [sp, #8] ldr r3, .L33+12 add r2, r2, #1 ldr r1, [r3] ldr r3, [r8] bl setinstaux ldr r2, .L33+36 ldr r3, [r8] ldr r1, [r2] add r0, r10, #4 ldr r2, [sp, #8] bl setinstaux ldr r0, [sp, #8] ldr r3, .L33+40 mov r2, #0 ldr r1, [r3] add r0, r10, r0, lsl #2 bl setinst b .L28 .L32: mov r3, #0 mov r0, r5 mov r2, r3 bl any mov r10, r0 b .L28 .L31: bl __stack_chk_fail .L2: mov r1, r6 mov r0, r5 bl checkpattern mov r10, r0 b .L11 .L34: .align 2 .L33: .word .LC0 .word IChar .word UCHAR_MAX .word ITestAny .word IFail .word IOpenCapture .word Cruntime .word Cclose .word ICloseRunTime .word IChoice .word IFailTwice .size getpatt, .-getpatt .comm UCHAR_MAX,4,4 .comm ITestAny,4,4 .comm IOpenCapture,4,4 .comm IFailTwice,4,4 .comm IFail,4,4 .comm ICloseRunTime,4,4 .comm IChoice,4,4 .comm IChar,4,4 .comm Cruntime,4,4 .comm Cclose,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getpattl.c" .intel_syntax noprefix .text .p2align 4 .type getpattl, @function getpattl: .LFB0: .cfi_startproc endbr64 sub rsp, 24 .cfi_def_cfa_offset 32 mov rax, QWORD PTR fs:40 mov QWORD PTR 8[rsp], rax xor eax, eax lea rdx, 4[rsp] call getpatt@PLT mov eax, DWORD PTR 4[rsp] mov rcx, QWORD PTR 8[rsp] sub rcx, QWORD PTR fs:40 jne .L5 add rsp, 24 .cfi_remember_state .cfi_def_cfa_offset 8 ret .L5: .cfi_restore_state call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size getpattl, .-getpattl .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getpattl.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type getpattl, %function getpattl: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 0, uses_anonymous_args = 0 str lr, [sp, #-4]! ldr r3, .L6 sub sp, sp, #12 mov r2, sp ldr r3, [r3] str r3, [sp, #4] mov r3,#0 bl getpatt ldr r3, .L6 ldr r0, [sp] ldr r2, [r3] ldr r3, [sp, #4] eors r2, r3, r2 mov r3, #0 bne .L5 add sp, sp, #12 @ sp needed ldr pc, [sp], #4 .L5: bl __stack_chk_fail .L7: .align 2 .L6: .word .LC0 .size getpattl, .-getpattl .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getposition.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "%s is not defined in given grammar" .text .p2align 4 .type getposition, @function getposition: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13d, edx push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 mov r12d, esi mov esi, -1 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi call lua_getfenv@PLT mov edx, r13d mov esi, -1 mov rdi, rbp call lua_rawgeti@PLT mov esi, r12d mov rdi, rbp call lua_gettable@PLT mov esi, -1 mov rdi, rbp call lua_tointeger@PLT test eax, eax je .L5 mov r12d, eax mov rdi, rbp mov esi, 2 call lua_pop@PLT mov eax, r12d pop rbp .cfi_remember_state .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state mov edx, r13d mov rdi, rbp mov esi, -2 call lua_rawgeti@PLT mov rdi, rbp mov esi, -1 call val2str@PLT mov rdi, rbp lea rsi, .LC0[rip] pop rbp .cfi_def_cfa_offset 24 mov edx, eax pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 jmp luaL_error@PLT .cfi_endproc .LFE0: .size getposition, .-getposition .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getposition.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "%s is not defined in given grammar\000" .text .align 2 .syntax unified .arm .fpu softvfp .type getposition, %function getposition: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r0 mov r6, r2 mov r5, r1 mvn r1, #0 bl lua_getfenv mov r2, r6 mvn r1, #0 mov r0, r4 bl lua_rawgeti mov r1, r5 mov r0, r4 bl lua_gettable mov r0, r4 mvn r1, #0 bl lua_tointeger subs r5, r0, #0 beq .L5 mov r0, r4 mov r1, #2 bl lua_pop mov r0, r5 pop {r4, r5, r6, pc} .L5: mov r2, r6 mvn r1, #1 mov r0, r4 bl lua_rawgeti mvn r1, #0 mov r0, r4 bl val2str ldr r1, .L6 mov r2, r0 mov r0, r4 pop {r4, r5, r6, lr} b luaL_error .L7: .align 2 .L6: .word .LC0 .size getposition, .-getposition .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_getstrcaps.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "invalid capture #%d in replacement pattern" .text .p2align 4 .type getstrcaps, @function getstrcaps: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 mov r13, rsi push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 movsx rbp, edx push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 lea r12d, 1[rbp] mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 48 cmp DWORD PTR MAXSTRCAPS[rip], ebp mov rdi, QWORD PTR [rdi] jle .L2 mov edx, DWORD PTR [rdi] movsx rax, ebp mov DWORD PTR 4[rsi+rax*8], edx .L2: lea rax, 4[rdi] mov QWORD PTR [rbx], rax call isfullcap@PLT test eax, eax je .L3 cmp DWORD PTR MAXSTRCAPS[rip], ebp jg .L12 .L1: add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, r12d pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state mov rdi, QWORD PTR [rbx] call isclosecap@PLT test eax, eax jne .L13 .L6: mov rdi, QWORD PTR [rbx] call captype@PLT cmp rax, QWORD PTR Csimple[rip] jne .L14 mov edx, r12d mov rdi, rbx mov rsi, r13 call getstrcaps mov rdi, QWORD PTR [rbx] mov r12d, eax call isclosecap@PLT test eax, eax je .L6 .L13: add QWORD PTR [rbx], 4 cmp DWORD PTR MAXSTRCAPS[rip], ebp jle .L1 .L12: mov rdi, QWORD PTR [rbx] lea rbp, 0[r13+rbp*8] sub rdi, 4 call closeaddr@PLT mov DWORD PTR 0[rbp], eax add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, r12d pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L14: .cfi_restore_state mov edi, DWORD PTR 8[rbx] add rsp, 8 .cfi_def_cfa_offset 40 mov edx, r12d lea rsi, .LC0[rip] pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 jmp luaL_error@PLT .cfi_endproc .LFE0: .size getstrcaps, .-getstrcaps .globl MAXSTRCAPS .bss .align 4 .type MAXSTRCAPS, @object .size MAXSTRCAPS, 4 MAXSTRCAPS: .zero 4 .globl Csimple .align 8 .type Csimple, @object .size Csimple, 8 Csimple: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_getstrcaps.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "invalid capture #%d in replacement pattern\000" .text .align 2 .syntax unified .arm .fpu softvfp .type getstrcaps, %function getstrcaps: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, r10, lr} mov r6, r2 mov r4, r0 ldr r8, .L14 ldr r0, [r0] ldr r3, [r8] add r5, r2, #1 cmp r3, r2 ldrgt r2, [r0] addgt r3, r1, r6, lsl #3 strgt r2, [r3, #4] add r3, r0, #4 str r3, [r4] mov r7, r1 bl isfullcap cmp r0, #0 bne .L4 ldr r0, [r4] bl isclosecap cmp r0, #0 ldr r9, .L14+4 bne .L11 .L6: ldr r0, [r4] bl captype ldr r3, [r9] mov r2, r5 cmp r0, r3 bne .L12 mov r1, r7 mov r0, r4 bl getstrcaps mov r5, r0 ldr r0, [r4] bl isclosecap cmp r0, #0 beq .L6 .L11: ldr r3, [r4] add r3, r3, #4 str r3, [r4] .L4: ldr r3, [r8] cmp r3, r6 bgt .L13 mov r0, r5 pop {r4, r5, r6, r7, r8, r9, r10, pc} .L13: ldr r0, [r4] sub r0, r0, #4 bl closeaddr str r0, [r7, r6, lsl #3] mov r0, r5 pop {r4, r5, r6, r7, r8, r9, r10, pc} .L12: ldr r0, [r4, #4] ldr r1, .L14+8 pop {r4, r5, r6, r7, r8, r9, r10, lr} b luaL_error .L15: .align 2 .L14: .word MAXSTRCAPS .word Csimple .word .LC0 .size getstrcaps, .-getstrcaps .comm MAXSTRCAPS,4,4 .comm Csimple,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_interfere.c" .intel_syntax noprefix .text .p2align 4 .type interfere, @function interfere: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdx push rbx .cfi_def_cfa_offset 24 .cfi_offset 3, -24 mov rbx, rdi sub rsp, 8 .cfi_def_cfa_offset 32 call nofail@PLT test rax, rax jne .L5 mov rax, QWORD PTR NOINFO[rip] cmp QWORD PTR 0[rbp], rax je .L6 mov eax, DWORD PTR [rbx] cmp eax, 128 je .L3 cmp eax, 129 je .L9 xor edi, edi cmp DWORD PTR ITestAny[rip], eax sete dil call assert@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 mov eax, 1 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 xor eax, eax pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L9: .cfi_restore_state mov esi, DWORD PTR 4[rbx] mov edi, DWORD PTR 8[rbp] add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 jmp testchar@PLT .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state mov esi, DWORD PTR 20[rbx] mov edi, DWORD PTR 8[rbp] call exclusiveset@PLT test eax, eax sete al add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 24 movzx eax, al pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L6: .cfi_restore_state add rsp, 8 .cfi_def_cfa_offset 24 mov eax, 1 pop rbx .cfi_def_cfa_offset 16 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size interfere, .-interfere .globl NOINFO .bss .align 8 .type NOINFO, @object .size NOINFO, 8 NOINFO: .zero 8 .globl ITestAny .align 4 .type ITestAny, @object .size ITestAny, 4 ITestAny: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_interfere.c" .text .align 2 .syntax unified .arm .fpu softvfp .type interfere, %function interfere: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r4, r2 mov r5, r0 bl nofail cmp r0, #0 bne .L5 ldr r3, .L10 ldr r2, [r4] ldr r3, [r3] cmp r2, r3 beq .L6 ldr r3, [r5] cmp r3, #128 beq .L3 cmp r3, #129 beq .L9 ldr r2, .L10+4 ldr r0, [r2] sub r0, r0, r3 clz r0, r0 lsr r0, r0, #5 bl assert mov r0, #1 pop {r4, r5, r6, pc} .L5: mov r0, #0 pop {r4, r5, r6, pc} .L9: ldr r1, [r5, #4] ldr r0, [r4, #4] pop {r4, r5, r6, lr} b testchar .L3: ldr r1, [r5, #20] ldr r0, [r4, #4] bl exclusiveset clz r0, r0 lsr r0, r0, #5 pop {r4, r5, r6, pc} .L6: mov r0, #1 pop {r4, r5, r6, pc} .L11: .align 2 .L10: .word NOINFO .word ITestAny .size interfere, .-interfere .comm NOINFO,4,4 .comm ITestAny,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_invert.c" .intel_syntax noprefix .text .p2align 4 .type invert, @function invert: .LFB0: .cfi_startproc endbr64 test esi, esi jle .L1 movsx rsi, esi xor eax, eax .p2align 4,,10 .p2align 3 .L3: mov edx, DWORD PTR [rdi+rax*4] mov ecx, DWORD PTR [rdi+rsi*4] mov DWORD PTR [rdi+rax*4], ecx add rax, 1 mov DWORD PTR [rdi+rsi*4], edx sub rsi, 1 cmp esi, eax jg .L3 .L1: ret .cfi_endproc .LFE0: .size invert, .-invert .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_invert.c" .text .align 2 .syntax unified .arm .fpu softvfp .type invert, %function invert: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 cmp r1, #0 bxle lr mov r3, #0 push {r4, lr} add r2, r1, #1 add r2, r0, r2, lsl #2 sub r0, r0, #4 .L3: add r3, r3, #1 ldr ip, [r0, #4]! ldr lr, [r2, #-4]! sub r4, r1, r3 cmp r3, r4 str lr, [r0] str ip, [r2] blt .L3 pop {r4, pc} .size invert, .-invert .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_isheadfail.c" .intel_syntax noprefix .text .p2align 4 .type isheadfail, @function isheadfail: .LFB0: .cfi_startproc endbr64 push rbx .cfi_def_cfa_offset 16 .cfi_offset 3, -16 mov rbx, rdi call ischeck@PLT test eax, eax jne .L16 .L2: xor eax, eax pop rbx .cfi_remember_state .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L3: .cfi_restore_state mov rdi, rbx call isnofail@PLT test eax, eax je .L2 .L16: mov rdi, rbx call sizei@PLT cdqe lea rbx, [rbx+rax*8] mov rax, QWORD PTR IEnd[rip] cmp QWORD PTR [rbx], rax jne .L3 mov eax, 1 pop rbx .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size isheadfail, .-isheadfail .globl IEnd .bss .align 8 .type IEnd, @object .size IEnd, 8 IEnd: .zero 8 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_isheadfail.c" .text .align 2 .syntax unified .arm .fpu softvfp .type isheadfail, %function isheadfail: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, lr} mov r5, r0 bl ischeck cmp r0, #0 bne .L16 .L2: mov r0, #0 pop {r4, r5, r6, pc} .L16: mov r0, r5 bl sizei ldr r6, .L17 ldr r2, [r5, r0, lsl #2] ldr r3, [r6] add r5, r5, r0, lsl #2 cmp r2, r3 beq .L5 .L3: mov r0, r5 bl isnofail cmp r0, #0 beq .L2 mov r0, r5 bl sizei lsl r0, r0, #2 ldr r2, [r5, r0]! ldr r3, [r6] cmp r2, r3 bne .L3 .L5: mov r0, #1 pop {r4, r5, r6, pc} .L18: .align 2 .L17: .word IEnd .size isheadfail, .-isheadfail .comm IEnd,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_jointable.c" .intel_syntax noprefix .text .p2align 4 .type jointable, @function jointable: .LFB0: .cfi_startproc endbr64 push r13 .cfi_def_cfa_offset 16 .cfi_offset 13, -16 push r12 .cfi_def_cfa_offset 24 .cfi_offset 12, -24 push rbp .cfi_def_cfa_offset 32 .cfi_offset 6, -32 mov rbp, rdi push rbx .cfi_def_cfa_offset 40 .cfi_offset 3, -40 sub rsp, 8 .cfi_def_cfa_offset 48 call lua_getfenv@PLT mov esi, -1 mov rdi, rbp call lua_objlen@PLT mov esi, -2 mov rdi, rbp mov r13d, eax call lua_getfenv@PLT test r13d, r13d je .L4 mov edx, -1 mov esi, -2 mov rdi, rbp call lua_equal@PLT test rax, rax je .L14 .L4: mov rdi, rbp mov esi, 2 xor r12d, r12d call lua_pop@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, r12d pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L14: .cfi_restore_state mov esi, -1 mov rdi, rbp call lua_objlen@PLT mov r12d, eax test eax, eax je .L15 xor edx, edx lea esi, 0[r13+rax] mov rdi, rbp call lua_createtable@PLT test r12d, r12d jle .L6 mov ebx, 1 .p2align 4,,10 .p2align 3 .L7: mov edx, ebx mov esi, -2 mov rdi, rbp call lua_rawgeti@PLT mov edx, ebx mov esi, -2 mov rdi, rbp call lua_rawseti@PLT add ebx, 1 cmp r12d, ebx jge .L7 .L6: test r13d, r13d jle .L8 mov ebx, 1 .p2align 4,,10 .p2align 3 .L9: mov edx, ebx mov esi, -3 mov rdi, rbp call lua_rawgeti@PLT lea edx, [r12+rbx] mov esi, -2 mov rdi, rbp call lua_rawseti@PLT add ebx, 1 cmp r13d, ebx jge .L9 .L8: mov rdi, rbp mov esi, -4 call lua_setfenv@PLT mov rdi, rbp mov esi, 2 call lua_pop@PLT add rsp, 8 .cfi_remember_state .cfi_def_cfa_offset 40 mov eax, r12d pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .p2align 4,,10 .p2align 3 .L15: .cfi_restore_state mov rdi, rbp mov esi, 1 call lua_pop@PLT mov rdi, rbp mov esi, -2 call lua_setfenv@PLT add rsp, 8 .cfi_def_cfa_offset 40 mov eax, r12d pop rbx .cfi_def_cfa_offset 32 pop rbp .cfi_def_cfa_offset 24 pop r12 .cfi_def_cfa_offset 16 pop r13 .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size jointable, .-jointable .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_jointable.c" .text .align 2 .syntax unified .arm .fpu softvfp .type jointable, %function jointable: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, lr} mov r4, r0 bl lua_getfenv mvn r1, #0 mov r0, r4 bl lua_objlen mov r6, r0 mvn r1, #1 mov r0, r4 bl lua_getfenv cmp r6, #0 beq .L4 mvn r2, #0 mvn r1, #1 mov r0, r4 bl lua_equal subs r5, r0, #0 beq .L14 .L4: mov r7, #0 mov r0, r4 mov r1, #2 bl lua_pop mov r0, r7 pop {r4, r5, r6, r7, r8, pc} .L14: mvn r1, #0 mov r0, r4 bl lua_objlen subs r7, r0, #0 beq .L15 mov r2, r5 mov r0, r4 add r1, r6, r7 bl lua_createtable cmp r7, #0 ble .L6 mov r5, #1 add r8, r7, r5 .L7: mov r2, r5 mvn r1, #1 mov r0, r4 bl lua_rawgeti mov r2, r5 mvn r1, #1 mov r0, r4 add r5, r5, #1 bl lua_rawseti cmp r5, r8 bne .L7 .L6: cmp r6, #0 ble .L8 mov r5, #1 add r6, r6, r5 .L9: mov r2, r5 mvn r1, #2 mov r0, r4 bl lua_rawgeti add r2, r5, r7 mvn r1, #1 mov r0, r4 add r5, r5, #1 bl lua_rawseti cmp r5, r6 bne .L9 .L8: mvn r1, #3 mov r0, r4 bl lua_setfenv mov r0, r4 mov r1, #2 bl lua_pop mov r0, r7 pop {r4, r5, r6, r7, r8, pc} .L15: mov r1, #1 mov r0, r4 bl lua_pop mov r0, r4 mvn r1, #1 bl lua_setfenv mov r0, r7 pop {r4, r5, r6, r7, r8, pc} .size jointable, .-jointable .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_luaopen_lpeg.c" .intel_syntax noprefix .text .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "lpeg" .LC1: .string "__index" .text .p2align 4 .globl luaopen_lpeg .type luaopen_lpeg, @function luaopen_lpeg: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rdi call lua_newtable@PLT mov esi, DWORD PTR LUA_ENVIRONINDEX[rip] mov rdi, rbp call lua_replace@PLT mov esi, DWORD PTR PATTERN_T[rip] mov rdi, rbp call luaL_newmetatable@PLT mov edx, DWORD PTR metapattreg[rip] mov rdi, rbp xor esi, esi call luaL_register@PLT mov edx, DWORD PTR pattreg[rip] mov rdi, rbp lea rsi, .LC0[rip] call luaL_register@PLT mov rdi, rbp lea rsi, .LC1[rip] call lua_pushliteral@PLT mov rdi, rbp mov esi, -2 call lua_pushvalue@PLT mov rdi, rbp mov esi, -4 call lua_settable@PLT mov eax, 1 pop rbp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size luaopen_lpeg, .-luaopen_lpeg .globl pattreg .bss .align 4 .type pattreg, @object .size pattreg, 4 pattreg: .zero 4 .globl metapattreg .align 4 .type metapattreg, @object .size metapattreg, 4 metapattreg: .zero 4 .globl PATTERN_T .align 4 .type PATTERN_T, @object .size PATTERN_T, 4 PATTERN_T: .zero 4 .globl LUA_ENVIRONINDEX .align 4 .type LUA_ENVIRONINDEX, @object .size LUA_ENVIRONINDEX, 4 LUA_ENVIRONINDEX: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_luaopen_lpeg.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "lpeg\000" .align 2 .LC1: .ascii "__index\000" .text .align 2 .global luaopen_lpeg .syntax unified .arm .fpu softvfp .type luaopen_lpeg, %function luaopen_lpeg: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 0, uses_anonymous_args = 0 push {r4, lr} mov r4, r0 bl lua_newtable ldr r3, .L4 mov r0, r4 ldr r1, [r3] bl lua_replace ldr r3, .L4+4 mov r0, r4 ldr r1, [r3] bl luaL_newmetatable ldr r3, .L4+8 mov r0, r4 ldr r2, [r3] mov r1, #0 bl luaL_register ldr r3, .L4+12 mov r0, r4 ldr r2, [r3] ldr r1, .L4+16 bl luaL_register mov r0, r4 ldr r1, .L4+20 bl lua_pushliteral mov r0, r4 mvn r1, #1 bl lua_pushvalue mov r0, r4 mvn r1, #3 bl lua_settable mov r0, #1 pop {r4, pc} .L5: .align 2 .L4: .word LUA_ENVIRONINDEX .word PATTERN_T .word metapattreg .word pattreg .word .LC0 .word .LC1 .size luaopen_lpeg, .-luaopen_lpeg .comm pattreg,4,4 .comm metapattreg,4,4 .comm PATTERN_T,4,4 .comm LUA_ENVIRONINDEX,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_match.c" .intel_syntax noprefix .text .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "too many pending calls/choices" .align 8 .LC1: .string "invalid position returned by match-time capture" .align 8 .LC2: .string "reference to %s outside a grammar" .text .p2align 4 .type match, @function match: .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 .cfi_offset 15, -24 mov r15, rdx push r14 .cfi_offset 14, -32 mov r14, r8 push r13 push r12 push rbx sub rsp, 120 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov QWORD PTR -104[rbp], rsi mov QWORD PTR -88[rbp], rcx mov rsi, rsp mov QWORD PTR -96[rbp], rdi mov QWORD PTR -80[rbp], r9 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax movsx rax, DWORD PTR MAXBACK[rip] lea rdx, [rax+rax*2] sal rdx, 3 lea rax, 15[rdx] mov rcx, rax and rax, -4096 sub rsi, rax and rcx, -16 cmp rsp, rsi je .L3 .L104: sub rsp, 4096 or QWORD PTR 4088[rsp], 0 cmp rsp, rsi jne .L104 .L3: and ecx, 4095 sub rsp, rcx test rcx, rcx jne .L105 .L4: lea rcx, 7[rsp] mov DWORD PTR -68[rbp], 0 lea r12, .L8[rip] mov rax, rcx and rcx, -8 mov r13, rcx add rcx, rdx shr rax, 3 mov QWORD PTR -120[rbp], rcx mov ecx, DWORD PTR IMAXCAPTURES[rip] mov QWORD PTR 0[0+rax*8], r15 mov DWORD PTR -72[rbp], ecx lea rcx, giveup[rip] mov QWORD PTR 16[0+rax*8], rcx mov DWORD PTR 8[0+rax*8], 0 lea rax, 24[r13] mov QWORD PTR -136[rbp], rax mov rbx, rax .p2align 4,,10 .p2align 3 .L5: mov eax, DWORD PTR 16[r14] add eax, -128 cmp eax, 28 ja .L6 movsx rax, DWORD PTR [r12+rax*4] add rax, r12 notrack jmp rax .section .rodata .align 4 .align 4 .L8: .long .L35-.L8 .long .L34-.L8 .long .L33-.L8 .long .L32-.L8 .long .L31-.L8 .long .L30-.L8 .long .L29-.L8 .long .L28-.L8 .long .L27-.L8 .long .L26-.L8 .long .L25-.L8 .long .L24-.L8 .long .L101-.L8 .long .L22-.L8 .long .L21-.L8 .long .L20-.L8 .long .L19-.L8 .long .L53-.L8 .long .L17-.L8 .long .L16-.L8 .long .L16-.L8 .long .L15-.L8 .long .L14-.L8 .long .L13-.L8 .long .L12-.L8 .long .L11-.L8 .long .L10-.L8 .long .L9-.L8 .long .L7-.L8 .text .p2align 4,,10 .p2align 3 .L19: xor edi, edi cmp rbx, r13 seta dil sub rbx, 24 call assert@PLT .p2align 4,,10 .p2align 3 .L53: xor edi, edi cmp rbx, r13 seta dil sub rbx, 24 call assert@PLT mov r15, QWORD PTR [rbx] test r15, r15 je .L53 mov eax, DWORD PTR 8[rbx] mov r14, QWORD PTR 16[rbx] mov DWORD PTR -68[rbp], eax jmp .L5 .p2align 4,,10 .p2align 3 .L106: add r15, 1 .L29: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r14] call testchar@PLT test eax, eax jne .L106 .L37: movsx rax, DWORD PTR CHARSETINSTSIZE[rip] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L16: movsx rax, DWORD PTR -68[rbp] mov rcx, QWORD PTR -80[rbp] lea rax, [rax+rax*2] lea rdx, [rcx+rax*8] mov DWORD PTR 8[rdx], 1 .L62: mov rdi, r14 mov QWORD PTR -112[rbp], rdx call getoff@PLT mov rcx, r15 mov rdx, QWORD PTR -112[rbp] mov rdi, r14 cdqe sub rcx, rax mov eax, DWORD PTR 12[r14] mov QWORD PTR [rdx], rcx mov DWORD PTR 16[rdx], eax call getkind@PLT mov rdx, QWORD PTR -112[rbp] add DWORD PTR -68[rbp], 1 mov DWORD PTR 12[rdx], eax mov eax, DWORD PTR -68[rbp] cmp DWORD PTR -72[rbp], eax jle .L107 .L63: add r14, 24 jmp .L5 .p2align 4,,10 .p2align 3 .L26: xor edi, edi cmp rbx, r13 jbe .L51 xor edi, edi cmp QWORD PTR -24[rbx], 0 setne dil .L51: call assert@PLT mov eax, DWORD PTR -68[rbp] mov QWORD PTR -24[rbx], r15 mov DWORD PTR -16[rbx], eax .L101: movsx rax, DWORD PTR 12[r14] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L14: mov rdi, QWORD PTR -96[rbp] call lua_gettop@PLT mov rdx, QWORD PTR -80[rbp] mov r9d, DWORD PTR 16[rbp] mov r8, r15 mov rcx, QWORD PTR -104[rbp] mov rdi, QWORD PTR -96[rbp] mov DWORD PTR -148[rbp], eax add eax, 1 mov DWORD PTR -112[rbp], eax movsx rax, DWORD PTR -68[rbp] lea rax, [rax+rax*2] lea rsi, [rdx+rax*8] call runtimecap@PLT mov esi, DWORD PTR -112[rbp] mov rdi, QWORD PTR -96[rbp] mov DWORD PTR -128[rbp], eax call lua_tointeger@PLT mov rdi, QWORD PTR -96[rbp] lea edx, -1[rax] mov DWORD PTR -144[rbp], edx call lua_gettop@PLT movsx rdx, DWORD PTR -144[rbp] sub eax, DWORD PTR -112[rbp] mov DWORD PTR -124[rbp], eax cmp edx, -1 je .L54 sub r15, QWORD PTR -104[rbp] mov r8, rdx .L55: cmp r15, rdx jg .L57 mov rax, QWORD PTR -88[rbp] sub rax, QWORD PTR -104[rbp] cmp rax, rdx jge .L58 .L57: mov rdi, QWORD PTR -96[rbp] lea rsi, .LC1[rip] xor eax, eax mov QWORD PTR -144[rbp], r8 call luaL_error@PLT mov r8, QWORD PTR -144[rbp] .L58: mov rax, QWORD PTR -104[rbp] mov esi, DWORD PTR -112[rbp] mov rdi, QWORD PTR -96[rbp] mov edx, DWORD PTR -128[rbp] lea r15, [rax+r8] sub DWORD PTR -68[rbp], edx call lua_remove@PLT mov ecx, DWORD PTR -124[rbp] test ecx, ecx jle .L63 mov eax, DWORD PTR -68[rbp] lea eax, 1[rax+rcx] mov DWORD PTR -68[rbp], eax cmp DWORD PTR -72[rbp], eax jle .L108 .L60: movsx rax, DWORD PTR -68[rbp] movsx rdx, DWORD PTR -124[rbp] mov rdi, r15 mov rcx, QWORD PTR -80[rbp] sub rax, rdx lea rax, [rax+rax*2] lea rsi, -24[rcx+rax*8] mov ecx, DWORD PTR -112[rbp] call adddyncaptures@PLT jmp .L63 .p2align 4,,10 .p2align 3 .L15: xor edi, edi cmp rbx, r13 jbe .L50 xor edi, edi cmp QWORD PTR -24[rbx], 0 setne dil .L50: call assert@PLT movsx rax, DWORD PTR 12[r14] sub rbx, 24 lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L17: xor edi, edi cmp rbx, QWORD PTR -136[rbp] sete dil call assert@PLT movsx rax, DWORD PTR -68[rbp] mov rcx, QWORD PTR -80[rbp] mov edx, DWORD PTR Cclose[rip] lea rax, [rax+rax*2] lea rax, [rcx+rax*8] mov DWORD PTR 12[rax], edx mov QWORD PTR [rax], 0 mov rax, r15 .L1: mov rcx, QWORD PTR -56[rbp] sub rcx, QWORD PTR fs:40 jne .L109 lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_remember_state .cfi_def_cfa 7, 8 ret .p2align 4,,10 .p2align 3 .L25: .cfi_restore_state movsx rax, DWORD PTR -68[rbp] mov rcx, QWORD PTR -80[rbp] lea rax, [rax+rax*2] lea rdx, [rcx+rax*8] mov DWORD PTR 8[rdx], 0 jmp .L62 .p2align 4,,10 .p2align 3 .L24: mov edi, DWORD PTR 16[rbp] mov r12d, DWORD PTR 12[r14] call penvidx@PLT mov rbx, QWORD PTR -96[rbp] mov edx, r12d mov esi, eax mov rdi, rbx call lua_rawgeti@PLT mov esi, -1 mov rdi, rbx call val2str@PLT lea rsi, .LC2[rip] mov rdi, rbx mov edx, eax xor eax, eax call luaL_error@PLT .L6: xor edi, edi call assert@PLT xor eax, eax jmp .L1 .p2align 4,,10 .p2align 3 .L27: xor edi, edi cmp rbx, r13 jbe .L39 xor edi, edi cmp QWORD PTR -24[rbx], 0 sete dil .L39: call assert@PLT sub rbx, 24 mov r14, QWORD PTR 16[rbx] jmp .L5 .p2align 4,,10 .p2align 3 .L28: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r14] call testchar@PLT test eax, eax je .L53 .L45: movsx rax, DWORD PTR CHARSETINSTSIZE[rip] add r15, 1 lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L30: cmp r15, QWORD PTR -88[rbp] jnb .L37 mov rax, r13 mov QWORD PTR -112[rbp], rbx mov r13, r14 mov rbx, QWORD PTR -88[rbp] mov r14, rax jmp .L36 .p2align 4,,10 .p2align 3 .L110: add r15, 1 cmp rbx, r15 je .L98 .L36: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r13] call testchar@PLT test eax, eax jne .L110 .L98: mov rax, r14 mov r14, r13 mov rbx, QWORD PTR -112[rbp] mov r13, rax movsx rax, DWORD PTR CHARSETINSTSIZE[rip] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L31: mov rdx, QWORD PTR -88[rbp] movsx rax, DWORD PTR 8[r14] sub rdx, r15 cmp rax, rdx jg .L101 add r14, 24 add r15, rax jmp .L5 .p2align 4,,10 .p2align 3 .L32: movsx eax, BYTE PTR [r15] cmp eax, DWORD PTR 8[r14] jne .L101 cmp r15, QWORD PTR -88[rbp] jnb .L101 jmp .L42 .p2align 4,,10 .p2align 3 .L10: cmp rbx, QWORD PTR -120[rbp] jnb .L49 lea rax, 24[r14] mov QWORD PTR [rbx], 0 add rbx, 24 mov QWORD PTR -8[rbx], rax movsx rax, DWORD PTR 12[r14] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L11: movsx eax, BYTE PTR [r15] cmp eax, DWORD PTR 8[r14] jne .L53 cmp r15, QWORD PTR -88[rbp] jnb .L53 .L42: add r14, 24 add r15, 1 jmp .L5 .p2align 4,,10 .p2align 3 .L12: cmp rbx, QWORD PTR -120[rbp] jnb .L49 mov rsi, r14 xor edi, edi add rbx, 24 add r14, 24 call dest@PLT movsx rdx, DWORD PTR -16[r14] mov QWORD PTR -8[rbx], rax mov rax, r15 sub rax, rdx mov QWORD PTR -24[rbx], rax mov eax, DWORD PTR -68[rbp] mov DWORD PTR -16[rbx], eax jmp .L5 .p2align 4,,10 .p2align 3 .L13: mov rdi, r14 call getoff@PLT mov rcx, r15 xor edi, edi cdqe sub rcx, rax mov eax, DWORD PTR -68[rbp] mov QWORD PTR -112[rbp], rcx test eax, eax setg dil call assert@PLT movsx rax, DWORD PTR -68[rbp] mov rsi, QWORD PTR -80[rbp] lea rdx, [rax+rax*2] sal rdx, 3 lea rcx, -24[rsi+rdx] mov esi, DWORD PTR 8[rcx] test esi, esi jne .L61 mov rax, QWORD PTR -112[rbp] sub rax, QWORD PTR [rcx] cmp QWORD PTR UCHAR_MAX[rip], rax jbe .L61 add eax, 1 add r14, 24 mov DWORD PTR 8[rcx], eax jmp .L5 .p2align 4,,10 .p2align 3 .L21: mov rdx, r15 mov edi, DWORD PTR 68[r14] mov rcx, QWORD PTR -88[rbp] mov rsi, QWORD PTR -104[rbp] call [QWORD PTR 24[r14]] mov r15, rax test rax, rax je .L53 movsx rax, DWORD PTR 12[r14] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L22: xor edi, edi cmp rbx, r13 sete dil call assert@PLT xor eax, eax jmp .L1 .p2align 4,,10 .p2align 3 .L20: mov rdi, r14 call getoff@PLT movsx rdx, DWORD PTR -68[rbp] mov rcx, QWORD PTR -80[rbp] add eax, 1 lea rdx, [rdx+rdx*2] lea rdx, [rcx+rdx*8] mov DWORD PTR 8[rdx], eax jmp .L62 .p2align 4,,10 .p2align 3 .L35: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r14] call testchar@PLT cmp r15, QWORD PTR -88[rbp] jnb .L53 test eax, eax jne .L45 jmp .L53 .p2align 4,,10 .p2align 3 .L9: xor edi, edi cmp rbx, r13 jbe .L52 xor edi, edi cmp QWORD PTR -24[rbx], 0 setne dil .L52: call assert@PLT movsx rax, DWORD PTR 12[r14] mov r15, QWORD PTR -24[rbx] sub rbx, 24 lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L7: mov rdx, QWORD PTR -88[rbp] movsx rax, DWORD PTR 8[r14] sub rdx, r15 cmp rax, rdx jg .L53 add r14, 24 add r15, rax jmp .L5 .p2align 4,,10 .p2align 3 .L33: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r14] call testchar@PLT test eax, eax jne .L45 movsx rax, DWORD PTR 12[r14] lea rax, [rax+rax*2] lea r14, [r14+rax*8] jmp .L5 .p2align 4,,10 .p2align 3 .L34: movzx esi, BYTE PTR [r15] mov edi, DWORD PTR 44[r14] call testchar@PLT cmp r15, QWORD PTR -88[rbp] jnb .L101 test eax, eax je .L101 jmp .L45 .p2align 4,,10 .p2align 3 .L107: mov ecx, DWORD PTR 16[rbp] mov rsi, QWORD PTR -80[rbp] mov edx, eax mov rdi, QWORD PTR -96[rbp] call doublecap@PLT mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR -68[rbp] add eax, eax mov DWORD PTR -72[rbp], eax jmp .L63 .p2align 4,,10 .p2align 3 .L105: or QWORD PTR -8[rsp+rcx], 0 jmp .L4 .p2align 4,,10 .p2align 3 .L54: mov esi, DWORD PTR -112[rbp] mov rdi, QWORD PTR -96[rbp] call lua_toboolean@PLT test eax, eax je .L111 mov esi, DWORD PTR -112[rbp] mov rdi, QWORD PTR -96[rbp] call lua_isboolean@PLT sub r15, QWORD PTR -104[rbp] test eax, eax je .L69 movsx rdx, r15d mov r8, rdx jmp .L55 .p2align 4,,10 .p2align 3 .L49: mov rdi, QWORD PTR -96[rbp] lea rsi, .LC0[rip] xor eax, eax call luaL_error@PLT xor eax, eax jmp .L1 .p2align 4,,10 .p2align 3 .L61: add rdx, QWORD PTR -80[rbp] mov DWORD PTR 8[rdx], 1 jmp .L62 .L69: mov r8, -1 mov rdx, -1 jmp .L55 .L108: mov ecx, DWORD PTR 16[rbp] mov rsi, QWORD PTR -80[rbp] mov edx, eax mov rdi, QWORD PTR -96[rbp] call doublecap@PLT mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR -68[rbp] add eax, eax mov DWORD PTR -72[rbp], eax jmp .L60 .L111: mov esi, DWORD PTR -148[rbp] mov rdi, QWORD PTR -96[rbp] call lua_settop@PLT jmp .L53 .L109: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size match, .-match .globl giveup .section .rodata .align 16 .type giveup, @object .size giveup, 24 giveup: .zero 24 .globl UCHAR_MAX .bss .align 8 .type UCHAR_MAX, @object .size UCHAR_MAX, 8 UCHAR_MAX: .zero 8 .globl MAXBACK .align 4 .type MAXBACK, @object .size MAXBACK, 4 MAXBACK: .zero 4 .globl IMAXCAPTURES .align 4 .type IMAXCAPTURES, @object .size IMAXCAPTURES, 4 IMAXCAPTURES: .zero 4 .globl Cclose .align 4 .type Cclose, @object .size Cclose, 4 Cclose: .zero 4 .globl CHARSETINSTSIZE .align 4 .type CHARSETINSTSIZE, @object .size CHARSETINSTSIZE, 4 CHARSETINSTSIZE: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_match.c" .text .section .rodata.str1.4,"aMS",%progbits,1 .align 2 .LC0: .ascii "too many pending calls/choices\000" .align 2 .LC1: .ascii "invalid position returned by match-time capture\000" .align 2 .LC2: .ascii "reference to %s outside a grammar\000" .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC3: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type match, %function match: @ args = 12, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 mov ip, #0 push {r4, r5, r6, r7, r8, r9, r10, fp, lr} add fp, sp, #32 sub sp, sp, #60 mov r4, r2 mov r9, ip ldr lr, .L100 str r0, [fp, #-56] ldr r2, [lr] str r1, [fp, #-64] add r2, r2, r2, lsl #1 lsl r2, r2, #2 add r0, r2, #7 bic r0, r0, #7 sub sp, sp, r0 ldr r1, .L100+4 add r10, sp, #8 ldr r1, [r1] str r3, [fp, #-52] add r6, r10, #12 ldr r3, .L100+8 str r6, [fp, #-72] ldr r3, [r3] str r3, [fp, #-40] mov r3,#0 ldr r3, .L100+12 str r1, [fp, #-60] ldr r1, [fp, #8] add r2, r10, r2 ldr r5, [fp, #4] str r1, [fp, #-48] str r2, [fp, #-68] str r4, [r10] str r3, [r10, #8] str ip, [r10, #4] .L2: ldr r3, [r5, #12] sub r3, r3, #128 cmp r3, #28 ldrls pc, [pc, r3, asl #2] b .L3 .L5: .word .L32 .word .L31 .word .L30 .word .L29 .word .L28 .word .L27 .word .L26 .word .L25 .word .L24 .word .L23 .word .L22 .word .L21 .word .L20 .word .L19 .word .L18 .word .L17 .word .L16 .word .L49 .word .L14 .word .L13 .word .L13 .word .L12 .word .L11 .word .L10 .word .L9 .word .L8 .word .L7 .word .L6 .word .L4 .L99: ldr r1, [fp, #-84] ldr r0, [fp, #-56] bl lua_settop .L49: cmp r6, r10 movls r0, #0 movhi r0, #1 bl assert ldr r4, [r6, #-12]! cmp r4, #0 beq .L49 ldr r9, [r6, #4] ldr r5, [r6, #8] b .L2 .L18: mov r2, r4 ldr r3, [fp, #-52] ldr r4, [r5, #20] ldr r1, [fp, #-64] ldr r0, [r5, #56] blx r4 subs r4, r0, #0 beq .L49 .L20: ldr r3, [r5, #8] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L13: mov r3, #1 ldr r2, [fp, #-48] add r8, r5, #20 add r7, r2, r9, lsl #4 str r3, [r7, #4] .L59: mov r0, r5 bl getoff ldr r3, [r5, #8] sub r0, r4, r0 str r0, [r7] str r3, [r7, #12] mov r0, r5 bl getkind ldr r3, [fp, #-60] add r9, r9, #1 cmp r3, r9 str r0, [r7, #8] ble .L94 .L60: mov r5, r8 b .L2 .L14: ldr r3, [fp, #-72] sub r0, r6, r3 clz r0, r0 lsr r0, r0, #5 bl assert mov r3, #0 mov r0, r4 ldr r1, .L100+16 ldr ip, [fp, #-48] ldr r1, [r1] add r2, ip, r9, lsl #4 str r1, [r2, #8] str r3, [ip, r9, lsl #4] .L1: ldr r3, .L100+8 ldr r2, [r3] ldr r3, [fp, #-40] eors r2, r3, r2 mov r3, #0 bne .L95 sub sp, fp, #32 @ sp needed pop {r4, r5, r6, r7, r8, r9, r10, fp, pc} .L16: cmp r6, r10 movls r0, #0 movhi r0, #1 bl assert sub r6, r6, #12 b .L49 .L17: mov r0, r5 bl getoff ldr r3, [fp, #-48] add r0, r0, #1 add r7, r3, r9, lsl #4 str r0, [r7, #4] add r8, r5, #20 b .L59 .L19: sub r0, r6, r10 clz r0, r0 lsr r0, r0, #5 bl assert mov r0, #0 b .L1 .L21: ldr r0, [fp, #12] bl penvidx ldr r4, [fp, #-56] mov r1, r0 ldr r2, [r5, #8] mov r0, r4 bl lua_rawgeti mvn r1, #0 mov r0, r4 bl val2str ldr r1, .L100+20 mov r2, r0 mov r0, r4 bl luaL_error .L3: mov r0, #0 bl assert mov r0, #0 b .L1 .L22: mov r3, #0 ldr r2, [fp, #-48] add r8, r5, #20 add r7, r2, r9, lsl #4 str r3, [r7, #4] b .L59 .L23: cmp r6, r10 movls r0, #0 bls .L47 ldr r0, [r6, #-12] subs r0, r0, #0 movne r0, #1 .L47: bl assert ldr r3, [r5, #8] str r4, [r6, #-12] add r3, r3, r3, lsl #2 str r9, [r6, #-8] add r5, r5, r3, lsl #2 b .L2 .L24: cmp r6, r10 ldrhi r0, [r6, #-12] movls r0, #0 clzhi r0, r0 lsrhi r0, r0, #5 bl assert sub r6, r6, #12 ldr r5, [r6, #8] b .L2 .L25: ldrb r1, [r4] @ zero_extendqisi2 ldr r0, [r5, #36] bl testchar cmp r0, #0 beq .L49 .L42: ldr r3, .L100+24 add r4, r4, #1 ldr r3, [r3] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L26: mov r7, r4 .L33: mov r4, r7 ldr r0, [r5, #36] ldrb r1, [r7], #1 @ zero_extendqisi2 bl testchar cmp r0, #0 bne .L33 .L35: ldr r3, .L100+24 ldr r3, [r3] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L4: ldr r2, [fp, #-52] ldr r3, [r5, #4] sub r2, r2, r4 cmp r2, r3 blt .L49 .L39: add r5, r5, #20 add r4, r4, r3 b .L2 .L6: cmp r6, r10 movls r0, #0 bls .L48 ldr r0, [r6, #-12] subs r0, r0, #0 movne r0, #1 .L48: bl assert ldr r3, [r5, #8] ldr r4, [r6, #-12] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 sub r6, r6, #12 b .L2 .L7: ldr r3, [fp, #-68] cmp r6, r3 bcs .L45 mov r1, #0 ldr r3, [r5, #8] add r2, r5, #20 add r3, r3, r3, lsl #2 str r1, [r6] str r2, [r6, #8] add r5, r5, r3, lsl #2 add r6, r6, #12 b .L2 .L30: ldrb r1, [r4] @ zero_extendqisi2 ldr r0, [r5, #36] bl testchar cmp r0, #0 bne .L42 ldr r3, [r5, #8] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L32: ldrb r1, [r4] @ zero_extendqisi2 ldr r0, [r5, #36] bl testchar ldr r3, [fp, #-52] cmp r0, #0 cmpne r4, r3 bcc .L42 b .L49 .L31: ldrb r1, [r4] @ zero_extendqisi2 ldr r0, [r5, #36] bl testchar ldr r3, [fp, #-52] cmp r0, #0 cmpne r4, r3 bcc .L42 ldr r3, [r5, #8] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L28: ldr r2, [fp, #-52] ldr r3, [r5, #4] sub r2, r2, r4 cmp r2, r3 bge .L39 ldr r3, [r5, #8] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L29: ldr r3, [fp, #-52] ldrb r1, [r4] @ zero_extendqisi2 cmp r4, r3 movcc r3, #0 movcs r3, #1 ldr r2, [r5, #4] cmp r1, r2 orrne r3, r3, #1 cmp r3, #0 bne .L20 add r5, r5, #20 add r4, r4, #1 b .L2 .L27: ldr r3, [fp, #-52] cmp r4, r3 movcc r7, r4 ldrcc r8, [fp, #-52] bcc .L43 b .L35 .L96: cmp r8, r7 mov r4, r7 beq .L35 .L43: ldrb r1, [r7] @ zero_extendqisi2 ldr r0, [r5, #36] bl testchar cmp r0, #0 mov r4, r7 add r7, r7, #1 bne .L96 ldr r3, .L100+24 ldr r3, [r3] add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L9: ldr r3, [fp, #-68] cmp r6, r3 bcs .L45 mov r1, r5 mov r0, #0 bl dest ldr r3, [r5, #4] str r0, [r6, #8] sub r3, r4, r3 stm r6, {r3, r9} add r5, r5, #20 add r6, r6, #12 b .L2 .L10: mov r0, r5 bl getoff mov r7, r0 cmp r9, #0 movle r0, #0 movgt r0, #1 bl assert ldr ip, [fp, #-48] sub r3, r9, #-268435455 add r2, ip, r3, lsl #4 ldr r0, [r2, #4] sub r7, r4, r7 cmp r0, #0 lsl r1, r3, #4 add r8, r5, #20 bne .L58 ldr r0, .L100+28 ldr r3, [ip, r3, lsl #4] ldr r0, [r0] sub r3, r7, r3 cmp r0, r3 bls .L58 add r3, r3, #1 mov r5, r8 str r3, [r2, #4] b .L2 .L11: ldr r7, [fp, #-56] mov r0, r7 bl lua_gettop ldr r2, [fp, #-48] ldr r3, [fp, #12] add r1, r2, r9, lsl #4 mov r8, r0 str r0, [fp, #-84] str r3, [sp, #4] mov r0, r7 ldr r3, [fp, #-64] str r4, [sp] bl runtimecap mov r3, r0 add r8, r8, #1 mov r1, r8 mov r0, r7 str r3, [fp, #-80] bl lua_tointeger mov r3, r0 mov r0, r7 sub r3, r3, #1 str r3, [fp, #-76] bl lua_gettop ldr r3, [fp, #-76] sub r7, r0, r8 cmn r3, #1 beq .L97 ldr r2, [fp, #-64] sub r0, r4, r2 mov r4, r3 .L52: cmp r3, r0 blt .L54 .L53: ldr r2, [fp, #-52] ldr r1, [fp, #-64] sub r2, r2, r1 cmp r2, r3 bge .L55 .L54: ldr r1, .L100+32 ldr r0, [fp, #-56] bl luaL_error .L55: mov r1, r8 ldr r0, [fp, #-56] bl lua_remove ldr r3, [fp, #-64] cmp r7, #0 add r4, r3, r4 ldr r3, [fp, #-80] sub r9, r9, r3 ble .L56 add r3, r7, #1 add r9, r9, r3 ldr r3, [fp, #-60] cmp r3, r9 ble .L98 .L57: ldr r2, [fp, #-48] sub r1, r9, r7 sub r1, r1, #-268435455 add r1, r2, r1, lsl #4 mov r3, r8 mov r2, r7 mov r0, r4 bl adddyncaptures .L56: add r5, r5, #20 b .L2 .L12: cmp r6, r10 movls r0, #0 bls .L46 ldr r0, [r6, #-12] subs r0, r0, #0 movne r0, #1 .L46: bl assert ldr r3, [r5, #8] sub r6, r6, #12 add r3, r3, r3, lsl #2 add r5, r5, r3, lsl #2 b .L2 .L8: ldr r3, [fp, #-52] ldrb r1, [r4] @ zero_extendqisi2 cmp r4, r3 movcc r3, #0 movcs r3, #1 ldr r2, [r5, #4] cmp r1, r2 orrne r3, r3, #1 cmp r3, #0 bne .L49 add r5, r5, #20 add r4, r4, #1 b .L2 .L94: ldr r3, [fp, #12] mov r2, r9 ldr r1, [fp, #-48] ldr r0, [fp, #-56] bl doublecap lsl r3, r9, #1 str r0, [fp, #-48] str r3, [fp, #-60] b .L60 .L97: mov r1, r8 ldr r0, [fp, #-56] bl lua_toboolean cmp r0, #0 ldr r3, [fp, #-76] beq .L99 mov r1, r8 ldr r0, [fp, #-56] str r3, [fp, #-76] bl lua_isboolean ldr r3, [fp, #-64] cmp r0, #0 sub r0, r4, r3 movne r4, r0 ldr r3, [fp, #-76] movne r3, r4 bne .L53 mov r4, r3 b .L52 .L45: ldr r0, [fp, #-56] ldr r1, .L100+36 bl luaL_error mov r0, #0 b .L1 .L58: mov r3, #1 ldr r2, [fp, #-48] add r7, r1, #16 add r7, r2, r7 str r3, [r7, #4] b .L59 .L98: ldr r3, [fp, #12] mov r2, r9 ldr r1, [fp, #-48] ldr r0, [fp, #-56] bl doublecap lsl r3, r9, #1 str r0, [fp, #-48] str r3, [fp, #-60] b .L57 .L95: bl __stack_chk_fail .L101: .align 2 .L100: .word MAXBACK .word IMAXCAPTURES .word .LC3 .word giveup .word Cclose .word .LC2 .word CHARSETINSTSIZE .word UCHAR_MAX .word .LC1 .word .LC0 .size match, .-match .comm giveup,20,4 .comm UCHAR_MAX,4,4 .comm MAXBACK,4,4 .comm IMAXCAPTURES,4,4 .comm Cclose,4,4 .comm CHARSETINSTSIZE,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "extr_lpeg.c_matchl.c" .intel_syntax noprefix .text .p2align 4 .type matchl, @function matchl: .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 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 mov r12, rdi push rbx sub rsp, 40 .cfi_offset 3, -56 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax movsx rax, DWORD PTR IMAXCAPTURES[rip] mov rcx, rsp lea rax, 15[0+rax*4] mov rdx, rax and rax, -4096 sub rcx, rax and rdx, -16 cmp rsp, rcx je .L3 .L17: sub rsp, 4096 or QWORD PTR 4088[rsp], 0 cmp rsp, rcx jne .L17 .L3: and edx, 4095 sub rsp, rdx test rdx, rdx jne .L18 .L4: xor edx, edx mov esi, 1 mov rdi, r12 mov rbx, rsp call getpatt@PLT mov esi, DWORD PTR SUBJIDX[rip] lea rdx, -64[rbp] mov rdi, r12 mov r15, rax call luaL_checklstring@PLT mov rdi, r12 mov r13, rax call lua_gettop@PLT mov edx, 1 mov esi, 3 mov rdi, r12 mov r14d, eax call luaL_optinteger@PLT test rax, rax jle .L5 mov rcx, QWORD PTR -64[rbp] lea rdx, -1[r13+rax] lea rsi, 0[r13+rcx] cmp rax, rcx cmova rdx, rsi .L7: mov rdi, r12 mov QWORD PTR -72[rbp], rdx call lua_pushnil@PLT mov rsi, rbx mov rdi, r12 call lua_pushlightuserdata@PLT mov esi, 1 mov rdi, r12 call lua_getfenv@PLT sub rsp, 8 mov rcx, QWORD PTR -64[rbp] mov r9, rbx push r14 mov rdx, QWORD PTR -72[rbp] mov r8, r15 mov rsi, r13 add rcx, r13 mov rdi, r12 call match@PLT mov rdx, rax pop rax pop rcx test rdx, rdx je .L19 mov ecx, r14d mov rsi, r13 mov rdi, r12 call getcaptures@PLT .L1: mov rbx, QWORD PTR -56[rbp] sub rbx, QWORD PTR fs:40 jne .L20 lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_remember_state .cfi_def_cfa 7, 8 ret .p2align 4,,10 .p2align 3 .L5: .cfi_restore_state mov rdx, QWORD PTR -64[rbp] mov rcx, rax neg rcx add rax, rdx add rax, r13 cmp rcx, rdx cmova rax, r13 mov rdx, rax jmp .L7 .p2align 4,,10 .p2align 3 .L18: or QWORD PTR -8[rsp+rdx], 0 jmp .L4 .p2align 4,,10 .p2align 3 .L19: mov rdi, r12 call lua_pushnil@PLT mov eax, 1 jmp .L1 .L20: call __stack_chk_fail@PLT .cfi_endproc .LFE0: .size matchl, .-matchl .globl SUBJIDX .bss .align 4 .type SUBJIDX, @object .size SUBJIDX, 4 SUBJIDX: .zero 4 .globl IMAXCAPTURES .align 4 .type IMAXCAPTURES, @object .size IMAXCAPTURES, 4 IMAXCAPTURES: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "extr_lpeg.c_matchl.c" .text .section .rodata.cst4,"aM",%progbits,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type matchl, %function matchl: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #24 ldr r3, .L13 mov r2, #0 ldr r3, [r3] mov r1, #1 lsl r3, r3, #2 add r3, r3, #7 bic r3, r3, #7 sub sp, sp, r3 ldr r3, .L13+4 mov r4, r0 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 bl getpatt ldr r3, .L13+8 sub r2, fp, #36 ldr r1, [r3] mov r8, r0 mov r0, r4 bl luaL_checklstring mov r6, r0 mov r0, r4 bl lua_gettop mov r2, #1 mov r7, r0 mov r1, #3 mov r0, r4 bl luaL_optinteger subs r3, r0, #0 add r9, sp, #16 ble .L2 ldr r5, [fp, #-36] cmp r3, r5 subls r0, r3, #1 addhi r5, r6, r5 addls r5, r6, r0 .L4: mov r0, r4 bl lua_pushnil mov r1, r9 mov r0, r4 bl lua_pushlightuserdata mov r1, #1 mov r0, r4 bl lua_getfenv ldr r3, [fp, #-36] mov r2, r5 mov r1, r6 mov r0, r4 stm sp, {r8, r9} str r7, [sp, #8] add r3, r6, r3 bl match subs r2, r0, #0 beq .L11 mov r3, r7 mov r1, r6 mov r0, r4 bl getcaptures .L1: ldr r3, .L13+4 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 bne .L12 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L2: ldr r0, [fp, #-36] rsb r2, r3, #0 cmp r2, r0 addls r0, r3, r0 movhi r5, r6 addls r5, r6, r0 b .L4 .L11: mov r0, r4 bl lua_pushnil mov r0, #1 b .L1 .L12: bl __stack_chk_fail .L14: .align 2 .L13: .word IMAXCAPTURES .word .LC0 .word SUBJIDX .size matchl, .-matchl .comm SUBJIDX,4,4 .comm IMAXCAPTURES,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits