Home
last modified time | relevance | path

Searched refs:SPECIAL_SECTION_NAME (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c136 CurrentShdrEx->str = (char*)malloc( strlen(SPECIAL_SECTION_NAME) + 1 );
142 strcpy( CurrentShdrEx->str, SPECIAL_SECTION_NAME);
184 strcpy( ElfHandle->buf_current, SPECIAL_SECTION_NAME);
186 CurrentShdrEx->Shdr.sh_size += (strlen( SPECIAL_SECTION_NAME) + 1);
188 ElfHandle->buf_current += (strlen( SPECIAL_SECTION_NAME) + 1);
Delf_loader.h31 #define SPECIAL_SECTION_NAME ".section_table" macro
Delf_loader.c383 CurrentShdrEx->str = (char*)malloc( strlen(SPECIAL_SECTION_NAME) + 1 ); in ELi_LoadObject()
389 strcpy( CurrentShdrEx->str, SPECIAL_SECTION_NAME); in ELi_LoadObject()