Home
last modified time | relevance | path

Searched refs:text_bound (Results 1 – 16 of 16) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dhw_htab.c381 unsigned_word text_bound; member
405 if (sizes->text_bound < vma + size) in htab_sum_binary()
512 sizes.text_bound = 0; in htab_map_binary()
541 (unsigned long)sizes.text_bound, in htab_map_binary()
551 && sizes.text_bound >= sizes.data_bound) in htab_map_binary()
554 || (sizes.text_bound > sizes.data_base in htab_map_binary()
555 && sizes.text_bound <= sizes.data_bound) in htab_map_binary()
566 if (sizes.text_bound > sizes.data_bound) in htab_map_binary()
567 sizes.data_bound = sizes.text_bound; in htab_map_binary()
572 sizes.text_bound = 0; in htab_map_binary()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dhw_htab.c381 unsigned_word text_bound; member
404 if (sizes->text_bound < vma + size) in htab_sum_binary()
511 sizes.text_bound = 0; in htab_map_binary()
540 (unsigned long)sizes.text_bound, in htab_map_binary()
550 && sizes.text_bound >= sizes.data_bound) in htab_map_binary()
553 || (sizes.text_bound > sizes.data_base in htab_map_binary()
554 && sizes.text_bound <= sizes.data_bound) in htab_map_binary()
565 if (sizes.text_bound > sizes.data_bound) in htab_map_binary()
566 sizes.data_bound = sizes.text_bound; in htab_map_binary()
571 sizes.text_bound = 0; in htab_map_binary()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dhw_htab.c380 unsigned_word text_bound; member
403 if (sizes->text_bound < vma + size) in htab_sum_binary()
510 sizes.text_bound = 0; in htab_map_binary()
539 (unsigned long)sizes.text_bound, in htab_map_binary()
549 && sizes.text_bound >= sizes.data_bound) in htab_map_binary()
552 || (sizes.text_bound > sizes.data_base in htab_map_binary()
553 && sizes.text_bound <= sizes.data_bound) in htab_map_binary()
564 if (sizes.text_bound > sizes.data_bound) in htab_map_binary()
565 sizes.data_bound = sizes.text_bound; in htab_map_binary()
570 sizes.text_bound = 0; in htab_map_binary()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dhw_htab.c381 unsigned_word text_bound; member
405 if (sizes->text_bound < vma + size) in htab_sum_binary()
512 sizes.text_bound = 0; in htab_map_binary()
541 (unsigned long)sizes.text_bound, in htab_map_binary()
551 && sizes.text_bound >= sizes.data_bound) in htab_map_binary()
554 || (sizes.text_bound > sizes.data_base in htab_map_binary()
555 && sizes.text_bound <= sizes.data_bound) in htab_map_binary()
566 if (sizes.text_bound > sizes.data_bound) in htab_map_binary()
567 sizes.data_bound = sizes.text_bound; in htab_map_binary()
572 sizes.text_bound = 0; in htab_map_binary()
[all …]
/dports/print/transfig/transfig.3.2.5e/fig2dev/
H A Dbound.h22 void text_bound();
H A Dbound.c318 text_bound(t, &sx, &sy, &bx, &by, include);
557 text_bound(t, xmin, ymin, xmax, ymax, inc_text) in text_bound() function
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_bound.h32 extern void text_bound (F_text *t, int *xmin, int *ymin, int *xmax, int *ymax, int *rx1, int *ry1, …
H A Du_redraw.c697 text_bound(t, &xmin, &ymin, &xmax, &ymax, in redisplay_text()
708 text_bound(t1, &xmin1, &ymin1, &xmax1, &ymax1, in redisplay_texts()
710 text_bound(t2, &xmin2, &ymin2, &xmax2, &ymax2, in redisplay_texts()
H A De_align.c266 text_bound(t, &llx, &lly, &urx, &ury, in align_text()
480 text_bound (t, &llx, &lly, &urx, &ury, in pos_text()
631 text_bound (t, &llx, &lly, &urx, &ury, in init_distrib_centres()
748 text_bound (t, &llx, &lly, &urx, &ury, in init_distrib_edges()
H A Du_undo.c606 text_bound(saved_objects.texts, &xmin1, &ymin1, &xmax1, &ymax1, in undo_move()
609 text_bound(saved_objects.texts, &xmin2, &ymin2, &xmax2, &ymax2, in undo_move()
H A Du_bound.c282 text_bound(t, &sx, &sy, &bx, &by, in active_compound_bound()
526 void text_bound(F_text *t, int *xmin, int *ymin, int *xmax, int *ymax, int *rx1, int *ry1, int *rx2… in text_bound() function
H A De_glue.c460 text_bound(t, &txmin, &tymin, &txmax, &tymax, in sel_text()
H A Du_draw.c1272 text_bound(text, &xmin, &ymin, &xmax, &ymax, in draw_text()
H A De_edit.c799 text_bound((F_text *) p, &llx, &lly, &urx, &ury, in edit_item()
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/
H A Dbound.h37 extern void text_bound(F_text *t, int *xmin, int *ymin, int *xmax, int *ymax,
H A Dbound.c351 text_bound(t, &sx, &sy, &bx, &by, include); in compound_bound()
576 text_bound(F_text *t, int *xmin, int *ymin, int *xmax, int *ymax, int inc_text) in text_bound() function