Lines Matching refs:sibling
112 unsigned long sibling;
235 aDieInfo->sibling = bfd_get_32 (abfd, xptr);
405 /* Move to next sibling, if none, end loop */
406 if (eachDieInfo.sibling)
407 eachDie = stash->debug_section + eachDieInfo.sibling;
571 not it's sibling. */
572 if (aDieInfo.sibling
576 != stash->debug_section + aDieInfo.sibling)
588 if (aDieInfo.sibling != 0)
589 stash->currentDie = stash->debug_section + aDieInfo.sibling;