Searched defs:info_addr (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp31 addr_t info_addr; local
40 info_addr = 0;
41 size = process->DoReadMemory(info_location, &info_addr,
46 if (info_addr == 0)
49 return info_addr;
77 addr_t info_addr; local
84 cursor = info_addr = ResolveRendezvousAddress(m_process);
86 cursor = info_addr = m_rendezvous_addr;
107 m_rendezvous_addr = info_addr;
/external/libunwind/src/ia64/
H A DGtables.c142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local
194 info_addr = hdr_addr + 8;
210 if ( ((ret = read_mem (as, info_addr, &directives, arg)) < 0)
211 || ((ret = read_mem (as, info_addr + 0x08, &pers, arg)) < 0)
212 || ((ret = read_mem (as, info_addr + 0x10, &cookie, arg)) < 0)
213 || ((ret = read_mem (as, info_addr + 0x18, &off, arg)) < 0))
255 unw_word_t addr, hdr_addr, info_addr, info_end_addr, hdr, *wp; local
307 info_addr = hdr_addr + 8;
324 info_end_addr = info_addr + 8 * IA64_UNW_LENGTH (hdr);
336 pi->unwind_info = (void *) (uintptr_t) info_addr;
[all...]

Completed in 112 milliseconds