Searched refs:load_address (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp56 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); local
57 if (load_address != LLDB_INVALID_ADDRESS) {
59 m_value.GetScalar() = load_address;
88 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); local
89 if (load_address != LLDB_INVALID_ADDRESS) {
91 m_value.GetScalar() = load_address;
H A DValueObjectDynamicValue.cpp232 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); local
233 m_value.GetScalar() = load_address;
H A DValue.cpp423 addr_t load_address = local
431 if (load_address != LLDB_INVALID_ADDRESS &&
434 address = load_address;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp787 lldb::addr_t &load_address, SymbolContextList &sc_list,
789 load_address = LLDB_INVALID_ADDRESS;
809 load_address = candidate_sc.symbol->ResolveCallableAddress(*target);
811 if (load_address == LLDB_INVALID_ADDRESS) {
813 load_address =
816 load_address = candidate_sc.symbol->GetAddress().GetFileAddress();
820 if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) {
822 load_address = candidate_sc.function->GetAddressRange()
826 load_address = candidate_sc.function->GetAddressRange()
831 if (load_address !
858 lldb::addr_t load_address = LLDB_INVALID_ADDRESS; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp269 Address load_address; local
270 load_address.SetLoadAddress(load_addr, &target);
272 return GetRangeContainingAddress(load_address, containing_range);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1590 Address load_address; local
1592 operands[0].m_immediate, load_address)) {
1596 load_address, eSymbolContextFunction, sc);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c4206 load_address (int reg, expressionS *ep, int *used_at)
7931 load_address (AT, &offset_expr, &used_at);
7964 load_address (AT, &offset_expr, &used_at);
8059 load_address (AT, &offset_expr, &used_at);
8090 load_address (AT, &offset_expr, &used_at);
4199 load_address (int reg, expressionS *ep, int *used_at) function

Completed in 223 milliseconds