Searched refs:dynrel (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsunos.c97 void * dynrel; member in struct:sunos_dynamic_info
141 info->dynrel = NULL;
447 if (info->dynrel == NULL)
450 info->dynrel = bfd_alloc (abfd, size);
451 if (info->dynrel == NULL && size != 0)
454 || bfd_bread ((void *) info->dynrel, size, abfd) != size)
456 if (info->dynrel != NULL)
458 bfd_release (abfd, info->dynrel);
459 info->dynrel = NULL;
483 p = (struct reloc_ext_external *) info->dynrel;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsunos.c97 void * dynrel; member in struct:sunos_dynamic_info
141 info->dynrel = NULL;
447 if (info->dynrel == NULL)
450 info->dynrel = bfd_alloc (abfd, size);
451 if (info->dynrel == NULL && size != 0)
454 || bfd_bread ((void *) info->dynrel, size, abfd) != size)
456 if (info->dynrel != NULL)
458 bfd_release (abfd, info->dynrel);
459 info->dynrel = NULL;
483 p = (struct reloc_ext_external *) info->dynrel;
[all...]

Completed in 99 milliseconds