Searched refs:x_offset (Results 1 – 19 of 19) sorted by relevance
| /freebsd-11-stable/contrib/groff/src/devices/grolj4/ |
| HD | lj4.cpp | 185 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/ |
| HD | sparc.h | 116 char x_offset[4]; member
|
| HD | external.h | 236 char x_offset[4]; member
|
| HD | rs6k64.h | 158 char x_offset[4]; member
|
| HD | rs6000.h | 160 char x_offset[4]; member
|
| HD | internal.h | 553 long x_offset; member
|
| HD | ti.h | 364 char x_offset[4]; member
|
| /freebsd-11-stable/sys/dev/bktr/ |
| HD | ioctl_bt848.h | 245 int x_offset; member
|
| HD | bktr_core.c | 1901 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/ |
| HD | coffswap.h | 402 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()
|
| HD | peXXigen.c | 238 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()
|
| HD | coff64-rs6000.c | 369 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);
|
| HD | cofflink.c | 1954 && 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()
|
| HD | coff-rs6000.c | 400 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);
|
| HD | coffgen.c | 815 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()
|
| HD | xcofflink.c | 3957 && 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/ |
| HD | obj-coff.c | 173 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | coffread.c | 1266 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
|
| HD | xcoffread.c | 1585 + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
|