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()
168 Elf32_Word sh_flags; member
348 file_ptr = load_elf32_word(&(shdr->sh_flags), file_ptr, endian);
182 Elf32_Word sh_flags; member
346 file_ptr = load_elf32_word(&(shdr->sh_flags), file_ptr, endian);
125 CurrentShdrEx->Shdr.sh_flags = 0;
372 CurrentShdrEx->Shdr.sh_flags = 0; in ELi_LoadObject()420 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in ELi_LoadObject()
678 if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))&& in elLoadSections()686 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()694 else if( (CurrentShdrEx->Shdr.sh_flags == (SHF_ALLOC | SHF_WRITE))&& in elLoadSections()702 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()