Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Ddbxread.c779 static unsigned int symbuf_left; variable
801 if (nbytes > symbuf_left) in fill_symbuf()
802 nbytes = symbuf_left; in fill_symbuf()
812 if (symbuf_left <= 0) in fill_symbuf()
817 symbuf_left = bfd_section_size (sym_bfd, symbuf_sections->section); in fill_symbuf()
822 count = symbuf_left; in fill_symbuf()
834 symbuf_left -= nbytes; in fill_symbuf()
844 symbuf_left -= sym_offset; in stabs_seek()
2490 symbuf_left = sym_offset + sym_size; in read_ofile_symtab()
3387 symbuf_left = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs()
[all …]