Home
last modified time | relevance | path

Searched refs:PT_TLS (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/scripts/
Dtst-elf-edit.py50 PT_TLS=7 variable
197 if phdr.p_type == PT_TLS and opts.maximize_tls_size:
Dglibcelf.py518 PT_TLS = 7 variable in Pt
/glibc-2.36/elf/
Dsetup-vdso.h60 assert (ph->p_type != PT_TLS); in setup_vdso()
Ddl-load.c1185 case PT_TLS: in _dl_map_object_from_fd()
Delf.h723 #define PT_TLS 7 /* Thread-local storage segment */ macro
Drtld.c1229 case PT_TLS: in rtld_setup_main_map()
/glibc-2.36/csu/
Dlibc-tls.c123 if (phdr->p_type == PT_TLS) in __libc_setup_tls()
/glibc-2.36/ChangeLog.old/
DChangeLog.132235 PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
6107 code. Print TLS modid and offset for modules containing PT_TLS
9820 (dl_main): Allow PT_TLS be present for empty segment. Remove
9825 * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
10207 * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
10208 * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
12348 * elf/elf.h (PT_TLS): New definition.
DChangeLog.1412325 TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
13132 * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
14218 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
15998 instead of _dl_fatal_printf when we see PT_TLS.
16430 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
DChangeLog.1611847 * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically