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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h65 // l_ld -> Address of the dynamic table for this binary.
130 uintptr_t l_ld; member in struct:crazy::link_map_t
H A Dcrazy_linker_library_list.cpp348 lib->link_map_.l_ld = reinterpret_cast<uintptr_t>(lib->view_.dynamic());
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c360 Elf##BITS##_Addr l_ld; \
386 ret->l_ld = lm.l_ld;
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c347 GElf_Addr l_ld = addrs[2];
352 if (l_ld == 0)
380 The l_ld address is the only one we know for sure
382 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, l_ld);
345 GElf_Addr l_ld = addrs[2]; local

Completed in 188 milliseconds