Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dti.h174 char s_nreloc[2]; /* number of relocation entries */ member
190 char s_nreloc[4]; /* number of relocation entries */ member
347 PUT_SCNHDR_NRELOC (ABFD, ((struct internal_scnhdr *)(INT))->s_nreloc,\
348 ((SCNHDR *)(EXT))->s_nreloc); \
Dtic80.h60 char s_nreloc[2]; /* number of relocation entries */ member
Di960.h112 char s_nreloc[2]; /* number of relocation entries */ member
Dexternal.h87 char s_nreloc[2]; /* number of relocation entries */ member
Dm88k.h48 char s_nreloc[4]; /* number of relocation entries */ member
Drs6k64.h86 char s_nreloc[4]; /* number of relocation entries */ member
Drs6000.h91 char s_nreloc[2]; /* number of relocation entries */ member
Dalpha.h86 unsigned char s_nreloc[2]; /* number of relocation entries */ member
Dinternal.h416 unsigned long s_nreloc; /* number of relocation entries */ member
/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h768 scnhdr_int->s_nreloc = GET_SCNHDR_NRELOC (abfd, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_in()
799 H_PUT_32 (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
816 if (scnhdr_int->s_nreloc <= MAX_SCNHDR_NRELOC) in coff_swap_scnhdr_out()
817 PUT_SCNHDR_NRELOC (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
826 buf, scnhdr_int->s_nreloc); in coff_swap_scnhdr_out()
828 PUT_SCNHDR_NRELOC (abfd, 0xffff, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_out()
Dcoff64-rs6000.c827 section.s_nreloc = current->reloc_count; in xcoff64_write_object_contents()
2224 text_scnhdr.s_nreloc = 0; in xcoff64_generate_rtinit()
2237 data_scnhdr.s_nreloc = 0; /* either 1 or 2 */ in xcoff64_generate_rtinit()
2250 bss_scnhdr.s_nreloc = 0; in xcoff64_generate_rtinit()
2402 data_scnhdr.s_nreloc += 1; in xcoff64_generate_rtinit()
2430 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2433 data_scnhdr.s_nreloc += 1; in xcoff64_generate_rtinit()
2460 &reloc_ext[data_scnhdr.s_nreloc * RELSZ]); in xcoff64_generate_rtinit()
2463 data_scnhdr.s_nreloc += 1; in xcoff64_generate_rtinit()
2469 filehdr.f_symptr = data_scnhdr.s_relptr + data_scnhdr.s_nreloc * RELSZ; in xcoff64_generate_rtinit()
[all …]
Dpeicode.h223 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16)); in coff_swap_scnhdr_in()
224 scnhdr_int->s_nreloc = 0; in coff_swap_scnhdr_in()
226 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_in()
Dcoff-rs6000.c3694 scnhdr.s_nreloc = 0; /* either 1 or 2 */ in xcoff_generate_rtinit()
3840 scnhdr.s_nreloc += 1; in xcoff_generate_rtinit()
3873 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
3876 scnhdr.s_nreloc += 1; in xcoff_generate_rtinit()
3899 &reloc_ext[scnhdr.s_nreloc * RELSZ]); in xcoff_generate_rtinit()
3902 scnhdr.s_nreloc += 1; in xcoff_generate_rtinit()
3906 filehdr.f_symptr = scnhdr.s_relptr + scnhdr.s_nreloc * RELSZ; in xcoff_generate_rtinit()
3913 bfd_bwrite (reloc_ext, scnhdr.s_nreloc * RELSZ, abfd); in xcoff_generate_rtinit()
Dcoffcode.h1925 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1; in coff_set_alignment_hook()
1928 else if (hdr->s_nreloc == 0xffff) in coff_set_alignment_hook()
1952 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc); in coff_set_alignment_hook()
3782 section.s_nreloc = current->reloc_count; in coff_write_object_contents()
3802 section.s_nreloc = 0xffff; in coff_write_object_contents()
3966 scnhdr.s_nreloc = current->target_index; in coff_write_object_contents()
DpeXXigen.c1074 H_PUT_16 (abfd, (scnhdr_int->s_nlnno >> 16), scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1094 if (scnhdr_int->s_nreloc < 0xffff) in _bfd_XXi_swap_scnhdr_out()
1095 H_PUT_16 (abfd, scnhdr_int->s_nreloc, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
1099 H_PUT_16 (abfd, 0xffff, scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out()
Dcoffgen.c118 return_section->reloc_count = hdr->s_nreloc; in make_a_section_from_file()
140 if (hdr->s_nreloc != 0) in make_a_section_from_file()
Decoff.c2449 section.s_nreloc = current->reloc_count; in _bfd_ecoff_write_object_contents()
DChangeLog-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
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h72 unsigned short s_nreloc; member
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c100 unsigned char s_nreloc[2]; /* number of relocation entries */ member
112 unsigned char s_nreloc[4]; /* number of relocation entries */ member
Dsimple-object-coff.c77 unsigned char s_nreloc[2]; /* number of relocation entries */ member
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c559 (unsigned int)bfd_h_get_16 (abfd, scn.s_nreloc), in dump_xcoff32_sections_header()
615 s->nreloc = bfd_h_get_16 (abfd, scn.s_nreloc); in xcoff32_read_sections()
/toolchain/binutils/binutils-2.25/include/
DChangeLog-91032455 s_nreloc and s_nlnno are always long. (internal_reloc): allways