Searched refs:file_entry (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libprocstat/
H A Dudf.c74 struct file_entry *fentry;
/freebsd-11-stable/sys/fs/udf/
H A Dudf.h36 struct file_entry *fentry;
H A Decma167-udf.h329 struct file_entry { struct
378 struct file_entry fe;
H A Dudf_vfsops.c315 struct file_entry *root_fentry;
484 root_fentry = (struct file_entry *)bp->b_data;
590 struct file_entry *fe;
653 fe = (struct file_entry *)bp->b_data;
H A Dudf_vnops.c287 struct file_entry *fentry;
434 const struct file_entry *fentry = node->fentry;
446 struct file_entry *fentry;
1310 struct file_entry *fentry;
1378 struct file_entry *fentry;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp613 Address file_entry = exe->GetEntryPointAddress();
615 if (!file_entry.IsValid())
618 m_load_offset = virt_entry - file_entry.GetFileAddress();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c709 ra_svn_token_entry_t *entry, *file_entry;
730 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
732 ds->file_pool, &file_entry->baton));
745 ra_svn_token_entry_t *entry, *file_entry;
756 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
758 &file_entry->baton));
708 ra_svn_token_entry_t *entry, *file_entry; local
744 ra_svn_token_entry_t *entry, *file_entry; local
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c159 struct file_entry { struct
165 static struct file_entry *files;
510 files = (struct file_entry *)
511 xrealloc (files, (i + 32) * sizeof (struct file_entry));
513 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c539 struct archive_entry *file_entry; local
574 file_entry = file->entry;
581 if (file->entry != file_entry)
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c294 struct file_entry struct in struct:line_header
5162 struct file_entry *fe;
5377 struct file_entry *fe = &lh->file_names[file - 1];
5464 struct file_entry *fe;
7701 struct file_entry *fe = &lh->file_names[file - 1];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2796 Address file_entry = objfile->GetEntryPointAddress(); variable
2801 if (set_pc && !file_entry.IsValid()) {
2820 addr_t file_entry_addr = file_entry.GetLoadAddress(target);

Completed in 230 milliseconds