Home
last modified time | relevance | path

Searched refs:raw_size (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Delf_data.c54 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_getdata() local
104 raw_size = (uint64_t) e->e_rawsize; in elf_getdata()
107 (sh_offset > raw_size || sh_size > raw_size - sh_offset))) { in elf_getdata()
230 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_rawdata() local
268 raw_size = (uint64_t) e->e_rawsize; in elf_rawdata()
270 (sh_offset > raw_size || sh_size > raw_size - sh_offset)) { in elf_rawdata()
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py50 def from_str(raw_size: Optional[str]) -> "Size":
60 if raw_size is None:
63 raw_size_upper = raw_size.upper()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
H A Damdgpu_dce112_compressor.c109 return cp110->base.raw_size * cp110->base.banks_num * in lpt_size_alignment()
239 switch (cp110->base.raw_size) { in lpt_memory_control_config()
823 compressor->base.raw_size = 0; in dce112_compressor_construct()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dcompressor.h106 uint32_t raw_size; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_compressor.c527 compressor->base.raw_size = 0; in dce110_compressor_construct()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c408 raw_size (unix_stream *s) in raw_size() function
503 .size = (void *) raw_size,
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c408 raw_size (unix_stream *s) in raw_size() function
503 .size = (void *) raw_size,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoff.c478 bfd_size_type raw_size; in _bfd_ecoff_slurp_symbolic_info() local
538 raw_size = raw_end - raw_base; in _bfd_ecoff_slurp_symbolic_info()
539 if (raw_size == 0) in _bfd_ecoff_slurp_symbolic_info()
548 raw = _bfd_alloc_and_read (abfd, raw_size, raw_size); in _bfd_ecoff_slurp_symbolic_info()
H A Delf32-score7.c3706 unsigned int raw_size; in s7_bfd_score_elf_grok_prstatus() local
3724 raw_size = 196; in s7_bfd_score_elf_grok_prstatus()
3730 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in s7_bfd_score_elf_grok_prstatus()
H A Delf32-score.c3887 unsigned int raw_size; in s3_bfd_score_elf_grok_prstatus() local
3905 raw_size = 72; in s3_bfd_score_elf_grok_prstatus()
3911 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in s3_bfd_score_elf_grok_prstatus()
H A Delf32-frv.c6687 unsigned int raw_size; in elf32_frv_grok_prstatus() local
6717 raw_size = 184 + 4 + 4; in elf32_frv_grok_prstatus()
6723 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in elf32_frv_grok_prstatus()
H A DChangeLog-9193426 (ecoff_slurp_symbolic_info): Don't save raw_size.
436 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
1515 * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_size
H A DChangeLog-20042572 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decoff.c515 bfd_size_type raw_size; in _bfd_ecoff_slurp_symbolic_info() local
587 raw_size = raw_end - raw_base; in _bfd_ecoff_slurp_symbolic_info()
588 if (raw_size == 0) in _bfd_ecoff_slurp_symbolic_info()
597 raw = _bfd_alloc_and_read (abfd, raw_size, raw_size); in _bfd_ecoff_slurp_symbolic_info()
H A Delf32-score7.c3706 unsigned int raw_size; in s7_bfd_score_elf_grok_prstatus() local
3724 raw_size = 196; in s7_bfd_score_elf_grok_prstatus()
3730 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in s7_bfd_score_elf_grok_prstatus()
H A Delf32-score.c3887 unsigned int raw_size; in s3_bfd_score_elf_grok_prstatus() local
3905 raw_size = 72; in s3_bfd_score_elf_grok_prstatus()
3911 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in s3_bfd_score_elf_grok_prstatus()
H A Delf32-frv.c6687 unsigned int raw_size; in elf32_frv_grok_prstatus() local
6717 raw_size = 184 + 4 + 4; in elf32_frv_grok_prstatus()
6723 return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, in elf32_frv_grok_prstatus()
H A DChangeLog-9193426 (ecoff_slurp_symbolic_info): Don't save raw_size.
436 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
1515 * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_size
H A DChangeLog-20042572 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2013348 (raw_size): Return size field only for regular files, otherwise 0.
H A DChangeLog-2011177 * io/unix.c (raw_size): New function.
H A DChangeLog-20161204 (raw_size): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-9193426 (ecoff_slurp_symbolic_info): Don't save raw_size.
436 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
1515 * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_size
H A DChangeLog-20042572 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-9193426 (ecoff_slurp_symbolic_info): Don't save raw_size.
436 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
1515 * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_size

12