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

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_init.c 390 void *section_init = zalloc(section_size); local
393 section_init, 0,
400 section_init,
407 free(section_init); /* only free if load */
hw_htab.c 428 void *section_init; local
473 section_init = zalloc(section_size);
476 section_init, 0,
482 section_init,
489 free(section_init); /* only free if load */
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_init.c 390 void *section_init = zalloc(section_size); local
393 section_init, 0,
400 section_init,
407 free(section_init); /* only free if load */
hw_htab.c 428 void *section_init; local
473 section_init = zalloc(section_size);
476 section_init, 0,
482 section_init,
489 free(section_init); /* only free if load */

Completed in 65 milliseconds