Searched defs:dwarf_macho_filedata_s (Results 1 – 1 of 1) sorted by relevance
98 typedef struct dwarf_macho_filedata_s { struct99 char mo_ident[8];100 const char * mo_path; /* libdwarf must free.*/101 int mo_fd;102 int mo_destruct_close_fd; /*aka: lib owns fd */103 int mo_is_64bit;104 Dwarf_Unsigned mo_filesize;105 Dwarf_Small mo_offsetsize; /* 32 or 64 section data */106 Dwarf_Small mo_pointersize;107 int mo_ftype;[all …]