/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | max77650-onkey.yaml | 29 maxim,onkey-slide: 32 The system's button is a slide switch, not the default push button.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 473 lldb::offset_t slide = LLDB_INVALID_OFFSET; in GetLoadedDynamicLibrariesInfos() 475 dict->GetValueForKeyAsInteger("slide", slide); in GetLoadedDynamicLibrariesInfos() 478 "Couldn't get valid load address or slide offset."); in GetLoadedDynamicLibrariesInfos() 480 if (slide != LLDB_INVALID_OFFSET) in GetLoadedDynamicLibrariesInfos() 481 load_addr += slide; in GetLoadedDynamicLibrariesInfos() 459 lldb::offset_t slide = LLDB_INVALID_OFFSET; GetLoadedDynamicLibrariesInfos() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.cpp | 141 lldb::offset_t slide = 0; in ParseFileset() local 148 // If we know the load address we can compute the slide. in ParseFileset() 154 slide = *load_addr - segment.vmaddr; in ParseFileset() 163 entries.emplace_back(entry.vmaddr + slide, entry.fileoff, in ParseFileset()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolver.cpp | 328 prologue_addr.Slide(prologue_byte_size); in AddLocation() 349 loc_addr.Slide(m_offset); in AddLocation() 356 // lldb::addr_t slide = offset - m_offset; in SetOffset() 358 // slide. in SetOffset()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 50 void Slide(BaseType slide) { base += slide; } in Slide() function 283 void Slide(BaseType slide) { in Slide() argument 286 pos->Slide(slide); in Slide()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 393 /// Slide all file addresses for all module sections so that \a module 394 /// appears to loaded at these slide addresses. 397 /// rigid slide from the addresses found in the module object file, 398 /// this function will allow you to easily and quickly slide all 417 /// Slide all file addresses for all module sections so that \a module 418 /// appears to loaded at these slide addresses. 421 /// rigid slide from the addresses found in the module object file, 422 /// this function will allow you to easily and quickly slide all
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | DynamicLoader.h | 215 /// loaded in memory, or a slide to be applied to the file address. 222 /// or with the slide applied, or at the file address unslid. 245 /// Or a slide value, to be applied to the file addresses of the binary. 264 /// start address or slide. The caller is responsible for setting the
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 342 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section 350 m_children.Slide(slide_amount, slide_children); in Slide() 659 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList 663 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
|
H A D | DynamicLoader.cpp | 296 // No address/offset/slide, load the binary at file address, in LoadBinaryWithUUIDAndAddress() 331 s.Printf(" with slide 0x%" PRIx64, value); in LoadBinaryWithUUIDAndAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 134 // Get the kernel address if the kernel is not loaded with a slide 411 // Find the slide address in LoadImageUsingMemoryModule() 421 "fixed slide of 0x%" PRIx64, in LoadImageUsingMemoryModule() 474 s.Printf("Kernel slide 0x%" PRIx64 " in memory.\n", in LoadImageUsingMemoryModule()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 309 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex() 327 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRanges() 340 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBAddressDocstrings.i | 17 when/if the addresses slide when the images are loaded/unloaded
|
/freebsd/contrib/netbsd-tests/dev/md/ |
H A D | t_md.sh | 42 # but just let it slide for now, since they *should* be the same.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.cpp | 54 ans.Slide(cu->GetBaseAddress()); in FindRanges()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_vcbus.h | 59 * we can slide this window around to whatever similarly sized range is
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 89 size_t Slide(lldb::addr_t slide_amount, bool slide_children); 186 bool Slide(lldb::addr_t slide_amount, bool slide_children);
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | shift_right.h | 65 // Slide an __n-element window [__trail, __lead) from left to right. in shift_right()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 632 intptr_t Slide = _dyld_get_image_vmaddr_slide(ImageIndex); 646 if ((intptr_t)CmdSeg64->vmaddr + Slide <= Addr && 647 Addr < intptr_t(CmdSeg64->vmaddr + CmdSeg64->vmsize + Slide)) { 649 Offsets[j] = Addr - Slide;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionAttrs.h | 69 // FIXME: Currently there is no RPO CGSCC pass structure to slide into and so
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77650.yaml | 146 maxim,onkey-slide;
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 117 * to be a slide; and therefore a tap event isn't registered. 132 * A double-tap followed by a single-finger slide is treated as a 134 * virtual button-press for the lifetime of the slide. The following 136 * tap events preceding the slide for such a gesture. 1679 * cumulative movement, then it is considered a 'slide'. in fg_add_stroke() 1786 * cumulative movement, then it is considered a 'slide'. in wsp_add_stroke() 1958 * Terminate a stroke. Aside from immature strokes, a slide or touch is 1983 * slide stroke. in atp_terminate_stroke() 2083 /* Switch a given touch stroke to being a slide. */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 248 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress() 249 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 36 label = "Keypad Slide";
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 97 // to slide == 0, the same as the file addresses, in the target. in LoadAllImagesAtFileAddresses()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSymbol.cpp | 159 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
|