Home | History | Annotate | Download | only in bcc

Lines Matching refs:script

25 /* libbcc script opaque type */
75 void bccDisposeScript(BCCScriptRef script);
77 int bccRegisterSymbolCallback(BCCScriptRef script,
81 int bccGetError(BCCScriptRef script); /* deprecated */
85 int bccReadBC(BCCScriptRef script,
91 int bccReadModule(BCCScriptRef script,
96 int bccReadFile(BCCScriptRef script,
100 int bccLinkBC(BCCScriptRef script,
106 int bccLinkFile(BCCScriptRef script,
110 void bccMarkExternalSymbol(BCCScriptRef script, char const *name);
112 int bccPrepareRelocatable(BCCScriptRef script,
117 int bccPrepareSharedObject(BCCScriptRef script,
122 int bccPrepareExecutable(BCCScriptRef script,
127 void *bccGetFuncAddr(BCCScriptRef script, char const *funcname);
129 void bccGetExportVarList(BCCScriptRef script,
133 void bccGetExportFuncList(BCCScriptRef script,
137 void bccGetExportForEachList(BCCScriptRef script,