Searched refs:stack (Results 1 – 25 of 352) sorted by relevance
12345678910>>...15
/toolchain/binutils/binutils-2.25/binutils/ |
D | prdbg.c | 43 struct pr_stack *stack; member 300 info.stack = NULL; in print_debugging_info() 346 n->next = info->stack; in push_type() 347 info->stack = n; in push_type() 359 assert (info->stack != NULL); in prepend_type() 361 n = (char *) xmalloc (strlen (s) + strlen (info->stack->type) + 1); in prepend_type() 362 sprintf (n, "%s%s", s, info->stack->type); in prepend_type() 363 free (info->stack->type); in prepend_type() 364 info->stack->type = n; in prepend_type() 379 assert (info->stack != NULL); in append_type() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | unwind-bad-2.l | 2 [^:]*:8: Error: stack pointer offset too large for personality routine 3 [^:]*:20: Error: stack frame layout does not match personality routine 4 [^:]*:33: Error: stack frame layout does not match personality routine 12 [^:]*:91: Error: unwound stack pointer not doubleword aligned 13 [^:]*:100: Error: stack frame layout too complex for unwinder
|
D | unwind-bad-2.s | 4 # stack pointer offset too large for personality routine 18 # stack frame layout does not match personality routine 31 # stack frame layout does not match personality routine 89 # unwound stack pointer not doubleword aligned 97 # stack frame layout too complex for unwinder
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | attr-stack-16-8.d | 1 #name: C6X stack attribute merging, 16 8 4 #source: attr-stack-16.s 5 #source: attr-stack-8.s 6 #error: .*requires more stack alignment than .* preserves
|
D | attr-stack-8-16.d | 1 #name: C6X stack attribute merging, 8 16 4 #source: attr-stack-8.s 5 #source: attr-stack-16.s 6 #error: .*requires more stack alignment than .* preserves
|
D | attr-stack-8-8.d | 1 #name: C6X stack attribute merging, 8 8 4 #source: attr-stack-8.s 5 #source: attr-stack-8.s
|
D | attr-stack-816-8.d | 1 #name: C6X stack attribute merging, 816 8 4 #source: attr-stack-816.s 5 #source: attr-stack-8.s
|
D | attr-stack-8-816.d | 1 #name: C6X stack attribute merging, 8 816 4 #source: attr-stack-8.s 5 #source: attr-stack-816.s
|
D | attr-stack-816-816.d | 1 #name: C6X stack attribute merging, 816 816 4 #source: attr-stack-816.s 5 #source: attr-stack-816.s
|
D | attr-stack-16-16.d | 1 #name: C6X stack attribute merging, 16 16 4 #source: attr-stack-16.s 5 #source: attr-stack-16.s
|
D | attr-stack-16-816.d | 1 #name: C6X stack attribute merging, 16 816 4 #source: attr-stack-16.s 5 #source: attr-stack-816.s
|
D | attr-stack-816-16.d | 1 #name: C6X stack attribute merging, 816 16 4 #source: attr-stack-816.s 5 #source: attr-stack-16.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | cmpct1.xd | 20 2 \.stack 00000004 0+80000 0+80000 00000100 2\*\*0 25 0+80000 l d \.stack 0+ (|\.stack) 36 0+80000 g \.stack 0+ _stack
|
D | abi64.xd | 21 2 \.stack 00000004 0000000000080000 0000000000080000 00000200 2\*\*0 26 0000000000080000 l d \.stack 0000000000000000 (|\.stack) 45 0000000000080000 g \.stack 0000000000000000 _stack
|
D | mix1.xd | 21 2 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0 28 0+80000 l d \.stack 0+ (|\.stack) 42 0+80000 g \.stack 0+ _stack
|
D | abi32.xd | 22 2 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0 27 0+80000 l d \.stack 0+ (|\.stack) 46 0+80000 g \.stack 0+ _stack
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-nds32.texi | 171 Register $r31 is regarded as the stack pointer. 257 Push contents of registers from ra5 to rb5 into stack. 260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}). 263 Push value of double-word variable var into stack. 266 Push value of word variable var into stack. 269 Push value of half-word variable var into stack. 272 Push value of byte variable var into stack. 275 Push 32-bit address of variable var into stack. 278 Push 32-bit immediate value into stack. 281 Pop top of stack values into registers ra5 to rb5. [all …]
|
/toolchain/binutils/binutils-2.25/config/ |
D | mh-cygwin | 1 # Increase stack limit to a figure based on the Linux default, with 4MB added 3 LDFLAGS += -Wl,--stack,12582912 4 BOOT_LDFLAGS += -Wl,--stack,12582912
|
D | mh-mingw | 5 # Increase stack limit to a figure based on the Linux default, with 4MB added 7 LDFLAGS += -Wl,--stack,12582912 8 BOOT_LDFLAGS += -Wl,--stack,12582912
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 742 xtensa_ld_iter_stack *next; /* Next in the stack. */ 743 xtensa_ld_iter_stack *prev; /* Back pointer for stack. */ 809 xtensa_ld_iter_stack *stack; 832 stack = xmalloc (sizeof (xtensa_ld_iter_stack)); 833 memset (stack, 0, sizeof (xtensa_ld_iter_stack)); 834 stack->iterloc.parent = parent; 835 stack->iterloc.l = l; 836 stack->iterloc.loc = &l->head; 838 stack->next = *stack_p; 839 stack->prev = NULL; [all …]
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | split_x32_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_x86_64_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_i386_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_i386_1.s | 1 # split_i386_1.s: i386 specific test case for -fsplit-stack. 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
D | split_x86_64_1.s | 1 # split_x86_64_1.s: x86_64 specific test case for -fsplit-stack. 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
12345678910>>...15