Searched refs:elftype (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/libelf/
H A Delf_data.c42 int elfclass, elftype; local
80 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
81 elftype > ELF_T_LAST ||
87 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)(elftype,
101 msz = _libelf_msize(elftype, elfclass, e->e_version);
117 d->d_type = elftype;
123 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass);
H A Delf_update.c79 unsigned int elftype; local
126 elftype = _libelf_xlate_shtype(sh_type);
127 if (elftype > ELF_T_LAST) {
138 sh_align = _libelf_falign(elftype, ec);
142 if (d->d_type != elftype) {
200 (sh_entsize = _libelf_fsize(elftype, ec, e->e_version,
508 int elftype; local
523 elftype = _libelf_xlate_shtype(sh_type);
524 assert(elftype >= ELF_T_FIRST && elftype <
[all...]

Completed in 4 milliseconds