Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c70 uint64_t file_address; member
75 return (int)((struct symbol *)a)->file_address - in symbol_compare()
76 ((struct symbol *)b)->file_address; in symbol_compare()
331 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
333 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
334 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
361 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
363 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
364 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
419 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands()
[all …]
/external/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp67 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory() local
68 if (file_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()
70 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()
/external/autotest/client/cros/bluetooth/
Dbluetooth_audio_test_data.py68 def download_file_from_bucket(dir, file_address, verify_download): argument
78 download_cmd = 'gsutil cp -r {0} {1}'.format(file_address, dir)
87 desc='Downloading {}'.format(file_address))
/external/llvm-project/lldb/include/lldb/Symbol/
DArmUnwindInfo.h46 uint32_t file_address; member
/external/llvm-project/lldb/source/Commands/
DCommandObjectDisassemble.cpp264 Address file_address; in GetContainingAddressRanges() local
266 file_address)) { in GetContainingAddressRanges()
267 get_range(file_address); in GetContainingAddressRanges()
/external/llvm-project/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.cpp318 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope() local
319 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp929 addr_t file_address = in LoadImageUsingMemoryModule() local
932 file_address != LLDB_INVALID_ADDRESS) { in LoadImageUsingMemoryModule()
934 m_load_address - file_address); in LoadImageUsingMemoryModule()
1012 addr_t file_address = in LoadKernelModuleIfNeeded() local
1016 if (load_address != file_address) { in LoadKernelModuleIfNeeded()
1023 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()