HomeSort by: relevance | last modified time | path
    Searched defs:file_entry (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
ld-cache.h 73 table_entry *file_entry; member in struct:_cache_table
89 table_entry *file_entry);
ld-insn.c 215 table_entry *file_entry,
219 /* parse the include file_entry */
220 if (file_entry->nr_fields < 4)
223 if (!is_filtered_out(filters, file_entry->fields[include_flags]))
226 file_entry->fields[include_path],
227 file_entry->nr_fields, file_entry->nr_fields);
233 table_entry *file_entry)
240 new_model->name = file_entry->fields[model_identifer];
241 new_model->printable_name = file_entry->fields[model_name]
359 table_entry *file_entry; local
    [all...]
ld-insn.h 152 table_entry *file_entry; member in struct:_insn
215 table_entry *file_entry,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-cache.h 73 table_entry *file_entry; member in struct:_cache_table
89 table_entry *file_entry);
ld-insn.c 215 table_entry *file_entry,
219 /* parse the include file_entry */
220 if (file_entry->nr_fields < 4)
223 if (!is_filtered_out(filters, file_entry->fields[include_flags]))
226 file_entry->fields[include_path],
227 file_entry->nr_fields, file_entry->nr_fields);
233 table_entry *file_entry)
240 new_model->name = file_entry->fields[model_identifer];
241 new_model->printable_name = file_entry->fields[model_name]
359 table_entry *file_entry; local
    [all...]
ld-insn.h 152 table_entry *file_entry; member in struct:_insn
215 table_entry *file_entry,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.h 37 struct file_entry struct
39 file_entry () = default;
41 file_entry (const char *name_, file_name_index index_, dir_index d_index_, function in struct:file_entry
121 file_entry *file_name_at (file_name_index index)
134 const file_entry *file_name_at (file_name_index index) const
143 std::vector<file_entry> &file_names ()
146 const std::vector<file_entry> &file_names () const
180 std::string file_file_name (const file_entry &fe) const;
196 std::vector<file_entry> m_file_names;
206 file_entry::include_dir (const line_header *lh) cons
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.h 33 struct file_entry struct
35 file_entry () = default;
37 file_entry (const char *name_, file_name_index index_, dir_index d_index_, function in struct:file_entry
117 file_entry *file_name_at (file_name_index index)
130 const file_entry *file_name_at (file_name_index index) const
139 std::vector<file_entry> &file_names ()
142 const std::vector<file_entry> &file_names () const
176 std::string file_file_name (const file_entry &fe) const;
192 std::vector<file_entry> m_file_names;
202 file_entry::include_dir (const line_header *lh) cons
    [all...]
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 211 struct file_entry struct
219 static struct file_entry *files;
698 if (want < i || want > UINT_MAX / 4 / sizeof (struct file_entry))
704 files = XRESIZEVEC (struct file_entry, files, want);
706 (want - files_allocated) * sizeof (struct file_entry));
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 211 struct file_entry struct
219 static struct file_entry *files;
698 if (want < i || want > UINT_MAX / 4 / sizeof (struct file_entry))
704 files = XRESIZEVEC (struct file_entry, files, want);
706 (want - files_allocated) * sizeof (struct file_entry));
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c 562 struct archive_entry *file_entry; local
597 file_entry = file->entry;
604 if (file->entry != file_entry)
  /src/sys/fs/udf/
ecma167-udf.h 740 struct file_entry { struct
829 struct file_entry fe;

Completed in 33 milliseconds