Searched refs:ph_start (Results 1 – 1 of 1) sorted by relevance
23 Elf64_Addr ph_start = phdr->p_vaddr; in is_phdr_ignored() local27 if ((sh_start == ph_start) && (sh_end == ph_end)) { in is_phdr_ignored()28 DEBUG("Ignoring program segment at 0x%" PRIx64 "\n", ph_start); in is_phdr_ignored()33 if (((sh_start >= ph_start) && (sh_start <= ph_end)) || in is_phdr_ignored()34 ((sh_end >= ph_start) && (sh_end <= ph_end))) { in is_phdr_ignored()