Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/binutils/
HDrddbg.c128 bfd_size_type stroff, next_stroff; in read_section_stabs_debugging_info() local
160 next_stroff = 0; in read_section_stabs_debugging_info()
181 stroff = next_stroff; in read_section_stabs_debugging_info()
182 next_stroff += value; in read_section_stabs_debugging_info()
/NextBSD/contrib/binutils/bfd/
HDstabs.c160 bfd_size_type stroff, next_stroff, skip; in _bfd_link_section_stabs() local
237 next_stroff = pstring_offset ? *pstring_offset : 0; in _bfd_link_section_stabs()
259 stroff = next_stroff; in _bfd_link_section_stabs()
260 next_stroff += bfd_get_32 (abfd, sym + 8); in _bfd_link_section_stabs()
262 *pstring_offset = next_stroff; in _bfd_link_section_stabs()