Home
last modified time | relevance | path

Searched refs:ofl_phdr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3975 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4034 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4055 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4067 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4128 ofl->ofl_phdr[phdrndx] = *phdr; in ld_update_outfile()
4129 ofl->ofl_tlsphdr = &ofl->ofl_phdr[phdrndx++]; in ld_update_outfile()
4152 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4163 Addr p_s = (ofl->ofl_phdr[i]).p_vaddr; in ld_update_outfile()
4166 if ((ofl->ofl_phdr[i]).p_type != PT_LOAD) in ld_update_outfile()
4169 p_e = p_s + (ofl->ofl_phdr[i]).p_memsz; in ld_update_outfile()
[all …]
H A Doutfile.c736 if ((ofl->ofl_phdr = elf_newphdr(ofl->ofl_welf, in ld_create_outfile()
798 if ((ofl->ofl_phdr = elf_getphdr(ofl->ofl_elf)) == NULL) { in ld_create_outfile()
H A Dunwind.c812 Phdr *phdr = ofl->ofl_phdr; in ld_unwind_populate_hdr()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c309 phdr = ofl->ofl_phdr; in elf_obj_fini()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h255 Phdr *ofl_phdr; /* program header descriptor */ member