Searched refs:sh_type (Results 1 – 19 of 19) sorted by relevance
124 CurrentShdrEx->Shdr.sh_type = SPECIAL_SECTION_TYPE;156 if( CurrentShdrEx->Shdr.sh_type == SPECIAL_SECTION_TYPE) {175 … if( CurrentShdrEx->Shdr.sh_type != SHT_NULL) { //NULL section (section 0) has no content182 if( (CurrentShdrEx->Shdr.sh_type == SHT_STRTAB)&&
377 CurrentShdrEx->Shdr.sh_type = SPECIAL_SECTION_TYPE; in ELi_LoadObject()413 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in ELi_LoadObject()427 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in ELi_LoadObject()441 else if( CurrentShdrEx->Shdr.sh_type == SPECIAL_SECTION_TYPE) { in ELi_LoadObject()459 else if( CurrentShdrEx->Shdr.sh_type >= SHT_LOPROC) { in ELi_LoadObject()465 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()562 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()582 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()604 else if( CurrentShdrEx->Shdr.sh_type == SHT_STRTAB) { in ELi_LoadObject()645 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
126 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
167 Elf32_Word sh_type; /* Type (refer to the definitions below) */ member
472 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
345 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian);
281 if( RelOrRelaShdr.sh_type == SHT_REL) { in ELi_RelocateSym()299 UnresolvedInfo.sh_type = (RelOrRelaShdr.sh_type); in ELi_RelocateSym()555 if( UnresolvedInfo->sh_type == SHT_REL) { in ELi_DoRelocate()589 if( UnresolvedInfo->sh_type == SHT_REL) { in ELi_DoRelocate()685 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
109 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
331 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()369 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()415 if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()
347 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian);
69 u32 sh_type; // Section type SHT_* member
216 dest->sh_type = Be32(src->sh_type); in conv_to_big_endian_section()
182 s->sh_type = type; in add_section()
529 if( RelOrRelaShdr.sh_type == SHT_REL) { in ELi_RelocateSym()547 UnresolvedInfo.sh_type = (RelOrRelaShdr.sh_type); in ELi_RelocateSym()847 if( UnresolvedInfo->sh_type == SHT_REL) {941 if( UnresolvedInfo->sh_type == SHT_REL) {1088 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) {
691 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()699 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()707 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in elLoadSections()715 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()749 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in elLoadSections()785 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in elLoadSections()821 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in elLoadSections()
346 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian); in ELF_LoadSectionHeader()
90 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
181 Elf32_Word sh_type; /* Type (refer to the definitions below) */ member