Searched refs:slide (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h50 void Slide(BaseType slide) { base += slide; } argument
256 void Slide(BaseType slide) { argument
259 pos->Slide(slide);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2598 addr_t slide = load_function_start - m_loclist_addresses->func_file_addr;
2599 loc->Range->LowPC += slide;
2600 loc->Range->HighPC += slide;
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk130 # ccache doesn't affect build output so let it slide for meta mode
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c4771 int i, j, mask, sa, ea, slide; local
4781 slide = 0;
4783 slide = imin(slide + PAGE_SIZE, bp->b_offset + bp->b_bufsize);
4784 ea = slide & PAGE_MASK;
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4424 static void slide(signed char *r, const uint8_t *a) function
4544 slide(aslide, a);
4545 slide(bslide, b);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2635 m_slide_option(LLDB_OPT_SET_1, false, "slide", 's', 0, eArgTypeOffset,
2720 const addr_t slide = variable
2723 module->SetLoadAddress(*target, slide, slide_is_offset,
2733 result.AppendError("The \"--slide <offset>\" option can't "
3155 // Show the offset of slide for the image
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp104 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl902 mov $tp,$rp // slide the window

Completed in 130 milliseconds