OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolved_value
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/sysdeps/linux-gnu/ppc/
arch.h
84
*
RESOLVED_VALUE
. */
110
GElf_Addr
resolved_value
;
member in union:arch_library_symbol_data::__anon6201
plt.c
155
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
);
872
/* In UNRESOLVED state, the
RESOLVED_VALUE
in fact contains
874
if (value == libsym->arch.
resolved_value
)
884
libsym->arch.
resolved_value
) < 0
[
all
...]
/external/lldb/source/Expression/
IRInterpreter.cpp
319
APInt
resolved_value
;
local
321
if (!ResolveConstantValue(
resolved_value
, constant))
324
const uint64_t *raw_data =
resolved_value
.getRawData();
[
all
...]
Completed in 59 milliseconds