Searched refs:s_size (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c848 section.s_size = current->size;
2239 text_scnhdr.s_size = 0;
2252 data_scnhdr.s_size = 0; /* set below */
2265 bss_scnhdr.s_size = 0; /* set below */
2326 data_scnhdr.s_size = data_buffer_size;
2327 bss_scnhdr.s_paddr = bss_scnhdr.s_vaddr = data_scnhdr.s_size;
2484 bss_scnhdr.s_size = 0;
H A DpeXXigen.c894 ps = scnhdr_int->s_size;
900 ss = scnhdr_int->s_size;
910 ss = scnhdr_int->s_size;
914 scnhdr_ext->s_size);
H A Dcoffcode.h1661 section, while the s_size field holds the raw size. We also keep
3516 section.s_size = current->size;
3595 if (section.s_size == 0)
3719 scnhdr.s_size = 0;
H A Dcoff-rs6000.c3725 scnhdr.s_size = 0; /* set below */
3781 scnhdr.s_size = data_buffer_size;
H A Dcoffgen.c105 return_section->size = hdr->s_size;
132 /* FIXME: should this check 'hdr->s_size > 0'. */
H A Decoff.c2418 section.s_size = current->size;

Completed in 139 milliseconds

12