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()
124 void *dest, void *base) in process_fetch_insn_bottom() argument
183 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
187 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
191 ret = fetch_store_symstring(val + code->offset, dest, base); in process_fetch_insn_bottom()
258 void *base = data - header_size; in store_trace_args() local
268 *dl = make_data_loc(maxlen, dyndata - base); in store_trace_args()
269 ret = process_fetch_insn(arg->code, rec, edata, dl, base); in store_trace_args()