Home
last modified time | relevance | path

Searched refs:load_address (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectMemory.cpp56 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() local
57 if (load_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()
59 m_value.GetScalar() = load_address; in ValueObjectMemory()
88 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() local
89 if (load_address != LLDB_INVALID_ADDRESS) { in ValueObjectMemory()
91 m_value.GetScalar() = load_address; in ValueObjectMemory()
HDValueObjectDynamicValue.cpp232 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in UpdateValue() local
233 m_value.GetScalar() = load_address; in UpdateValue()
HDValue.cpp423 addr_t load_address = in GetValueAsData() local
431 if (load_address != LLDB_INVALID_ADDRESS && in GetValueAsData()
434 address = load_address; in GetValueAsData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp787 lldb::addr_t &load_address, SymbolContextList &sc_list, in FindInSymbols()
789 load_address = LLDB_INVALID_ADDRESS; in FindInSymbols()
809 load_address = candidate_sc.symbol->ResolveCallableAddress(*target); in FindInSymbols()
811 if (load_address == LLDB_INVALID_ADDRESS) { in FindInSymbols()
813 load_address = in FindInSymbols()
816 load_address = candidate_sc.symbol->GetAddress().GetFileAddress(); in FindInSymbols()
820 if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) { in FindInSymbols()
822 load_address = candidate_sc.function->GetAddressRange() in FindInSymbols()
826 load_address = candidate_sc.function->GetAddressRange() in FindInSymbols()
831 if (load_address != LLDB_INVALID_ADDRESS) { in FindInSymbols()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDBlock.cpp269 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-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp1590 Address load_address; in DoGuessValueAt() local
1592 operands[0].m_immediate, load_address)) { in DoGuessValueAt()
1596 load_address, eSymbolContextFunction, sc); in DoGuessValueAt()
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-02031608 (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.
HDChangeLog-0001192 (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.
HDChangeLog-96971537 (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.
HDChangeLog-98994488 * 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
HDChangeLog-929514 * 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.
HDChangeLog-20062269 (load_address): Extend SVR4_PIC handling to VXWORKS_PIC.
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c4199 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()