Searched refs:section_num (Results 1 – 2 of 2) sorted by relevance
43 u32 section_num = 0; local89 section_num++;118 section_num++; //Add special section208 section_num = 0;211 tmp_buf = buf_shdr + ( section_num * sizeof( Elf32_Shdr));221 section_num++; /*Update section count*/229 ElfHandle->newelf_size = (buf_shdr - (u32)buf) + (section_num*sizeof( Elf32_Shdr));233 …ElfHandle->CurrentEhdr.e_shnum = section_num; /*Apply the increased section count to the ELF heade…
294 u32 section_num = 0; in ELi_LoadObject() local337 shdr_table[i] = section_num; /*Create section new/old table*/ in ELi_LoadObject()339 section_num++; in ELi_LoadObject()365 section_num++; //Add special section in ELi_LoadObject()375 …CurrentShdrEx->Shdr.sh_size = (section_num - 1)*4; //(ElfHandle- >CurrentEhdr.e_shnum)*4; (When ol… in ELi_LoadObject()439 … u32* reverse_shdr_table = (u32*)malloc( 4 * (section_num-1)); //-1 is to exclude a special section in ELi_LoadObject()625 section_num = 0; in ELi_LoadObject()628 tmp_buf = buf_shdr + ( section_num * sizeof( Elf32_Shdr)); in ELi_LoadObject()649 section_num++; /*Update section count*/ in ELi_LoadObject()657 ElfHandle->newelf_size = (buf_shdr - (u32)buf) + (section_num*sizeof( Elf32_Shdr)); in ELi_LoadObject()[all …]