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.c4055 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4128 ofl->ofl_phdr[phdrndx] = *phdr; in ld_update_outfile()
4152 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4306 ofl->ofl_phdr[0].p_vaddr = in ld_update_outfile()
4326 ofl->ofl_phdr[0].p_vaddr = 0; in ld_update_outfile()
4327 ofl->ofl_phdr[0].p_memsz = 0; in ld_update_outfile()
4328 ofl->ofl_phdr[0].p_flags = 0; in ld_update_outfile()
4406 ofl->ofl_phdr[phdrndx++] = *phdr; in ld_update_outfile()
4454 ofl->ofl_phdr[intppndx] = *phdr; in ld_update_outfile()
4481 ofl->ofl_phdr[dtracepndx] = *phdr; 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