| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | ValueObjectMemory.cpp | 62 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() local 63 if (load_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory() 65 m_value.GetScalar() = load_address; in ValueObjectMemory() 93 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() local 94 if (load_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory() 96 m_value.GetScalar() = load_address; in ValueObjectMemory()
|
| D | ValueObjectDynamicValue.cpp | 232 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in UpdateValue() local 233 m_value.GetScalar() = load_address; in UpdateValue()
|
| D | Value.cpp | 403 addr_t load_address = in GetValueAsData() local 411 if (load_address != LLDB_INVALID_ADDRESS && in GetValueAsData() 414 address = load_address; in GetValueAsData()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | IRExecutionUnit.cpp | 793 lldb::addr_t &load_address, SymbolContextList &sc_list, in FindInSymbols() 795 load_address = LLDB_INVALID_ADDRESS; in FindInSymbols() 815 load_address = candidate_sc.symbol->ResolveCallableAddress(*target); in FindInSymbols() 817 if (load_address == LLDB_INVALID_ADDRESS) { in FindInSymbols() 819 load_address = in FindInSymbols() 822 load_address = candidate_sc.symbol->GetAddress().GetFileAddress(); in FindInSymbols() 826 if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) { in FindInSymbols() 828 load_address = candidate_sc.function->GetAddressRange() in FindInSymbols() 832 load_address = candidate_sc.function->GetAddressRange() in FindInSymbols() 837 if (load_address != LLDB_INVALID_ADDRESS) { in FindInSymbols() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | TraceInstructionDumper.cpp | 52 lldb::addr_t load_address; member 270 insn_info.load_address = m_cursor_up->GetLoadAddress(); in DumpInstructions() 272 insn_info.address.SetLoadAddress(insn_info.load_address, &target); in DumpInstructions()
|
| D | StackFrame.cpp | 1560 Address load_address; in DoGuessValueAt() local 1562 operands[0].m_immediate, load_address)) { in DoGuessValueAt() 1566 load_address, eSymbolContextFunction, sc); in DoGuessValueAt()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| D | TraceSessionFileParser.cpp | 52 module_sp->SetLoadAddress(*target_sp, module.load_address.value, false, in ParseModule() 192 o.map("loadAddress", module.load_address) && in fromJSON()
|
| D | TraceSessionFileParser.h | 36 JSONAddress load_address; member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| D | ObjectFileWasm.cpp | 349 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() argument 368 m_memory_addr == load_address); in SetLoadAddress() 385 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | Block.cpp | 269 Address load_address; in GetRangeContainingLoadAddress() local 270 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress() 272 return GetRangeContainingAddress(load_address, containing_range); in GetRangeContainingLoadAddress()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 1608 (macro_build_ldst_constoffset,load_address,macro,s_cpsetup, 2366 (load_address): Generate GOT_DISP with of without offset 4145 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi. 4988 * tc-mips.c (load_address): Don't clobber $at when loading a 5225 * config/tc-mips.c (load_address): Use non-trapping "daddu" 5617 (load_address): Add some NewABI PIC support. 5624 * config/tc-mips.c (load_address): Use mips_gp_register instead 5672 (load_address): Use mips_gp_register instead of hardcoded value. 5675 (macro2): Change load_address calls. 5706 (load_address): Move pointer initialization.
|
| D | ChangeLog-0001 | 192 (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. 228 (load_address): Likewise. 737 (load_address): Support both 32- and 64-bit addresses. 739 (macro2): Call load_address correctly. 1456 * config/tc-mips.c (load_address): Reflect change to MAX_GPREL_OFFSET. 1665 (load_address): Formatting. 1699 (load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
|
| D | ChangeLog-9697 | 1537 (load_address, macro, md_estimate_size_before_relax): Fix all 5132 * config/tc-mips.c (load_address): Cast X_add_number to valueT 5522 (load_address): Handle mips_big_got case.
|
| D | ChangeLog-9899 | 4488 * config/tc-mips.c (load_address): Don't use mips III or mips IV 4545 (load_address): Use bfd_arch_bits_per_address to determine the
|
| D | ChangeLog-9295 | 14 * config/tc-mips.c (load_address): Correctly handle a constant in 3269 (load_address, macro): In NO_PIC branches, if nopic_need_relax 4384 * config/tc-mips.c (load_address): Fix RELAX_ENCODE arguments for 6605 (load_address): Handle EMBEDDED_PIC. 6875 * config/tc-mips.c (load_address): When calling frag_grow, allow 8234 (load_address): New function.
|
| D | ChangeLog-2006 | 2269 (load_address): Extend SVR4_PIC handling to VXWORKS_PIC.
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-mips.c | 4199 load_address (int reg, expressionS *ep, int *used_at) in load_address() function 7924 load_address (AT, &offset_expr, &used_at); in macro2() 7957 load_address (AT, &offset_expr, &used_at); in macro2() 8052 load_address (AT, &offset_expr, &used_at); in macro2() 8083 load_address (AT, &offset_expr, &used_at); in macro2()
|