Home
last modified time | relevance | path

Searched refs:_phdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c811 Phdr *_phdr = &(sgp->sg_phdr); in ld_create_outfile() local
871 if (_phdr->p_type == PT_LOAD) { in ld_create_outfile()
872 _phdr->p_align = ld_lcm(_phdr->p_align, in ld_create_outfile()
H A Dupdate.c3921 Phdr *_phdr = NULL; in ld_update_outfile() local
4236 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD) && in ld_update_outfile()
4268 if (_phdr && (vaddr > phdr->p_vaddr) && in ld_update_outfile()
4301 if ((_phdr == NULL) && (phdr->p_type == PT_LOAD)) { in ld_update_outfile()
4302 _phdr = phdr; in ld_update_outfile()