Searched refs:PT_TLS (Results 1 – 10 of 10) sorted by relevance
50 PT_TLS=7 variable197 if phdr.p_type == PT_TLS and opts.maximize_tls_size:
518 PT_TLS = 7 variable in Pt
60 assert (ph->p_type != PT_TLS); in setup_vdso()
1185 case PT_TLS: in _dl_map_object_from_fd()
723 #define PT_TLS 7 /* Thread-local storage segment */ macro
1229 case PT_TLS: in rtld_setup_main_map()
123 if (phdr->p_type == PT_TLS) in __libc_setup_tls()
2235 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_TLS9820 (dl_main): Allow PT_TLS be present for empty segment. Remove9825 * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an10207 * 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 program12348 * elf/elf.h (PT_TLS): New definition.
12325 TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS13132 * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments14218 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in15998 instead of _dl_fatal_printf when we see PT_TLS.16430 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
11847 * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically