Searched refs:PT_DYNAMIC (Results 1 – 6 of 6) sorted by relevance
146 if (vdso_phdr[i].p_type == PT_DYNAMIC) { in __libc_init_vdso()
26 #define PT_DYNAMIC 2 macro
148 if (phdr.table[i].p_type == PT_DYNAMIC) { in ElfW()
420 if (phdr->p_type == PT_DYNAMIC) { in ReadDynamicSection()1382 if (phdr.p_type == PT_DYNAMIC) { in phdr_table_get_dynamic_section()
634 if (phdr[i].p_type != PT_DYNAMIC) { in relocate_linker()
530 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro