/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 96 unsigned char s_size[4]; /* section size */ member 108 unsigned char s_size[8]; /* section size */ member 478 u.xcoff64.s_size)); in simple_object_xcoff_find_sections() 485 u.xcoff32.s_size)); in simple_object_xcoff_find_sections() 663 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size), in simple_object_xcoff_write_scnhdr() 670 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size), in simple_object_xcoff_write_scnhdr()
|
D | simple-object-coff.c | 73 unsigned char s_size[4]; /* section size */ member 418 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_size)); in simple_object_coff_find_sections() 577 set_32 (hdr + offsetof (struct external_scnhdr, s_size), scnsize); in simple_object_coff_write_scnhdr()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | tic80.h | 56 char s_size[4]; /* section size */ member
|
D | i960.h | 108 char s_size[4]; /* section size */ member
|
D | external.h | 83 char s_size[4]; /* section size */ member
|
D | m88k.h | 44 char s_size[4]; /* section size */ member
|
D | ti.h | 170 char s_size[4]; /* section size (in WORDS) */ member 186 char s_size[4]; /* section size (in WORDS) */ member
|
D | rs6k64.h | 82 char s_size[8]; /* section size */ member
|
D | rs6000.h | 87 char s_size[4]; /* section size */ member
|
D | alpha.h | 82 unsigned char s_size[8]; /* section size */ member
|
D | internal.h | 412 bfd_vma s_size; /* section size */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 68 long s_size; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 212 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size); in coff_swap_scnhdr_in() 246 && (! bfd_pei_p (abfd) || scnhdr_int->s_size == 0)) in coff_swap_scnhdr_in() 247 || (bfd_pei_p (abfd) && (scnhdr_int->s_size > scnhdr_int->s_paddr)))) in coff_swap_scnhdr_in() 252 scnhdr_int->s_size = scnhdr_int->s_paddr; in coff_swap_scnhdr_in()
|
D | coffswap.h | 762 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size); in coff_swap_scnhdr_in() 792 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size); in coff_swap_scnhdr_out()
|
D | coff64-rs6000.c | 811 section.s_size = current->size; in xcoff64_write_object_contents() 2220 text_scnhdr.s_size = 0; in xcoff64_generate_rtinit() 2233 data_scnhdr.s_size = 0; /* set below */ in xcoff64_generate_rtinit() 2246 bss_scnhdr.s_size = 0; /* set below */ in xcoff64_generate_rtinit() 2307 data_scnhdr.s_size = data_buffer_size; in xcoff64_generate_rtinit() 2308 bss_scnhdr.s_paddr = bss_scnhdr.s_vaddr = data_scnhdr.s_size; in xcoff64_generate_rtinit() 2465 bss_scnhdr.s_size = 0; in xcoff64_generate_rtinit()
|
D | peXXigen.c | 966 ps = scnhdr_int->s_size; in _bfd_XXi_swap_scnhdr_out() 972 ss = scnhdr_int->s_size; in _bfd_XXi_swap_scnhdr_out() 982 ss = scnhdr_int->s_size; in _bfd_XXi_swap_scnhdr_out() 986 scnhdr_ext->s_size); in _bfd_XXi_swap_scnhdr_out()
|
D | coffcode.h | 3753 section.s_size = current->size; in coff_write_object_contents() 3836 if (section.s_size == 0) in coff_write_object_contents() 3962 scnhdr.s_size = 0; in coff_write_object_contents()
|
D | coff-rs6000.c | 3690 scnhdr.s_size = 0; /* set below */ in xcoff_generate_rtinit() 3746 scnhdr.s_size = data_buffer_size; in xcoff_generate_rtinit()
|
D | coffgen.c | 115 return_section->size = hdr->s_size; in make_a_section_from_file()
|
D | ecoff.c | 2422 section.s_size = current->size; in _bfd_ecoff_write_object_contents()
|
D | ChangeLog-0203 | 3684 executable image that has not initialized the s_size field, or if 3795 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 555 (unsigned int)bfd_h_get_32 (abfd, scn.s_size), in dump_xcoff32_sections_header()
|