Home
last modified time | relevance | path

Searched defs:file_entry (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/isofs/udf/
H A Decma167-udf.h714 struct file_entry { struct
715 struct desc_tag tag;
716 struct icb_tag icbtag;
717 uint32_t uid;
718 uint32_t gid;
719 uint32_t perm;
720 uint16_t link_cnt;
744 struct extfile_entry { argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Ddwarf2dbg.c130 struct file_entry { struct
136 static struct file_entry *files; argument
/openbsd/gnu/usr.bin/binutils/gas/
H A Ddwarf2dbg.c132 struct file_entry { struct
138 static struct file_entry *files; argument
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp689 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c417 struct file_entry struct
419 char *name;
420 unsigned int dir_index;
421 unsigned int mod_time;
422 unsigned int length;
423 int included_p; /* Non-zero if referenced by the Line Number Program. */
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2804 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute() local