Searched refs:l_ld (Results 1 – 8 of 8) sorted by relevance
618 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()623 GElf_Addr fixup = module->l_ld - dyn_vaddr; in dwfl_segment_report_module()625 && module_start + fixup <= module->l_ld in dwfl_segment_report_module()626 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()647 || dyn_vaddr == module->l_ld) in dwfl_segment_report_module()
330 GElf_Addr l_ld = addrs[2]; in report_r_debug() local335 if (l_ld == 0) in report_r_debug()376 r_debug_info_module->l_ld = l_ld; in report_r_debug()412 - elf_dynamic_vaddr + l_ld); in report_r_debug()441 GElf_Addr base = l_ld - elf_dynamic_vaddr; in report_r_debug()
543 module->l_ld - file_dynamic_vaddr, in dwfl_core_file_report()
642 GElf_Addr l_ld; member
113 Use instead new variable base recalculated from l_ld.1195 * link_map.c (report_r_debug): Skip entries with l_ld==0.1196 Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure.
360 Elf##BITS##_Addr l_ld; \386 ret->l_ld = lm.l_ld; in fetch_lm32()
752 entry.ld = reinterpret_cast<uintptr_t>(map.l_ld); in WriteDSODebugStream()
929 link_map.l_ld = (ElfW(Dyn)*)iter->ld; in AugmentMappings()