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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c165 Parse the die starting at 'aDiePtr' into 'aDieInfo'.
173 struct die_info * aDieInfo,
180 memset (aDieInfo, 0, sizeof (* aDieInfo));
183 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr);
185 if (aDieInfo->length == 0
186 || (this_die + aDieInfo->length) >= aDiePtrEnd)
188 if (aDieInfo->length < 6)
191 aDieInfo->tag = TAG_padding;
196 aDieInfo
172 parse_die(bfd * abfd, struct die_info * aDieInfo, char * aDiePtr, char * aDiePtrEnd) argument
514 struct die_info aDieInfo; local
[all...]

Completed in 56 milliseconds