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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c431 static unsigned int rx_stack_top;
436 if (rx_stack_top < NUM_STACK_ENTRIES) \
437 rx_stack [rx_stack_top ++] = (val); \
446 if (rx_stack_top > 0) \
447 (dest) = rx_stack [-- rx_stack_top]; \
537 if (rx_stack_top == 0)
1949 if (rx_stack_top)
1960 if (rx_stack_top)
1968 if (rx_stack_top)
429 static unsigned int rx_stack_top; variable
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c442 static unsigned int rx_stack_top;
447 if (rx_stack_top < NUM_STACK_ENTRIES) \
448 rx_stack [rx_stack_top ++] = (val); \
457 if (rx_stack_top > 0) \
458 (dest) = rx_stack [-- rx_stack_top]; \
548 if (rx_stack_top == 0)
1960 if (rx_stack_top)
1971 if (rx_stack_top)
1979 if (rx_stack_top)
440 static unsigned int rx_stack_top; variable
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c442 static unsigned int rx_stack_top;
447 if (rx_stack_top < NUM_STACK_ENTRIES) \
448 rx_stack [rx_stack_top ++] = (val); \
457 if (rx_stack_top > 0) \
458 (dest) = rx_stack [-- rx_stack_top]; \
548 if (rx_stack_top == 0)
1960 if (rx_stack_top)
1971 if (rx_stack_top)
1979 if (rx_stack_top)
440 static unsigned int rx_stack_top; variable
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c442 static unsigned int rx_stack_top;
447 if (rx_stack_top < NUM_STACK_ENTRIES) \
448 rx_stack [rx_stack_top ++] = (val); \
457 if (rx_stack_top > 0) \
458 (dest) = rx_stack [-- rx_stack_top]; \
548 if (rx_stack_top == 0)
1960 if (rx_stack_top)
1971 if (rx_stack_top)
1979 if (rx_stack_top)
440 static unsigned int rx_stack_top; variable

Completed in 216 milliseconds