Home
last modified time | relevance | path

Searched refs:l_ld (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c632 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()
Dlink_map.c334 GElf_Addr l_ld = addrs[2]; in report_r_debug() local
339 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()
Dcore-file.c579 module->l_ld - file_dynamic_vaddr, in dwfl_core_file_report()
DlibdwflP.h657 GElf_Addr l_ld; member
DChangeLog462 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.
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc760 entry.ld = reinterpret_cast<uintptr_t>(map.l_ld); in WriteDSODebugStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc931 link_map.l_ld = (ElfW(Dyn)*)iter->ld; in AugmentMappings()