Lines Matching refs:cu
40 __libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset,
85 if (cu == NULL
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code)) == NULL)
152 if (cu != NULL && ! foundit)
153 if (Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb) == -1)
158 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code);
169 if (die == NULL || die->cu == NULL)
172 Dwarf_CU *cu = die->cu;
173 Dwarf *dbg = cu->dbg;
174 Dwarf_Off abbrev_offset = cu->orig_abbrev_offset;
185 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL);