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/csky/abiv2/setjmp.S:1 | /* setjmp for C-SKY ABIV2.
Copyright (C) 2018-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 Foundation; ei... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/setjmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/csky/abiv2/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/setjmp.S:1 | /* setjmp for C-SKY ABIV2.
Copyright (C) 2018-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 Foundation; ei... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/setjmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/setjmp.S:1 | /* setjmp for C-SKY ABIV2.
Copyright (C) 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 Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/setjmp.S | LGPL-2.1 | 5f72b00591ce4d1b4c0418294ffe1623983d5679 | github | libc | https://github.com/bminor/glibc/blob/5f72b00591ce4d1b4c0418294ffe1623983d5679/sysdeps/csky/abiv2/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:2 | #include <sysdep.h>
.text
.globl _start;
.type _start,@function;
.align 4;
_start:
cfi_startproc
.cfi_label .Ldummy
cfi_undefined (lr)
subi sp, 8
/* Clear the link register since this is the outermost frame. */
movi lr, 0
/* Pop argc off the stack and save a pointer to argv. */
ldw a1, (sp, 8) /* Init ar... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/start.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/start.S:3 | ldr.w t1, (gb, t1 << 0)
jsr t1
#else
movi a3, 0 /* Used to be init. */
stw a3, (sp, 0) /* Used to be fini. */
lrw a0, main
/* Let the libc call main and exit with its return code. */
jsri __libc_start_main
/* Should never get here. */
jsri abort
#endif /* !SHARED */
cfi_endproc
.size _start,.-_start
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/start.S | 81 | 103 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 035c012e32c11e84d64905efaf55e74f704d3668 | github | libc | https://github.com/bminor/glibc/blob/035c012e32c11e84d64905efaf55e74f704d3668/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:2 | #include <sysdep.h>
.text
.globl _start;
.type _start,@function;
.align 4;
_start:
cfi_startproc
.cfi_label .Ldummy
cfi_undefined (lr)
subi sp, 8
/* Clear the link register since this is the outermost frame. */
movi lr, 0
/* Pop argc off the stack and save a pointer to argv. */
ldw a1, (sp, 8) /* Init ar... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/csky/abiv2/start.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/start.S:3 | ldr.w t1, (gb, t1 << 0)
jsr t1
lrw t1, abort@PLT
ldr.w t1, (gb, t1 << 0)
jsr t1
#else
/* Fetch address of __libc_csu_fini. */
lrw a0, __libc_csu_fini
/* Push __libc_csu_fini */
stw a0, (sp, 0)
/* Set up the other arguments in registers. */
lrw a0, main
lrw a3, __libc_csu_init
/* Let the libc call main a... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/csky/abiv2/start.S | 81 | 112 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | c4e5f34bf0d818be747edf9a30e4152953cc6706 | github | libc | https://github.com/bminor/glibc/blob/c4e5f34bf0d818be747edf9a30e4152953cc6706/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 2018-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 ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/start.S:2 | #include <sysdep.h>
.text
.globl _start;
.type _start,@function;
.align 4;
_start:
subi sp, 8
/* Clear the link register since this is the outermost frame. */
movi lr, 0
/* Pop argc off the stack and save a pointer to argv. */
ldw a1, (sp, 8) /* Init argc for __libc_start_main. */
addi a2, sp, 12 /* Init ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/start.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/start.S:3 | lrw t1, abort@PLT
ldr.w t1, (gb, t1 << 0)
jsr t1
#else
/* Fetch address of __libc_csu_fini. */
lrw a0, __libc_csu_fini
/* Push __libc_csu_fini */
stw a0, (sp, 0)
/* Set up the other arguments in registers. */
lrw a0, main
lrw a3, __libc_csu_init
/* Let the libc call main and exit with its return code. */
... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/start.S | 81 | 108 |
bminor/glibc:sysdeps/csky/abiv2/start.S:1 | /* Startup code compliant to the ELF C-SKY ABIV2.
Copyright (C) 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 Softw... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/start.S | LGPL-2.1 | 5f72b00591ce4d1b4c0418294ffe1623983d5679 | github | libc | https://github.com/bminor/glibc/blob/5f72b00591ce4d1b4c0418294ffe1623983d5679/sysdeps/csky/abiv2/start.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:2 | ldw t0, (a3, 4)
ldw t1, (a1, 4)
cmpne t0, t1
bt 2f
tstnbz t0
bf 3f
ldw t0, (a3, 8)
ldw t1, (a1, 8)
cmpne t0, t1
bt 2f
tstnbz t0
bf 3f
ldw t0, (a3, 12)
ldw t1, (a1, 12)
cmpne t0, t1
bt 2f
tstnbz t0
bf 3f
ldw t0, (a3, 16)
ldw t1, (a1, 16)
cmpne t0, t1
bt 2f
tstnbz t0
bf 3f
ldw t0, (a3, 20)
ld... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcmp.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:3 | tstnbz t0
bf 3f
ldw t0, (a3, 28)
ldw t1, (a1, 28)
cmpne t0, t1
bt 2f
tstnbz t0
bf 3f
addi a3, 32
addi a1, 32
br 1b
/* s1[i] != s2[i] in word, so we check byte 3. */
2:
xtrb3 a0, t0
xtrb3 a2, t1
subu a0, a2
bez a2, 4f
bnez a0, 4f
/* Check byte 2. */
xtrb2 a0, t0
xtrb2 a2, t1
subu a0, a2
bez a... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcmp.S | 81 | 140 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:4 | subu a0, a2
jmp lr
3:
movi a0, 0
4:
jmp lr
/* Compare when s1 or s2 is not aligned. */
5:
subi t1, 4
6:
ldb a0, (a3, 0)
ldb a2, (a1, 0)
subu a0, a2
bnez a0, 4b
addi t1, 1
bez a2, 4b
addi a1, 1
addi a3, 1
bez t1, 1b
br 6b
7:
ldb a0, (a3, 0)
addi a3, 1
ldb a2, (a1, 0)
addi a1, 1
subu a0, a2
bnez ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcmp.S | 121 | 156 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 2018-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 publi... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcmp.S:1 | /* The assembly function for string compare. C-SKY ABIV2 version.
Copyright (C) 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 ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcmp.S | LGPL-2.1 | 5f72b00591ce4d1b4c0418294ffe1623983d5679 | github | libc | https://github.com/bminor/glibc/blob/5f72b00591ce4d1b4c0418294ffe1623983d5679/sysdeps/csky/abiv2/strcmp.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:2 | stw a2, (a3, 8)
ldw a2, (a1, 12)
tstnbz a2
bf 4f
stw a2, (a3, 12)
ldw a2, (a1, 16)
tstnbz a2
bf 5f
stw a2, (a3, 16)
ldw a2, (a1, 20)
tstnbz a2
bf 6f
stw a2, (a3, 20)
ldw a2, (a1, 24)
tstnbz a2
bf 7f
stw a2, (a3, 24)
ldw a2, (a1, 28)
tstnbz a2
bf 8f
stw a2, (a3, 28)
addi a3, 32
addi a1, 32
b... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcpy.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:3 | addi a3, 12
br 9f
5:
addi a3, 16
br 9f
6:
addi a3, 20
br 9f
7:
addi a3, 24
br 9f
8:
addi a3, 28
9:
xtrb3 t0, a2
st.b t0, (a3)
bez t0, 10f
xtrb2 t0, a2
st.b t0, (a3, 1)
bez t0, 10f
xtrb1 t0, a2
st.b t0, (a3, 2)
bez t0, 10f
stw a2, (a3)
10:
jmp lr
11:
subi t0, 4
12:
ld.b a2, (a1)
st.b a2, (a3)
... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strcpy.S | 81 | 127 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 2018-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 publishe... | arm | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strcpy.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strcpy.S:1 | /* The assembly function for string copy. C-SKY ABIV2 version.
Copyright (C) 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/csky/abiv2/strcpy.S | LGPL-2.1 | 5f72b00591ce4d1b4c0418294ffe1623983d5679 | github | libc | https://github.com/bminor/glibc/blob/5f72b00591ce4d1b4c0418294ffe1623983d5679/sysdeps/csky/abiv2/strcpy.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:2 | ldw r1, (r3, 8)
addi r0, 4
tstnbz r1
bf .L_string_tail
ldw r1, (r3, 12)
addi r0, 4
tstnbz r1
bf .L_string_tail
ldw r1, (r3, 16)
addi r0, 4
tstnbz r1
bf .L_string_tail
ldw r1, (r3, 20)
addi r0, 4
tstnbz r1
bf .L_string_tail
ldw r1, (r3, 24)
addi r0, 4
tstnbz r1
bf .L_string_tail
ldw r1, (r3, 28)... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strlen.S | 41 | 100 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:3 | addi r0, 1
xtrb1 r3, r1
bez r3, .L_return
addi r0, 1
.L_return:
rts
.L_start_not_aligned:
sub r2, r2, r1
.L_start_not_aligned_loop:
ldb r1, (r3)
PRE_BNEZAD (r2)
addi r3, 1
bez r1, .L_return
addi r0, 1
BNEZAD (r2, .L_start_not_aligned_loop)
br .L_start_addr_aligned
END (strlen)
libc_hidden_def (strlen)
.w... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/csky/abiv2/strlen.S | 81 | 102 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 2018-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 publis... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/csky/abiv2/strlen.S:1 | /* The assembly function for string length. C-SKY ABIV2 version.
Copyright (C) 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 b... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/csky/abiv2/strlen.S | LGPL-2.1 | 5f72b00591ce4d1b4c0418294ffe1623983d5679 | github | libc | https://github.com/bminor/glibc/blob/5f72b00591ce4d1b4c0418294ffe1623983d5679/sysdeps/csky/abiv2/strlen.S | 1 | 60 |
bminor/glibc:sysdeps/generic/crti.S:1 | /* Dummy crti file.
In this configuration, crti.o and crtn.o are both empty because the
.init_array/.fini_array sections are used exclusively.
Older ports cannot use this because even if the linker used to
build libc itself has .init_array support, we don't want to produce
a crt[in].o that presume a li... | riscv | gas-like | handwritten | bminor/glibc | sysdeps/generic/crti.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/generic/crti.S | 1 | 33 |
bminor/glibc:sysdeps/generic/crtn.S:1 | /* Dummy crtn file.
In this configuration, crti.o and crtn.o are both empty because the
.init_array/.fini_array sections are used exclusively.
Older ports cannot use this because even if the linker used to
build libc itself has .init_array support, we don't want to produce
a crt[in].o that presume a li... | riscv | gas-like | handwritten | bminor/glibc | sysdeps/generic/crtn.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/generic/crtn.S | 1 | 19 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2026 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2025 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2024 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2023 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2022 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2021 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2020 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2019 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2019 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2018 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2017 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2016 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/add_n.S:1 | ;! HP-PA __mpn_add_n -- Add two limb vectors of the same length > 0 and store
;! sum in a third limb vector.
;! Copyright (C) 1992-2015 Free Software Foundation, Inc.
;! This file is part of the GNU MP Library.
;! The GNU MP Library is free software; you can redistribute it and/or modify
;! it under the terms of th... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/add_n.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/add_n.S | 1 | 57 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-_setjmp.S:1 | /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. HPPA version.
Copyright (C) 2001-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 pub... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-_setjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/bsd-_setjmp.S | 1 | 38 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/bsd-setjmp.S:1 | /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. HPPA version.
Copyright (C) 2001-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 publ... | arm | gas-like | handwritten | bminor/glibc | sysdeps/hppa/bsd-setjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/hppa/bsd-setjmp.S | 1 | 35 |
bminor/glibc:sysdeps/hppa/crti.S:1 | /* Special .init and .fini section support for HPPA
Copyright (C) 2000-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... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/hppa/crti.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/crti.S | 1 | 60 |
bminor/glibc:sysdeps/hppa/crti.S:2 | #include <libc-symbols.h>
#include <sysdep.h>
#ifndef PREINIT_FUNCTION
# define PREINIT_FUNCTION __gmon_start__
#endif
#ifndef PREINIT_FUNCTION_WEAK
# define PREINIT_FUNCTION_WEAK 1
#endif
#if PREINIT_FUNCTION_WEAK
weak_extern (PREINIT_FUNCTION)
#else
.hidden PREINIT_FUNCTION
#endif
/* If we have working .init_a... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/hppa/crti.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/hppa/crti.S | 41 | 100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.