Searched refs:_pl (Results 1 – 1 of 1) sorted by relevance
17 #define FILL_PLINK_HEAD(_pl, _len, _mode, _branch, _sr, _sb, _eof) { \ argument18 _pl->head.length = _len; \19 _pl->head.mode = _mode; \20 _pl->head.branch = _branch; \21 _pl->head.skip_r = _sr; \22 _pl->head.skip_b = _sb; \23 _pl->head.eof = _eof; \26 #define FILL_PLINK_STAT(_pl, _ref, _id, _module) { \ argument27 _pl->stat.ref = _ref; \28 _pl->stat.id = _id; \[all …]