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

/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dboot.c95 static u_char slide[GZ_WSIZE]; local
102 infl.gz_slide = slide;
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-crt2.c98 darwin_unwind_dyld_add_image_hook (struct mach_header *mh, unsigned long slide)
102 l->vm_slide = slide;
97 darwin_unwind_dyld_add_image_hook(struct mach_header *mh, unsigned long slide) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h221 /// @param[in] slide
222 /// This value should be a slide that is applied to any values
229 SetLocationListSlide (lldb::addr_t slide);
416 lldb::addr_t m_loclist_slide; ///< A value used to slide the location list offsets so that
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp233 int64_t slide = -2 * ((int64_t) target->GetArchitecture().GetAddressByteSize()); local
234 offset_to_top_address.Slide (slide);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h76 Slide (BaseType slide) argument
78 base += slide;
299 Slide (BaseType slide) argument
303 pos->Slide (slide);
579 Slide (BaseType slide) argument
583 pos->Slide (slide);
/freebsd-10.0-release/sys/arm/arm/
H A Delf_trampoline.c454 unsigned char slide[GZ_WSIZE]; local
468 infl.gz_slide = slide;
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c4132 int i, j, mask, sa, ea, slide; local
4156 slide = 0;
4158 slide = imin(slide + PAGE_SIZE, bp->b_offset + bp->b_bufsize);
4159 ea = slide & PAGE_MASK;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp639 DWARFExpression::SetLocationListSlide (addr_t slide) argument
641 m_loclist_slide = slide;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2757 m_slide_option(LLDB_OPT_SET_1, false, "slide", 's', 0, eArgTypeOffset, "Set the load address for all sections to be the virtual address in the file plus the offset.", 0)
2828 const addr_t slide = m_slide_option.GetOptionValue().GetCurrentValue(); local
2829 module->SetLoadAddress (*target, slide, changed);
2842 result.AppendError ("The \"--slide <offset>\" option can't be used in conjunction with setting section load addresses.\n");
3307 // Show the offset of slide for the image
3408 { LLDB_OPT_SET_1, false, "offset", 'o', no_argument, NULL, 0, eArgTypeNone, "Display the image header address offset from the header file address (the slide amount)."},

Completed in 116 milliseconds