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.c84 if (phdr->p_type != PT_DYNAMIC) in _get_fn_array()
/optee_os/ldelf/
H A Dta_elf.c355 if (type != PT_DYNAMIC) in save_soname_from_segment()
1048 if (type != PT_DYNAMIC) in add_deps_from_segment()
1656 assert(type == PT_DYNAMIC); in get_init_fini_array()
1695 if (phdr[n].p_type == PT_DYNAMIC) { in elf_get_init_fini_array()
1708 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