Searched refs:punt (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.h50 #define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp)
H A Dobj-elf.h230 #define obj_frob_symbol(symp, punt) elf_frob_symbol (symp, &punt)
H A Dtc-ppc.h169 #define tc_frob_symbol(sym, punt) punt = ppc_frob_symbol (sym)
H A Dobj-coff.c1163 coff_frob_symbol (symbolS *symp, int *punt)
1172 *punt = 1;
1198 *punt = 1;
1209 *punt = 1;
1269 *punt = 1;
1277 *punt = 1;
1336 *punt = 1;
1353 /* This is pretty horrible, but we have to set *punt correctly in
1360 *punt = 1;
1364 && ! *punt
1159 coff_frob_symbol(symbolS *symp, int *punt) argument
[all...]
H A Dtc-arm.h207 # define obj_frob_symbol(sym, punt) armelf_frob_symbol ((sym), & (punt))
H A Dobj-aout.c30 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED)
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_net.c211 goto punt;
217 goto punt;
229 goto punt;
239 punt:
/freebsd-11-stable/contrib/binutils/bfd/
H A Dnetbsd-core.c94 goto punt;
100 goto punt;
105 goto punt;
131 goto punt;
165 goto punt;
231 punt:
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_pr.h216 C punt; \
217 punt = ck_pr_md_load_##S(target); \
218 previous = (T)punt; \
485 C punt; \
486 punt = ck_pr_md_load_##S(target); \
487 previous = (T)punt; \
626 C punt; \
627 punt = (C)ck_pr_md_load_##S(target); \
628 previous = (T)punt; \
899 C punt; \
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c595 goto punt;
634 goto punt;
667 goto punt;
676 goto punt;
719 goto punt;
884 punt:
H A Dconf.c961 goto punt;
1113 punt:
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1714 int punt = 0; local
1771 obj_frob_symbol (symp, punt);
1774 if (! punt || symbol_used_in_reloc_p (symp))
1775 tc_frob_symbol (symp, punt);
1781 and symbols that the frob_symbol macros told us to punt,
1790 && (punt || S_IS_LOCAL (symp) ||

Completed in 119 milliseconds