Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 19 of 19) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c124 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 content
182 if( (CurrentShdrEx->Shdr.sh_type == SHT_STRTAB)&&
Delf_loader.c371 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()
Delf_loader.h126 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
Delf.h167 Elf32_Word sh_type; /* Type (refer to the definitions below) */ member
Dloader_subset.c472 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
Delf.c345 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian);
/TwlSDK-5.1.0/build/tools/makelst/
Dloader_subset.c281 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()
Delf_loader.h109 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
Delf_loader.c325 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()
Delf.h167 Elf32_Word sh_type; /* Type (refer to the definitions below) */ member
Delf.c347 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian);
/TwlSDK-5.1.0/build/tools/bin2obj/
Delf.h69 u32 sh_type; // Section type SHT_* member
Dobject.c216 dest->sh_type = Be32(src->sh_type); in conv_to_big_endian_section()
Dsection.c182 s->sh_type = type; in add_section()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c493 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)) {
Delf_loader.c679 (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()
Delf.c346 file_ptr = load_elf32_word(&(shdr->sh_type), file_ptr, endian); in ELF_LoadSectionHeader()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h90 u32 sh_type; /*SHT_REL or SHT_RELA*/ member
Delf.h181 Elf32_Word sh_type; /* Type (refer to the definitions below) */ member