Lines Matching refs:result
121 /* Note that the result word size depends on the architecture word size.
125 Dwarf_Addr addr, Dwarf_Word *result)
151 *result = *(unsigned long *) d;
153 memcpy (result, d, sizeof (unsigned long));
175 *result = *(unsigned long *) d;
177 memcpy (result, d, sizeof (unsigned long));
190 /* Note that the result word size depends on the architecture word size.
193 pid_memory_read (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Word *result, void *arg)
201 if (read_cached_memory (pid_arg, addr, result))
206 *result >>= 32;
217 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
232 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
238 *result >>= 32;
241 *result >>= 32;
244 *result &= 0xffffffff;