Lines Matching defs:file_info
98 typedef struct file_info { /* symbol information for a mapped file */ struct
99 list_node_t file_list; /* linked list */
100 char file_pname[PATH_MAX]; /* name from prmap_t */
101 struct map_info *file_map; /* primary (text) mapping */
102 int file_ref; /* references from map_info_t structures */
103 int file_fd; /* file descriptor for the mapped file */
104 int file_dbgfile; /* file descriptor for the debug file */
105 int file_init; /* 0: initialization yet to be performed */
106 GElf_Half file_etype; /* ELF e_type from ehdr */
107 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */
131 } file_info_t; argument