Searched refs:v_offset (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | irix-core.c | 87 if (vmap.v_offset == 0) in do_sections64() 92 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections64() 135 if (vmap.v_offset == 0) in do_sections() 140 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | irix-core.c | 87 if (vmap.v_offset == 0) in do_sections64() 92 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections64() 135 if (vmap.v_offset == 0) in do_sections() 140 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections()
|
/netbsd-src/external/bsd/top/dist/machine/ |
H A D | m_aix43.c | 200 static unsigned long v_offset; variable 248 v_offset = nlst[X_V].n_value; in machine_init() 250 getkval(v_offset, (caddr_t)&v_info, sizeof v_info, "v"); in machine_init()
|
H A D | m_aix5.c | 200 static unsigned long v_offset; variable 263 v_offset = nlst[X_V].n_value; 265 getkval(v_offset, (caddr_t)&v_info, sizeof v_info, "v");
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_legacy_tv.c | 435 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local 491 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts() 493 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts() 495 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 449 tree v_offset; in build_base_path() local 460 v_offset = fold_convert (t, current_vtt_parm); in build_base_path() 461 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path() 474 v_offset = build_vfield_ref (cp_build_fold_indirect_ref (t), in build_base_path() 478 if (v_offset == error_mark_node) in build_base_path() 481 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo)); in build_base_path() 482 v_offset = build1 (NOP_EXPR, in build_base_path() 484 v_offset); in build_base_path() 485 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path() 486 TREE_CONSTANT (v_offset) = 1; in build_base_path() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 445 tree v_offset; in build_base_path() local 456 v_offset = fold_convert (t, current_vtt_parm); in build_base_path() 457 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path() 470 v_offset = build_vfield_ref (cp_build_fold_indirect_ref (t), in build_base_path() 474 if (v_offset == error_mark_node) in build_base_path() 477 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo)); in build_base_path() 478 v_offset = build1 (NOP_EXPR, in build_base_path() 480 v_offset); in build_base_path() 481 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path() 482 TREE_CONSTANT (v_offset) = 1; in build_base_path() [all …]
|