Searched defs:object_info (Results 1 – 1 of 1) sorted by relevance
102 struct object_info { struct103 __u32 parent_id; /* parent object id */104 __u32 file_id; /* object id */105 __u32 loadaddr; /* load address */106 __u32 execaddr; /* execution address */107 __u32 size; /* size */108 __u8 attr; /* RISC OS attributes */132 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); argument