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