Searched refs:PutObject (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | createlcf.c | 35 static BOOL PutObject(const tObject * object, const char *secName); 483 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() function 561 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 576 if (!PutObject(StaticLibrary, sectionName)) in PutStaticLibrary() 591 if (!PutObject(StaticSearchSymbol, NULL)) in PutStaticSearchSymbol() 606 if (!PutObject(StaticForce, NULL)) in PutStaticForce() 651 if (!PutObject(AutoloadObject, sectionName)) in PutAutoloadObject() 666 if (!PutObject(AutoloadLibrary, sectionName)) in PutAutoloadLibrary() 681 if (!PutObject(AutoloadSearchSymbol, NULL)) in PutAutoloadSearchSymbol() 696 if (!PutObject(AutoloadForce, NULL)) in PutAutoloadForce() [all …]
|
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | createlcf.c | 105 static BOOL PutObject(const tObject * object, const char *secName); 567 static BOOL PutObject(const tObject * object, const char *sectionName) in PutObject() function 645 if (!PutObject(StaticObject, sectionName)) in PutStaticObject() 671 if (!PutObject(StaticLibrary, sectionName)) in PutStaticLibrary() 697 if (!PutObject(StaticSearchSymbol, NULL)) in PutStaticSearchSymbol() 723 if (!PutObject(StaticForce, NULL)) in PutStaticForce() 779 if (!PutObject(AutoloadObject, sectionName)) in PutAutoloadObject() 813 if (!PutObject(AutoloadLibrary, sectionName)) in PutAutoloadLibrary() 847 if (!PutObject(AutoloadSearchSymbol, NULL)) in PutAutoloadSearchSymbol() 881 if (!PutObject(AutoloadForce, NULL)) in PutAutoloadForce() [all …]
|