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