Add a way to seek a SECTION by name without creating one

This commit is contained in:
ISSOtm
2019-09-08 23:40:16 +02:00
parent 54ed050ecf
commit 74f43d4e09
2 changed files with 32 additions and 21 deletions

View File

@@ -29,6 +29,7 @@ extern char *tzObjectname;
void out_PrepPass2(void);
void out_SetFileName(char *s);
struct Section *out_FindSectionByName(const char *pzName);
void out_NewSection(char *pzName, uint32_t secttype);
void out_NewAbsSection(char *pzName, uint32_t secttype, int32_t org,
int32_t bank);