Searched refs:bof (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ia64-tdep.c | 1041 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; in examine_prologue() local 1405 bof = rse_address_add (cache->bsp, -sof); in examine_prologue() 1407 for (i = 0, addr = bof; in examine_prologue() 1446 bof = rse_address_add (bof, -sol); in examine_prologue() 1448 for (i = 0, addr = bof; in examine_prologue()
|
| H A D | ChangeLog-2003 | 4436 bof, and nat0-nat127 as pseudo-registers.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | toke.c | 6100 const bool bof = cBOOL(FEATURE_BITWISE_IS_ENABLED); in yyl_subproto() 6111 if (bof && s[1] == '.') in yyl_subproto() 6120 BOop(bof ? d == s-2 ? OP_SBIT_XOR : OP_NBIT_XOR : OP_BIT_XOR); in yyl_subproto() 6581 bool bof; in yyl_slash() 6591 if ((bof = FEATURE_BITWISE_IS_ENABLED) && *s == '.') in yyl_slash() 6600 BAop(bof ? OP_NBIT_AND : OP_BIT_AND); in yyl_leftsquare() 6621 bool bof; in yyl_rightsquare() 6636 if ((bof = FEATURE_BITWISE_IS_ENABLED) && *s == '.') in yyl_tilde() 6645 BOop(bof ? s == d ? OP_NBIT_OR : OP_SBIT_OR : OP_BIT_OR); in yyl_tilde() 6794 bool bof; in yyl_dblquote() 5949 const bool bof = cBOOL(FEATURE_BITWISE_IS_ENABLED); yyl_caret() local 6423 bool bof; yyl_ampersand() local 6463 bool bof; yyl_verticalbar() local 6635 bool bof; yyl_tilde() local 7166 yyl_fake_eof(pTHX_ U32 fake_eof,bool bof,char * s) yyl_fake_eof() argument [all...] |