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/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/pthread_spin_trylock.S:1 | /* Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/pthread_spin_trylock.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/pthread_spin_trylock.S | 1 | 46 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:2 | algorithm is C in all bytes of the dword. Avoid
operations on 16 bit words because these require an
prefix byte (and one more cycle). */
movb %dl, %dh /* Now it is 0|0|c|c */
movl %edx, %ecx
shll $16, %edx /* Now c|c|0|0 */
movw %cx, %dx /* And finally c|c|c|c */
/* Better performance can be achieved... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 41 | 100 |
bminor/glibc:sysdeps/i386/rawmemchr.S:3 | detected.
2) Is this worthwhile? Will it ignore everything except
zero bytes? Suppose every byte of LONGWORD has a bit set
somewhere. There will be a carry into bit 8. If bit 8
is set, this will carry into bit 16. If bit 8 is clear,
one of bits 9-15 must be set, so there will be a carry
into bit 16. S... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 81 | 140 |
bminor/glibc:sysdeps/i386/rawmemchr.S:4 | /* Now test for the other three overflow bits. */
orl $0xfefefeff, %edi /* set all non-carry bits */
incl %edi /* add 1: if one carry bit was *not* set
the addition will not result in 0. */
/* If at least one byte of the word is C we don't get 0 in %edi. */
jnz L(8) /* found it => return pointer */
/... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 121 | 180 |
bminor/glibc:sysdeps/i386/rawmemchr.S:5 | incl %edi /* add 1: if one carry bit was *not* set
the addition will not result in 0. */
jnz L(6) /* found it => return pointer */
movl 12(%eax), %ecx /* get word (= 4 bytes) in question */
movl $0xfefefeff, %edi /* magic value */
xorl %edx, %ecx /* XOR with word c|c|c|c => bytes of str == c
are ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 161 | 213 |
bminor/glibc:sysdeps/i386/rawmemchr.S:6 | /* No further test needed we we know it is one of the four bytes. */
L(9):
popl %edi /* pop saved register */
cfi_adjust_cfa_offset (-4)
cfi_restore (edi)
ret
END (__rawmemchr)
libc_hidden_def (__rawmemchr)
weak_alias (__rawmemchr, rawmemchr) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rawmemchr.S | 201 | 213 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:2 | pushl %edi
cfi_adjust_cfa_offset (4)
cfi_rel_offset (edi, 0)
/* Load parameters into registers. */
movl STR(%esp), %eax
movl CHR(%esp), %edx
/* At the moment %edx contains C. What we need for the
algorithm is C in all bytes of the dword. Avoid
operations on 16 bit words because these require an
p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 41 | 100 |
bminor/glibc:sysdeps/i386/rawmemchr.S:3 | /* We exit the loop if adding MAGIC_BITS to LONGWORD fails to
change any of the hole bits of LONGWORD.
1) Is this safe? Will it catch all the zero bytes?
Suppose there is a byte with all zeros. Any carry bits
propagating from its left will fall into the hole at its
least significant bit and stop. Since th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 81 | 140 |
bminor/glibc:sysdeps/i386/rawmemchr.S:4 | following XOR would destroy the carry flag and it would (in a
representation with more than 32 bits) not alter then last
overflow, we can now test this condition. If no carry is signaled
no overflow must have occurred in the last byte => it was 0. */
jnc L(8)
/* We are only interested in carry bits that... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 121 | 180 |
bminor/glibc:sysdeps/i386/rawmemchr.S:5 | movl $0xfefefeff, %edi /* magic value */
xorl %edx, %ecx /* XOR with word c|c|c|c => bytes of str == c
are now 0 */
addl %ecx, %edi /* add the magic value to the word. We get
carry bits reported for each byte which
is *not* 0 */
jnc L(6) /* highest byte is C => return pointer */
xorl %ecx, ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 161 | 220 |
bminor/glibc:sysdeps/i386/rawmemchr.S:6 | incl %eax /* increment source pointer */
testb %ch, %ch /* test second byte in dword */
jz L(9) /* if zero => return pointer */
incl %eax /* increment source pointer */
testl $0xff0000, %ecx /* test third byte in dword */
jz L(9) /* if zero => return pointer */
incl %eax /* increment source pointer */
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rawmemchr.S | 201 | 222 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rawmemchr.S:1 | /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
For Intel 80x86, x>=3.
Copyright (C) 1994-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rawmemchr.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/rawmemchr.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:2 | cfi_rel_offset (esi, 4)
movl SIZE(%esp),%edx
movl CNT(%esp),%ecx
leal -4(%edi,%edx,4),%edi
leal (%esi,%edx,4),%esi
negl %edx
movl (%esi,%edx,4),%ebx /* read least significant limb */
cfi_rel_offset (ebx, 0)
cfi_remember_state
xorl %eax,%eax
shrdl %cl,%ebx,%eax /* compute carry limb */
incl %edx
jz L(end)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rshift.S | 41 | 100 |
bminor/glibc:sysdeps/i386/rshift.S:3 | popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
popl %edi
cfi_adjust_cfa_offset (-4)
cfi_restore (edi)
ret
cfi_restore_state
L(end): shrl %cl,%ebx /* compute most significant limb */
movl %ebx,(%edi) /* store it */
popl %ebx
cfi_adjust_cfa_offset (-4)
cfi_restore (ebx)
popl %esi
cfi_adjust_cfa_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/rshift.S | 81 | 105 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/rshift.S:1 | /* i80386 __mpn_rshift --
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 the GNU Lesser General Public License as published by
the Free Software Foundation; e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/rshift.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/rshift.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/setjmp.S | 1 | 59 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/setjmp.S | 1 | 59 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 25f1e16ef03a6a8fb1701c4647d46c564480d88c | github | libc | https://github.com/bminor/glibc/blob/25f1e16ef03a6a8fb1701c4647d46c564480d88c/sysdeps/i386/setjmp.S | 1 | 59 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:2 | movl %esi, (JB_SI*4)(%eax)
movl %edi, (JB_DI*4)(%eax)
leal JMPBUF(%esp), %ecx /* Save SP as it will be after we return. */
#ifdef PTR_MANGLE
PTR_MANGLE (%ecx)
#endif
movl %ecx, (JB_SP*4)(%eax)
movl 0(%esp), %ecx /* Save PC we are returning to now. */
LIBC_PROBE (setjmp, 3, 4@%eax, -4@SIGMSK(%esp), 4@%ecx)
#ifde... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/setjmp.S | 41 | 80 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 88f4b6929c26f9240a4b0b7dcc62922f02544a09 | github | libc | https://github.com/bminor/glibc/blob/88f4b6929c26f9240a4b0b7dcc62922f02544a09/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:2 | movl %edi, (JB_DI*4)(%eax)
leal JMPBUF(%esp), %ecx /* Save SP as it will be after we return. */
#ifdef PTR_MANGLE
PTR_MANGLE (%ecx)
#endif
movl %ecx, (JB_SP*4)(%eax)
movl 0(%esp), %ecx /* Save PC we are returning to now. */
LIBC_PROBE (setjmp, 3, 4@%eax, -4@SIGMSK(%esp), 4@%ecx)
#ifdef PTR_MANGLE
PTR_MANGLE (%e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/setjmp.S | 41 | 79 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | faaee1f07ed25b2779bfd935ffb29f431b80d6d3 | github | libc | https://github.com/bminor/glibc/blob/faaee1f07ed25b2779bfd935ffb29f431b80d6d3/sysdeps/i386/setjmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/setjmp.S | 1 | 58 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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 Foundation; either
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/setjmp.S | 1 | 58 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/setjmp.S | 1 | 58 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 6e45e6ef4de173f8b94de07f9522c35fc230151c | github | libc | https://github.com/bminor/glibc/blob/6e45e6ef4de173f8b94de07f9522c35fc230151c/sysdeps/i386/setjmp.S | 1 | 58 |
bminor/glibc:sysdeps/i386/setjmp.S:1 | /* setjmp for i386.
Copyright (C) 1995-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
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/setjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/setjmp.S | 1 | 57 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:2 | This is how the dynamic linker arranges to have DT_FINI
functions called for shared libraries that have been loaded
before this code runs.
%esp The stack contains the arguments and environment:
0(%esp) argc
4(%esp) argv[0]
...
(4*argc)(%esp) NULL
(4*(argc+1))(%esp) envp[0]
...
NULL
*/
#i... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/start.S | 41 | 100 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* This used to be the addresses of .fini and .init. */
pushl $0
pushl $0
pushl %ecx /* Push second argument: argv. */
pushl %esi /* Push first... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | /* Call the user's main function, and exit with its value.
But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
#if defined PIC && !defined SHARED
__wrap_main:
jmp main@PLT
#endif
END (_start)
/* To fulfi... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/start.S | 121 | 153 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 25f1e16ef03a6a8fb1701c4647d46c564480d88c | github | libc | https://github.com/bminor/glibc/blob/25f1e16ef03a6a8fb1701c4647d46c564480d88c/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* This used to be the addresses of .fini and .init. */
pushl $0
pushl $0
pushl %ecx /* Push second argument: argv. */
pushl %esi /* Push first... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | /* Call the user's main function, and exit with its value.
But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
#if defined PIC && !defined SHARED
__wrap_main:
_CET_ENDBR
jmp main@PLT
#endif
END (_start)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/start.S | 121 | 154 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 59aa41585f668b70b86a8e2617057da08f3291cc | github | libc | https://github.com/bminor/glibc/blob/59aa41585f668b70b86a8e2617057da08f3291cc/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* This used to be the addresses of .fini and .init. */
pushl $0
pushl $0
pushl %ecx /* Push second argument: argv. */
pushl %esi /* Push first... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | /* Call the user's main function, and exit with its value.
But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
END (_start)
/* To fulfill the System V/i386 ABI we need this symbol. Yuck, it's so
meanin... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/start.S | 121 | 149 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 035c012e32c11e84d64905efaf55e74f704d3668 | github | libc | https://github.com/bminor/glibc/blob/035c012e32c11e84d64905efaf55e74f704d3668/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:2 | This is how the dynamic linker arranges to have DT_FINI
functions called for shared libraries that have been loaded
before this code runs.
%esp The stack contains the arguments and environment:
0(%esp) argc
4(%esp) argv[0]
...
(4*argc)(%esp) NULL
(4*(argc+1))(%esp) envp[0]
...
NULL
*/
#i... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/start.S | 41 | 100 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* Push address of our own entry points to .fini and .init. */
leal __libc_csu_fini@GOTOFF(%ebx), %eax
pushl %eax
leal __libc_csu_init@GOTOFF(%ebx),... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | pushl $main
/* Call the user's main function, and exit with its value.
But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
END (_start)
/* To fulfill the System V/i386 ABI we need this symbol. Yuck, it'... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/start.S | 121 | 151 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 5a274db4ea363d6b0b92933f085a92daaf1be2f2 | github | libc | https://github.com/bminor/glibc/blob/5a274db4ea363d6b0b92933f085a92daaf1be2f2/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:2 | This is how the dynamic linker arranges to have DT_FINI
functions called for shared libraries that have been loaded
before this code runs.
%esp The stack contains the arguments and environment:
0(%esp) argc
4(%esp) argv[0]
...
(4*argc)(%esp) NULL
(4*(argc+1))(%esp) envp[0]
...
NULL
*/
.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/start.S | 41 | 100 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* Push address of our own entry points to .fini and .init. */
leal __libc_csu_fini@GOTOFF(%ebx), %eax
pushl %eax
leal __libc_csu_init@GOTOFF(%ebx),... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | pushl $main
/* Call the user's main function, and exit with its value.
But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
/* To fulfill the System V/i386 ABI we need this symbol. Yuck, it's so
meani... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/start.S | 121 | 149 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 955774751b71c4bc94029dd541ad9d34634ec995 | github | libc | https://github.com/bminor/glibc/blob/955774751b71c4bc94029dd541ad9d34634ec995/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef PIC
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* Push address of our own entry points to .fini and .init. */
leal __libc_csu_fini@GOTOFF(%ebx), %eax
pushl %eax
leal __libc_csu_init@GOTOFF(%ebx),... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 1e8e527dd9718eaebe8417b73befb0c821b7b327 | github | libc | https://github.com/bminor/glibc/blob/1e8e527dd9718eaebe8417b73befb0c821b7b327/sysdeps/i386/start.S | 81 | 140 |
bminor/glibc:sysdeps/i386/start.S:4 | But let the libc call main. */
call __libc_start_main
#endif
hlt /* Crash if somehow `exit' does return. */
#ifdef PIC
1: movl (%esp), %ebx
ret
#endif
/* To fulfill the System V/i386 ABI we need this symbol. Yuck, it's so
meaningless since we don't support machines < 80386. */
.section .rodata
.globl... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 1e8e527dd9718eaebe8417b73befb0c821b7b327 | github | libc | https://github.com/bminor/glibc/blob/1e8e527dd9718eaebe8417b73befb0c821b7b327/sysdeps/i386/start.S | 121 | 146 |
bminor/glibc:sysdeps/i386/start.S:2 | This is how the dynamic linker arranges to have DT_FINI
functions called for shared libraries that have been loaded
before this code runs.
%esp The stack contains the arguments and environment:
0(%esp) argc
4(%esp) argv[0]
...
(4*argc)(%esp) NULL
(4*(argc+1))(%esp) envp[0]
...
NULL
*/
.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/start.S | 41 | 100 |
bminor/glibc:sysdeps/i386/start.S:3 | pushl %edx /* Push address of the shared library
termination function. */
#ifdef SHARED
/* Load PIC register. */
call 1f
addl $_GLOBAL_OFFSET_TABLE_, %ebx
/* Push address of our own entry points to .fini and .init. */
leal __libc_csu_fini@GOTOFF(%ebx), %eax
pushl %eax
leal __libc_csu_init@GOTOFF(%eb... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/start.S | 81 | 139 |
bminor/glibc:sysdeps/i386/start.S:4 | 1: movl (%esp), %ebx
ret
#endif
/* To fulfill the System V/i386 ABI we need this symbol. Yuck, it's so
meaningless since we don't support machines < 80386. */
.section .rodata
.globl _fp_hw
_fp_hw: .long 3
.size _fp_hw, 4
.type _fp_hw,@object
/* Define a symbol for the first piece of initialized data. */
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/start.S | 121 | 139 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/start.S:1 | /* Startup code compliant to the ELF i386 ABI.
Copyright (C) 1995-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 Sof... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/start.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/start.S | 1 | 60 |
bminor/glibc:sysdeps/i386/stpcpy.S:1 | /* Copy SRC to DEST returning the address of the terminating '\0' in DEST.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/stpcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/stpcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/stpcpy.S:2 | subl $4, %eax
ALIGN (4)
but the assembler is too smart and optimizes for the shortest
form where the number only needs one byte. But if we could
have the long form we would not need the alignment. */
.byte 0x81, 0xe8 /* This is `subl $0x00000004, %eax' */
.long 0x00000004
/* Four times unfolded loop with on... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/stpcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/stpcpy.S | 41 | 87 |
bminor/glibc:sysdeps/i386/stpcpy.S:1 | /* Copy SRC to DEST returning the address of the terminating '\0' in DEST.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/stpcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/stpcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/stpcpy.S:1 | /* Copy SRC to DEST returning the address of the terminating '\0' in DEST.
For Intel 80x86, x>=3.
Copyright (C) 1994-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 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/stpcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/stpcpy.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.