Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c3306 bfd_byte *memhunk = NULL; in copy_section() local
3308 if (!bfd_get_full_section_contents (ibfd, isection, &memhunk) in copy_section()
3310 &memhunk, &size)) in copy_section()
3330 bfd_byte *m = (bfd_byte *) memhunk; in copy_section()
3346 char *from = (char *) memhunk + copy_byte; in copy_section()
3347 char *to = (char *) memhunk; in copy_section()
3348 char *end = (char *) memhunk + size; in copy_section()
3363 if (!bfd_set_section_contents (obfd, osection, memhunk, 0, size)) in copy_section()
3369 free (memhunk); in copy_section()
3375 void *memhunk = xmalloc (size); in copy_section() local
[all …]