Searched refs:v_offset (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | irix-core.c | 85 if (vmap.v_offset == 0) in do_sections64() 90 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections64() 133 if (vmap.v_offset == 0) in do_sections() 138 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | irix-core.c | 101 if (vmap.v_offset == 0) 106 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) 151 if (vmap.v_offset == 0) 156 vmap.v_len, vmap.v_vaddr, vmap.v_offset))
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_legacy_tv.c | 429 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local 485 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts() 487 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts() 489 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 351 tree v_offset; in build_base_path() local 362 v_offset = convert (t, current_vtt_parm); in build_base_path() 363 v_offset = build_indirect_ref (v_offset, NULL); in build_base_path() 366 v_offset = build_vfield_ref (build_indirect_ref (expr, NULL), in build_base_path() 369 v_offset = build2 (PLUS_EXPR, TREE_TYPE (v_offset), in build_base_path() 370 v_offset, BINFO_VPTR_FIELD (v_binfo)); in build_base_path() 371 v_offset = build1 (NOP_EXPR, in build_base_path() 373 v_offset); in build_base_path() 374 v_offset = build_indirect_ref (v_offset, NULL); in build_base_path() 375 TREE_CONSTANT (v_offset) = 1; in build_base_path() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 310 tree v_offset; local 321 v_offset = build (PLUS_EXPR, TREE_TYPE (current_vtt_parm), 324 v_offset = build1 (INDIRECT_REF, 326 v_offset); 329 v_offset = build_vfield_ref (build_indirect_ref (expr, NULL), 334 v_offset = build (PLUS_EXPR, TREE_TYPE (v_offset), 335 v_offset, BINFO_VPTR_FIELD (v_binfo)); 336 v_offset = build1 (NOP_EXPR, 338 v_offset); 339 v_offset = build_indirect_ref (v_offset, NULL); [all …]
|