Searched refs:load_address (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectMemory.cpp | 68 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()
|
| HD | ValueObjectDynamicValue.cpp | 298 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in UpdateValue() local 299 m_value.GetScalar() = load_address; in UpdateValue()
|
| HD | Value.cpp | 472 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/ |
| HD | Block.cpp | 323 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/ |
| HD | 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.
|
| HD | 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.
|
| HD | 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.
|
| HD | 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
|
| HD | 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.
|
| HD | ChangeLog-2006 | 2269 (load_address): Extend SVR4_PIC handling to VXWORKS_PIC.
|
| /trueos/contrib/binutils/gas/config/ |
| HD | 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()
|