Searched refs:lto_file (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.h34 } lto_file; typedef in typeref:struct:lto_file_struct
45 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
46 extern void lto_obj_file_close (lto_file *file);
48 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
53 extern lto_file *lto_set_current_out_file (lto_file *file);
54 extern lto_file *lto_get_current_out_file (void);
H A Dlto-object.c62 lto_file base;
85 lto_file_init (lto_file *file, const char *filename, off_t offset)
95 lto_file *
125 lto_file_init ((lto_file *) lo, fname, offset);
184 lto_obj_file_close ((lto_file *) lo);
194 lto_obj_file_close (lto_file *file)
289 lto_obj_build_section_table (lto_file *lto_file, struct lto_section_list *list) argument
291 struct lto_simple_object *lo = (struct lto_simple_object *) lto_file;
320 static lto_file *current_out_fil
[all...]
H A Dlto.c2061 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file)
2219 lto_file_finalize (struct lto_file_decl_data *file_data, lto_file *file)
2256 lto_create_files_from_ids (lto_file *file, struct lto_file_decl_data *file_data,
2276 lto_file_read (lto_file *file, FILE *resolution_file, int *count)
2456 static lto_file *current_lto_file;
2495 lto_file *file = lto_obj_file_open (temp_filename, true);
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c915 struct plugin_file_info lto_file; local
919 memset (&lto_file, 0, sizeof (struct plugin_file_info));
933 lto_file.name = objname;
937 lto_file.name = xstrdup (file->name);
939 lto_file.handle = file->handle;
945 obj.out = &lto_file.symtab;
974 resolve_conflicts (&lto_file.symtab, &lto_file.conflicts);
978 status = add_symbols (file->handle, lto_file.symtab.nsyms,
979 lto_file
[all...]

Completed in 67 milliseconds