HomeSort by relevance Sort by last modified time
    Searched refs:l_ld (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/
link.h 67 ElfW(Dyn)* l_ld; member in struct:link_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
link.h 92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */ member in struct:link_map
  /bionic/linker/
dlfcn.cpp 333 __libdl_info->link_map_head.l_ld = linker_map.l_ld;
linker_main.cpp 191 &linker_link_map.l_ld, nullptr);
linker.cpp 268 map->l_ld = info->dynamic;
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 624 /* Try to match up DYN_VADDR against L_LD as found in link map.
632 if (module_start <= module->l_ld && module->l_ld < module_end)
634 /* L_LD read from link map must be right while DYN_VADDR is unsafe.
635 Therefore subtract DYN_VADDR and add L_LD to get a possibly
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)
link_map.c 336 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
core-file.c 579 module->l_ld - file_dynamic_vaddr,
libdwflP.h 657 GElf_Addr l_ld; member in struct:r_debug_info_module
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 760 entry.ld = reinterpret_cast<uintptr_t>(map.l_ld);
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]

Completed in 197 milliseconds