Home
last modified time | relevance | path

Searched refs:s_size (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c96 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()
Dsimple-object-coff.c73 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/
Dtic80.h56 char s_size[4]; /* section size */ member
Di960.h108 char s_size[4]; /* section size */ member
Dexternal.h83 char s_size[4]; /* section size */ member
Dm88k.h44 char s_size[4]; /* section size */ member
Dti.h170 char s_size[4]; /* section size (in WORDS) */ member
186 char s_size[4]; /* section size (in WORDS) */ member
Drs6k64.h82 char s_size[8]; /* section size */ member
Drs6000.h87 char s_size[4]; /* section size */ member
Dalpha.h82 unsigned char s_size[8]; /* section size */ member
Dinternal.h412 bfd_vma s_size; /* section size */ member
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h68 long s_size; member
/toolchain/binutils/binutils-2.25/bfd/
Dpeicode.h212 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()
Dcoffswap.h762 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()
Dcoff64-rs6000.c811 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()
DpeXXigen.c966 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()
Dcoffcode.h3753 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()
Dcoff-rs6000.c3690 scnhdr.s_size = 0; /* set below */ in xcoff_generate_rtinit()
3746 scnhdr.s_size = data_buffer_size; in xcoff_generate_rtinit()
Dcoffgen.c115 return_section->size = hdr->s_size; in make_a_section_from_file()
Decoff.c2422 section.s_size = current->size; in _bfd_ecoff_write_object_contents()
DChangeLog-02033684 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/
Dod-xcoff.c555 (unsigned int)bfd_h_get_32 (abfd, scn.s_size), in dump_xcoff32_sections_header()