OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plt_stub_vma
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/sysdeps/linux-gnu/ppc/
arch.h
54
GElf_Addr
plt_stub_vma
;
member in struct:arch_ltelf_data
plt.c
246
assert(lte->arch.
plt_stub_vma
!= 0);
247
return lte->arch.
plt_stub_vma
+ PPC_PLT_STUB_SIZE * ndx;
274
assert(lte->arch.
plt_stub_vma
!= 0);
275
return lte->arch.
plt_stub_vma
+ PPC64_PLT_STUB_SIZE * ndx;
487
lte->arch.
plt_stub_vma
= glink_vma
489
debug(1, "stub_vma is %#" PRIx64, lte->arch.
plt_stub_vma
);
500
lte->arch.
plt_stub_vma
= glink_vma + 32;
[
all
...]
Completed in 175 milliseconds