Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/stripdebug/
Dinsertsection.c43 u32 section_num = 0; local
89 section_num++;
118 section_num++; //Add special section
208 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…
Delf_loader.c300 u32 section_num = 0; in ELi_LoadObject() local
343 shdr_table[i] = section_num; /*Create section new/old table*/ in ELi_LoadObject()
345 section_num++; in ELi_LoadObject()
371 section_num++; //Add special section in ELi_LoadObject()
381 …CurrentShdrEx->Shdr.sh_size = (section_num - 1)*4; //(ElfHandle->CurrentEhdr.e_shnum)*4; (When old… in ELi_LoadObject()
445 … u32* reverse_shdr_table = (u32*)malloc( 4 * (section_num-1)); //-1 is to exclude a special section in ELi_LoadObject()
631 section_num = 0; in ELi_LoadObject()
634 tmp_buf = buf_shdr + ( section_num * sizeof( Elf32_Shdr)); in ELi_LoadObject()
655 section_num++; /*Update section count*/ in ELi_LoadObject()
663 ElfHandle->newelf_size = (buf_shdr - (u32)buf) + (section_num*sizeof( Elf32_Shdr)); in ELi_LoadObject()
[all …]