Searched refs:PT_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
84 if (phdr->p_type != PT_DYNAMIC) in _get_fn_array()
355 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()
354 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro