Searched refs:fill_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/binutils/ld/
H A Dldexp.h149 typedef struct _fill_type fill_type; typedef in typeref:struct:_fill_type
179 fill_type *exp_get_fill
180 (etree_type *, fill_type *, char *);
H A Dldlang.h136 fill_type *fill;
176 fill_type *fill;
350 fill_type *fill;
502 (fill_type *);
512 (fill_type *, const char *, lang_output_section_phdr_list *,
595 (fill_type *, lang_output_section_phdr_list *);
597 (etree_type *, int, fill_type *, const char *,
H A Dldexp.c1065 fill_type *
1066 exp_get_fill (etree_type *tree, fill_type *def, char *name)
1068 fill_type *fill;
H A Dldgram.y72 fill_type *fill;
614 | { $$ = (fill_type *) 0; }
H A Dldlang.c4001 fill_type *fill,
4006 static fill_type zero_fill = { 1, { 0 } };
4047 fill_type *fill,
4226 fill_type *fill,
4853 fill_type *fill,
5947 lang_add_fill (fill_type *fill)
6065 lang_leave_output_section_statement (fill_type *fill, const char *memspec,
6431 lang_leave_overlay_section (fill_type *fill,
6479 fill_type *fill,
/freebsd-11.0-release/contrib/groff/src/devices/xditview/
H A Ddraw.c414 int fill_type; local
417 fill_type = (dw->dvi.fill * 10) / (DVI_FILL_MAX + 1);
418 if (dw->dvi.fill_type != fill_type) {
420 if (fill_type <= 0) {
423 } else if (fill_type >= 9) {
429 values.stipple = dw->dvi.gray[fill_type - 1];
433 dw->dvi.fill_type = fill_type;
H A DDviP.h170 int fill_type; member in struct:__anon1703
H A DDvi.c298 dw->dvi.fill_type = 9;

Completed in 153 milliseconds