Home | History | Annotate | Download | only in src

Lines Matching full:tls_end

6284       XElf_Addr tls_end = 0;
6351 if (tls_end < addr + shdr->sh_size)
6352 tls_end = addr + shdr->sh_size;
6484 phdr->p_memsz = tls_end - tls_start;
6487 ld_state.tls_tcb = tls_end;