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