Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtcb.c100 if (phdr->p_type == PT_TLS) { in __utee_tcb_init()
134 if (phdr->p_type != PT_TLS) in __utee_tcb_init()
/optee_os/lib/libutee/include/
H A Delf_common.h359 #define PT_TLS 7 /* Thread local storage segment */ macro
/optee_os/ldelf/
H A Dta_elf.c577 } else if (phdr[n].p_type == PT_TLS) { in parse_load_segments()
589 } else if (phdr[n].p_type == PT_TLS) { in parse_load_segments()