Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhpread.c722 union dnttentry *dn_bufp; in scan_procs() local
1777 union dnttentry *dn_bufp; in hpread_build_psymtabs() local
2179 if (dn_bufp->dsvar.global) in hpread_build_psymtabs()
2212 dn_bufp = hpread_get_lntt (dn_bufp->dtype.type.dnttp.index, objfile); in hpread_build_psymtabs()
2787 union dnttentry *dn_bufp; in hpread_expand_symtab() local
4540 if (!((dn_bufp->darray.arrayisbytes && dn_bufp->darray.elemisbytes) || in hpread_read_array_type()
4541 (!dn_bufp->darray.arrayisbytes && !dn_bufp->darray.elemisbytes))) in hpread_read_array_type()
4642 union dnttentry *dn_bufp; in hpread_type_lookup() local
4769 dn_bufp = hpread_get_lntt (dn_bufp->dtype.type.dnttp.index, objfile); in hpread_type_lookup()
5852 if (dn_bufp->dtag.global) in hpread_process_one_debug_symbol()
[all …]
H A DChangeLog-200311607 (hpread_get_textlow): Detect an uninitialized dn_bufp.