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

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 1606 file_ptr stab_loc = -1; local
2015 stab_loc = bfd_tell (abfd);
2053 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2061 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 1607 file_ptr stab_loc = -1; local
2016 stab_loc = bfd_tell (abfd);
2054 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2062 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 1607 file_ptr stab_loc = -1; local
2016 stab_loc = bfd_tell (abfd);
2054 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2062 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 1612 file_ptr stab_loc = -1; local
2021 stab_loc = bfd_tell (abfd);
2059 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2067 (long) (curpos - stab_loc - 4)/4);

Completed in 44 milliseconds