Home
last modified time | relevance | path

Searched refs:load_cmd_offset (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp843 lldb::offset_t load_cmd_offset = offset; in ParseLoadCommands() local
874 load_cmd_offset + data.GetU32(&offset); in ParseLoadCommands()
889 offset = load_cmd_offset + load_cmd.cmdsize; in ParseLoadCommands()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1272 const lldb::offset_t load_cmd_offset = offset; in IsStripped() local
1288 offset = load_cmd_offset + lc.cmdsize; in IsStripped()
1303 const lldb::offset_t load_cmd_offset = offset; in GetEncryptedFileRanges() local
1320 offset = load_cmd_offset + encryption_cmd.cmdsize; in GetEncryptedFileRanges()
1851 const lldb::offset_t load_cmd_offset = offset; in CreateSections() local
1860 offset = load_cmd_offset + load_cmd.cmdsize; in CreateSections()
5899 const lldb::offset_t load_cmd_offset = offset; in GetMinimumOSVersion() local
5944 offset = load_cmd_offset + lc.cmdsize; in GetMinimumOSVersion()
5960 const lldb::offset_t load_cmd_offset = offset; in GetSDKVersion() local
5983 offset = load_cmd_offset + lc.cmdsize; in GetSDKVersion()
[all …]