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

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dsunos.c95 void * dynrel; member in struct:sunos_dynamic_info
139 info->dynrel = NULL;
445 if (info->dynrel == NULL)
448 info->dynrel = bfd_alloc (abfd, size);
449 if (info->dynrel == NULL && size != 0)
452 || bfd_bread ((void *) info->dynrel, size, abfd) != size)
454 if (info->dynrel != NULL)
456 bfd_release (abfd, info->dynrel);
457 info->dynrel = NULL;
481 p = (struct reloc_ext_external *) info->dynrel;
[all...]

Completed in 45 milliseconds