OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolved_value
(Results
1 - 2
of
2
) 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::__anon18436
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
...]
Completed in 373 milliseconds