Lines Matching refs:reloc
690 /* The XCOFF reloc table. Actually, XCOFF relocations specify the
693 different algorithms for putting in the reloc. Many of these
1095 /* Special case some 16 bit reloc */
1106 /* The r_size field of an XCOFF reloc encodes the bitsize of the
2553 reloc and lineno counts. But the numbers of relocs and lineno aren't
2826 /* A PC relative reloc includes the section address. */
2859 (_("%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"),
2917 /* If we see an R_BR or R_RBR reloc which is jumping to global
3018 /* A PC relative reloc includes the section address. */
3390 if this reloc is against the TOC anchor. */
3667 struct internal_reloc reloc;
3709 0x0010 0x00000000 : init, needs a reloc
3715 0x0028 0x00000000 : fini, needs a reloc
3837 /* reloc */
3838 memset (&reloc, 0, sizeof (struct internal_reloc));
3839 reloc.r_vaddr = 0x0010;
3840 reloc.r_symndx = filehdr.f_nsyms;
3841 reloc.r_type = R_POS;
3842 reloc.r_size = 31;
3843 bfd_coff_swap_reloc_out (abfd, &reloc, &reloc_ext[0]);
3872 /* reloc */
3873 memset (&reloc, 0, sizeof (struct internal_reloc));
3874 reloc.r_vaddr = 0x0028;
3875 reloc.r_symndx = filehdr.f_nsyms;
3876 reloc.r_type = R_POS;
3877 reloc.r_size = 31;
3878 bfd_coff_swap_reloc_out (abfd, &reloc,
3898 /* reloc */
3899 memset (&reloc, 0, sizeof (struct internal_reloc));
3900 reloc.r_vaddr = 0x0000;
3901 reloc.r_symndx = filehdr.f_nsyms;
3902 reloc.r_type = R_POS;
3903 reloc.r_size = 31;
3904 bfd_coff_swap_reloc_out (abfd, &reloc,
4028 /* For reloc entry points. */
4135 /* Lineno and reloc count overflow. */
4316 /* Lineno and reloc count overflow. */