Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/makelst/
Delf_loader.c229 u32 num_of_entry; in ELi_LoadObject() local
332 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
335 printf( "num of REL = %x\n", (int)(num_of_entry)); in ELi_LoadObject()
342 for( j=0; j<num_of_entry; j++) { in ELi_LoadObject()
371 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in ELi_LoadObject()
374 printf( "num of RELA = %x\n", (int)(num_of_entry)); in ELi_LoadObject()
381 for( j=0; j<num_of_entry; j++) { in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Delf_loader.c646 u32 num_of_entry; in elLoadSections() local
758 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
761 PRINTDEBUG( "num of REL = %x\n", num_of_entry); in elLoadSections()
767 for( j=0; j<num_of_entry; j++) { in elLoadSections()
795 num_of_entry = (CurrentShdrEx->Shdr.sh_size) / in elLoadSections()
797 PRINTDEBUG( "num of RELA = %x\n", num_of_entry); in elLoadSections()
803 for( j=0; j<num_of_entry; j++) { in elLoadSections()