Searched refs:rawsize (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dsimple.c147 bfd_size_type amt = sec->rawsize > sec->size ? sec->rawsize : sec->size;
148 bfd_size_type size = sec->rawsize ? sec->rawsize : sec->size;
H A Dsection.c416 . For output sections, rawsize holds the section size calculated on
418 . bfd_size_type rawsize;
605 /* vma, lma, size, rawsize */ \
1310 sz = section->rawsize ? section->rawsize : section->size;
1356 bfd_size_type sz = sec->rawsize ? sec->rawsize : sec->size;
1363 p = bfd_malloc (sec->rawsize > sec->size ? sec->rawsize : sec->size);
H A Dsyms.c954 stabsize = (info->stabsec->rawsize
955 ? info->stabsec->rawsize
957 strsize = (info->strsec->rawsize
958 ? info->strsec->rawsize
989 stabsize = (info->stabsec->rawsize
990 ? info->stabsec->rawsize
992 strsize = (info->strsec->rawsize
993 ? info->strsec->rawsize
H A Dreloc16.c233 input_section->rawsize = input_section->size;
272 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
H A Dstabs.c238 stabsec->rawsize = stabsec->size;
573 count = stabsec->rawsize / STABSIZE;
587 symend = stabbuf + stabsec->rawsize;
715 BFD_ASSERT (e->offset < stabsec->rawsize);
724 symend = contents + stabsec->rawsize;
810 if (offset >= stabsec->rawsize)
811 return offset - stabsec->rawsize + stabsec->size;
H A Ddwarf1.c288 size = msec->rawsize ? msec->rawsize : msec->size;
505 size = msec->rawsize ? msec->rawsize : msec->size;
H A Delf32-sh-symbian.c208 bfd_size_type sz = sec->rawsize ? sec->rawsize : sec->size;
405 sz = sec->rawsize ? sec->rawsize : sec->size;
H A Dlibbfd.c702 sz = section->rawsize ? section->rawsize : section->size;
754 sz = section->rawsize ? section->rawsize : section->size;
H A Delf64-mmix.c990 bfd_size_type size = isec->rawsize ? isec->rawsize : isec->size;
1341 size = input_section->rawsize ? input_section->rawsize : input_section->size;
1347 if (input_section->rawsize != 0
1348 && input_section->size > input_section->rawsize)
1349 memset (contents + input_section->rawsize, 0,
1350 input_section->size - input_section->rawsize);
2313 sec->rawsize = sec->size;
2594 bfd_size_type size = sec->rawsize
[all...]
H A Delf-eh-frame.c618 sec->rawsize = sec->size;
624 return new_size != sec->rawsize;
729 if (offset >= sec->rawsize)
730 return offset - sec->rawsize + sec->size;
H A Dbfd-in.h330 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
H A Dreloc.c4448 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
H A Dmerge.c413 sec->rawsize = sec->size;
790 if (offset >= sec->rawsize)
792 if (offset > sec->rawsize)
H A Dcofflink.c718 if (sec->rawsize > max_contents_size)
719 max_contents_size = sec->rawsize;
2310 bfd_size_type x = o->rawsize ? o->rawsize : o->size;
H A Ddwarf2.c295 sz = msec->rawsize ? msec->rawsize : msec->size;
H A Delf32-ip2k.c1130 bfd_size_type stab_size = stab->rawsize ? stab->rawsize : stab->size;
H A Dbfd-in2.h337 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1319 For output sections, rawsize holds the section size calculated on
1321 bfd_size_type rawsize;
1314 bfd_size_type rawsize; member in struct:bfd_section
H A Dcoff-alpha.c787 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_enc.h301 uint_fast32_t rawsize; member in struct:__anon2820
656 uint_fast32_t rawsize; member in struct:jpc_enc_tile_s
H A Djas_image.c168 uint_fast32_t rawsize; local
193 rawsize = 0;
196 rawsize += cmptparm->width * cmptparm->height *
201 inmem = (rawsize < JAS_IMAGE_INMEMTHRESH);
667 uint_fast32_t rawsize; local
671 rawsize = 0;
674 rawsize += (cmpt->width_ * cmpt->height_ * cmpt->prec_ +
677 return rawsize;
H A Djpc_enc.c188 int ratestrtosize(char *s, uint_fast32_t rawsize, uint_fast32_t *size);
464 cp->rawsize = jas_image_rawsize(image);
578 if (ratestrtosize(jas_tvparser_getval(tvp), cp->rawsize,
772 if (cp->totalsize != UINT_FAST32_MAX && cp->totalsize > cp->rawsize) {
773 fprintf(stderr, "warning: specified rate is unreasonably large (%lu > %lu)\n", (unsigned long) cp->totalsize, (unsigned long) cp->rawsize);
789 / cp->rawsize) {
828 int ratestrtosize(char *s, uint_fast32_t rawsize, uint_fast32_t *size) argument
841 *size = rawsize + 1;
843 *size = f * rawsize;
1438 tile->rawsize
[all...]
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h337 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1319 For output sections, rawsize holds the section size calculated on
1321 bfd_size_type rawsize;
1314 bfd_size_type rawsize; member in struct:bfd_section
H A Dbfd.h337 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1319 For output sections, rawsize holds the section size calculated on
1321 bfd_size_type rawsize;
1314 bfd_size_type rawsize; member in struct:bfd_section
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h335 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1317 For output sections, rawsize holds the section size calculated on
1319 bfd_size_type rawsize;
1312 bfd_size_type rawsize; member in struct:bfd_section
H A Dbfd.h335 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1317 For output sections, rawsize holds the section size calculated on
1319 bfd_size_type rawsize;
1312 bfd_size_type rawsize; member in struct:bfd_section

Completed in 328 milliseconds

12