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/aarch64/__mtag_tag_zero_region.S:1
/* Copyright (C) 2020-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 version 2.1 of the...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_zero_region.S
1
60
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:2
ENTRY (__libc_mtag_tag_zero_region) PTR_ARG (0) SIZE_ARG (1) add dstend, dstin, count cmp count, 96 b.hi L(set_long) tbnz count, 6, L(set96) /* Set 0, 16, 32, or 48 bytes. */ lsr tmp, count, 5 add tmp, dstin, tmp, lsl 4 cbz count, L(end) stzg dstin, [dstin] stzg dstin, [tmp] stzg dstin, [dstend, -...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_zero_region.S
41
100
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:3
cmp zva_val, 4 /* ZVA size is 64 bytes. */ b.ne L(no_zva) #endif stz2g dstin, [dstin] stz2g dstin, [dstin, 32] bic dst, dstin, 63 sub count, dstend, dst /* Count is now 64 too large. */ sub count, count, 128 /* Adjust count and bias for loop. */ .p2align 4 L(zva_loop): add dst, dst, 64 dc gzva, dst subs ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_zero_region.S
81
113
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1
/* Copyright (C) 2020-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 version 2.1 of the...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/__mtag_tag_zero_region.S
1
60
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1
/* Copyright (C) 2020-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 version 2.1 of the...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/__mtag_tag_zero_region.S
1
60
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1
/* Copyright (C) 2020-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 version 2.1 of the...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/__mtag_tag_zero_region.S
1
60
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1
/* Copyright (C) 2020-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 version 2.1 of the...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/__mtag_tag_zero_region.S
LGPL-2.1
1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1
github
libc
https://github.com/bminor/glibc/blob/1dc17ea8f8492d618a91f0b7b3f1e7fd089889d1/sysdeps/aarch64/__mtag_tag_zero_region.S
1
60
bminor/glibc:sysdeps/aarch64/bzero.S:1
/* Copyright (C) 2013-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/bzero.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/aarch64/bzero.S
1
27
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:1
/* Optimized AArch64 implementation of ChaCha20 cipher. Copyright (C) 2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Fre...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
1
60
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:3
#define X9 v22 #define X13 v23 #define X2 v24 #define X6 v25 #define X3 v26 #define X7 v27 #define X11 v28 #define X15 v29 #define X10 v30 #define X14 v31 #define VCTR v0 #define VTMP0 v1 #define VTMP1 v2 #define VTMP2 v3 #define VTMP3 v4 #define X12_TMP v5 #define X13_TMP v6 #define ROT8 v7 /********...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
81
140
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:4
/* 4x4 32-bit integer matrix transpose */ #define transpose_4x4(x0, x1, x2, x3, t1, t2, t3) \ vpunpckhdq(x1, x0, t2); \ vpunpckldq(x1, x0, x0); \ \ vpunpckldq(x3, x2, t1); \ vpunpckhdq(x3, x2, x2); \ \ vpunpckhqdq(t1, x0, x1); \ vpunpcklqdq(t1, x0, x0); \ \ vpunpckhqdq(x2, t2, x3); \ vpunpcklqdq(x2, t2, x2);...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
121
180
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:5
#define ROTATE4_16(dst1,dst2,dst3,dst4,src1,src2,src3,src4) \ rev32 dst1.8h, src1.8h; \ rev32 dst2.8h, src2.8h; \ rev32 dst3.8h, src3.8h; \ rev32 dst4.8h, src4.8h; #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4,ign,tmp1,tmp2,tmp3,tmp4) \ PLUS(a1,b1); PLUS(a2,b2); \ PLUS(a3,b3); ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
161
220
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:6
ENTRY (__chacha20_neon_blocks4) /* input: * x0: input * x1: dst * x2: src * x3: nblks (multiple of 4) */ GET_DATA_POINTER(CTR, L(__chacha20_blocks4_data_rot8)) add INPUT_CTR, INPUT, #(12*4); ld1 {ROT8.16b}, [CTR]; GET_DATA_POINTER(CTR, L(__chacha20_blocks4_data_inc_counter)) mov INPUT_POS, INPUT; ld1 ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
201
260
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:7
dup X9.4s, VTMP3.s[1]; dup X10.4s, VTMP3.s[2]; dup X11.4s, VTMP3.s[3]; mov X12_TMP.16b, X12.16b; mov X13_TMP.16b, X13.16b; str CTR, [INPUT_CTR]; L(round2): subs ROUND, ROUND, #2 QUARTERROUND4(X0, X4, X8, X12, X1, X5, X9, X13, X2, X6, X10, X14, X3, X7, X11, X15, tmp:=,VTMP0,VTMP1,VTMP2,VTMP...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
241
300
bminor/glibc:sysdeps/aarch64/chacha20-aarch64.S:8
PLUS(X7, X13_TMP); dup VTMP2.4s, VTMP0.s[0]; /* INPUT + 8 * 4 */ dup VTMP3.4s, VTMP0.s[1]; /* INPUT + 9 * 4 */ dup X12_TMP.4s, VTMP0.s[2]; /* INPUT + 10 * 4 */ dup X13_TMP.4s, VTMP0.s[3]; /* INPUT + 11 * 4 */ dup VTMP0.4s, VTMP1.s[2]; /* INPUT + 14 * 4 */ dup VTMP1.4s, VTMP1.s[3]; /* INPUT + 15 * 4 */ PLUS(X8, ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/chacha20-aarch64.S
LGPL-2.1
4c128c7823e5a19058589cfac42aa96de3e15430
github
libc
https://github.com/bminor/glibc/blob/4c128c7823e5a19058589cfac42aa96de3e15430/sysdeps/aarch64/chacha20-aarch64.S
281
314
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/crti.S
41
95
bminor/glibc:sysdeps/aarch64/crti.S:3
#if PREINIT_FUNCTION_WEAK bl call_weak_fn #else bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .hidden _fini .type _fini, %function _fini: paciasp stp x29, x30, [sp, -16]! mov x29, sp
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/crti.S
81
95
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
2c421fc4302ecb729823ca442f9dfab95afba752
github
libc
https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/crti.S
41
100
bminor/glibc:sysdeps/aarch64/crti.S:3
BTI_C #endif stp x29, x30, [sp, -16]! mov x29, sp #if PREINIT_FUNCTION_WEAK bl call_weak_fn #else bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .hidden _fini .type _fini, %function _fini: #if HAVE_AARCH64_PAC_RET PACIASP #else BTI_C #endif stp x29, x30, [sp, -16]! mov x29...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/crti.S
81
103
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/crti.S
41
100
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
1be3d6eb823d8b952fa54b7bbc90cbecb8981380
github
libc
https://github.com/bminor/glibc/blob/1be3d6eb823d8b952fa54b7bbc90cbecb8981380/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
91181954f94917b1e1ae591c60cbadf0321d35af
github
libc
https://github.com/bminor/glibc/blob/91181954f94917b1e1ae591c60cbadf0321d35af/sysdeps/aarch64/crti.S
41
95
bminor/glibc:sysdeps/aarch64/crti.S:3
#if PREINIT_FUNCTION_WEAK bl call_weak_fn #else bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .hidden _fini .type _fini, %function _fini: BTI_C stp x29, x30, [sp, -16]! mov x29, sp
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
91181954f94917b1e1ae591c60cbadf0321d35af
github
libc
https://github.com/bminor/glibc/blob/91181954f94917b1e1ae591c60cbadf0321d35af/sysdeps/aarch64/crti.S
81
95
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/aarch64/crti.S
41
93
bminor/glibc:sysdeps/aarch64/crti.S:3
bl call_weak_fn #else bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .hidden _fini .type _fini, %function _fini: stp x29, x30, [sp, -16]! mov x29, sp
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/aarch64/crti.S
81
93
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
67c0579669ba1fc265d770252fab31babf887329
github
libc
https://github.com/bminor/glibc/blob/67c0579669ba1fc265d770252fab31babf887329/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <sysdep.h> #include <libc-symbols.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 PREINIT_FUNCTION_WEAK .al...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/aarch64/crti.S
41
91
bminor/glibc:sysdeps/aarch64/crti.S:3
#else bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .type _fini, %function _fini: stp x29, x30, [sp, -16]! mov x29, sp
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/aarch64/crti.S
81
91
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
389d1f1b232b3d6b9d73ee2c50e543ace6675621
github
libc
https://github.com/bminor/glibc/blob/389d1f1b232b3d6b9d73ee2c50e543ace6675621/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crti.S:2
#include <libc-symbols.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 PREINIT_FUNCTION_WEAK .align 2 .type call_we...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/crti.S
41
90
bminor/glibc:sysdeps/aarch64/crti.S:3
bl PREINIT_FUNCTION #endif .section .fini,"ax",%progbits .align 2 .global _fini .type _fini, %function _fini: stp x29, x30, [sp, -16]! mov x29, sp
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/crti.S
81
90
bminor/glibc:sysdeps/aarch64/crti.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crti.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/aarch64/crti.S
1
60
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/crtn.S
1
50
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
2c421fc4302ecb729823ca442f9dfab95afba752
github
libc
https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/crtn.S
1
50
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
1be3d6eb823d8b952fa54b7bbc90cbecb8981380
github
libc
https://github.com/bminor/glibc/blob/1be3d6eb823d8b952fa54b7bbc90cbecb8981380/sysdeps/aarch64/crtn.S
1
54
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
91181954f94917b1e1ae591c60cbadf0321d35af
github
libc
https://github.com/bminor/glibc/blob/91181954f94917b1e1ae591c60cbadf0321d35af/sysdeps/aarch64/crtn.S
1
48
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/crtn.S:1
/* Special .init and .fini section support for AArch64. 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 th...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/crtn.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/aarch64/crtn.S
1
46
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-start.S
1
60
bminor/glibc:sysdeps/aarch64/dl-start.S:2
/* Enable GCS before user code runs. Note that IFUNC resolvers and LD_AUDIT hooks may run before, but should not create threads. */ #define PR_SET_SHADOW_STACK_STATUS 75 #define PR_SHADOW_STACK_ENABLE (1UL << 0) mov x0, PR_SET_SHADOW_STACK_STATUS mov x1, PR_SHADOW_STACK_ENABLE mov x2, 0 mov x3, 0 mov x...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-start.S
41
78
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/dl-start.S
1
60
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-start.S
1
60
bminor/glibc:sysdeps/aarch64/dl-start.S:2
/* Enable GCS before user code runs. Note that IFUNC resolvers and LD_AUDIT hooks may run before, but should not create threads. */ #define PR_SET_SHADOW_STACK_STATUS 75 #define PR_SHADOW_STACK_ENABLE (1UL << 0) mov x0, PR_SET_SHADOW_STACK_STATUS mov x1, PR_SHADOW_STACK_ENABLE mov x2, 0 mov x3, 0 mov x...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-start.S
41
78
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
01f52b11ded15a1c0214692c707f1ddee1f4179f
github
libc
https://github.com/bminor/glibc/blob/01f52b11ded15a1c0214692c707f1ddee1f4179f/sysdeps/aarch64/dl-start.S
1
60
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-start.S
1
53
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/dl-start.S
1
53
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 2022-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...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/dl-start.S
1
53
bminor/glibc:sysdeps/aarch64/dl-start.S:1
/* ld.so _start code. Copyright (C) 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 v...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-start.S
LGPL-2.1
1da064c015dce624cb19fcdc0bace7af2bd8caec
github
libc
https://github.com/bminor/glibc/blob/1da064c015dce624cb19fcdc0bace7af2bd8caec/sysdeps/aarch64/dl-start.S
1
53
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:1
/* Thread-local storage handling in the ELF dynamic linker. AArch64 version. Copyright (C) 2011-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 Li...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
1
60
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:2
stp q26, q27, [sp, #32*13]; \ stp q28, q29, [sp, #32*14]; \ stp q30, q31, [sp, #32*15]; #define RESTORE_Q_REGISTERS \ ldp q2, q3, [sp, #32*1]; \ ldp q4, q5, [sp, #32*2]; \ ldp q6, q7, [sp, #32*3]; \ ldp q8, q9, [sp, #32*4]; \ ldp q10, q11, [sp, #32*5]; \ ldp q12, q13, [sp, #32*6]; \ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
41
100
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:3
.size _dl_tlsdesc_return, .-_dl_tlsdesc_return /* Handler for undefined weak TLS symbols. Prototype: _dl_tlsdesc_undefweak (tlsdesc *); The second word of the descriptor contains the addend. Return the addend minus the thread pointer. This ensures that when the caller adds on the thread pointer i...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
81
140
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:4
ptrdiff_t _dl_tlsdesc_dynamic (struct tlsdesc *tdp) { struct tlsdesc_dynamic_arg *td = tdp->arg; dtv_t *dtv = *(dtv_t **)((char *)__thread_pointer() + TCBHEAD_DTV); if (__builtin_expect (td->gen_count <= dtv[0].counter && (dtv[td->tlsinfo.ti_module].pointer.val != TLS_DTV_UNALLOCATED),...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
121
180
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:5
ldr x2, [x0, DTV_COUNTER] cmp x3, x2 b.hi 2f /* Load r2 = td->tlsinfo.ti_module and r3 = td->tlsinfo.ti_offset. */ ldp x2, x3, [x1, TLSDESC_MODID] add x0, x0, x2, lsl 4 ldr x0, [x0] /* Load val member of DTV entry. */ cmp x0, TLS_DTV_UNALLOCATED b.eq 2f cfi_remember_state sub x3, x3, x4 add x0, x0, x3 1: ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
161
220
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (x11, 16*4) cfi_rel_offset (x12, 16*4+8) cfi_rel_offset (x13, 16*5) cfi_rel_offset (x14, 16*5+8) cfi_rel_offset (x15, 16*6) cfi_rel_offset (x16, 16*6+8) cfi_...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/dl-tlsdesc.S
201
242
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:1
/* Thread-local storage handling in the ELF dynamic linker. AArch64 version. Copyright (C) 2011-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 Li...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2c421fc4302ecb729823ca442f9dfab95afba752
github
libc
https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/dl-tlsdesc.S
1
60
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:2
stp q26, q27, [sp, #32*13]; \ stp q28, q29, [sp, #32*14]; \ stp q30, q31, [sp, #32*15]; #define RESTORE_Q_REGISTERS \ ldp q2, q3, [sp, #32*1]; \ ldp q4, q5, [sp, #32*2]; \ ldp q6, q7, [sp, #32*3]; \ ldp q8, q9, [sp, #32*4]; \ ldp q10, q11, [sp, #32*5]; \ ldp q12, q13, [sp, #32*6]; \ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
4352e2cc934b2874dba37397157bf890fcee455a
github
libc
https://github.com/bminor/glibc/blob/4352e2cc934b2874dba37397157bf890fcee455a/sysdeps/aarch64/dl-tlsdesc.S
41
100
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:3
.size _dl_tlsdesc_return, .-_dl_tlsdesc_return /* Handler for undefined weak TLS symbols. Prototype: _dl_tlsdesc_undefweak (tlsdesc *); The second word of the descriptor contains the addend. Return the addend minus the thread pointer. This ensures that when the caller adds on the thread pointer i...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
4352e2cc934b2874dba37397157bf890fcee455a
github
libc
https://github.com/bminor/glibc/blob/4352e2cc934b2874dba37397157bf890fcee455a/sysdeps/aarch64/dl-tlsdesc.S
81
140
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:4
ptrdiff_t _dl_tlsdesc_dynamic (struct tlsdesc *tdp) { struct tlsdesc_dynamic_arg *td = tdp->arg; dtv_t *dtv = *(dtv_t **)((char *)__thread_pointer() + TCBHEAD_DTV); if (__builtin_expect (td->gen_count <= dtv[0].counter && (dtv[td->tlsinfo.ti_module].pointer.val != TLS_DTV_UNALLOCATED),...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
4352e2cc934b2874dba37397157bf890fcee455a
github
libc
https://github.com/bminor/glibc/blob/4352e2cc934b2874dba37397157bf890fcee455a/sysdeps/aarch64/dl-tlsdesc.S
121
180
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:5
mrs x4, tpidr_el0 ldr x1, [x0, TLSDESC_ARG] ldr x0, [x4, TCBHEAD_DTV] ldr x3, [x1, TLSDESC_GEN_COUNT] ldr x2, [x0, DTV_COUNTER] cmp x3, x2 b.hi 2f /* Load r2 = td->tlsinfo.ti_module and r3 = td->tlsinfo.ti_offset. */ ldp x2, x3, [x1, TLSDESC_MODID] add x0, x0, x2, lsl 4 ldr x0, [x0] /* Load val member of DTV...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
4352e2cc934b2874dba37397157bf890fcee455a
github
libc
https://github.com/bminor/glibc/blob/4352e2cc934b2874dba37397157bf890fcee455a/sysdeps/aarch64/dl-tlsdesc.S
161
220
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
stp x9, x10, [sp, #16*3] stp x11, x12, [sp, #16*4] stp x13, x14, [sp, #16*5] stp x15, x16, [sp, #16*6] stp x17, x18, [sp, #16*7] cfi_rel_offset (x5, 16*1) cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
4352e2cc934b2874dba37397157bf890fcee455a
github
libc
https://github.com/bminor/glibc/blob/4352e2cc934b2874dba37397157bf890fcee455a/sysdeps/aarch64/dl-tlsdesc.S
201
248
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:3
.size _dl_tlsdesc_return, .-_dl_tlsdesc_return /* Handler for undefined weak TLS symbols. Prototype: _dl_tlsdesc_undefweak (tlsdesc *); The second word of the descriptor contains the addend. Return the addend minus the thread pointer. This ensures that when the caller adds on the thread pointer i...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/dl-tlsdesc.S
81
140
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:4
ptrdiff_t __attribute__ ((__regparm__ (1))) _dl_tlsdesc_dynamic (struct tlsdesc *tdp) { struct tlsdesc_dynamic_arg *td = tdp->arg; dtv_t *dtv = *(dtv_t **)((char *)__thread_pointer + TCBHEAD_DTV); if (__builtin_expect (td->gen_count <= dtv[0].counter && (dtv[td->tlsinfo.ti_module].pointe...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/dl-tlsdesc.S
121
180
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:5
ldr x2, [x0, DTV_COUNTER] cmp x3, x2 b.hi 2f /* Load r2 = td->tlsinfo.ti_module and r3 = td->tlsinfo.ti_offset. */ ldp x2, x3, [x1, TLSDESC_MODID] add x0, x0, x2, lsl 4 ldr x0, [x0] /* Load val member of DTV entry. */ cmp x0, TLS_DTV_UNALLOCATED b.eq 2f cfi_remember_state sub x3, x3, x4 add x0, x0, x3 1: ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/dl-tlsdesc.S
161
220
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
stp x17, x18, [sp, #16*7] cfi_rel_offset (x5, 16*1) cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (x11, 16*4) cfi_rel_offset (x12, 16*4+8) cfi_rel_offset (x13, 16*5) cfi_rel_offset (x14, 16*5+8) cfi_rel_...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
19860fd42e39cfa03ba3c3c8becf27229eabc597
github
libc
https://github.com/bminor/glibc/blob/19860fd42e39cfa03ba3c3c8becf27229eabc597/sysdeps/aarch64/dl-tlsdesc.S
201
248
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:2
stp q26, q27, [sp, #32*13]; \ stp q28, q29, [sp, #32*14]; \ stp q30, q31, [sp, #32*15]; #define RESTORE_Q_REGISTERS \ ldp q2, q3, [sp, #32*1]; \ ldp q4, q5, [sp, #32*2]; \ ldp q6, q7, [sp, #32*3]; \ ldp q8, q9, [sp, #32*4]; \ ldp q10, q11, [sp, #32*5]; \ ldp q12, q13, [sp, #32*6]; \ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-tlsdesc.S
41
100
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:3
.size _dl_tlsdesc_return, .-_dl_tlsdesc_return /* Handler for undefined weak TLS symbols. Prototype: _dl_tlsdesc_undefweak (tlsdesc *); The second word of the descriptor contains the addend. Return the addend minus the thread pointer. This ensures that when the caller adds on the thread pointer i...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-tlsdesc.S
81
140
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:4
ptrdiff_t __attribute__ ((__regparm__ (1))) _dl_tlsdesc_dynamic (struct tlsdesc *tdp) { struct tlsdesc_dynamic_arg *td = tdp->arg; dtv_t *dtv = *(dtv_t **)((char *)__thread_pointer + TCBHEAD_DTV); if (__builtin_expect (td->gen_count <= dtv[0].counter && (dtv[td->tlsinfo.ti_module].pointe...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-tlsdesc.S
121
180
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:5
ldr PTR_REG (2), [x0,#DTV_COUNTER] cmp PTR_REG (3), PTR_REG (2) b.hi 2f /* Load r2 = td->tlsinfo.ti_module and r3 = td->tlsinfo.ti_offset. */ ldp PTR_REG (2), PTR_REG (3), [x1,#TLSDESC_MODID] add PTR_REG (0), PTR_REG (0), PTR_REG (2), lsl #(PTR_LOG_SIZE + 1) ldr PTR_REG (0), [x0] /* Load val member of DTV entry....
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-tlsdesc.S
161
220
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
stp x17, x18, [sp, #16*7] cfi_rel_offset (x5, 16*1) cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (x11, 16*4) cfi_rel_offset (x12, 16*4+8) cfi_rel_offset (x13, 16*5) cfi_rel_offset (x14, 16*5+8) cfi_rel_...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
ce2f26a22e6b6f5c108d156afd9b43a452bb024c
github
libc
https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/dl-tlsdesc.S
201
248
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:2
stp q26, q27, [sp, #32*13]; \ stp q28, q29, [sp, #32*14]; \ stp q30, q31, [sp, #32*15]; #define RESTORE_Q_REGISTERS \ ldp q2, q3, [sp, #32*1]; \ ldp q4, q5, [sp, #32*2]; \ ldp q6, q7, [sp, #32*3]; \ ldp q8, q9, [sp, #32*4]; \ ldp q10, q11, [sp, #32*5]; \ ldp q12, q13, [sp, #32*6]; \ ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
41
100
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:3
cfi_endproc .size _dl_tlsdesc_return, .-_dl_tlsdesc_return /* Handler for undefined weak TLS symbols. Prototype: _dl_tlsdesc_undefweak (tlsdesc *); The second word of the descriptor contains the addend. Return the addend minus the thread pointer. This ensures that when the caller adds on the thr...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
81
140
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:4
object referenced by the argument. ptrdiff_t __attribute__ ((__regparm__ (1))) _dl_tlsdesc_dynamic (struct tlsdesc *tdp) { struct tlsdesc_dynamic_arg *td = tdp->arg; dtv_t *dtv = *(dtv_t **)((char *)__thread_pointer + TCBHEAD_DTV); if (__builtin_expect (td->gen_count <= dtv[0].counter...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
121
180
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:5
ldr PTR_REG (1), [x0,#TLSDESC_ARG] ldr PTR_REG (0), [x4,#TCBHEAD_DTV] ldr PTR_REG (3), [x1,#TLSDESC_GEN_COUNT] ldr PTR_REG (2), [x0,#DTV_COUNTER] cmp PTR_REG (3), PTR_REG (2) b.hi 2f /* Load r2 = td->tlsinfo.ti_module and r3 = td->tlsinfo.ti_offset. */ ldp PTR_REG (2), PTR_REG (3), [x1,#TLSDESC_MODID] add PTR_...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
161
220
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
stp x11, x12, [sp, #16*4] stp x13, x14, [sp, #16*5] stp x15, x16, [sp, #16*6] stp x17, x18, [sp, #16*7] cfi_rel_offset (x5, 16*1) cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (x11, 16*4) cfi_rel_offset ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
201
251
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:7
cfi_restore (x30) # if HAVE_AARCH64_PAC_RET AUTIASP cfi_window_save # endif b 1b cfi_endproc .size _dl_tlsdesc_dynamic, .-_dl_tlsdesc_dynamic .hidden HIDDEN_JUMPTARGET(__tls_get_addr) # undef NSAVEXREGPAIRS #endif
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/dl-tlsdesc.S
241
251
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:1
/* Thread-local storage handling in the ELF dynamic linker. AArch64 version. Copyright (C) 2011-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 Li...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
50c2be2390be849176297d231ecce71c6642f407
github
libc
https://github.com/bminor/glibc/blob/50c2be2390be849176297d231ecce71c6642f407/sysdeps/aarch64/dl-tlsdesc.S
1
60
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:6
stp x11, x12, [sp, #16*4] stp x13, x14, [sp, #16*5] stp x15, x16, [sp, #16*6] stp x17, x18, [sp, #16*7] cfi_rel_offset (x5, 16*1) cfi_rel_offset (x6, 16*1+8) cfi_rel_offset (x7, 16*2) cfi_rel_offset (x8, 16*2+8) cfi_rel_offset (x9, 16*3) cfi_rel_offset (x10, 16*3+8) cfi_rel_offset (x11, 16*4) cfi_rel_offset ...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/dl-tlsdesc.S
201
250
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:7
cfi_restore (x30) # if HAVE_AARCH64_PAC_RET AUTIASP cfi_window_save # endif b 1b cfi_endproc .size _dl_tlsdesc_dynamic, .-_dl_tlsdesc_dynamic # undef NSAVEXREGPAIRS #endif
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/dl-tlsdesc.S
241
250
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:1
/* Thread-local storage handling in the ELF dynamic linker. AArch64 version. Copyright (C) 2011-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 Li...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/dl-tlsdesc.S
1
60
bminor/glibc:sysdeps/aarch64/dl-tlsdesc.S:1
/* Thread-local storage handling in the ELF dynamic linker. AArch64 version. Copyright (C) 2011-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 Li...
arm64
gas-like
handwritten
bminor/glibc
sysdeps/aarch64/dl-tlsdesc.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/dl-tlsdesc.S
1
60