Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoff.c500 bfd_size_type cb_end; in _bfd_ecoff_slurp_symbolic_info() local
533 cb_end = internal_symhdr->start + internal_symhdr->count * (size); \ in _bfd_ecoff_slurp_symbolic_info()
534 if (cb_end > raw_end) \ in _bfd_ecoff_slurp_symbolic_info()
535 raw_end = cb_end in _bfd_ecoff_slurp_symbolic_info()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decoff.c534 bfd_size_type cb_end; local
567 cb_end = internal_symhdr->start + internal_symhdr->count * (size); \
568 if (cb_end > raw_end) \
569 raw_end = cb_end