Searched refs:ElfH (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | makelst.c | 73 ELHandle ElfH; in main() local 93 EL_InitHandle( &ElfH); in main() 94 result = EL_LoadLibraryfromFile( &ElfH, FHp, binbuf); in main() 112 EL_InitHandle( &ElfH); in main() 113 result = EL_LoadLibraryfromFile( &ElfH, FHp, binbuf); in main()
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | stripdebug.c | 65 ELHandle ElfH, ElfH2; in main() local 97 EL_InitHandle( &ElfH); in main() 102 result = EL_LoadLibraryfromFile( &ElfH, FHp, newelfbuf, 0); in main() 140 printf( "stripped elf size = 0x%x\n", (int)(ElfH.newelf_size)); in main() 141 fwrite( newelfbuf, 1, ElfH.newelf_size, NewElfFilep); in main()
|