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

/openbsd-current/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; local
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
361 uint32_t stackSize = stackSizeEncoded * 8; local
365 stackSize = subl + 8 * stackAdjust;
434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
535 uint32_t stackSize = local
538 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h118 int getAdjustedFrameSize(int stackSize) const;
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp261 uint64_t stackSize = MF.getFrameInfo().getStackSize(); local
266 << "stackSize : " << stackSize << "\n"
271 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
H A DMipsAsmPrinter.cpp462 unsigned stackSize = MF->getFrameInfo().getStackSize(); local
464 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h159 /* The stackSize field contains the size of the stack in bytes, as
163 long stackSize; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h159 /* The stackSize field contains the size of the stack in bytes, as
163 long stackSize; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win.cpp386 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; local
387 __asan_unpoison_memory_region(tib->StackLimit, stackSize);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y334 var_hdr->stackSize = nlmlex_get_number ($2);
H A Dnlmheader.c1305 var_hdr->stackSize = nlmlex_get_number (yyvsp[0].string);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y334 var_hdr->stackSize = nlmlex_get_number ($2);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h268 /* Read and convert the stackSize field. */
273 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
333 /* Convert and write the stackSize field. */
334 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize,
1398 + NLM_TARGET_LONG_SIZE /* stackSize */
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h90 /* Read and convert the stackSize field. */
94 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
583 /* Convert and write the stackSize field. */
584 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize, temp);
1341 + NLM_TARGET_LONG_SIZE /* stackSize */

Completed in 286 milliseconds