Searched refs:_phdr (Results 1 – 2 of 2) sorted by relevance
811 Phdr *_phdr = &(sgp->sg_phdr); in ld_create_outfile() local871 if (_phdr->p_type == PT_LOAD) { in ld_create_outfile()872 _phdr->p_align = ld_lcm(_phdr->p_align, in ld_create_outfile()
3616 Phdr *_phdr = NULL; in ld_update_outfile() local3941 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD) && in ld_update_outfile()3973 if (_phdr && (vaddr > phdr->p_vaddr) && in ld_update_outfile()4006 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD)) { in ld_update_outfile()4007 _phdr = phdr; in ld_update_outfile()