Home
last modified time | relevance | path

Searched refs:num_of_entry (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/tools/makelst/
Delf_loader.c223 u32 num_of_entry; in ELi_LoadObject() local
326 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
329 printf( "num of REL = %x\n", (int)(num_of_entry)); in ELi_LoadObject()
336 for( j=0; j<num_of_entry; j++) { in ELi_LoadObject()
365 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
368 printf( "num of RELA = %x\n", (int)(num_of_entry)); in ELi_LoadObject()
375 for( j=0; j<num_of_entry; j++) { in ELi_LoadObject()
/TwlSDK-5.2.1/build/libraries/el/common/src/
Delf_loader.c640 u32 num_of_entry; in elLoadSections() local
752 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
755 PRINTDEBUG( "num of REL = %x\n", num_of_entry); in elLoadSections()
761 for( j=0; j<num_of_entry; j++) { in elLoadSections()
789 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
791 PRINTDEBUG( "num of RELA = %x\n", num_of_entry); in elLoadSections()
797 for( j=0; j<num_of_entry; j++) { in elLoadSections()