Home
last modified time | relevance | path

Searched refs:dst_ptr_offsets_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c314 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */ member
1567 if (loc + 1 > PRIV (dst_ptr_offsets_count)) in dst_define_location()
1574 memset (PRIV (dst_ptr_offsets) + PRIV (dst_ptr_offsets_count), 0, in dst_define_location()
1575 (loc - PRIV (dst_ptr_offsets_count)) * sizeof (unsigned int)); in dst_define_location()
1576 PRIV (dst_ptr_offsets_count) = loc + 1; in dst_define_location()
1590 if (loc < PRIV (dst_ptr_offsets_count)) in dst_restore_location()
1605 if (*loc < PRIV (dst_ptr_offsets_count)) in dst_retrieve_location()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c313 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */ member
1566 if (loc + 1 > PRIV (dst_ptr_offsets_count)) in dst_define_location()
1573 PRIV (dst_ptr_offsets_count) = loc + 1; in dst_define_location()
1587 if (loc < PRIV (dst_ptr_offsets_count)) in dst_restore_location()
1602 if (*loc < PRIV (dst_ptr_offsets_count)) in dst_retrieve_location()