Home
last modified time | relevance | path

Searched defs:slide (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp35 uint64_t slide; member
45 uint64_t slide; member
109 uint64_t slide) { in add_lc_note_main_bin_spec_load_command()
148 uint64_t slide) { in add_lc_note_load_binary_load_command()
310 void slide_macho_binary(std::vector<uint8_t> &image, uint64_t slide) { in slide_macho_binary()
357 uint64_t slide = 0; in main() local
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp23 uint64_t slide; member
131 uint64_t slide) { in add_lc_note_main_bin_spec_load_command() argument
333 uint64_t slide = strtoull(argv[5], NULL, 16); main() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h239 lldb::addr_t slide = 0; member
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h102 lldb::addr_t slide = 0; global() member
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp141 lldb::offset_t slide = 0; in ParseFileset() local
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp473 lldb::offset_t slide = LLDB_INVALID_OFFSET; GetLoadedDynamicLibrariesInfos() local
/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h283 void Slide(BaseType slide) { in Slide() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2943 const addr_t slide = DoExecute() local