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

/freebsd-10-stable/contrib/binutils/include/coff/
H A Dsparc.h116 char x_offset[4]; member in struct:external_auxent::__anon461::__anon462
H A Dexternal.h236 char x_offset[4]; member in struct:external_auxent::__anon398::__anon399
H A Drs6000.h160 char x_offset[4]; member in struct:external_auxent::__anon435::__anon436
H A Drs6k64.h158 char x_offset[4]; member in struct:external_auxent::__anon448::__anon449
H A Dinternal.h553 long x_offset; member in struct:internal_auxent::__anon414::__anon415
H A Dti.h364 char x_offset[4]; member in struct:external_auxent::__anon482::__anon483
/freebsd-10-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp185 int x_offset; member in class:lj4_printer
247 x_offset = paper_table[paper_size].x_offset_landscape;
249 x_offset = paper_table[paper_size].x_offset_portrait;
250 x_offset = (x_offset * font::res) / 300;
327 if (hpos < x_offset || vpos < 0)
331 printf("%dx%dY", hpos - x_offset, vpos);
/freebsd-10-stable/sys/dev/bktr/
H A Dioctl_bt848.h245 int x_offset; member in struct:bktr_capture_area
H A Dbktr_core.c1902 bktr->capture_area_x_offset = cap_area->x_offset;
1914 cap_area->x_offset = 0;
1921 cap_area->x_offset = bktr->capture_area_x_offset;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoffswap.h402 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
507 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
H A Dcoff64-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);
H A Dcofflink.c1955 && auxp->x_file.x_n.x_offset != 0)
1960 BFD_ASSERT (auxp->x_file.x_n.x_offset
1968 filename = strings + auxp->x_file.x_n.x_offset;
1973 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
H A DpeXXigen.c239 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
312 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
H A Dcoff-rs6000.c401 in->x_file.x_n.x_offset =
402 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
520 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
H A Dcoffgen.c815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
1645 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset));
H A Dxcofflink.c3963 && aux.x_file.x_n.x_offset != 0)
3968 BFD_ASSERT (aux.x_file.x_n.x_offset
3976 filename = strings + aux.x_file.x_n.x_offset;
3981 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-coff.c175 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcoffread.c1273 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset);
H A Dxcoffread.c1590 + aux_entry->x_file.x_n.x_offset);

Completed in 332 milliseconds