Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp297 size_t num_loaded_sections = 0; in SetLoadAddress() local
314 ++num_loaded_sections; in SetLoadAddress()
318 return num_loaded_sections > 0; in SetLoadAddress()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp846 size_t num_loaded_sections = 0; in SetLoadAddress() local
871 ++num_loaded_sections; in SetLoadAddress()
874 return num_loaded_sections > 0; in SetLoadAddress()