Home
last modified time | relevance | path

Searched refs:base_address (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp489 uptr base_address; member
496 if (l->base_address < r->base_address) in CompareModulesBase()
498 return l->base_address > r->base_address; in CompareModulesBase()
513 module_infos[i].base_address = modules[i].ranges().front()->beg; in DumpProcessMap()
522 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap()
693 uptr base_address = (uptr)mi.lpBaseOfDll; in init() local
702 uptr adjusted_base = base_address - preferred_base; in init()
708 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
H A Dsanitizer_common.cpp137 void LoadedModule::set(const char *module_name, uptr base_address) { in set() argument
140 base_address_ = base_address; in set()
143 void LoadedModule::set(const char *module_name, uptr base_address, in set() argument
146 set(module_name, base_address); in set()
H A Dsanitizer_procmaps_common.cpp140 uptr base_address = (i ? segment.start : 0) - segment.offset; in DumpListOfModules() local
142 cur_module.set(cur_name, base_address); in DumpListOfModules()
H A Dsanitizer_symbolizer.cpp47 module_offset = address - mod.base_address(); in FillModuleInfo()
H A Dsanitizer_common.h810 void set(const char *module_name, uptr base_address);
811 void set(const char *module_name, uptr base_address, ModuleArch arch,
820 uptr base_address() const { return base_address_; } in base_address() function
H A Dsanitizer_mac.cpp1352 return a.base_address() < b.base_address(); in CompareBaseAddress()
1374 Printf("0x%zx-0x%zx %s (%s) %s\n", modules[i].base_address(), in DumpProcessMap()
H A Dsanitizer_symbolizer_libcdep.cpp179 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/
H A Dhsa.h160 void *base_address; member
162 void *base_address; member
166 void *base_address; member
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h247 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation() argument
250 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h437base_address(reinterpret_cast<int*>(/*_init_byte_address & ~0x3*/ _init_byte_address - 1)) {} in InitByteFutex()
506 …void wait_on_initialization() { Wait(base_address, expected_value_for_futex(PENDING_BIT | WAITING_… in wait_on_initialization()
507 void wake_all() { Wake(base_address); } in wake_all()
519 int* const base_address; member
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp265 const Address &base_address = m_addr_range.GetBaseAddress(); in GetPrologueByteSize() local
266 Function *function = base_address.CalculateSymbolContextFunction(); in GetPrologueByteSize()
273 ModuleSP module_sp(base_address.GetModule()); in GetPrologueByteSize()
277 base_address, eSymbolContextLineEntry, sc); in GetPrologueByteSize()
283 Address addr(base_address); in GetPrologueByteSize()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1579 uint32_t base_address = ReadRegisterUnsigned( in Emulate_SWM16_32() local
1585 base_address = base_address + offset; in Emulate_SWM16_32()
1621 if (!WriteMemory(context, base_address, buffer, reg_info_src.byte_size)) in Emulate_SWM16_32()
1625 base_address = base_address + reg_info_src.byte_size; in Emulate_SWM16_32()
1643 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWSP() local
1648 base_address = base_address + imm5; in Emulate_LWSP()
1655 base_address); in Emulate_LWSP()
1667 context.SetAddress(base_address); in Emulate_LWSP()
1698 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWM16_32() local
1703 base_address = base_address + imm; in Emulate_LWM16_32()
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp400 const Address &base_address = sc.symbol->GetAddressRef(); in DumpLinesInFunctions() local
401 Function *function = base_address.CalculateSymbolContextFunction(); in DumpLinesInFunctions()
426 const Address &base_address = range.GetBaseAddress(); in DumpLinesInFunctions() local
428 lldb::addr_t start_addr = base_address.GetLoadAddress(target); in DumpLinesInFunctions()
430 start_addr = base_address.GetFileAddress(); in DumpLinesInFunctions()
940 const Address &base_address = sc.symbol->GetAddressRef(); in DoExecute() local
941 Function *function = base_address.CalculateSymbolContextFunction(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp522 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
524 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
543 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()
H A DDynamicLoaderMacOS.h58 lldb::addr_t &base_address, lldb_private::UUID &uuid,
H A DDynamicLoaderMacOSXDYLD.h62 lldb::addr_t &base_address, lldb_private::UUID &uuid,
H A DDynamicLoaderMacOSXDYLD.cpp1057 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
1059 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
1107 base_address = m_process->ReadUnsignedIntegerFromMemory( in GetSharedCacheInformation()
1111 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/llvm-project-15.0.7/compiler-rt/lib/stats/
H A Dstats.cpp74 WriteLE(stats_fd, s->addr - mod->base_address()); in WriteModuleReport()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-rnglists.yaml332 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01] --docnum=6 %s 2>&1 | \
333 # RUN: FileCheck -DOPERATOR=base_address %s --check-prefix=INVALID-ADDRSIZE
398 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01,0x02] --docnum=8 %s 2>&1 | \
399 # RUN: FileCheck -DOPERATOR=base_address -DACTUAL=2 -DEXPECTED=1 %s --check-prefix=INVALID-OPERAN…
H A Ddebug-loclists.yaml471 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01] --docnum=7 %s 2>&1 | \
472 # RUN: FileCheck -DOPERATOR=base_address %s --check-prefix=INVALID-ADDRSIZE
516 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01,0x02] --docnum=8 %s 2>&1 | \
517 # RUN: FileCheck -DOPERATOR=base_address -DACTUAL=2 -DEXPECTED=1 %s --check-prefix=INVALID-LLE-OP…
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Ddwarf4-split-dwarf-no-address-helper.s1 # Manually modified to remove low_pc/high_pc and base_address
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp3979 const addr_t base_address = in EmulateLDM() local
5233 offset_addr = base_address + imm32; in EmulateSTRThumb()
5235 offset_addr = base_address - imm32; in EmulateSTRThumb()
5241 address = base_address; in EmulateSTRThumb()
5405 addr_t base_address = in EmulateSTRRegister() local
5430 address = base_address; in EmulateSTRRegister()
5563 addr_t base_address = in EmulateSTRBThumb() local
5570 offset_addr = base_address + imm32; in EmulateSTRBThumb()
5572 offset_addr = base_address - imm32; in EmulateSTRBThumb()
5578 address = base_address; in EmulateSTRBThumb()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1073 HANDLE_DW_RLE(0x05, base_address)
1084 HANDLE_DW_LLE(0x06, base_address)
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1439 (hsa_kernel_dispatch_packet_t *)Queue->base_address + (PacketId & Mask); in runRegionLocked()