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

/freebsd-10-stable/lib/libelf/
H A Delf_data.c43 int elfclass, elftype; local
86 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
87 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
94 (elftype, (size_t) 1, e->e_version)) == 0) {
106 msz = _libelf_msize(elftype, elfclass, e->e_version);
117 d->d_type = elftype;
133 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass);
H A Delf_update.c92 unsigned int elftype; local
118 elftype = _libelf_xlate_shtype(sh_type);
119 if (elftype > ELF_T_LAST) {
125 sh_align = _libelf_falign(elftype, ec);
246 (sh_entsize = _libelf_fsize(elftype, ec, e->e_version,
593 int elftype; local
610 elftype = _libelf_xlate_shtype(sh_type);
611 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST);
614 assert(sh_off % _libelf_falign(elftype, e
[all...]
/freebsd-10-stable/usr.bin/brandelf/
H A Dbrandelf.c43 static int elftype(const char *);
109 if (!force && (type = elftype(strtype)) == -1) {
186 elftype(const char *elfstrtype) function

Completed in 57 milliseconds