Searched defs:file_entry (Results 1 – 5 of 5) sorted by relevance
329 struct file_entry { struct330 struct desc_tag tag;331 struct icb_tag icbtag;332 uint32_t uid;333 uint32_t gid;334 uint32_t perm;335 uint16_t link_cnt;336 uint8_t rec_format;337 uint8_t rec_disp_attr;338 uint32_t rec_len;[all …]
191 struct file_entry { struct197 static struct file_entry *files; argument
199 struct file_entry struct206 static struct file_entry *files; argument
890 struct file_entry struct892 char *name;893 unsigned int dir_index;894 unsigned int mod_time;895 unsigned int length;896 int included_p; /* Non-zero if referenced by the Line Number Program. */897 struct symtab *symtab; /* The associated symbol table, if any. */
539 struct archive_entry *file_entry; in xar_write_header() local