Searched defs:slide (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-macos.cc147 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local
148 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h165 lldb::addr_t slide) const;
172 lldb::addr_t slide; // The amount to slide all segments by if there is a global slide. member in struct:DynamicLoaderMacOSXDYLD::DYLDImageInfo
182 slide(0),
198 slide = 0;
212 && slide == rhs.slide
/external/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);
/external/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);
/external/lldb/source/Expression/
H A DDWARFExpression.cpp639 DWARFExpression::SetLocationListSlide (addr_t slide) argument
641 m_loclist_slide = slide;
/external/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 87 milliseconds