Lines Matching refs:GElf_Addr

135 			       GElf_Addr vaddr,  in integrated_memory_callback()
239 Dwfl *dwfl, GElf_Addr r_debug_vaddr, in report_r_debug()
245 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug()
257 GElf_Addr addrs[4]; in report_r_debug()
258 inline bool read_addrs (GElf_Addr vaddr, size_t n) in report_r_debug()
309 GElf_Addr next = addrs[0]; in report_r_debug()
329 GElf_Addr l_name = addrs[1]; in report_r_debug()
330 GElf_Addr l_ld = addrs[2]; in report_r_debug()
395 GElf_Addr elf_dynamic_vaddr; in report_r_debug()
400 GElf_Addr build_id_elfaddr; in report_r_debug()
411 GElf_Addr build_id_vaddr = (build_id_elfaddr in report_r_debug()
441 GElf_Addr base = l_ld - elf_dynamic_vaddr; in report_r_debug()
502 static GElf_Addr
503 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable()
535 GElf_Addr d_val_vaddr = 0; in consider_executable()
572 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset in consider_executable()
582 GElf_Addr mod_bias = dwfl_adjusted_address (mod, 0); in consider_executable()
639 GElf_Addr vaddr; in consider_executable()
668 static GElf_Addr
669 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable()
677 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()
695 GElf_Addr r_debug_vaddr = 0; in dwfl_link_map_report()
702 GElf_Addr entry = 0; in dwfl_link_map_report()
703 GElf_Addr phdr = 0; in dwfl_link_map_report()
751 GElf_Addr dyn_vaddr = 0; in dwfl_link_map_report()
753 GElf_Addr dyn_bias = (GElf_Addr) -1; in dwfl_link_map_report()
756 GElf_Addr vaddr, GElf_Xword filesz) in dwfl_link_map_report()
761 if (dyn_bias == (GElf_Addr) -1 in dwfl_link_map_report()
774 return dyn_bias != (GElf_Addr) -1; in dwfl_link_map_report()
932 if (dyn_bias != (GElf_Addr) -1) in dwfl_link_map_report()