Searched refs:memhunk (Results 1 – 1 of 1) sorted by relevance
3306 bfd_byte *memhunk = NULL; in copy_section() local3308 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 …]