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

  /src/external/gpl3/binutils/dist/bfd/
pdb.c 30 static const uint8_t pdb_magic[] = variable
42 char magic[sizeof (pdb_magic)];
51 if (memcmp (magic, pdb_magic, sizeof (magic)))
77 if (bfd_seek (abfd, sizeof (pdb_magic), SEEK_SET))
724 if (bfd_write (pdb_magic, sizeof (pdb_magic), abfd) != sizeof (pdb_magic))
786 (abfd, sizeof (pdb_magic) + sizeof (uint32_t) + sizeof (uint32_t),
  /src/external/gpl3/binutils.old/dist/bfd/
pdb.c 30 static const uint8_t pdb_magic[] = variable
42 char magic[sizeof (pdb_magic)];
51 if (memcmp (magic, pdb_magic, sizeof (magic)))
77 if (bfd_seek (abfd, sizeof (pdb_magic), SEEK_SET))
724 if (bfd_write (pdb_magic, sizeof (pdb_magic), abfd) != sizeof (pdb_magic))
786 (abfd, sizeof (pdb_magic) + sizeof (uint32_t) + sizeof (uint32_t),
  /src/external/gpl3/gdb.old/dist/bfd/
pdb.c 30 static const uint8_t pdb_magic[] = variable
42 char magic[sizeof (pdb_magic)];
51 if (memcmp (magic, pdb_magic, sizeof (magic)))
77 if (bfd_seek (abfd, sizeof (pdb_magic), SEEK_SET))
724 if (bfd_write (pdb_magic, sizeof (pdb_magic), abfd) != sizeof (pdb_magic))
786 (abfd, sizeof (pdb_magic) + sizeof (uint32_t) + sizeof (uint32_t),
  /src/external/gpl3/gdb/dist/bfd/
pdb.c 30 static const uint8_t pdb_magic[] = variable
42 char magic[sizeof (pdb_magic)];
51 if (memcmp (magic, pdb_magic, sizeof (magic)))
77 if (bfd_seek (abfd, sizeof (pdb_magic), SEEK_SET))
724 if (bfd_write (pdb_magic, sizeof (pdb_magic), abfd) != sizeof (pdb_magic))
786 (abfd, sizeof (pdb_magic) + sizeof (uint32_t) + sizeof (uint32_t),

Completed in 20 milliseconds