Lines Matching refs:where
146 bfd_vma where; member
681 n->where = section->lma + offset; in ihex_set_section_contents()
688 && n->where >= tdata->tail->where) in ihex_set_section_contents()
699 *pp != NULL && (*pp)->where < n->where; in ihex_set_section_contents()
768 bfd_vma where; in ihex_write_object_contents() local
772 where = l->where; in ihex_write_object_contents()
785 if (where > segbase + extbase + 0xffff) in ihex_write_object_contents()
790 if (where <= 0xfffff) in ihex_write_object_contents()
795 segbase = where & 0xf0000; in ihex_write_object_contents()
818 extbase = where & 0xffff0000; in ihex_write_object_contents()
819 if (where > extbase + 0xffff) in ihex_write_object_contents()
823 sprintf_vma (buf, where); in ihex_write_object_contents()
837 rec_addr = where - (extbase + segbase); in ihex_write_object_contents()
846 where += now; in ihex_write_object_contents()