Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp873 size_t header_and_load_cmds = in GetModuleSpecifications() local
875 if (header_and_load_cmds >= data_sp->GetByteSize()) { in GetModuleSpecifications()
876 data_sp = MapFileData(file, header_and_load_cmds, file_offset); in GetModuleSpecifications()