Searched refs:memhunk (Results 1 – 1 of 1) sorted by relevance
2988 bfd_byte *memhunk = NULL; in copy_section() local2990 if (!bfd_get_full_section_contents (ibfd, isection, &memhunk)) in copy_section()3010 bfd_byte *m = (bfd_byte *) memhunk; in copy_section()3026 char *from = (char *) memhunk + copy_byte; in copy_section()3027 char *to = (char *) memhunk; in copy_section()3028 char *end = (char *) memhunk + size; in copy_section()3043 if (!bfd_set_section_contents (obfd, osection, memhunk, 0, size)) in copy_section()3049 free (memhunk); in copy_section()3055 void *memhunk = xmalloc (size); in copy_section() local3063 memset (memhunk, 0, size); in copy_section()[all …]