Home
last modified time | relevance | path

Searched refs:export_list (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDsomread.c347 objfile->export_list = NULL; in som_symfile_read()
595 unsigned int export_list; in init_export_symbols() local
625 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 …]
HDobjfiles.h436 ExportEntry *export_list; member
/freebsd-11-stable/contrib/gcc/config/i386/
HDwinnt.c669 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()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-19999819 * i386/winnt.c (export_list): New type.
HDChangeLog-200431185 (struct export_list) Likewise.