asm: reader: implement constpool reader interface
This commit is contained in:
@@ -15,4 +15,9 @@ struct ivy_asm_section_reader {
|
||||
const struct ivy_asm_section_info *r_info;
|
||||
};
|
||||
|
||||
struct ivy_asm_constpool_reader {
|
||||
size_t r_nr_entries;
|
||||
struct ivy_asm_section_reader *r_pool, *r_xdat;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user