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

/freebsd-10.2-release/sys/boot/i386/kgzldr/
H A Dboot.c95 static u_char slide[GZ_WSIZE]; local
102 infl.gz_slide = slide;
/freebsd-10.2-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.2-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h229 /// @param[in] slide
230 /// This value should be a slide that is applied to any values
237 SetLocationListSlide (lldb::addr_t slide);
429 lldb::addr_t m_loclist_slide; ///< A value used to slide the location list offsets so that
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp234 int64_t slide = -2 * ((int64_t) target->GetArchitecture().GetAddressByteSize()); local
235 offset_to_top_address.Slide (slide);
/freebsd-10.2-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.2-release/sys/arm/arm/
H A Delf_trampoline.c461 unsigned char slide[GZ_WSIZE]; local
475 infl.gz_slide = slide;
/freebsd-10.2-release/sys/kern/
H A Dvfs_bio.c4200 int i, j, mask, sa, ea, slide; local
4224 slide = 0;
4226 slide = imin(slide + PAGE_SIZE, bp->b_offset + bp->b_bufsize);
4227 ea = slide & PAGE_MASK;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp651 DWARFExpression::SetLocationListSlide (addr_t slide) argument
653 m_loclist_slide = slide;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2825 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)
2896 const addr_t slide = m_slide_option.GetOptionValue().GetCurrentValue(); local
2898 module->SetLoadAddress (*target, slide, slide_is_offset, changed);
2911 result.AppendError ("The \"--slide <offset>\" option can't be used in conjunction with setting section load addresses.\n");
3376 // Show the offset of slide for the image
3477 { LLDB_OPT_SET_1, false, "offset", 'o', OptionParser::eNoArgument, NULL, 0, eArgTypeNone, "Display the image header address offset from the header file address (the slide amount)."},

Completed in 190 milliseconds