HomeSort by: relevance | last modified time | path
    Searched defs:bfd_section_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
coff-pe-read.c 457 unsigned int bfd_section_index;
469 bfd_section_index = section->index;
471 bfd_section_index = -1;
477 section_data[sectix].index = bfd_section_index;
486 section_data[otherix].index = bfd_section_index;
453 unsigned int bfd_section_index; local
  /src/external/gpl3/gdb.old/dist/gdb/
coff-pe-read.c 457 unsigned int bfd_section_index;
469 bfd_section_index = section->index;
471 bfd_section_index = -1;
477 section_data[sectix].index = bfd_section_index;
486 section_data[otherix].index = bfd_section_index;
453 unsigned int bfd_section_index; local

Completed in 45 milliseconds