summaryrefslogtreecommitdiff
path: root/common/Sections.mli
diff options
context:
space:
mode:
Diffstat (limited to 'common/Sections.mli')
-rw-r--r--common/Sections.mli12
1 files changed, 5 insertions, 7 deletions
diff --git a/common/Sections.mli b/common/Sections.mli
index c6a7c96..a487f34 100644
--- a/common/Sections.mli
+++ b/common/Sections.mli
@@ -34,10 +34,8 @@ val define_section:
-> ?writable:bool -> ?executable:bool -> ?near:bool -> unit -> unit
val use_section_for: AST.ident -> string -> bool
-val define_function: Cparser.Env.t -> AST.ident -> Cparser.C.typ -> unit
-val define_variable: Cparser.Env.t -> AST.ident -> Cparser.C.typ -> unit
-val define_stringlit: AST.ident -> unit
-
-val section_for_variable: AST.ident -> bool -> section_name
-val sections_for_function: AST.ident -> section_name * section_name * section_name
-val atom_is_small_data: AST.ident -> Integers.Int.int -> bool
+val for_variable: Cparser.Env.t -> AST.ident -> Cparser.C.typ -> bool ->
+ section_name * bool
+val for_function: Cparser.Env.t -> AST.ident -> Cparser.C.typ ->
+ section_name list
+val for_stringlit: unit -> section_name