Home | History | Annotate | Download | only in libbcc

Lines Matching full:exported

401 <li><strong>bccGetExportVarCount</strong> - Get the count of exported variables</li>
402 <li><strong>bccGetExportVarList</strong> - Get the addresses of exported variables</li>
403 <li><strong>bccGetExportFuncCount</strong> - Get the count of exported functions</li>
404 <li><strong>bccGetExportFuncList</strong> - Get the addresses of exported functions</li>
410 <li><strong>bccGetFuncCount</strong> - Get the count of functions (including non-exported)</li>
417 header, string pool, dependencies table, relocation table, exported
418 variable list, exported function list, pragma list, function information
434 <li><strong>Exported Variable List</strong> (MCO_ExportVarList) -
435 The list of the addresses of exported variables.</li>
436 <li><strong>Exported Function List</strong> (MCO_ExportFuncList) -
437 The list of the addresses of exported functions.</li>