Home | History | Annotate | Download | only in bfd

Lines Matching defs:debug_section

45   bfd_byte *debug_section;
407 eachDie = stash->debug_section + eachDieInfo.sibling;
521 stash->debug_section
525 if (! stash->debug_section)
528 stash->debug_section_end = stash->debug_section + size;
529 stash->currentDie = stash->debug_section;
534 /* A null debug_section indicates that there was no dwarf1 info
537 if (! stash->debug_section)
576 != stash->debug_section + aDieInfo.sibling)
589 stash->currentDie = stash->debug_section + aDieInfo.sibling;
605 free (stash->debug_section);