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

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Darc-dis.c540 int is_linked = 0; local
746 is_linked = 1;
751 is_linked = 0;
909 selects whether linked, thus "is_linked" is set above. */
919 state->flow = is_linked ? direct_call : direct_jump;
923 if (is_linked && state->nullifyMode == BR_exec_when_jump)
928 state->flow = is_linked ? indirect_call : indirect_jump;

Completed in 91 milliseconds