Home
last modified time | relevance | path

Searched refs:vsize (Results 26 – 41 of 41) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/bfd/
H A Dpei-x86_64.c296 bfd_vma vsize; in pex64_get_section_by_rva() local
303 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_get_section_by_rva()
305 if (!datasize || vsize > addr || (vsize + datasize) < addr) in pex64_get_section_by_rva()
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c1853 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument
1862 if (vsize != ptr->vdisplay) in drm_mode_find_dmt()
2044 int hsize, vsize; in drm_mode_std() local
2062 vsize = hsize; in drm_mode_std()
2064 vsize = (hsize * 10) / 16; in drm_mode_std()
2066 vsize = (hsize * 3) / 4; in drm_mode_std()
2068 vsize = (hsize * 4) / 5; in drm_mode_std()
2070 vsize = (hsize * 9) / 16; in drm_mode_std()
2074 ((hsize == 1360 && vsize == 765) || in drm_mode_std()
2075 (hsize == 1368 && vsize == 769))) { in drm_mode_std()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Dpei-x86_64.c383 bfd_vma vsize; in pex64_get_section_by_rva() local
390 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_get_section_by_rva()
392 if (!datasize || vsize > addr || (vsize + datasize) < addr) in pex64_get_section_by_rva()
/dragonfly/bin/ps/
H A Dextern.h86 void vsize(const KINFO *, const struct varent *);
H A Dkeyword.c199 {"vsz", "VSZ", NULL, 0, vsize, NULL, 6, 0, 0, NULL, NULL},
H A Dprint.c476 vsize(const KINFO *k, const struct varent *vent) in vsize() function
/dragonfly/sys/dev/video/fb/pcx/
H A Dsplash_pcx.c153 u_short hsize, vsize; member
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_edid.h491 int hsize, int vsize, int fresh,
/dragonfly/sys/kern/
H A Dimgact_elf.c921 size_t vsize; /* Total size of all writable segments. */ member
1003 seginfo.vsize = 0; in generic_elf_coredump()
1014 if (target.off + seginfo.vsize >= limit) in generic_elf_coredump()
1085 ssc->vsize += entry->ba.end - entry->ba.start; in cb_size_segment()
/dragonfly/contrib/file/magic/Magdir/
H A Dvirtual183 >>8 ubequad =0xB2115DBED83BF4B8 \b, id vsize
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4512 unsigned int vsize; in sized_create_version_sections() local
4517 &vbuf, &vsize); in sized_create_version_sections()
4519 Output_section_data* vdata = new Output_data_const_buffer(vbuf, vsize, 2, in sized_create_version_sections()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c7880 vec<constructor_elt, va_gc> *vsize; in lower_omp_target() local
7882 vec_alloc (vsize, map_cnt); in lower_omp_target()
8028 CONSTRUCTOR_APPEND_ELT (vsize, purpose, s); in lower_omp_target()
8165 CONSTRUCTOR_APPEND_ELT (vsize, purpose, s); in lower_omp_target()
8204 CONSTRUCTOR_APPEND_ELT (vsize, purpose, s); in lower_omp_target()
8217 = build_constructor (TREE_TYPE (TREE_VEC_ELT (t, 1)), vsize); in lower_omp_target()
H A Dtree.c10517 poly_uint64 vsize; in build_truth_vector_type() local
10519 vsize = vector_size * BITS_PER_UNIT; in build_truth_vector_type()
10521 vsize = GET_MODE_BITSIZE (mask_mode); in build_truth_vector_type()
10523 unsigned HOST_WIDE_INT esize = vector_element_size (vsize, nunits); in build_truth_vector_type()
H A Ddwarf2out.c10633 int vsize; in output_die() local
10635 vsize = 1; in output_die()
10637 vsize = 2; in output_die()
10639 vsize = 4; in output_die()
10641 vsize = 8; in output_die()
10642 dw2_asm_output_addr (vsize, a->dw_attr_val.v.val_symbolic_view, in output_die()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc4919 unsigned int vsize; in sized_create_version_sections() local
4924 &vbuf, &vsize); in sized_create_version_sections()
4926 Output_section_data* vdata = new Output_data_const_buffer(vbuf, vsize, 2, in sized_create_version_sections()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dieee.c3117 bfd_vma vsize, control; in ieee_read_cxx_class() local
3122 || ! ieee_require_asn (info, pp, &vsize) in ieee_read_cxx_class()

12