Home
last modified time | relevance | path

Searched refs:s_nreloc (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/binutils/include/coff/
HDti.h170 char s_nreloc[2]; /* number of relocation entries */ member
186 char s_nreloc[4]; /* number of relocation entries */ member
263 PUT_SCNHDR_NRELOC (ABFD, ((struct internal_scnhdr *)(INT))->s_nreloc,\
264 ((SCNHDR *)(EXT))->s_nreloc); \
HDexternal.h86 char s_nreloc[2]; /* number of relocation entries */ member
HDrs6k64.h85 char s_nreloc[4]; /* number of relocation entries */ member
HDrs6000.h76 char s_nreloc[2]; /* number of relocation entries */ member
HDalpha.h85 unsigned char s_nreloc[2]; /* number of relocation entries */ member
HDinternal.h374 unsigned long s_nreloc; /* number of relocation entries */ member
/NextBSD/contrib/binutils/bfd/
HDcoffswap.h767 scnhdr_int->s_nreloc = GET_SCNHDR_NRELOC (abfd, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_in()
798 H_PUT_32 (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
815 if (scnhdr_int->s_nreloc <= MAX_SCNHDR_NRELOC) in coff_swap_scnhdr_out()
816 PUT_SCNHDR_NRELOC (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
825 buf, scnhdr_int->s_nreloc); in coff_swap_scnhdr_out()
827 PUT_SCNHDR_NRELOC (abfd, 0xffff, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
HDcoff64-rs6000.c864 section.s_nreloc = current->reloc_count;
2242 text_scnhdr.s_nreloc = 0;
2255 data_scnhdr.s_nreloc = 0; /* either 1 or 2 */
2268 bss_scnhdr.s_nreloc = 0;
2420 data_scnhdr.s_nreloc += 1;
2448 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]);
2451 data_scnhdr.s_nreloc += 1;
2478 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]);
2481 data_scnhdr.s_nreloc += 1;
2487 filehdr.f_symptr = data_scnhdr.s_relptr + data_scnhdr.s_nreloc * RELSZ;
[all …]
HDpeicode.h214 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16)); in coff_swap_scnhdr_in()
215 scnhdr_int->s_nreloc = 0; in coff_swap_scnhdr_in()
217 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_in()
HDpeXXigen.c990 H_PUT_16 (abfd, (scnhdr_int->s_nlnno >> 16), scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1010 if (scnhdr_int->s_nreloc < 0xffff) in _bfd_XXi_swap_scnhdr_out()
1011 H_PUT_16 (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1015 H_PUT_16 (abfd, 0xffff, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
HDcoff-rs6000.c3723 scnhdr.s_nreloc = 0; /* either 1 or 2 */
3869 scnhdr.s_nreloc += 1;
3902 &reloc_ext[scnhdr.s_nreloc * RELSZ]);
3905 scnhdr.s_nreloc += 1;
3928 &reloc_ext[scnhdr.s_nreloc * RELSZ]);
3931 scnhdr.s_nreloc += 1;
3935 filehdr.f_symptr = scnhdr.s_relptr + scnhdr.s_nreloc * RELSZ;
3942 bfd_bwrite (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd);
HDcoffcode.h1699 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1; in coff_set_alignment_hook()
1702 else if (hdr->s_nreloc == 0xffff) in coff_set_alignment_hook()
1726 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc); in coff_set_alignment_hook()
3542 section.s_nreloc = current->reloc_count; in coff_write_object_contents()
3560 section.s_nreloc = 0xffff; in coff_write_object_contents()
3722 scnhdr.s_nreloc = current->target_index; in coff_write_object_contents()
HDcoffgen.c108 return_section->reloc_count = hdr->s_nreloc; in make_a_section_from_file()
130 if (hdr->s_nreloc != 0) in make_a_section_from_file()
HDecoff.c2438 section.s_nreloc = current->reloc_count; in _bfd_ecoff_write_object_contents()
HDChangeLog-9899461 get the overflow of the s_nlnno field from the s_nreloc field.
463 the s_nlnno overflow of the .text section into the s_nreloc
/NextBSD/sys/i386/ibcs2/
HDcoff.h81 unsigned short s_nreloc; /* # of relocs */ member
/NextBSD/contrib/binutils/include/aout/
HDencap.h71 unsigned short s_nreloc; member
/NextBSD/contrib/gcclibs/include/
HDChangeLog-91032455 s_nreloc and s_nlnno are always long. (internal_reloc): allways