Searched refs:s_shdr (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_extended.c58 scn->s_shdr.s_shdr32.sh_size = shnum;
60 scn->s_shdr.s_shdr64.sh_size = shnum;
88 scn->s_shdr.s_shdr32.sh_link = shstrndx;
90 scn->s_shdr.s_shdr64.sh_link = shstrndx;
117 scn->s_shdr.s_shdr32.sh_info = phnum;
119 scn->s_shdr.s_shdr64.sh_info = phnum;
H A Dlibelf_shdr.c50 return ((void *) &s->s_shdr);
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;
74 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;
200 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
201 sh_size = (uint64_t) s->s_shdr
[all...]
H A Dgelf_dyn.c55 sh_type = scn->s_shdr.s_shdr32.sh_type;
57 sh_type = scn->s_shdr.s_shdr64.sh_type;
111 sh_type = scn->s_shdr.s_shdr32.sh_type;
113 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rel.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
112 sh_type = scn->s_shdr.s_shdr32.sh_type;
114 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_rela.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
113 sh_type = scn->s_shdr.s_shdr32.sh_type;
115 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_symshndx.c58 sh_type = scn->s_shdr.s_shdr32.sh_type;
60 sh_type = scn->s_shdr.s_shdr64.sh_type;
105 sh_type = scn->s_shdr.s_shdr32.sh_type;
107 sh_type = scn->s_shdr.s_shdr64.sh_type;
H A Dgelf_sym.c56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
117 sh_type = scn->s_shdr.s_shdr32.sh_type;
119 sh_type = scn->s_shdr.s_shdr64.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;
110 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
[all...]
H A Delf_scn.c103 (*xlator)((char *) &scn->s_shdr, src, (size_t) 1, swapbytes);
107 scn->s_shdr.s_shdr32.sh_offset;
108 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
111 scn->s_shdr.s_shdr64.sh_offset;
112 scn->s_size = scn->s_shdr.s_shdr64.sh_size;
H A Dgelf_shdr.c108 scn->s_shdr.s_shdr64 = *s;
112 sh32 = &scn->s_shdr.s_shdr32;
H A Dlibelf_ehdr.c63 (*xlator)((char *) &scn->s_shdr, e->e_rawfile + shoff, (size_t) 1,
66 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \
67 scn->s_shdr.s_shdr64.M)
H A D_libelf.h123 } s_shdr; member in struct:_Elf_Scn

Completed in 15 milliseconds