Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsomread.c348 objfile->export_list = NULL; in som_symfile_read()
596 unsigned int export_list; in init_export_symbols() local
626 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 …]
H A Dobjfiles.h409 ExportEntry *export_list; member
H A DChangeLog-19981760 export_list, export_list_size
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dwinnt.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()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dwinnt.c699 struct export_list struct
701 struct export_list *next; argument
706 static struct export_list *export_head; argument
719 struct export_list *p;
721 p = (struct export_list *) xmalloc (sizeof *p);
756 struct export_list *q;
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTAIXUtils.cmake4 function(get_aix_libatomic_default_link_flags link_flags export_list)
8 -Wl,-bnoentry -Wl,-bexport:${export_list}
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp860 rva_symbol_list_t export_list; in AppendFromExportTable() local
923 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.29819 * i386/winnt.c (export_list): New type.