Searched refs:s_shdr32 (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_extended.c58 scn->s_shdr.s_shdr32.sh_size = shnum;
88 scn->s_shdr.s_shdr32.sh_link = shstrndx;
117 scn->s_shdr.s_shdr32.sh_info = phnum;
H A Delf_data.c69 sh_type = s->s_shdr.s_shdr32.sh_type;
70 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
71 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
72 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
200 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
201 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
202 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
H A Dgelf_dyn.c55 sh_type = scn->s_shdr.s_shdr32.sh_type;
111 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rel.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
112 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rela.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
113 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_symshndx.c58 sh_type = scn->s_shdr.s_shdr32.sh_type;
105 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_sym.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
117 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Delf_update.c104 sh_type = s->s_shdr.s_shdr32.sh_type;
105 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
106 sh_entsize = (uint64_t) s->s_shdr.s_shdr32.sh_entsize;
107 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
108 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
208 s->s_shdr.s_shdr32.sh_addralign = (uint32_t) sh_align;
209 s->s_shdr.s_shdr32.sh_entsize = (uint32_t) sh_entsize;
210 s->s_shdr.s_shdr32.sh_offset = (uint32_t) sh_offset;
211 s->s_shdr.s_shdr32.sh_size = (uint32_t) sh_size;
288 sh_type = s->s_shdr.s_shdr32
[all...]
H A Dgelf_shdr.c112 sh32 = &scn->s_shdr.s_shdr32;
H A Delf_scn.c107 scn->s_shdr.s_shdr32.sh_offset;
108 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
H A D_libelf.h121 Elf32_Shdr s_shdr32; member in union:_Elf_Scn::__anon12
H A Dlibelf_ehdr.c66 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \

Completed in 14 milliseconds