Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c27 uint64_t file_address; member
32 return (int)((struct symbol *)a)->file_address - in symbol_compare()
33 ((struct symbol *)b)->file_address; in symbol_compare()
288 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
290 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
291 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
318 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
320 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
321 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
376 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectMemory.cpp68 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory() local
69 if (file_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()
71 m_value.GetScalar() = file_address; in ValueObjectMemory()
98 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory() local
99 if (file_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()
101 m_value.GetScalar() = file_address; in ValueObjectMemory()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DArmUnwindInfo.h46 uint32_t file_address; member
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectDisassemble.cpp264 Address file_address; in GetContainingAddressRanges() local
266 file_address)) { in GetContainingAddressRanges()
267 get_range(file_address); in GetContainingAddressRanges()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DArmUnwindInfo.cpp42 : file_address(f), address(a), data(d) {} in ArmExidxEntry()
367 addr_t data_file_addr = it->file_address + 4 + Prel31ToAddr(it->data); in GetExceptionHandlingTableEntry()
DVariable.cpp310 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope() local
311 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp897 addr_t file_address = in LoadImageUsingMemoryModule() local
900 file_address != LLDB_INVALID_ADDRESS) { in LoadImageUsingMemoryModule()
902 m_load_address - file_address); in LoadImageUsingMemoryModule()
983 addr_t file_address = in LoadKernelModuleIfNeeded() local
987 if (load_address != file_address) { in LoadKernelModuleIfNeeded()
994 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()