Home
last modified time | relevance | path

Searched refs:memhunk (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgcore.c548 gdb::byte_vector memhunk (size); in gcore_copy_callback()
556 memhunk.data (), size) != 0) in gcore_copy_callback()
564 if (!bfd_set_section_contents (obfd, osec, memhunk.data (), in gcore_copy_callback()
H A DChangeLog-20152109 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.c548 gdb::byte_vector memhunk (size); in gcore_copy_callback()
556 memhunk.data (), size) != 0) in gcore_copy_callback()
564 if (!bfd_set_section_contents (obfd, osec, memhunk.data (), in gcore_copy_callback()
H A DChangeLog-20152109 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dobjcopy.c4370 bfd_byte *memhunk = NULL; in copy_section() local
4374 &memhunk, &size)) in copy_section()
4378 free (memhunk); in copy_section()
4412 char *to = (char *) memhunk; in copy_section()
4413 char *end = (char *) memhunk + size; in copy_section()
4443 free (memhunk); in copy_section()
4446 free (memhunk); in copy_section()
4452 void *memhunk = xmalloc (size); in copy_section() local
4460 memset (memhunk, 0, size); in copy_section()
4465 free (memhunk); in copy_section()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c4319 bfd_byte *memhunk = NULL; in copy_section() local
4323 &memhunk, &size)) in copy_section()
4327 free (memhunk); in copy_section()
4361 char *to = (char *) memhunk; in copy_section()
4362 char *end = (char *) memhunk + size; in copy_section()
4392 free (memhunk); in copy_section()
4395 free (memhunk); in copy_section()
4401 void *memhunk = xmalloc (size); in copy_section() local
4409 memset (memhunk, 0, size); in copy_section()
4414 free (memhunk); in copy_section()
[all …]
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c4399 bfd_byte *memhunk = NULL; in copy_section() local
4403 &memhunk, &size)) in copy_section()
4407 free (memhunk); in copy_section()
4441 char *to = (char *) memhunk; in copy_section()
4442 char *end = (char *) memhunk + size; in copy_section()
4472 free (memhunk); in copy_section()
4475 free (memhunk); in copy_section()
4481 void *memhunk = xmalloc (size); in copy_section() local
4489 memset (memhunk, 0, size); in copy_section()
4494 free (memhunk); in copy_section()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dobjcopy.c4370 bfd_byte *memhunk = NULL; in copy_section() local
4374 &memhunk, &size)) in copy_section()
4378 free (memhunk); in copy_section()
4412 char *to = (char *) memhunk; in copy_section()
4413 char *end = (char *) memhunk + size; in copy_section()
4443 free (memhunk); in copy_section()
4446 free (memhunk); in copy_section()
4452 void *memhunk = xmalloc (size); in copy_section() local
4460 memset (memhunk, 0, size); in copy_section()
4465 free (memhunk); in copy_section()
[all …]