id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bminor/glibc:sysdeps/arm/__longjmp.S:3 | C_SYMBOL_NAME(_rtld_local_ro) \
+ RTLD_GLOBAL_RO_DL_HWCAP_OFFSET)
# else
# ifdef SHARED
LDR_GLOBAL (a4, a3, C_SYMBOL_NAME(_rtld_global_ro), \
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET)
# else
LDR_GLOBAL (a4, a3, C_SYMBOL_NAME(_dl_hwcap), 0)
# endif
# endif
#endif
#ifdef __SOFTFP__
tst a4, #HWCAP_ARM_VFP
beq .L... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/__longjmp.S | 81 | 135 |
bminor/glibc:sysdeps/arm/__longjmp.S:4 | ldcl p1, cr15, [\B], #8
.Lno_iwmmxt:
#endif
/* longjmp_target probe expects longjmp first argument (4@r0), second
argument (-4@r1), and target address (4@r14), respectively. */
LIBC_PROBE (longjmp_target, 3, 4@r0, -4@r1, 4@r14)
movs r0, r1 /* get the return value in place */
it eq
moveq r0, #1 /* can't le... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/__longjmp.S | 121 | 135 |
bminor/glibc:sysdeps/arm/__longjmp.S:1 | /* longjmp for ARM.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/arm/__longjmp.S:1 | /* longjmp for ARM.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | 3ee578690f35942f41926cc2d98e25b3d0d08c71 | github | libc | https://github.com/bminor/glibc/blob/3ee578690f35942f41926cc2d98e25b3d0d08c71/sysdeps/arm/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/arm/__longjmp.S:2 | sfi_breg ip, \
ldr a4, [\B], #4
PTR_DEMANGLE (a4, a4, a3, r4)
cfi_undefined (r4)
sfi_breg ip, \
ldr r4, [\B], #4
PTR_DEMANGLE2 (r4, r4, a3)
#else
sfi_breg ip, \
ldr a4, [\B], #4
sfi_breg ip, \
ldr r4, [\B], #4
cfi_undefined (r4)
#endif
/* longjmp probe expects longjmp first argument (4@r0), second
argum... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/arm/__longjmp.S:3 | C_SYMBOL_NAME(_rtld_local_ro) \
+ RTLD_GLOBAL_RO_DL_HWCAP_OFFSET)
# else
# ifdef PIC
LDR_GLOBAL (a4, a3, C_SYMBOL_NAME(_rtld_global_ro), \
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET)
# else
LDR_GLOBAL (a4, a3, C_SYMBOL_NAME(_dl_hwcap), 0)
# endif
# endif
#endif
#ifdef __SOFTFP__
tst a4, #HWCAP_ARM_VFP
beq .Lno_... | arm | intel-like | handwritten | bminor/glibc | sysdeps/arm/__longjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/__longjmp.S | 81 | 135 |
bminor/glibc:sysdeps/arm/abi-note.S:1 | /* Tag_ABI_align8_preserved: This code preserves 8-byte
alignment in any callee. */
.eabi_attribute 25, 1
/* Tag_ABI_align8_needed: This code may require 8-byte alignment from
the caller. */
.eabi_attribute 24, 1
#include <csu/abi-note.S> | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/abi-note.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/abi-note.S | 1 | 8 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:2 | cfi_adjust_cfa_offset (28)
cfi_rel_offset (r4, 0)
cfi_rel_offset (r5, 4)
cfi_rel_offset (r6, 8)
cfi_rel_offset (r7, 12)
cfi_rel_offset (r8, 16)
cfi_rel_offset (r10, 20)
cfi_rel_offset (lr, 24)
INITC /* initialize carry flag */
tst r3, #1 /* count & 1 == 1? */
add lr, r1, r3, lsl #2 /* compute end src1 *... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/add_n.S | 41 | 90 |
bminor/glibc:sysdeps/arm/add_n.S:3 | 9:
RETC /* copy carry out */
#ifndef ARM_ALWAYS_BX
pop { r4, r5, r6, r7, r8, r10, pc }
#else
pop { r4, r5, r6, r7, r8, r10, lr }
bx lr
#endif
END (FUNC) | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/add_n.S | 81 | 90 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71 | github | libc | https://github.com/bminor/glibc/blob/81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:2 | cfi_adjust_cfa_offset (28)
cfi_rel_offset (r4, 0)
cfi_rel_offset (r5, 4)
cfi_rel_offset (r6, 8)
cfi_rel_offset (r7, 12)
cfi_rel_offset (r8, 16)
cfi_rel_offset (r10, 20)
cfi_rel_offset (lr, 24)
INITC /* initialize carry flag */
tst r3, #1 /* count & 1 == 1? */
add lr, r1, r3, lsl #2 /* compute end src1 *... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/add_n.S | 41 | 99 |
bminor/glibc:sysdeps/arm/add_n.S:3 | ldm \B!, { r4, r6, r8, ip }
OPC r3, r3, r4
OPC r5, r5, r6
OPC r7, r7, r8
OPC r10, r10, ip
teq r1, lr
sfi_breg r0, \
stm \B!, { r3, r5, r7, r10 }
bne 2b
9:
RETC /* copy carry out */
#ifndef ARM_ALWAYS_BX
pop { r4, r5, r6, r7, r8, r10, pc }
#else
pop { r4, r5, r6, r7, r8, r10, lr }
bx lr
#endif
END (FUNC) | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/add_n.S | 81 | 99 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/add_n.S:1 | /* mpn_add_n -- add (or subtract) bignums.
Copyright (C) 2013-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/add_n.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/add_n.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:2 | ldr r5, [r0]
mov r4, #0 /* init carry in */
b 1f
0:
ldr r6, [r1], #4 /* load next ul */
adds r7, r4, r5 /* (out, c) = cl + lpl */
ldr r5, [r0, #4] /* load next rl */
adc r4, ip, #0 /* cl = hpl + c */
str r7, [r0], #4
1:
mov ip, #0 /* zero-extend rl */
umlal r5, ip, r6, r3 /* (hpl, lpl) = ul * vl + rl ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/addmul_1.S | 41 | 67 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71 | github | libc | https://github.com/bminor/glibc/blob/81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:2 | ldr r6, [\B], #4
sfi_breg r0, \
ldr r5, [\B]
mov r4, #0 /* init carry in */
b 1f
0:
sfi_breg r1, \
ldr r6, [\B], #4 /* load next ul */
adds r7, r4, r5 /* (out, c) = cl + lpl */
sfi_breg r0, \
ldr r5, [\B, #4] /* load next rl */
adc r4, ip, #0 /* cl = hpl + c */
sfi_breg r0, \
str r7, [\B], #4
1:
mov ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/addmul_1.S | 41 | 73 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/addmul_1.S:1 | /* mpn_addmul_1 -- multiply and accumulate bignums.
Copyright (C) 2013-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/addmul_1.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/addmul_1.S | 1 | 60 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/aeabi_sighandlers.S:1 | /* Link-time constants for ARM EABI - signal handlers.
Copyright (C) 2005-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/aeabi_sighandlers.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/aeabi_sighandlers.S | 1 | 53 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:2 | func:
push {lr}
bl __gnu_mcount_nc
<function body>
*/
ENTRY(__gnu_mcount_nc)
push {r0, r1, r2, r3, lr}
cfi_adjust_cfa_offset (20)
cfi_rel_offset (r0, 0)
cfi_rel_offset (r1, 4)
cfi_rel_offset (r2, 8)
cfi_rel_offset (r3, 12)
cfi_rel_offset (lr, 16)
bic r1, lr, #1
ldr r0, [sp, #20]
bl __mcount_internal... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/arm-mcount.S | 41 | 100 |
bminor/glibc:sysdeps/arm/arm-mcount.S:3 | ENTRY(__mcount_arm_compat)
push {r0, r1, r2, r3, fp, lr}
cfi_adjust_cfa_offset (24)
cfi_rel_offset (r0, 0)
cfi_rel_offset (r1, 4)
cfi_rel_offset (r2, 8)
cfi_rel_offset (r3, 12)
cfi_rel_offset (fp, 16)
cfi_rel_offset (lr, 20)
movs r0, fp
ittt ne
ldrne r0, [r0, #-4]
movsne r1, lr
blne __mcount_internal
# if ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/arm-mcount.S | 81 | 128 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71 | github | libc | https://github.com/bminor/glibc/blob/81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:2 | func:
push {lr}
bl __gnu_mcount_nc
<function body>
*/
ENTRY(__gnu_mcount_nc)
push {r0, r1, r2, r3, lr}
cfi_adjust_cfa_offset (20)
cfi_rel_offset (r0, 0)
cfi_rel_offset (r1, 4)
cfi_rel_offset (r2, 8)
cfi_rel_offset (r3, 12)
cfi_rel_offset (lr, 16)
bic r1, lr, #1
ldr r0, [sp, #20]
bl __mcount_internal... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/arm-mcount.S | 41 | 100 |
bminor/glibc:sysdeps/arm/arm-mcount.S:3 | ENTRY(__mcount_arm_compat)
push {r0, r1, r2, r3, fp, lr}
cfi_adjust_cfa_offset (24)
cfi_rel_offset (r0, 0)
cfi_rel_offset (r1, 4)
cfi_rel_offset (r2, 8)
cfi_rel_offset (r3, 12)
cfi_rel_offset (fp, 16)
cfi_rel_offset (lr, 20)
movs r0, fp
ittt ne
sfi_breg r0, \
ldrne r0, [\B, #-4]
movsne r1, lr
blne __mcoun... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/arm-mcount.S | 81 | 129 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-mcount.S:1 | /* Implementation of profiling support. ARM EABI version.
Copyright (C) 2008-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-mcount.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/arm-mcount.S | 1 | 60 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 6b7efa3d8703cfd020281706f8110bc4a41b1525 | github | libc | https://github.com/bminor/glibc/blob/6b7efa3d8703cfd020281706f8110bc4a41b1525/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software F... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/arm-unwind-resume.S:1 | /* _Unwind_Resume wrapper for ARM EABI.
Copyright (C) 2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software Founda... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/arm-unwind-resume.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/arm/arm-unwind-resume.S | 1 | 46 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:2 | bxeq lr
@ Loop until we find ...
1: ldrb r2, [r0, #1]!
subs r3, r3, #1 @ ... the alignment point
it ne
cmpne r2, r1 @ ... or C
bne 1b
@ Disambiguate the exit possibilities above
cmp r2, r1 @ Found C
it eq
bxeq lr
add r0, r0, #1
@ So now we're aligned.
ldrd r2, r3, [r0], #8
orr r1, r1, r1, lsl #8 @ ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/armv6/rawmemchr.S | 41 | 100 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:3 | beq 2b
@ Found something. Disambiguate between first and second words.
@ Adjust r0 to point to the word containing the match.
@ Adjust r2 to the found bits for the word containing the match.
cmp r2, #0
sub r0, r0, #4
ite eq
moveq r2, r3
subne r0, r0, #4
@ Find the bit-offset of the match within the word. N... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/arm/armv6/rawmemchr.S | 81 | 105 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 65cc53fe7c6556b90159b8c3da1eb283792387db | github | libc | https://github.com/bminor/glibc/blob/65cc53fe7c6556b90159b8c3da1eb283792387db/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:2 | bxeq lr
@ Loop until we find ...
1: ldrb r2, [r0, #1]!
subs r3, r3, #1 @ ... the alignment point
it ne
cmpne r2, r1 @ ... or C
bne 1b
@ Disambiguate the exit possibilites above
cmp r2, r1 @ Found C
it eq
bxeq lr
add r0, r0, #1
@ So now we're aligned.
ldrd r2, r3, [r0], #8
orr r1, r1, r1, lsl #8 @ R... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/arm/armv6/rawmemchr.S | 41 | 100 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/arm/armv6/rawmemchr.S:1 | /* rawmemchr -- find a byte within an unsized memory block.
Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | arm | gas-like | handwritten | bminor/glibc | sysdeps/arm/armv6/rawmemchr.S | LGPL-2.1 | 81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71 | github | libc | https://github.com/bminor/glibc/blob/81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71/sysdeps/arm/armv6/rawmemchr.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.