Home
last modified time | relevance | path

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

/openbsd-src/sys/isofs/udf/
H A Dudf_vfsops.c222 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()
H A Dudf_vnops.c329 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()
H A Decma167-udf.h714 struct file_entry { struct
803 struct file_entry fe;
/openbsd-src/lib/libkvm/
H A Dkvm_udf.c78 struct file_entry fentry; in _kvm_stat_udf()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Ddwarf2dbg.c130 struct file_entry { struct
136 static struct file_entry *files; argument
479 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()
H A DChangeLog-02032742 (struct file_entry): Make filename const char *.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ddwarf2dbg.c132 struct file_entry { struct
138 static struct file_entry *files; argument
435 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()
H A DChangeLog-02032742 (struct file_entry): Make filename const char *.
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp689 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local
691 if (!file_entry.IsValid()) in ComputeLoadOffset()
694 m_load_offset = virt_entry - file_entry.GetFileAddress(); in ComputeLoadOffset()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c417 struct file_entry struct
6224 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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2804 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute() local
2809 if (set_pc && !file_entry.IsValid()) { in DoExecute()
2828 addr_t file_entry_addr = file_entry.GetLoadAddress(target); in DoExecute()