Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectMemory.cpp68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() local
69 if (load_address != LLDB_INVALID_ADDRESS) in ValueObjectMemory()
72 m_value.GetScalar() = load_address; in ValueObjectMemory()
108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get()); in ValueObjectMemory() local
109 if (load_address != LLDB_INVALID_ADDRESS) in ValueObjectMemory()
112 m_value.GetScalar() = load_address; in ValueObjectMemory()
HDValueObjectDynamicValue.cpp298 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in UpdateValue() local
299 m_value.GetScalar() = load_address; in UpdateValue()
HDValue.cpp472 addr_t load_address = so_addr.GetLoadAddress (exe_ctx->GetTargetPtr()); in GetValueAsData() local
477 if (load_address != LLDB_INVALID_ADDRESS && process_launched_and_stopped) in GetValueAsData()
480 address = load_address; in GetValueAsData()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDBlock.cpp323 Address load_address; in GetRangeContainingLoadAddress() local
324 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
326 return GetRangeContainingAddress(load_address, containing_range); in GetRangeContainingLoadAddress()
/trueos/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.
/trueos/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()