HomeSort by: relevance | last modified time | path
    Searched defs:is_undefined (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-cris.c 1333 int is_undefined = 0; local
1341 is_undefined = 1;
1344 if (to_seg == now_seg || is_undefined
1361 /* If is_undefined, the expression may still become now_seg.
tc-vax.c 2488 int is_undefined;
2823 is_undefined = (to_seg == undefined_section);
2833 if (to_seg == now_seg || is_undefined)
2835 /* If is_undefined, then it might BECOME now_seg. */
2846 length_code = is_undefined ? STATE_UNDF : STATE_BYTE;
3153 if (is_undefined
2475 int is_undefined; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c 1333 int is_undefined = 0; local
1341 is_undefined = 1;
1344 if (to_seg == now_seg || is_undefined
1361 /* If is_undefined, the expression may still become now_seg.
tc-vax.c 2488 int is_undefined;
2823 is_undefined = (to_seg == undefined_section);
2833 if (to_seg == now_seg || is_undefined)
2835 /* If is_undefined, then it might BECOME now_seg. */
2846 length_code = is_undefined ? STATE_UNDF : STATE_BYTE;
3153 if (is_undefined
2475 int is_undefined; local
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 9782 bool is_undefined = false;
9799 is_undefined = true;
10153 if (is_undefined)
9781 bool is_undefined = false; local

Completed in 65 milliseconds