Searched refs:SPECIAL_SECTION_NAME (Results 1 – 3 of 3) sorted by relevance
136 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);
31 #define SPECIAL_SECTION_NAME ".section_table" macro
383 CurrentShdrEx->str = (char*)malloc( strlen(SPECIAL_SECTION_NAME) + 1 ); in ELi_LoadObject()389 strcpy( CurrentShdrEx->str, SPECIAL_SECTION_NAME); in ELi_LoadObject()