/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 97 unsigned char s_scnptr[4]; /* file ptr to raw data for section */ member 109 unsigned char s_scnptr[8]; /* file ptr to raw data for section */ member 476 u.xcoff64.s_scnptr)); in simple_object_xcoff_find_sections() 483 u.xcoff32.s_scnptr)); in simple_object_xcoff_find_sections() 665 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr), in simple_object_xcoff_write_scnhdr() 672 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr), in simple_object_xcoff_write_scnhdr()
|
D | simple-object-coff.c | 74 unsigned char s_scnptr[4]; /* file ptr to raw data for section */ member 417 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_scnptr)); in simple_object_coff_find_sections() 578 set_32 (hdr + offsetof (struct external_scnhdr, s_scnptr), offset); in simple_object_coff_write_scnhdr()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 185 ADJUST_VAL (scnhdr_int->s_scnptr, GO32_STUBSIZE); in adjust_scnhdr_in_post() 197 ADJUST_VAL (scnhdr_int->s_scnptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre() 209 ADJUST_VAL (scnhdr_int->s_scnptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
|
D | coffswap.h | 764 scnhdr_int->s_scnptr = GET_SCNHDR_SCNPTR (abfd, scnhdr_ext->s_scnptr); in coff_swap_scnhdr_in() 793 PUT_SCNHDR_SCNPTR (abfd, scnhdr_int->s_scnptr, scnhdr_ext->s_scnptr); in coff_swap_scnhdr_out()
|
D | coff64-rs6000.c | 818 section.s_scnptr = 0; in xcoff64_write_object_contents() 822 section.s_scnptr = current->filepos; in xcoff64_write_object_contents() 2221 text_scnhdr.s_scnptr = 0; in xcoff64_generate_rtinit() 2234 data_scnhdr.s_scnptr = FILHSZ + 3 * SCNHSZ; in xcoff64_generate_rtinit() 2247 bss_scnhdr.s_scnptr = 0; in xcoff64_generate_rtinit() 2468 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size; in xcoff64_generate_rtinit()
|
D | peicode.h | 213 scnhdr_int->s_scnptr = GET_SCNHDR_SCNPTR (abfd, scnhdr_ext->s_scnptr); in coff_swap_scnhdr_in()
|
D | coffgen.c | 116 return_section->filepos = hdr->s_scnptr; in make_a_section_from_file() 143 if (hdr->s_scnptr != 0) in make_a_section_from_file()
|
D | coffcode.h | 3776 section.s_scnptr = 0; in coff_write_object_contents() 3778 section.s_scnptr = current->filepos; in coff_write_object_contents() 3963 scnhdr.s_scnptr = 0; in coff_write_object_contents()
|
D | coff-rs6000.c | 3691 scnhdr.s_scnptr = FILHSZ + SCNHSZ; in xcoff_generate_rtinit() 3905 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size; in xcoff_generate_rtinit()
|
D | ecoff.c | 2426 section.s_scnptr = 0; in _bfd_ecoff_write_object_contents() 2428 section.s_scnptr = current->filepos; in _bfd_ecoff_write_object_contents()
|
D | peXXigen.c | 991 PUT_SCNHDR_SCNPTR (abfd, scnhdr_int->s_scnptr, in _bfd_XXi_swap_scnhdr_out() 992 scnhdr_ext->s_scnptr); in _bfd_XXi_swap_scnhdr_out()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | tic80.h | 57 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | i960.h | 109 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | ti.h | 171 char s_scnptr[4]; /* file ptr to raw data for section */ member 187 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | external.h | 84 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | m88k.h | 45 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | rs6k64.h | 83 char s_scnptr[8]; /* file ptr to raw data for section */ member
|
D | rs6000.h | 88 char s_scnptr[4]; /* file ptr to raw data for section */ member
|
D | alpha.h | 83 unsigned char s_scnptr[8]; /* file ptr to raw data for section */ member
|
D | internal.h | 413 bfd_vma s_scnptr; /* file ptr to raw data for section */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 69 long s_scnptr; member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 556 (unsigned int)bfd_h_get_32 (abfd, scn.s_scnptr), in dump_xcoff32_sections_header() 611 s->scnptr = bfd_h_get_32 (abfd, scn.s_scnptr); in xcoff32_read_sections()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 12104 ZERO_BASED_SEGMENTS case. Force s_scnptr for bss to 0. Don't set
|