Home
last modified time | relevance | path

Searched refs:__morestack (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSegmentedStacks.rst45 callq __morestack
51 ``__morestack`` (this function is implemented in ``libgcc``) since that number
56 ``__morestack`` return correctly. ``__morestack``, instead of returning, calls
58 instruction and the PC of call to ``__morestack`` are known. When the function
59 body returns, control is transferred back to ``__morestack``. ``__morestack``
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dmorestack.S29 # call __morestack with the size of the stack frame and the size of
31 # The __morestack function preserves the parameter registers and
43 # parameters of the function that called __morestack. The
52 # The __morestack routine has to arrange for the caller to return to a
91 # __morestack to call __morestack_non_split instead. We just bump the
241 # __morestack_non_split falls through into __morestack.
244 # The __morestack function.
246 .global __morestack symbol
247 .hidden __morestack
250 .type __morestack,@function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dmorestack.S30 # call __morestack with the size of the stack frame and the size of
32 # The __morestack function preserves the parameter registers and
44 # parameters of the function that called __morestack. The
53 # The __morestack routine has to arrange for the caller to return to a
92 # __morestack to call __morestack_non_split instead. We just bump the
242 # __morestack_non_split falls through into __morestack.
245 # The __morestack function.
247 .global __morestack symbol
248 .hidden __morestack
251 .type __morestack,@function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dmorestack.S148 ENTRY0(__morestack)
153 # __morestack with its special calling convention. When __morestack's
187 # require r2 to be valid. If __morestack is called from pcrel code r2
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dmorestack.S146 ENTRY0(__morestack)
151 # __morestack with its special calling convention. When __morestack's
185 # require r2 to be valid. If __morestack is called from pcrel code r2
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp217 extern "C" LLVM_ATTRIBUTE_WEAK void __morestack();
246 if (&__morestack && Name == "__morestack") in getSymbolAddressInProcess()
247 return (uint64_t)&__morestack; in getSymbolAddressInProcess()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dmorestack.S241 # The 64-bit __morestack function.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dmorestack.S239 # The 64-bit __morestack function.
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog571 (__morestack): Save and restore r2. Set up r2 for called
2851 __morestack call.
7932 (__morestack) [32-bit]: Align stack correctly when calling C
7934 (__morestack) [64-bit]: Likewise.
11097 (__morestack): Adjust for rename, remove undef of __i686.
11120 pointer to include all registers pushed by __morestack.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.md12072 ;; Call to __morestack used by the split stack support
12076 ; __morestack and will not be explicitly emitted to the insn stream.
12077 ; 2. The call of __morestack including a use for r1 which is supposed to
12078 ; point to the parameter block for __morestack.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.md12191 ;; Call to __morestack used by the split stack support
12195 ; __morestack and will not be explicitly emitted to the insn stream.
12196 ; 2. The call of __morestack including a use for r1 which is supposed to
12197 ; point to the parameter block for __morestack.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.md13414 ;; after the call to __morestack.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201112636 "__morestack" minimal symbol there.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md14131 ;; after the call to __morestack.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201112636 "__morestack" minimal symbol there.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201625091 regrename modifying insns saving lr before __morestack call.
25093 insns restoring lr after __morestack call.
H A DChangeLog-201825321 ENDBR after calling __morestack.
H A DChangeLog-201415284 __morestack local.