Searched refs:file_entry (Results 1 – 11 of 11) sorted by relevance
222 struct file_entry *fentry; in udf_mountfs()332 fentry = (struct file_entry *)bp->b_data; in udf_mountfs()414 fentry = (struct file_entry *)bp->b_data; in udf_mountfs()554 struct file_entry *fe; in udf_vget()593 fe = (struct file_entry *)bp->b_data; in udf_vget()
329 struct file_entry *fentry; in udf_getattr() 339 fentry = (struct file_entry *)up->u_fentry; in udf_getattr() 1222 struct file_entry *fentry = NULL; in udf_readatoffset() 1242 fentry = (struct file_entry *)up->u_fentry; in udf_readatoffset() 1277 struct file_entry *fentry; in udf_bmap_internal() 1287 fentry = (struct file_entry *)up->u_fentry; in udf_bmap_internal()
714 struct file_entry { struct803 struct file_entry fe;
78 struct file_entry fentry; in _kvm_stat_udf()
130 struct file_entry { struct136 static struct file_entry *files; argument479 files = (struct file_entry *) in get_filenum()480 xrealloc (files, (i + 32) * sizeof (struct file_entry)); in get_filenum()482 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry)); in get_filenum()
2742 (struct file_entry): Make filename const char *.
132 struct file_entry { struct138 static struct file_entry *files; argument435 files = (struct file_entry *) in get_filenum()436 xrealloc (files, (i + 32) * sizeof (struct file_entry)); in get_filenum()438 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry)); in get_filenum()
689 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local691 if (!file_entry.IsValid()) in ComputeLoadOffset()694 m_load_offset = virt_entry - file_entry.GetFileAddress(); in ComputeLoadOffset()
417 struct file_entry struct6224 struct file_entry *fe; in add_file_name()6458 struct file_entry *fe = &lh->file_names[file - 1]; in dwarf_decode_lines()6556 struct file_entry *fe; in dwarf_decode_lines()8788 struct file_entry *fe = &lh->file_names[file - 1]; in file_full_name()
2804 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute() local2809 if (set_pc && !file_entry.IsValid()) { in DoExecute()2828 addr_t file_entry_addr = file_entry.GetLoadAddress(target); in DoExecute()