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

/gem5/ext/libelf/
H A Dlibelf_extended.c60 scn->s_shdr.s_shdr64.sh_size = shnum;
90 scn->s_shdr.s_shdr64.sh_link = shstrndx;
119 scn->s_shdr.s_shdr64.sh_info = phnum;
H A Delf_data.c74 sh_type = s->s_shdr.s_shdr64.sh_type;
75 sh_offset = s->s_shdr.s_shdr64.sh_offset;
76 sh_size = s->s_shdr.s_shdr64.sh_size;
77 sh_align = s->s_shdr.s_shdr64.sh_addralign;
204 sh_offset = s->s_shdr.s_shdr64.sh_offset;
205 sh_size = s->s_shdr.s_shdr64.sh_size;
206 sh_align = s->s_shdr.s_shdr64.sh_addralign;
H A Dgelf_dyn.c57 sh_type = scn->s_shdr.s_shdr64.sh_type;
113 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rel.c58 sh_type = scn->s_shdr.s_shdr64.sh_type;
114 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rela.c58 sh_type = scn->s_shdr.s_shdr64.sh_type;
115 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_symshndx.c60 sh_type = scn->s_shdr.s_shdr64.sh_type;
107 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_sym.c58 sh_type = scn->s_shdr.s_shdr64.sh_type;
119 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Delf_update.c110 sh_type = s->s_shdr.s_shdr64.sh_type;
111 sh_align = s->s_shdr.s_shdr64.sh_addralign;
112 sh_entsize = s->s_shdr.s_shdr64.sh_entsize;
113 sh_offset = s->s_shdr.s_shdr64.sh_offset;
114 sh_size = s->s_shdr.s_shdr64.sh_size;
213 s->s_shdr.s_shdr64.sh_addralign = sh_align;
214 s->s_shdr.s_shdr64.sh_entsize = sh_entsize;
215 s->s_shdr.s_shdr64.sh_offset = sh_offset;
216 s->s_shdr.s_shdr64.sh_size = sh_size;
290 sh_type = s->s_shdr.s_shdr64
[all...]
H A Dgelf_shdr.c108 scn->s_shdr.s_shdr64 = *s;
H A Delf_scn.c111 scn->s_shdr.s_shdr64.sh_offset;
112 scn->s_size = scn->s_shdr.s_shdr64.sh_size;
H A D_libelf.h122 Elf64_Shdr s_shdr64; member in union:_Elf_Scn::__anon12
H A Dlibelf_ehdr.c67 scn->s_shdr.s_shdr64.M)

Completed in 15 milliseconds