Home | History | Annotate | Download | only in linux-gnu

Lines Matching full:arch_addr_t

292 fetch_dyn64(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret)
301 fetch_dyn32(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret)
316 arch_addr_t *, Elf64_Dyn *)
322 proc_find_dynamic_entry_addr(struct process *proc, arch_addr_t src_addr,
323 int d_tag, arch_addr_t *ret)
344 * arch_addr_t becomes integral type. */
345 *ret = (arch_addr_t)(uintptr_t)entry.d_un.d_val;
368 fetch_lm64(struct process *proc, arch_addr_t addr,
377 fetch_lm32(struct process *proc, arch_addr_t addr,
395 arch_addr_t, struct lt_link_map_64 *)
414 fetch_rd64(struct process *proc, arch_addr_t addr,
423 fetch_rd32(struct process *proc, arch_addr_t addr,
441 arch_addr_t, struct lt_r_debug_64 *)
483 * arch_addr_t becomes integral type. */
484 arch_addr_t addr = (arch_addr_t)(uintptr_t)dbg->r_map;
493 arch_addr_t key = addr;
495 * arch_addr_t becomes integral type. */
496 addr = (arch_addr_t)(uintptr_t)rlm.l_next;
504 * arch_addr_t becomes integral type. */
505 umovebytes(proc, (arch_addr_t)(uintptr_t)rlm.l_name,
602 arch_find_dl_debug(struct process *proc, arch_addr_t dyn_addr,
603 arch_addr_t *ret)
610 linkmap_init(struct process *proc, arch_addr_t dyn_addr)
629 * arch_addr_t becomes integral type. */
630 arch_addr_t addr = (arch_addr_t)(uintptr_t)rdbg.r_brk;
672 arch_addr_t *entryp,
673 arch_addr_t *interp_biasp)
688 arch_addr_t at_entry = 0;
689 arch_addr_t at_bias = 0;
698 * arch_addr_t becomes integral type. */
699 at_bias = (arch_addr_t)(uintptr_t)entry.a_un.a_val;
704 * arch_addr_t becomes integral type. */
705 at_entry = (arch_addr_t)(uintptr_t)entry.a_un.a_val;