HomeSort by relevance Sort by last modified time
    Searched refs:debug_section (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
dwarf1.c 45 bfd_byte *debug_section; member in struct:dwarf1_debug
376 eachDie = stash->debug_section + eachDieInfo.sibling;
489 stash->debug_section
493 if (! stash->debug_section)
496 stash->debug_section_end = stash->debug_section + size;
497 stash->currentDie = stash->debug_section;
502 /* A null debug_section indicates that there was no dwarf1 info
505 if (! stash->debug_section)
544 != stash->debug_section + aDieInfo.sibling)
557 stash->currentDie = stash->debug_section + aDieInfo.sibling
    [all...]
coffgen.c 1570 char *debug_section; local
    [all...]
xcofflink.c 106 asection *debug_section; member in struct:xcoff_link_hash_table
1118 if (xcoff_hash_table (info)->debug_section == NULL
1128 xcoff_hash_table (info)->debug_section = dsec;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 248 static segT debug_section;
250 if (!debug_section)
256 debug_section = s->section;
258 return debug_section;
246 static segT debug_section; local
    [all...]

Completed in 101 milliseconds