Lines Matching refs:base
58 void *dest, void *base);
61 fetch_store_string(unsigned long addr, void *dest, void *base);
64 fetch_store_string_user(unsigned long addr, void *dest, void *base);
88 fetch_store_symstring(unsigned long addr, void *dest, void *base) in fetch_store_symstring() argument
96 __dest = get_loc_data(dest, base); in fetch_store_symstring()
104 void *dest, void *base) in process_fetch_insn_bottom() argument
163 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
167 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
171 ret = fetch_store_symstring(val + code->offset, dest, base); in process_fetch_insn_bottom()
238 void *base = data - header_size; in store_trace_args() local
248 *dl = make_data_loc(maxlen, dyndata - base); in store_trace_args()
249 ret = process_fetch_insn(arg->code, rec, dl, base); in store_trace_args()