HomeSort by: relevance | last modified time | path
    Searched refs:file_data (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
lto-section-in.cc 127 or function. FILE_DATA indicates where to obtain the data.
134 lto_get_section_data (struct lto_file_decl_data *file_data,
139 const char *data = (get_section_f) (file_data, section_type, name, order,
169 file_data->lto_section_header.get_compression ());
179 FILE_DATA indicates where to obtain the data.
184 lto_get_summary_section_data (struct lto_file_decl_data *file_data,
187 return lto_get_section_data (file_data, section_type, NULL, 0, len);
193 lto_get_raw_section_data (struct lto_file_decl_data *file_data,
198 return (get_section_f) (file_data, section_type, name, order, len);
206 lto_free_section_data (struct lto_file_decl_data *file_data,
    [all...]
tree-streamer.h 119 int last = 1 << ib->file_data->mode_bits;
121 if (ib->file_data->mode_table)
122 return (machine_mode) ib->file_data->mode_table[ix];
lto-cgraph.cc 1190 /* Overwrite the information in NODE based on FILE_DATA, TAG, FLAGS,
1199 input_overwrite_node (struct lto_file_decl_data *file_data,
1205 node->lto_file_data = file_data;
1277 input_node (struct lto_file_decl_data *file_data,
1292 order = streamer_read_hwi (ib) + file_data->order_base;
1296 fn_decl = lto_input_fn_decl_ref (ib, file_data);
1354 input_overwrite_node (file_data, node, tag, &bp, &has_thunk_info);
1374 node->unit_id = streamer_read_hwi (ib) + file_data->unit_base;
1392 input_varpool_node (struct lto_file_decl_data *file_data,
1403 order = streamer_read_hwi (ib) + file_data->order_base
1694 struct lto_file_decl_data *file_data; local
1762 struct lto_file_decl_data *file_data; local
1834 struct lto_file_decl_data *file_data; local
2229 struct lto_file_decl_data *file_data; local
    [all...]
lto-streamer-in.cc 657 result = (*data_in->file_data->current_decl_state
669 lto_input_var_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
672 tree result = (*file_data->current_decl_state
681 lto_input_fn_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
684 tree result = (*file_data->current_decl_state
1591 FILE_DATA are the global decls and types. SECTION_TYPE is either
1597 lto_read_body_or_constructor (struct lto_file_decl_data *file_data, struct symtab_node *node,
1620 data_in = lto_data_in_create (file_data, data + string_offset,
1631 decl_state = lto_get_function_in_decl_state (file_data, fn_decl);
1633 file_data->current_decl_state = decl_state
    [all...]
varpool.cc 281 lto_file_decl_data *file_data; local
292 file_data = lto_file_data;
296 name = lto_get_decl_name_mapping (file_data, name);
298 = lto_get_function_in_decl_state (file_data, decl);
300 data = lto_get_section_data (file_data, LTO_section_function_body,
301 name, order - file_data->order_base,
305 file_data->file_name,
306 name, order - file_data->order_base);
310 lto_input_variable_constructor (file_data, this, data);
313 lto_free_section_data (file_data, LTO_section_function_body, name
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-in.cc 127 or function. FILE_DATA indicates where to obtain the data.
134 lto_get_section_data (struct lto_file_decl_data *file_data,
139 const char *data = (get_section_f) (file_data, section_type, name, order,
169 file_data->lto_section_header.get_compression ());
179 FILE_DATA indicates where to obtain the data.
184 lto_get_summary_section_data (struct lto_file_decl_data *file_data,
187 return lto_get_section_data (file_data, section_type, NULL, 0, len);
193 lto_get_raw_section_data (struct lto_file_decl_data *file_data,
198 return (get_section_f) (file_data, section_type, name, order, len);
206 lto_free_section_data (struct lto_file_decl_data *file_data,
    [all...]
lto-cgraph.cc 1145 /* Overwrite the information in NODE based on FILE_DATA, TAG, FLAGS,
1154 input_overwrite_node (struct lto_file_decl_data *file_data,
1160 node->lto_file_data = file_data;
1232 input_node (struct lto_file_decl_data *file_data,
1247 order = streamer_read_hwi (ib) + file_data->order_base;
1251 fn_decl = lto_input_fn_decl_ref (ib, file_data);
1309 input_overwrite_node (file_data, node, tag, &bp, &has_thunk_info);
1329 node->unit_id = streamer_read_hwi (ib) + file_data->unit_base;
1347 input_varpool_node (struct lto_file_decl_data *file_data,
1358 order = streamer_read_hwi (ib) + file_data->order_base
1649 struct lto_file_decl_data *file_data; local
1717 struct lto_file_decl_data *file_data; local
1775 struct lto_file_decl_data *file_data; local
2068 struct lto_file_decl_data *file_data; local
    [all...]
lto-streamer-in.cc 642 result = (*data_in->file_data->current_decl_state
654 lto_input_var_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
657 tree result = (*file_data->current_decl_state
666 lto_input_fn_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
669 tree result = (*file_data->current_decl_state
1568 FILE_DATA are the global decls and types. SECTION_TYPE is either
1574 lto_read_body_or_constructor (struct lto_file_decl_data *file_data, struct symtab_node *node,
1597 data_in = lto_data_in_create (file_data, data + string_offset,
1608 decl_state = lto_get_function_in_decl_state (file_data, fn_decl);
1610 file_data->current_decl_state = decl_state
    [all...]
varpool.cc 281 lto_file_decl_data *file_data; local
292 file_data = lto_file_data;
296 name = lto_get_decl_name_mapping (file_data, name);
298 = lto_get_function_in_decl_state (file_data, decl);
300 data = lto_get_section_data (file_data, LTO_section_function_body,
301 name, order - file_data->order_base,
305 file_data->file_name,
306 name, order - file_data->order_base);
310 lto_input_variable_constructor (file_data, this, data);
313 lto_free_section_data (file_data, LTO_section_function_body, name
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff.h 216 struct file_data {
279 EXTERN struct file_data files[2];
290 int diff_2_files PARAMS((struct file_data[], int));
293 void print_context_header PARAMS((struct file_data[], int));
300 int diff_dirs PARAMS((struct file_data const[], int (*) PARAMS((char const *, char const *, char const *, char const *, int)), int));
310 int read_files PARAMS((struct file_data[], int));
311 int sip PARAMS((struct file_data *, int));
312 void slurp PARAMS((struct file_data *));
330 int translate_line_number PARAMS((struct file_data const *, int));
353 void print_number_range PARAMS((int, struct file_data *, int, int))
213 struct file_data { struct
    [all...]
context.c 21 static void find_function PARAMS((struct file_data const *, int, char const **, size_t *));
25 static void print_context_label PARAMS ((char const *, struct file_data *, char const *));
26 static void print_context_number_range PARAMS((struct file_data const *, int, int));
27 static void print_unidiff_number_range PARAMS((struct file_data const *, int, int));
41 struct file_data *inf;
60 struct file_data inf[];
109 struct file_data const *file;
243 struct file_data const *file;
434 struct file_data const *file;
dir.c 32 static int dir_sort PARAMS((struct file_data const *, struct dirdata *));
40 struct file_data const *dir;
160 struct file_data const filevec[];
io.c 67 static void find_and_hash_each_line PARAMS((struct file_data *));
68 static void find_identical_ends PARAMS((struct file_data[]));
69 static void prepare_text_end PARAMS((struct file_data *));
85 struct file_data *current;
131 struct file_data *current;
192 struct file_data *current;
394 struct file_data *current;
414 /* Given a vector of two file_data objects, find the identical
419 struct file_data filevec[];
661 /* Given a vector of two file_data objects, read the file associate
    [all...]
  /src/external/gpl2/diffutils/dist/src/
diff.h 234 struct file_data {
308 struct file_data file[2];
314 XTERN struct file_data files[2];
328 void print_context_header (struct file_data[], bool);
342 void file_block_read (struct file_data *, size_t);
343 bool read_files (struct file_data[], bool);
360 lin translate_line_number (struct file_data const *, lin);
376 void print_number_range (char, struct file_data *, lin, lin);
379 void translate_range (struct file_data const *, lin, lin, long *, long *);
231 struct file_data { struct
ifdef.c 31 struct file_data const *file;
38 struct file_data const *, lin,
236 struct file_data const *file = group->file;
302 struct file_data const *file, lin n,
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_zip_file.c 56 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; local
84 archive_entry_set_size(ae, sizeof(file_data));
90 assertEqualInt(8, archive_write_data(a, file_data, sizeof(file_data)));
125 crc = bitcrc32(0, file_data, sizeof(file_data));
127 /* assertEqualInt(i4le(p + 20), sizeof(file_data)); */ /* Compressed size */
128 assertEqualInt(i4le(p + 24), sizeof(file_data)); /* Uncompressed size */
222 assertEqualInt(i4le(p + 12), sizeof(file_data)); /* uncompressed size */
test_write_format_zip_file_zip64.c 56 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; local
85 archive_entry_set_size(ae, sizeof(file_data));
91 assertEqualInt(8, archive_write_data(a, file_data, sizeof(file_data)));
126 crc = bitcrc32(0, file_data, sizeof(file_data));
128 /* assertEqualInt(i4le(p + 20), sizeof(file_data)); */ /* Compressed size */
129 assertEqualInt(i4le(p + 24), sizeof(file_data)); /* Uncompressed size */
248 assertEqualInt(i8le(p + 16), sizeof(file_data)); /* uncompressed size */
test_write_format_zip64_stream.c 49 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; local
76 assertEqualInt(8, archive_write_data(a, file_data, sizeof(file_data)));
111 crc = bitcrc32(0, file_data, sizeof(file_data));
114 assertEqualInt(i4le(p + 24), sizeof(file_data)); /* Uncompressed size */
236 assertEqualInt(i8le(p + 16), sizeof(file_data)); /* uncompressed size */
test_write_format_zip_stream.c 53 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; local
79 assertEqualInt(8, archive_write_data(a, file_data, sizeof(file_data)));
114 crc = bitcrc32(0, file_data, sizeof(file_data));
117 assertEqualInt(i4le(p + 24), sizeof(file_data)); /* Uncompressed size */
214 assertEqualInt(i4le(p + 12), sizeof(file_data)); /* uncompressed size */
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 153 /* Insert a splay tree node into tree T with ID as key and FILE_DATA as value.
159 struct lto_file_decl_data *file_data)
163 splay_tree_insert (t, (splay_tree_key) idp, (splay_tree_value) file_data);
898 register_resolution (struct lto_file_decl_data *file_data, tree decl,
904 if (!file_data->resolution_map)
905 file_data->resolution_map
908 = file_data->resolution_map->get_or_insert (decl, &existed);
935 register_resolution (data_in->file_data,
952 register_resolution (data_in->file_data,
2076 struct lto_file_decl_data *file_data; local
2199 struct lto_file_decl_data *file_data; local
2321 struct lto_file_decl_data *file_data = NULL; local
2794 struct lto_file_decl_data *file_data = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 153 /* Insert a splay tree node into tree T with ID as key and FILE_DATA as value.
159 struct lto_file_decl_data *file_data)
163 splay_tree_insert (t, (splay_tree_key) idp, (splay_tree_value) file_data);
898 register_resolution (struct lto_file_decl_data *file_data, tree decl,
904 if (!file_data->resolution_map)
905 file_data->resolution_map
908 = file_data->resolution_map->get_or_insert (decl, &existed);
935 register_resolution (data_in->file_data,
952 register_resolution (data_in->file_data,
2071 struct lto_file_decl_data *file_data; local
2184 struct lto_file_decl_data *file_data; local
2305 struct lto_file_decl_data *file_data = NULL; local
2778 struct lto_file_decl_data *file_data = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-signal.exp 124 set file_data [read $fd]
125 set data [split $file_data "\n"]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-signal.exp 124 set file_data [read $fd]
125 set data [split $file_data "\n"]
  /src/external/gpl3/gdb.old/dist/gdb/
corelow.c 435 mapped_file &file_data = mapped_files[filename];
436 file_data.regions.emplace_back (start, end, file_ofs);
437 if (build_id != nullptr && !file_data.ignore_build_id_p)
439 if (file_data.build_id == nullptr)
440 file_data.build_id = build_id;
441 else if (!build_id_equal (build_id, file_data.build_id))
445 file_data.build_id = nullptr;
446 file_data.ignore_build_id_p = true;
458 const mapped_file &file_data = iter.second;
463 if (file_data.build_id != nullpt
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
corelow.c 434 mapped_file &file_data = mapped_files[filename];
435 file_data.regions.emplace_back (start, end, file_ofs);
436 if (build_id != nullptr && !file_data.ignore_build_id_p)
438 if (file_data.build_id == nullptr)
439 file_data.build_id = build_id;
440 else if (!build_id_equal (build_id, file_data.build_id))
444 file_data.build_id = nullptr;
445 file_data.ignore_build_id_p = true;
454 for (const auto &[filename, file_data] : mapped_files)
459 if (file_data.build_id != nullpt
    [all...]

Completed in 113 milliseconds

1 2 3