Searched refs:current_map (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1454 ieee_per_section_type *current_map,
1471 location_ptr[current_map->pc++] = this_byte (&(ieee->h));
1501 *(current_map->reloc_tail_ptr) = r;
1502 current_map->reloc_tail_ptr = &r->next;
1511 r->relent.address = current_map->pc;
1554 bfd_put_32 (ieee->h.abfd, -current_map->pc,
1555 location_ptr + current_map->pc);
1557 r->relent.addend -= current_map->pc;
1560 current_map->pc);
1567 location_ptr + current_map
1450 do_one(ieee_data_type *ieee, ieee_per_section_type *current_map, unsigned char *location_ptr, asection *s, int iterations) argument
1656 ieee_per_section_type *current_map = NULL; local
[all...]

Completed in 62 milliseconds