Searched refs:fnp (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c3506 struct fn_field *fnp; local
3559 fnp = &new_fnfield->fnfield;
3562 fnp->physname = physname ? physname : "";
3563 fnp->type = alloc_type (objfile);
3570 smash_to_method_type (fnp->type, type,
3583 fnp->voffset = VOFFSET_STATIC;
3591 fnp->fcontext = die_containing_type (die, cu);
3603 fnp->is_private = 1;
3606 fnp->is_protected = 1;
3614 fnp
[all...]

Completed in 97 milliseconds