/toolchain/binutils/binutils-2.25/include/coff/ |
D | ti.h | 174 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); \
|
D | tic80.h | 60 char s_nreloc[2]; /* number of relocation entries */ member
|
D | i960.h | 112 char s_nreloc[2]; /* number of relocation entries */ member
|
D | external.h | 87 char s_nreloc[2]; /* number of relocation entries */ member
|
D | m88k.h | 48 char s_nreloc[4]; /* number of relocation entries */ member
|
D | rs6k64.h | 86 char s_nreloc[4]; /* number of relocation entries */ member
|
D | rs6000.h | 91 char s_nreloc[2]; /* number of relocation entries */ member
|
D | alpha.h | 86 unsigned char s_nreloc[2]; /* number of relocation entries */ member
|
D | internal.h | 416 unsigned long s_nreloc; /* number of relocation entries */ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coffswap.h | 768 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()
|
D | coff64-rs6000.c | 827 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 …]
|
D | peicode.h | 223 + (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()
|
D | coff-rs6000.c | 3694 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()
|
D | coffcode.h | 1925 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()
|
D | peXXigen.c | 1074 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()
|
D | coffgen.c | 118 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()
|
D | ecoff.c | 2449 section.s_nreloc = current->reloc_count; in _bfd_ecoff_write_object_contents()
|
D | ChangeLog-9899 | 461 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/ |
D | encap.h | 72 unsigned short s_nreloc; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 100 unsigned char s_nreloc[2]; /* number of relocation entries */ member 112 unsigned char s_nreloc[4]; /* number of relocation entries */ member
|
D | simple-object-coff.c | 77 unsigned char s_nreloc[2]; /* number of relocation entries */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 559 (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/ |
D | ChangeLog-9103 | 2455 s_nreloc and s_nlnno are always long. (internal_reloc): allways
|