Searched refs:file_address (Results 1 – 7 of 7) sorted by relevance
27 uint64_t file_address; member32 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 …]
68 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory() local69 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() local99 if (file_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()101 m_value.GetScalar() = file_address; in ValueObjectMemory()
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()
310 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope() local311 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()
897 addr_t file_address = in LoadImageUsingMemoryModule() local900 file_address != LLDB_INVALID_ADDRESS) { in LoadImageUsingMemoryModule()902 m_load_address - file_address); in LoadImageUsingMemoryModule()983 addr_t file_address = in LoadKernelModuleIfNeeded() local987 if (load_address != file_address) { in LoadKernelModuleIfNeeded()994 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()