HomeSort by relevance Sort by last modified time
    Searched refs:internal_reloc (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
tc-z8k.h 26 struct internal_reloc;
tc-xc16x.h 36 struct internal_reloc;
45 extern void tc_reloc_mangle (struct fix *, struct internal_reloc *, bfd_vma);
tc-h8300.h 37 struct internal_reloc;
tc-sh.h 31 struct internal_reloc;
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 60 void (*swap_reloc_in) (bfd *, void *, struct internal_reloc *);
61 void (*swap_reloc_out) (bfd *, const struct internal_reloc *, void *);
64 (bfd *, const struct internal_reloc *, arelent *);
66 (bfd *, const arelent *, struct internal_reloc *);
libcoff-in.h 196 struct internal_reloc *relocs;
464 struct internal_reloc *relocs;
517 struct internal_reloc *internal_relocs;
573 extern struct internal_reloc *_bfd_coff_read_internal_relocs
575 struct internal_reloc *);
578 struct internal_reloc *, struct internal_syment *, asection **);
615 struct internal_reloc *, struct internal_syment *, asection **);
coff-tic4x.c 35 coff_tic4x_rtype_to_howto (bfd *, asection *, struct internal_reloc *,
39 tic4x_reloc_processing (arelent *, struct internal_reloc *,
169 struct internal_reloc *dst)
191 struct internal_reloc *rel,
212 struct internal_reloc *reloc,
libcoff.h 200 struct internal_reloc *relocs;
468 struct internal_reloc *relocs;
521 struct internal_reloc *internal_relocs;
577 extern struct internal_reloc *_bfd_coff_read_internal_relocs
579 struct internal_reloc *);
582 struct internal_reloc *, struct internal_syment *, asection **);
619 struct internal_reloc *, struct internal_syment *, asection **);
812 struct internal_reloc *, struct internal_syment *, asection **);
815 (bfd *, asection *, struct internal_reloc *,
821 struct internal_reloc *, bfd_boolean *)
    [all...]
pe-mips.c 394 struct internal_reloc *rel,
526 static struct internal_reloc pair_prev;
528 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst;
555 struct internal_reloc *reloc_src = (struct internal_reloc *)src;
595 struct internal_reloc *relocs,
599 struct internal_reloc *rel;
600 struct internal_reloc *rel_end;
coff-m88k.c 230 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst)
253 struct internal_reloc *reloc,
coff-tic30.c 119 rtype2howto (arelent *internal, struct internal_reloc *dst)
156 struct internal_reloc *reloc,
coff-mcore.c 305 struct internal_reloc * rel,
356 struct internal_reloc * relocs,
360 struct internal_reloc * rel;
361 struct internal_reloc * relend;
coff-tic80.c 428 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst)
452 struct internal_reloc *rel,
486 struct internal_reloc *relocs,
490 struct internal_reloc *rel;
491 struct internal_reloc *relend;
coff-i960.c 370 struct internal_reloc *relocs,
374 struct internal_reloc *rel;
375 struct internal_reloc *relend;
579 struct internal_reloc *irel,
coff-tic54x.c 34 tic54x_reloc_processing (arelent *, struct internal_reloc *,
264 struct internal_reloc *dst)
291 struct internal_reloc *rel,
350 struct internal_reloc *reloc,
coff-sh.c 90 bfd_byte *, struct internal_reloc *,
93 sh_align_loads (bfd *, asection *, struct internal_reloc *,
419 struct internal_reloc * rel,
710 struct internal_reloc *internal_relocs;
712 struct internal_reloc *irel, *irelend;
733 (struct internal_reloc *) NULL));
744 struct internal_reloc *irelfn, *irelscan, *irelcount;
1067 struct internal_reloc *irel, *irelend;
1068 struct internal_reloc *irelalign;
    [all...]
coff-h8500.c 94 rtype2howto (arelent * internal, struct internal_reloc *dst)
143 struct internal_reloc *reloc,
coff-mips.c 275 struct internal_reloc *intern)
312 const struct internal_reloc * intern,
352 const struct internal_reloc *intern,
377 struct internal_reloc *intern ATTRIBUTE_UNUSED)
748 mips_relocate_hi (struct internal_reloc *refhi,
749 struct internal_reloc *reflo,
808 struct internal_reloc lo_int_rel;
868 struct internal_reloc int_rel;
    [all...]
coff-z80.c 79 rtype2howto (arelent *internal, struct internal_reloc *dst)
156 struct internal_reloc *reloc,
cofflink.c 753 amt *= sizeof (struct internal_reloc);
755 (struct internal_reloc *) bfd_malloc (amt);
805 amt = max_reloc_count * sizeof (struct internal_reloc);
806 flaginfo.internal_relocs = (struct internal_reloc *) bfd_malloc (amt);
    [all...]
coff-ppc.c 711 /* Given a reloc name, n, and a pointer to an internal_reloc,
883 struct internal_reloc *rel)
942 struct internal_reloc *relocs,
946 struct internal_reloc *rel;
947 struct internal_reloc *relend;
    [all...]
peicode.h 120 struct internal_reloc * int_reltab;
134 struct internal_reloc *reloc_dst = (struct internal_reloc *) dst;
147 struct internal_reloc *reloc_src = (struct internal_reloc *) src;
461 struct internal_reloc * internal;
831 vars.int_reltab = (struct internal_reloc *) ptr;
    [all...]
coff-i386.c 45 (bfd *, asection *, struct internal_reloc *,
416 struct internal_reloc *relocs,
437 struct internal_reloc *rel,
coff-m68k.c 227 struct internal_reloc *rel,
386 struct internal_reloc *rel,
445 struct internal_reloc *irel, *irelend;
coff64-rs6000.c 112 (arelent *, struct internal_reloc *);
153 struct internal_reloc *, struct internal_syment *,
668 struct internal_reloc *dst = (struct internal_reloc *) d;
670 memset (dst, 0, sizeof (struct internal_reloc));
681 struct internal_reloc *src = (struct internal_reloc *) s;
1069 struct internal_reloc *rel,
    [all...]

Completed in 247 milliseconds

1 2