Home | History | Annotate | Download | only in bfd

Lines Matching defs:current_map

1461 	ieee_per_section_type *current_map,
1478 location_ptr[current_map->pc++] = this_byte (&(ieee->h));
1508 *(current_map->reloc_tail_ptr) = r;
1509 current_map->reloc_tail_ptr = &r->next;
1518 r->relent.address = current_map->pc;
1561 bfd_put_32 (ieee->h.abfd, -current_map->pc,
1562 location_ptr + current_map->pc);
1564 r->relent.addend -= current_map->pc;
1567 current_map->pc);
1574 location_ptr + current_map->pc);
1577 current_map->pc += 4;
1583 bfd_put_16 (ieee->h.abfd, (bfd_vma) -current_map->pc,
1584 location_ptr + current_map->pc);
1585 r->relent.addend -= current_map->pc;
1590 location_ptr + current_map->pc);
1598 location_ptr + current_map->pc);
1601 current_map->pc += 2;
1607 bfd_put_8 (ieee->h.abfd, (int) (-current_map->pc), location_ptr + current_map->pc);
1608 r->relent.addend -= current_map->pc;
1611 bfd_put_8 (ieee->h.abfd, 0, location_ptr + current_map->pc);
1617 bfd_put_8 (ieee->h.abfd, 0, location_ptr + current_map->pc);
1620 current_map->pc += 1;
1639 location_ptr[current_map->pc++] = this_byte (&(ieee->h));
1666 ieee_per_section_type *current_map = NULL;
1703 current_map = ieee_per_section (s);
1704 location_ptr = current_map->data - s->vma;
1708 current_map->pc = s->vma;
1728 current_map->pc = value;
1762 location_ptr[current_map->pc++] = start[2];
1774 if (!do_one (ieee, current_map, location_ptr, s,
1784 if (!do_one (ieee, current_map, location_ptr, s, 1))