Searched refs:l_ld (Results 1 – 7 of 7) sorted by relevance
632 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()637 GElf_Addr fixup = module->l_ld - dyn_vaddr; in dwfl_segment_report_module()639 && module_start + fixup <= module->l_ld in dwfl_segment_report_module()640 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()661 || dyn_vaddr == module->l_ld) in dwfl_segment_report_module()
334 GElf_Addr l_ld = addrs[2]; in report_r_debug() local339 if (l_ld == 0) in report_r_debug()382 r_debug_info_module->l_ld = l_ld; in report_r_debug()418 - elf_dynamic_vaddr + l_ld); in report_r_debug()447 GElf_Addr base = l_ld - elf_dynamic_vaddr; in report_r_debug()
579 module->l_ld - file_dynamic_vaddr, in dwfl_core_file_report()
657 GElf_Addr l_ld; member
462 Use instead new variable base recalculated from l_ld.1544 * link_map.c (report_r_debug): Skip entries with l_ld==0.1545 Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure.
760 entry.ld = reinterpret_cast<uintptr_t>(map.l_ld); in WriteDSODebugStream()
931 link_map.l_ld = (ElfW(Dyn)*)iter->ld; in AugmentMappings()