Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dsomread.c475 unsigned int import_list; in init_import_symbols() local
502 objfile->import_list = NULL; in init_import_symbols()
519 import_list = dl_header[4]; in init_import_symbols()
536 objfile->import_list in init_import_symbols()
546 import_list + j * SOM_READ_IMPORTS_CHUNK_SIZE, in init_import_symbols()
552 objfile->import_list[k] in init_import_symbols()
554 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); in init_import_symbols()
558 objfile->import_list[k] = NULL; in init_import_symbols()
566 import_list + k * sizeof (SomImportEntry), in init_import_symbols()
572 objfile->import_list[k] in init_import_symbols()
[all …]
Dobjfiles.h430 ImportEntry *import_list; member
Dobjfiles.c815 if (objfile->import_list[i] && DEPRECATED_STREQ (name, objfile->import_list[i])) in is_in_import_list()
/freebsd-12-stable/contrib/binutils/binutils/
Ddlltool.c344 static iheadtype *import_list = NULL; variable
1043 for (pq = &import_list; *pq != NULL; pq = &(*pq)->next) in append_import()
1690 if (import_list == NULL) in generate_idata_ofile()
1699 for (headptr = import_list; headptr != NULL; headptr = headptr->next) in generate_idata_ofile()
1721 for (headptr = import_list; headptr != NULL; headptr = headptr->next) in generate_idata_ofile()
1742 for (headptr = import_list; headptr != NULL; headptr = headptr->next) in generate_idata_ofile()
1763 for (headptr = import_list; headptr != NULL; headptr = headptr->next) in generate_idata_ofile()
1781 for (headptr = import_list; headptr != NULL; headptr = headptr->next) in generate_idata_ofile()
DChangeLog-98991626 (import_list): New static variable.
1628 (def_import): Add an entry to import_list.