HomeSort by relevance Sort by last modified time
    Searched full:rl78_stack_top (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 349 static unsigned int rl78_stack_top;
354 if (rl78_stack_top < NUM_STACK_ENTRIES) \
355 rl78_stack [rl78_stack_top ++] = (val); \
364 if (rl78_stack_top > 0) \
365 (dest) = rl78_stack [-- rl78_stack_top]; \
347 static unsigned int rl78_stack_top; variable
    [all...]

Completed in 51 milliseconds