Home
last modified time | relevance | path

Searched refs:dyn_ptr (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-svr4.c328 CORE_ADDR dyn_ptr; in elf_locate_base() local
335 dyn_ptr = bfd_h_get_32 (exec_bfd, in elf_locate_base()
337 return dyn_ptr; in elf_locate_base()
347 dyn_ptr = bfd_h_get_32 (exec_bfd, in elf_locate_base()
349 if (target_read_memory (dyn_ptr, pbuf, pbuf_size)) in elf_locate_base()
363 CORE_ADDR dyn_ptr; in elf_locate_base() local
370 dyn_ptr = bfd_h_get_64 (exec_bfd, in elf_locate_base()
372 return dyn_ptr; in elf_locate_base()
382 dyn_ptr = bfd_h_get_64 (exec_bfd, in elf_locate_base()
384 if (target_read_memory (dyn_ptr, pbuf, pbuf_size)) in elf_locate_base()
Dsolib-pa64.c211 CORE_ADDR dyn_ptr; in read_dynamic_info() local