HomeSort by: relevance | last modified time | path
    Searched refs:sections_end (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.h 705 (section_iterator (sections_start, sections_end),
706 section_iterator (sections_end, sections_end)));
712 (section_iterator (sections_start, sections_end),
713 section_iterator (sections_end, sections_end)));
814 SECTIONS_END points to the first location past the last entry in
821 struct obj_section *sections_end = nullptr; member in struct:objfile
maint.c 342 if (osect >= ofile->sections_end)
objfiles.c 191 table (objfile->sections_end). */
227 objfile->sections_end = (objfile->sections_start + count);
  /src/external/gpl3/gdb/dist/gdb/
objfiles.h 675 (section_iterator (sections_start, sections_end),
676 section_iterator (sections_end, sections_end)));
777 SECTIONS_END points to the first location past the last entry in
784 struct obj_section *sections_end = nullptr; member in struct:objfile
maint.c 354 if (osect >= ofile->sections_end)
objfiles.c 190 table (objfile->sections_end). */
226 objfile->sections_end = (objfile->sections_start + count);

Completed in 22 milliseconds