Searched refs:file_address (Results 1 – 8 of 8) sorted by relevance
70 uint64_t file_address; member75 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 …]
67 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory() local68 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() local99 if (file_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()101 m_value.GetScalar() = file_address; in ValueObjectMemory()
68 def download_file_from_bucket(dir, file_address, verify_download): argument78 download_cmd = 'gsutil cp -r {0} {1}'.format(file_address, dir)87 desc='Downloading {}'.format(file_address))
46 uint32_t file_address; member
264 Address file_address; in GetContainingAddressRanges() local266 file_address)) { in GetContainingAddressRanges()267 get_range(file_address); in GetContainingAddressRanges()
42 : file_address(f), address(a), data(d) {} in ArmExidxEntry()367 addr_t data_file_addr = it->file_address + 4 + Prel31ToAddr(it->data); in GetExceptionHandlingTableEntry()
318 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope() local319 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()
929 addr_t file_address = in LoadImageUsingMemoryModule() local932 file_address != LLDB_INVALID_ADDRESS) { in LoadImageUsingMemoryModule()934 m_load_address - file_address); in LoadImageUsingMemoryModule()1012 addr_t file_address = in LoadKernelModuleIfNeeded() local1016 if (load_address != file_address) { in LoadKernelModuleIfNeeded()1023 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()