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

/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c632 if (module_start <= module->l_ld && module->l_ld < module_end)
637 GElf_Addr fixup = module->l_ld - dyn_vaddr;
639 && module_start + fixup <= module->l_ld
640 && module->l_ld < module_end + fixup)
661 || dyn_vaddr == module->l_ld)
H A Dlink_map.c336 GElf_Addr l_ld = addrs[2];
341 if (l_ld == 0)
384 r_debug_info_module->l_ld = l_ld;
420 - elf_dynamic_vaddr + l_ld);
449 GElf_Addr base = l_ld - elf_dynamic_vaddr;
334 GElf_Addr l_ld = addrs[2]; local
H A Dcore-file.c579 module->l_ld - file_dynamic_vaddr,
H A DlibdwflP.h657 GElf_Addr l_ld; member in struct:r_debug_info_module
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c360 Elf##BITS##_Addr l_ld; \
386 ret->l_ld = lm.l_ld;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc760 entry.ld = reinterpret_cast<uintptr_t>(map.l_ld);
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc931 link_map.l_ld = (ElfW(Dyn)*)iter->ld;

Completed in 470 milliseconds