Searched refs:fontdir (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.h174 struct fontdir *fontdir; member in union:res_resource::__anon7659
516 /* A fontdir resource is a list of fontdir structures. */
518 struct fontdir struct
520 struct fontdir *next;
H A Dresrc.c153 struct fontdir *fontdirs;
856 struct fontdir *fd;
858 struct fontdir **pp;
912 fd = (struct fontdir *) res_alloc (sizeof *fd);
942 r->u.fontdir = fontdirs;
1454 static void write_rc_fontdir (FILE *, const struct fontdir *);
1615 case RT_FONTDIR: s = "fontdir"; break;
1878 write_rc_fontdir (e, res->u.fontdir);
2159 write_rc_fontdir (FILE *e, const struct fontdir *fontdir)
2156 write_rc_fontdir(FILE *e, const struct fontdir *fontdir) argument
[all...]
H A Dresbin.c672 /* Convert a fontdir resource from binary. */
679 struct fontdir *first, **pp;
683 toosmall (_("fontdir header"));
692 struct fontdir *fd;
696 toosmall (_("fontdir"));
698 fd = (struct fontdir *) res_alloc (sizeof *fd);
701 /* To work out the length of the fontdir data, we must get the
703 we don't store them in the fontdir structure. The
712 toosmall (_("fontdir device name"));
718 toosmall (_("fontdir fac
[all...]

Completed in 122 milliseconds