Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Drddbg.c129 bfd_size_type stroff, next_stroff; in read_section_stabs_debugging_info() local
162 next_stroff = 0; in read_section_stabs_debugging_info()
184 stroff = next_stroff; in read_section_stabs_debugging_info()
185 next_stroff += value; in read_section_stabs_debugging_info()
/toolchain/binutils/binutils-2.27/bfd/
Dstabs.c161 bfd_size_type stroff, next_stroff, skip; in _bfd_link_section_stabs() local
238 next_stroff = pstring_offset ? *pstring_offset : 0; in _bfd_link_section_stabs()
260 stroff = next_stroff; in _bfd_link_section_stabs()
261 next_stroff += bfd_get_32 (abfd, sym + 8); in _bfd_link_section_stabs()
263 *pstring_offset = next_stroff; in _bfd_link_section_stabs()