/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 186 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE); in adjust_scnhdr_in_post() 198 ADJUST_VAL (scnhdr_int->s_relptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre() 210 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
|
D | coffswap.h | 765 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr); in coff_swap_scnhdr_in() 794 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, scnhdr_ext->s_relptr); in coff_swap_scnhdr_out()
|
D | coff64-rs6000.c | 825 section.s_relptr = current->rel_filepos; in xcoff64_write_object_contents() 2222 text_scnhdr.s_relptr = 0; in xcoff64_generate_rtinit() 2235 data_scnhdr.s_relptr = 0; /* set below */ in xcoff64_generate_rtinit() 2248 bss_scnhdr.s_relptr = 0; in xcoff64_generate_rtinit() 2468 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size; in xcoff64_generate_rtinit() 2469 filehdr.f_symptr = data_scnhdr.s_relptr + data_scnhdr.s_nreloc * RELSZ; in xcoff64_generate_rtinit()
|
D | peicode.h | 214 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr); in coff_swap_scnhdr_in()
|
D | coff-rs6000.c | 3692 scnhdr.s_relptr = 0; /* set below */ in xcoff_generate_rtinit() 3905 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size; in xcoff_generate_rtinit() 3906 filehdr.f_symptr = scnhdr.s_relptr + scnhdr.s_nreloc * RELSZ; in xcoff_generate_rtinit()
|
D | coffcode.h | 1917 if (bfd_seek (abfd, (file_ptr) hdr->s_relptr, 0) != 0) in coff_set_alignment_hook() 3780 section.s_relptr = current->rel_filepos; in coff_write_object_contents() 3964 scnhdr.s_relptr = current->rel_filepos; in coff_write_object_contents()
|
D | peXXigen.c | 993 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, in _bfd_XXi_swap_scnhdr_out() 994 scnhdr_ext->s_relptr); in _bfd_XXi_swap_scnhdr_out()
|
D | coffgen.c | 117 return_section->rel_filepos = hdr->s_relptr; in make_a_section_from_file()
|
D | ecoff.c | 2429 section.s_relptr = current->rel_filepos; in _bfd_ecoff_write_object_contents()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | tic80.h | 58 char s_relptr[4]; /* file ptr to relocation */ member
|
D | i960.h | 110 char s_relptr[4]; /* file ptr to relocation */ member
|
D | ti.h | 172 char s_relptr[4]; /* file ptr to relocation */ member 188 char s_relptr[4]; /* file ptr to relocation */ member
|
D | external.h | 85 char s_relptr[4]; /* file ptr to relocation */ member
|
D | m88k.h | 46 char s_relptr[4]; /* file ptr to relocation */ member
|
D | rs6k64.h | 84 char s_relptr[8]; /* file ptr to relocation */ member
|
D | rs6000.h | 89 char s_relptr[4]; /* file ptr to relocation */ member
|
D | alpha.h | 84 unsigned char s_relptr[8]; /* file ptr to relocation */ member
|
D | internal.h | 414 bfd_vma s_relptr; /* file ptr to relocation */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 70 long s_relptr; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 98 unsigned char s_relptr[4]; /* file ptr to relocation */ member 110 unsigned char s_relptr[8]; /* file ptr to relocation */ member
|
D | simple-object-coff.c | 75 unsigned char s_relptr[4]; /* file ptr to relocation */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 557 (unsigned int)bfd_h_get_32 (abfd, scn.s_relptr), in dump_xcoff32_sections_header() 612 s->relptr = bfd_h_get_32 (abfd, scn.s_relptr); in xcoff32_read_sections()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 12102 reclos, set s_relptr to 0. Set relocation size in object_headers.
|