Searched refs:export_list (Results 1 – 5 of 5) sorted by relevance
347 objfile->export_list = NULL; in som_symfile_read()595 unsigned int export_list; in init_export_symbols() local625 objfile->export_list = NULL; in init_export_symbols()642 export_list = dl_header[8]; in init_export_symbols()659 objfile->export_list in init_export_symbols()669 export_list + j * SOM_READ_EXPORTS_CHUNK_SIZE, in init_export_symbols()675 objfile->export_list[k].name in init_export_symbols()677 strcpy (objfile->export_list[k].name, string_buffer + buffer[i].name); in init_export_symbols()678 objfile->export_list[k].address = buffer[i].value; in init_export_symbols()684 objfile->export_list[k].name = NULL; in init_export_symbols()[all …]
436 ExportEntry *export_list; member
669 struct export_list GTY(())671 struct export_list *next;676 static GTY(()) struct export_list *export_head;687 struct export_list *p; in i386_pe_record_exported_symbol()689 p = (struct export_list *) ggc_alloc (sizeof *p); in i386_pe_record_exported_symbol()725 struct export_list *q; in i386_pe_file_end()
9819 * i386/winnt.c (export_list): New type.
31185 (struct export_list) Likewise.