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)&&
371 CurrentShdrEx->Shdr.sh_type = SPECIAL_SECTION_TYPE; in ELi_LoadObject()407 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in ELi_LoadObject()421 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in ELi_LoadObject()435 else if( CurrentShdrEx->Shdr.sh_type == SPECIAL_SECTION_TYPE) { in ELi_LoadObject()453 else if( CurrentShdrEx->Shdr.sh_type >= SHT_LOPROC) { in ELi_LoadObject()459 else if( CurrentShdrEx->Shdr.sh_type == SHT_SYMTAB) { in ELi_LoadObject()556 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()576 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()598 else if( CurrentShdrEx->Shdr.sh_type == SHT_STRTAB) { in ELi_LoadObject()639 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
325 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()363 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()409 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()
493 if( RelOrRelaShdr.sh_type == SHT_REL) { in ELi_RelocateSym()511 UnresolvedInfo.sh_type = (RelOrRelaShdr.sh_type); in ELi_RelocateSym()811 if( UnresolvedInfo->sh_type == SHT_REL) {905 if( UnresolvedInfo->sh_type == SHT_REL) {1052 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) {
679 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()687 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()695 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in elLoadSections()703 (CurrentShdrEx->Shdr.sh_type == SHT_PROGBITS)) { in elLoadSections()737 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in elLoadSections()773 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in elLoadSections()809 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