Searched refs:export_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsomread.c347 objfile->export_list = NULL;
595 unsigned int export_list; local
625 objfile->export_list = NULL;
642 export_list = dl_header[8];
659 objfile->export_list
669 export_list + j * SOM_READ_EXPORTS_CHUNK_SIZE,
675 objfile->export_list[k].name
677 strcpy (objfile->export_list[k].name, string_buffer + buffer[i].name);
678 objfile->export_list[k].address = buffer[i].value;
684 objfile->export_list[
[all...]
H A Dobjfiles.h436 ExportEntry *export_list; member in struct:objfile
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dwinnt.c671 struct export_list GTY(())
673 struct export_list *next;
678 static GTY(()) struct export_list *export_head;
689 struct export_list *p;
691 p = (struct export_list *) ggc_alloc (sizeof *p);
727 struct export_list *q;
669 struct export_list GTY(()) function

Completed in 51 milliseconds