Searched refs:sh_flags (Results 1 – 12 of 12) sorted by relevance
70 u32 sh_flags; member
217 dest->sh_flags = Be32(src->sh_flags); in conv_to_big_endian_section()
183 s->sh_flags = flags; in add_section()
182 Elf32_Word sh_flags; member
168 Elf32_Word sh_flags; member
348 file_ptr = load_elf32_word(&(shdr->sh_flags), file_ptr, endian);
346 file_ptr = load_elf32_word(&(shdr->sh_flags), file_ptr, endian);
125 CurrentShdrEx->Shdr.sh_flags = 0;
378 CurrentShdrEx->Shdr.sh_flags = 0; in ELi_LoadObject()426 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in ELi_LoadObject()
690 if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))&& in elLoadSections()698 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()706 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()714 else if( (CurrentShdrEx->Shdr.sh_flags == SHF_ALLOC)&& in elLoadSections()
347 file_ptr = load_elf32_word(&(shdr->sh_flags), file_ptr, endian); in ELF_LoadSectionHeader()