HomeSort by relevance Sort by last modified time
    Searched refs:next_stroff (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
rddbg.c 129 bfd_size_type stroff, next_stroff; local
162 next_stroff = 0;
184 stroff = next_stroff;
185 next_stroff += value;
  /toolchain/binutils/binutils-2.27/bfd/
stabs.c 163 bfd_size_type stroff, next_stroff, skip;
240 next_stroff = pstring_offset ? *pstring_offset : 0;
262 stroff = next_stroff;
263 next_stroff += bfd_get_32 (abfd, sym + 8);
265 *pstring_offset = next_stroff;
161 bfd_size_type stroff, next_stroff, skip; local

Completed in 68 milliseconds