Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A 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()
290 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
378 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands()
396 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands()
1133 file_address = file_address & ~1; in print_function_encoding()
1142 baton.symbols[i].file_address <= file_address) { in print_function_encoding()
1146 if (baton.symbols[i].file_address <= file_address && in print_function_encoding()
1147 baton.symbols[i + 1].file_address > file_address) { in print_function_encoding()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h46 uint32_t file_address; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp264 Address file_address; in GetContainingAddressRanges() local
266 file_address)) { in GetContainingAddressRanges()
267 get_range(file_address); in GetContainingAddressRanges()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A 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()
H A DVariable.cpp311 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope() local
312 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp471 addr_t file_address = in LoadImageUsingMemoryModule() local
474 file_address != LLDB_INVALID_ADDRESS) { in LoadImageUsingMemoryModule()
476 m_load_address - file_address); in LoadImageUsingMemoryModule()