Home
last modified time | relevance | path

Searched refs:x_offset (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grolj4/
HDlj4.cpp185 int x_offset; member in lj4_printer
247 x_offset = paper_table[paper_size].x_offset_landscape; in lj4_printer()
249 x_offset = paper_table[paper_size].x_offset_portrait; in lj4_printer()
250 x_offset = (x_offset * font::res) / 300; in lj4_printer()
327 if (hpos < x_offset || vpos < 0) in moveto1()
331 printf("%dx%dY", hpos - x_offset, vpos); in moveto1()
/freebsd-11-stable/contrib/binutils/include/coff/
HDsparc.h116 char x_offset[4]; member
HDexternal.h236 char x_offset[4]; member
HDrs6k64.h158 char x_offset[4]; member
HDrs6000.h160 char x_offset[4]; member
HDinternal.h553 long x_offset; member
HDti.h364 char x_offset[4]; member
/freebsd-11-stable/sys/dev/bktr/
HDioctl_bt848.h245 int x_offset; member
HDbktr_core.c1901 bktr->capture_area_x_offset = cap_area->x_offset;
1913 cap_area->x_offset = 0;
1920 cap_area->x_offset = bktr->capture_area_x_offset;
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffswap.h402 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in coff_swap_aux_in()
507 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in coff_swap_aux_out()
HDpeXXigen.c238 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_in()
311 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_out()
HDcoff64-rs6000.c369 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
460 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
HDcofflink.c1954 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1959 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1967 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1972 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
HDcoff-rs6000.c400 in->x_file.x_n.x_offset =
401 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
519 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
HDcoffgen.c815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name()
1645 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab()
HDxcofflink.c3957 && aux.x_file.x_n.x_offset != 0) in xcoff_link_input_bfd()
3962 BFD_ASSERT (aux.x_file.x_n.x_offset in xcoff_link_input_bfd()
3970 filename = strings + aux.x_file.x_n.x_offset; in xcoff_link_input_bfd()
3975 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in xcoff_link_input_bfd()
/freebsd-11-stable/contrib/binutils/gas/config/
HDobj-coff.c173 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/freebsd-11-stable/contrib/gdb/gdb/
HDcoffread.c1266 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
HDxcoffread.c1585 + aux_entry->x_file.x_n.x_offset); in coff_getfilename()