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

  /src/external/gpl3/gdb.old/dist/bfd/
format.c 312 /* This a copy of lto_section defined in GCC (lto-streamer.h). */
314 struct lto_section struct
336 struct lto_section lsection;
342 sizeof (struct lto_section)))
  /src/external/gpl3/binutils/dist/bfd/
format.c 353 /* This a copy of lto_section defined in GCC (lto-streamer.h). */
355 struct lto_section struct
394 struct lto_section lsection = { 0, 0, 0, 0 };
412 sizeof (struct lto_section)))
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 379 /* This a copy of lto_section defined in GCC (lto-streamer.h). */
381 struct lto_section struct
406 struct lto_section lsection = { 0, 0, 0, 0 };
419 sizeof (struct lto_section)))
  /src/external/gpl3/gdb/dist/bfd/
format.c 332 /* This a copy of lto_section defined in GCC (lto-streamer.h). */
334 struct lto_section struct
356 struct lto_section lsection;
362 sizeof (struct lto_section)))
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.h 370 struct lto_section struct
393 STATIC_ASSERT (sizeof (lto_section) == 8);
602 lto_section lto_section_header;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.h 368 struct lto_section struct
391 STATIC_ASSERT (sizeof (lto_section) == 8);
600 lto_section lto_section_header;

Completed in 32 milliseconds