Searched refs:export_list (Results 1 – 8 of 8) sorted by relevance
348 objfile->export_list = NULL; in som_symfile_read()596 unsigned int export_list; in init_export_symbols() local626 objfile->export_list = NULL; in init_export_symbols()643 export_list = dl_header[8]; in init_export_symbols()660 objfile->export_list in init_export_symbols()670 export_list + j * SOM_READ_EXPORTS_CHUNK_SIZE, in init_export_symbols()676 objfile->export_list[k].name in init_export_symbols()678 strcpy (objfile->export_list[k].name, string_buffer + buffer[i].name); in init_export_symbols()679 objfile->export_list[k].address = buffer[i].value; in init_export_symbols()685 objfile->export_list[k].name = NULL; in init_export_symbols()[all …]
409 ExportEntry *export_list; member
1760 export_list, export_list_size
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()
699 struct export_list struct701 struct export_list *next; argument706 static struct export_list *export_head; argument719 struct export_list *p;721 p = (struct export_list *) xmalloc (sizeof *p);756 struct export_list *q;
4 function(get_aix_libatomic_default_link_flags link_flags export_list)8 -Wl,-bnoentry -Wl,-bexport:${export_list}
860 rva_symbol_list_t export_list; in AppendFromExportTable() local923 export_list.push_back(std::make_pair(function_rva, idx)); in AppendFromExportTable()925 std::stable_sort(export_list.begin(), export_list.end(), in AppendFromExportTable()927 return export_list; in AppendFromExportTable()
9819 * i386/winnt.c (export_list): New type.