Lines Matching refs:ofl

320 ld_unwind_make_hdr(Ofl_desc *ofl)  in ld_unwind_make_hdr()  argument
322 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_make_hdr()
335 if (ofl->ofl_unwind == NULL) in ld_unwind_make_hdr()
345 elfdata->d_version = ofl->ofl_dehdr->e_version; in ld_unwind_make_hdr()
366 if ((ofl->ofl_unwindhdr = ld_place_section(ofl, isp, NULL, in ld_unwind_make_hdr()
376 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx1, osp)) { in ld_unwind_make_hdr()
417 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_make_hdr()
483 ld_unwind_populate_hdr(Ofl_desc *ofl) in ld_unwind_populate_hdr() argument
495 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_populate_hdr()
500 if ((hdrosp = ofl->ofl_unwindhdr) == 0) in ld_unwind_populate_hdr()
537 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, osp)) { in ld_unwind_populate_hdr()
607 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
609 ofl->ofl_name, in ld_unwind_populate_hdr()
616 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
618 ofl->ofl_name, in ld_unwind_populate_hdr()
632 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
634 ofl->ofl_name, in ld_unwind_populate_hdr()
652 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
654 ofl->ofl_name, in ld_unwind_populate_hdr()
671 ofl->ofl_dehdr->e_ident, B_FALSE, in ld_unwind_populate_hdr()
674 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
676 ofl->ofl_name, in ld_unwind_populate_hdr()
680 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
682 ofl->ofl_name, in ld_unwind_populate_hdr()
707 if (ofl->ofl_osgot != NULL) in ld_unwind_populate_hdr()
709 ofl->ofl_osgot->os_shdr->sh_addr; in ld_unwind_populate_hdr()
713 ofl->ofl_dehdr->e_ident, B_FALSE, in ld_unwind_populate_hdr()
716 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
718 ofl->ofl_name, in ld_unwind_populate_hdr()
722 ld_eprintf(ofl, ERR_FATAL, in ld_unwind_populate_hdr()
724 ofl->ofl_name, in ld_unwind_populate_hdr()
810 if (ofl->ofl_flags1 & FLG_OF1_RLXREL) { in ld_unwind_populate_hdr()
811 Word phnum = ofl->ofl_nehdr->e_phnum; in ld_unwind_populate_hdr()
812 Phdr *phdr = ofl->ofl_phdr; in ld_unwind_populate_hdr()
838 ld_unwind_register(Os_desc *osp, Ofl_desc * ofl) in ld_unwind_register() argument
846 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, _osp)) in ld_unwind_register()
853 if (aplist_append(&ofl->ofl_unwind, osp, AL_CNT_OFL_UNWIND) == NULL) in ld_unwind_register()