Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local
134 stackSize = subl + 4 * stackAdjust; in stepWithCompactEncodingFrameless()
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount; in stepWithCompactEncodingFrameless()
361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
365 stackSize = subl + 8 * stackAdjust; in stepWithCompactEncodingFrameless()
434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount; in stepWithCompactEncodingFrameless()
535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
538 uint64_t savedRegisterLoc = registers.getSP() + stackSize; in stepWithCompactEncodingFrameless()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp261 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
266 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex()
271 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
H A DMipsAsmPrinter.cpp462 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
464 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg); in emitFrameDirective()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win.cpp386 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit() local
387 __asan_unpoison_memory_region(tib->StackLimit, stackSize); in asan_thread_exit()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h118 int getAdjustedFrameSize(int stackSize) const;
/openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h163 long stackSize; member
/openbsd-src/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h163 long stackSize; member
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y334 var_hdr->stackSize = nlmlex_get_number ($2);
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y334 var_hdr->stackSize = nlmlex_get_number ($2);
H A Dnlmheader.c1303 var_hdr->stackSize = nlmlex_get_number (yyvsp[0].string); in yyparse()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h273 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
334 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize,
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h94 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp); in nlm_swap_variable_header_in()
584 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize, temp); in nlm_swap_variable_header_out()