Lines Matching refs:stack
27 o EISD for the stack
187 /* Stack value for push/pop commands. */
297 /* Stack used to evaluate TIR/ETIR commands. */
298 struct stack_struct *stack;
584 name = "$STACK$";
1312 /* Stack routines for vms ETIR commands. */
1322 PRIV (stack[PRIV (stackptr)]).value = val;
1323 PRIV (stack[PRIV (stackptr)]).reloc = reloc;
1328 (*_bfd_error_handler) (_("Stack overflow (%d) in _bfd_vms_push"), PRIV (stackptr));
1341 (*_bfd_error_handler) (_("Stack underflow in _bfd_vms_pop"));
1345 *val = PRIV (stack[PRIV (stackptr)]).value;
1346 *rel = PRIV (stack[PRIV (stackptr)]).reloc;
1728 /* Stack global
1731 stack 32 bit value of symbol (high bits set to 0). */
1737 /* Stack longword
1740 stack 32 bit value, sign extend to 64 bit. */
1745 /* Stack quadword
1748 stack 64 bit value of symbol. */
1753 /* Stack psect base plus quadword offset
1757 Stack qw argument and section index
1784 /* Store byte: pop stack, write byte
1793 stack, write word
1802 /* Store longword: pop stack, write longword
1825 /* Store quadword: pop stack, write quadword
1845 /* Store immediate repeated: pop stack for repeat count
1913 /* Store offset to psect: pop stack, add low 32 bits to base of psect
2082 /* Det relocation base: pop stack, set image location counter
2116 /* Stack defined location: pop index, push location counter from index
2421 PRIV (stack) = bfd_alloc (abfd, amt);
2422 if (PRIV (stack) == NULL)
5242 /* Push a value on the reloc evaluation stack. */
5257 /* Store the value from the stack at the given address. Store it in
5274 relocation stack. */
5289 /* Shift the value on the top of the relocation stack right by the
5952 fprintf (file, _("STA_GBL (stack global) %.*s\n"),
5956 fprintf (file, _("STA_LW (stack longword) 0x%08x\n"),
5960 fprintf (file, _("STA_QW (stack quadword) 0x%08x %08x\n"),
5965 fprintf (file, _("STA_PQ (stack psect base + offset)\n"));
5972 fprintf (file, _("STA_LI (stack literal)\n"));
5975 fprintf (file, _("STA_MOD (stack module)\n"));
6184 fprintf (file, _("CTL_STKDL (stack defined location)\n"));