Home
last modified time | relevance | path

Searched refs:fn_fieldp (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c3612 union dnttentry *fieldp, *fn_fieldp, *parentp; in hpread_read_struct_type() local
3824 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile); in hpread_read_struct_type()
3829 if (fn_fieldp->dblock.kind == DNTT_TYPE_VFUNC) in hpread_read_struct_type()
3831 vtbl_offset = fn_fieldp->dvfunc.vtbl_offset; in hpread_read_struct_type()
3832 fn_field = fn_fieldp->dvfunc.funcptr; in hpread_read_struct_type()
3833 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile); in hpread_read_struct_type()
3839 if (fn_fieldp->dblock.kind == DNTT_TYPE_MODIFIER) in hpread_read_struct_type()
3841 static_member = fn_fieldp->dmodifier.m_static; in hpread_read_struct_type()
3842 const_member = fn_fieldp->dmodifier.m_const; in hpread_read_struct_type()
3843 volatile_member = fn_fieldp->dmodifier.m_volatile; in hpread_read_struct_type()
[all …]