HomeSort by relevance Sort by last modified time
    Searched refs:external_relocs (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 1976 bfd_byte *external_relocs = NULL; local
    [all...]
cofflink.c 585 bfd_byte *external_relocs = NULL;
603 flaginfo.external_relocs = NULL;
802 flaginfo.external_relocs = (bfd_byte *) bfd_malloc (amt);
814 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
981 if (flaginfo.external_relocs != NULL)
983 free (flaginfo.external_relocs);
984 flaginfo.external_relocs = NULL;
584 bfd_byte *external_relocs = NULL; local
    [all...]
nlmcode.h 1603 struct reloc_and_sec *external_relocs; local
    [all...]
xcofflink.c 198 bfd_byte *external_relocs; member in struct:xcoff_final_link_info
637 bfd_byte *external_relocs,
656 external_relocs, FALSE, NULL)
679 return _bfd_coff_read_internal_relocs (abfd, sec, cache, external_relocs,
5828 bfd_byte *external_relocs = NULL; local
    [all...]
ecoff.c 1564 char *external_relocs; local
3823 void * external_relocs = NULL; local
    [all...]
libcoff-in.h 515 bfd_byte *external_relocs; member in struct:coff_final_link_info
coff-mips.c 798 void * external_relocs)
864 ext_rel = (struct external_reloc *) external_relocs;
    [all...]
coffgen.c 475 the function is called again. If EXTERNAL_RELOCS is not NULL, it
485 bfd_byte *external_relocs,
513 if (external_relocs == NULL)
518 external_relocs = free_external;
522 || bfd_bread (external_relocs, amt, abfd) != amt)
536 erel = external_relocs;
    [all...]
som.c 5239 unsigned char *external_relocs; local
    [all...]
elflink.c 7401 void *external_relocs; member in struct:elf_final_link_info
    [all...]
libcoff.h 519 bfd_byte *external_relocs; member in struct:coff_final_link_info
    [all...]
coff-alpha.c     [all...]

Completed in 590 milliseconds