Home
last modified time | relevance | path

Searched refs:_dl_early_allocate (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/csu/
Dlibc-tls.c148 tlsblock = _dl_early_allocate (tcb_offset + TLS_INIT_TCB_SIZE + max_align); in __libc_setup_tls()
153 tlsblock = _dl_early_allocate (tcb_offset + memsz + max_align in __libc_setup_tls()
/glibc-2.36/elf/
Ddl-early_allocate.c24 _dl_early_allocate (size_t size) in _dl_early_allocate() function
/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-early_allocate.c38 _dl_early_allocate (size_t size) in _dl_early_allocate() function
/glibc-2.36/sysdeps/s390/s390-64/
Dconfigure.ac87 # - "csu: Implement and use _dl_early_allocate during static startup"
Dconfigure116 # - "csu: Implement and use _dl_early_allocate during static startup"
/glibc-2.36/sysdeps/generic/
Dldsodefs.h1187 void *_dl_early_allocate (size_t size) attribute_hidden;
/glibc-2.36/ChangeLog.old/
DChangeLog.254666 [IS_IN (rtld)](_dl_early_allocate): Remove.
4795 (_dl_early_allocate): New function.
5018 csu: Implement and use _dl_early_allocate during static startup
5027 [IS_IN (rtld)](_dl_early_allocate): New function.