HomeSort by: relevance | last modified time | path
    Searched defs:next_stroff (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
stabs.c 187 bfd_size_type stroff, next_stroff, skip; local
267 next_stroff = pstring_offset ? *pstring_offset : 0;
289 stroff = next_stroff;
290 next_stroff += bfd_get_32 (abfd, sym + 8);
292 *pstring_offset = next_stroff;
  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 131 bfd_size_type stroff, next_stroff; local
167 next_stroff = 0;
190 stroff = next_stroff;
191 next_stroff += value;
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 188 bfd_size_type stroff, next_stroff, skip; local
267 next_stroff = pstring_offset ? *pstring_offset : 0;
289 stroff = next_stroff;
290 next_stroff += bfd_get_32 (abfd, sym + 8);
292 *pstring_offset = next_stroff;
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 131 bfd_size_type stroff, next_stroff; local
167 next_stroff = 0;
190 stroff = next_stroff;
191 next_stroff += value;
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 188 bfd_size_type stroff, next_stroff, skip; local
267 next_stroff = pstring_offset ? *pstring_offset : 0;
289 stroff = next_stroff;
290 next_stroff += bfd_get_32 (abfd, sym + 8);
292 *pstring_offset = next_stroff;
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 188 bfd_size_type stroff, next_stroff, skip; local
267 next_stroff = pstring_offset ? *pstring_offset : 0;
289 stroff = next_stroff;
290 next_stroff += bfd_get_32 (abfd, sym + 8);
292 *pstring_offset = next_stroff;

Completed in 19 milliseconds