Searched refs:peheader (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoffcode.h3279 static unsigned int peheader;
3340 if (!coff_read_word (abfd, &peheader))
3343 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3349 if (bfd_seek (abfd, peheader, SEEK_SET) != 0)
3356 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3278 static unsigned int peheader; variable
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h3397 unsigned int peheader;
3403 if (!coff_read_word (abfd, &peheader, &pelength))
3406 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3412 if (bfd_seek (abfd, peheader, SEEK_SET) != 0)
3419 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3396 unsigned int peheader; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h3384 unsigned int peheader;
3390 if (!coff_read_word (abfd, &peheader, &pelength))
3393 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3399 if (bfd_seek (abfd, peheader, SEEK_SET) != 0)
3406 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3383 unsigned int peheader; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h3467 unsigned int peheader;
3473 if (!coff_read_word (abfd, &peheader, &pelength))
3476 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3483 if (bfd_seek (abfd, peheader, SEEK_SET) != 0)
3490 if (bfd_seek (abfd, peheader + 0x58, SEEK_SET) != 0)
3466 unsigned int peheader; local

Completed in 421 milliseconds