Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c1986 file_ptr curpos = bfd_tell (abfd); in mmo_scan() local
1991 if (statbuf.st_size != curpos) in mmo_scan()
2004 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4) in mmo_scan()
2011 (curpos - stab_loc - 4)/4); in mmo_scan()
DChangeLog-2006209 * mmo.c (mmo_scan): Use file_ptr for curpos.