aboutsummaryrefslogtreecommitdiffhomepage
path: root/obj/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj/obj.h')
-rw-r--r--obj/obj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj/obj.h b/obj/obj.h
index 235ab4d..8e9dea8 100644
--- a/obj/obj.h
+++ b/obj/obj.h
@@ -23,6 +23,7 @@ enum section { Snone, Stext, Srodata, Sdata, Sbss };
void objini(const char *infile, const char *outfile);
void objdeffunc(const char *nam, bool globl, uint off, uint siz);
+enum section objhassym(const char *name);
uint objnewdat(const char *name, enum section, bool globl, uint siz, uint align);
void objreloc(const char *sym, enum relockind, enum section, uint off, vlong addend);
void objfini(void);