Searched refs:reg_ops (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 562 Dwarf_Op reg_ops_mem[3], *reg_ops; in handle_cfi() local 564 if (dwarf_frame_register (frame, regno, reg_ops_mem, ®_ops, in handle_cfi() 573 if (reg_ops == reg_ops_mem) in handle_cfi() 580 else if (reg_ops == NULL) in handle_cfi() 592 else if (! expr_eval (state, frame, reg_ops, reg_nops, ®val, bias)) in handle_cfi()
|
/external/kmod/libkmod/ |
D | libkmod-file.c | 415 static const struct file_ops reg_ops = { variable 478 file->ops = ®_ops; in kmod_file_open()
|