Searched refs:resolved_value (Results 1 - 3 of 3) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ppc/
H A Darch.h110 GElf_Addr resolved_value; member in union:arch_library_symbol_data::__anon26649
H A Dplt.c155 libsym->arch.resolved_value = value;
184 uint32_t insn1 = libsym->arch.resolved_value >> 32;
185 uint32_t insn2 = (uint32_t) libsym->arch.resolved_value;
192 mark_as_resolved(libsym, libsym->arch.resolved_value);
204 &libsym->arch.resolved_value) < 0) {
788 libsym->arch.resolved_value = plt_entry_addr;
840 libsym->arch.resolved_value);
874 if (value == libsym->arch.resolved_value)
884 libsym->arch.resolved_value) < 0)
945 (uintptr_t)bp->libsym->arch.resolved_value;
[all...]
/external/lldb/source/Expression/
H A DIRInterpreter.cpp319 APInt resolved_value; local
321 if (!ResolveConstantValue(resolved_value, constant))
324 const uint64_t *raw_data = resolved_value.getRawData();

Completed in 92 milliseconds