Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Duser_ta_entry.c85 if (phdr->p_type != PT_DYNAMIC) in _get_fn_array()
/optee_os/ldelf/
H A Dta_elf.c356 if (type != PT_DYNAMIC) in save_soname_from_segment()
1049 if (type != PT_DYNAMIC) in add_deps_from_segment()
1682 assert(type == PT_DYNAMIC); in get_init_fini_array()
1721 if (phdr[n].p_type == PT_DYNAMIC) { in elf_get_init_fini_array()
1734 if (phdr[n].p_type == PT_DYNAMIC) { in elf_get_init_fini_array()
/optee_os/lib/libutee/include/
H A Delf_common.h354 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro