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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dieee.c1842 do_one (ieee, current_map, location_ptr, s, iterations)
1844 ieee_per_section_type *current_map;
1861 location_ptr[current_map->pc++] = this_byte (&(ieee->h));
1892 *(current_map->reloc_tail_ptr) = r;
1893 current_map->reloc_tail_ptr = &r->next;
1902 r->relent.address = current_map->pc;
1945 bfd_put_32 (ieee->h.abfd, -current_map->pc,
1946 location_ptr + current_map->pc);
1948 r->relent.addend -= current_map->pc;
1951 current_map
2049 ieee_per_section_type *current_map = (ieee_per_section_type *) NULL; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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 199 milliseconds