Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_widget.c156 wx = w->x + 1 - cf->x_offset; in curses_widget_draw()
199 w->x + 2 - cf->x_offset + w->curpos - w->offset); in curses_widget_draw()
202 w->x + 2 - cf->x_offset + w->width - 2); in curses_widget_draw()
451 wx = w->x + 1 - cf->x_offset; in curses_progress_spin()
H A Dcurses_form.c80 cf->x_offset = 0; in curses_form_new()
346 sb_off = cf->x_offset * sb_factor; in curses_form_draw()
675 cf->x_offset = x_off; in curses_form_scroll_to()
684 if (dx < 0 && (unsigned int)-dx > cf->x_offset) { in curses_form_scroll_delta()
687 x_off = cf->x_offset + dx; in curses_form_scroll_delta()
H A Dcurses_form.h60 unsigned int x_offset; /* first displayed col (horiz scrolling) */ member
/dragonfly/contrib/binutils-2.34/include/coff/
H A Dexternal.h237 char x_offset[4]; member
H A Dinternal.h591 long x_offset; member
/dragonfly/contrib/binutils-2.27/include/coff/
H A Dexternal.h237 char x_offset[4]; member
H A Dinternal.h599 long x_offset; member
/dragonfly/sys/dev/video/bktr/
H A Dioctl_bt848.h245 int x_offset; member
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c195 unsigned char x_offset[4]; member
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
H A Dsimple-object-coff.c137 unsigned char x_offset[4]; member
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-coff.c137 unsigned char x_offset[4]; member
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
H A Dsimple-object-xcoff.c195 unsigned char x_offset[4]; member
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-coff.c137 unsigned char x_offset[4]; member
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
H A Dsimple-object-xcoff.c195 unsigned char x_offset[4]; member
967 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-coff.c137 unsigned char x_offset[4]; member
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
H A Dsimple-object-xcoff.c195 unsigned char x_offset[4]; member
967 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-coff.c137 unsigned char x_offset[4]; member
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcofflink.c953 iaux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_final_link()
2035 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
2040 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
2048 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd)) in _bfd_coff_link_input_bfd()
2051 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
2056 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
H A Dcoffgen.c917 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name()
1909 if ((bfd_size_type)(aux->u.auxent.x_file.x_n.x_offset) in coff_get_normalized_symtab()
1914 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab()
H A DpeXXigen.c318 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_in()
392 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_out()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcofflink.c943 iaux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_final_link()
2024 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
2029 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
2037 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd)) in _bfd_coff_link_input_bfd()
2040 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
2045 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
H A Dcoffgen.c908 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name()
1874 if ((bfd_size_type)(aux->u.auxent.x_file.x_n.x_offset) in coff_get_normalized_symtab()
1879 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab()
/dragonfly/contrib/gdb-7/include/coff/
H A Dinternal.h556 long x_offset; member
/dragonfly/contrib/gdb-7/gdb/
H A Dcoffread.c1306 if (strlen (stringtab + aux_entry->x_file.x_n.x_offset) >= BUFSIZ) in coff_getfilename()
1308 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
/dragonfly/sys/dev/video/cxm/
H A Dcxm.c2575 cap->x_offset = 0; in cxm_ioctl()
2586 if (cap->x_offset || cap->y_offset in cxm_ioctl()

12