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

/freebsd-11-stable/usr.bin/brandelf/
H A Dbrandelf.c45 static int elftype(const char *);
111 if (!force && (type = elftype(strtype)) == -1) {
188 elftype(const char *elfstrtype) function
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_data.c42 int elfclass, elftype; local
96 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
97 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
104 (elftype, (size_t) 1, e->e_version)) == 0) {
121 if ((msz = _libelf_msize(elftype, elfclass, e->e_version)) == 0)
140 d->d_data.d_type = elftype;
156 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass,
H A Delf_update.c115 int ec, elftype; local
144 elftype = _libelf_xlate_shtype(sh_type);
145 if (elftype < ELF_T_FIRST || elftype > ELF_T_LAST) {
151 sh_align = _libelf_falign(elftype, ec);
283 sh_offset % _libelf_falign(elftype, ec)) {
306 (sh_entsize = _libelf_fsize(elftype, ec, e->e_version,
724 int elftype; local
750 elftype = _libelf_xlate_shtype(sh_type);
751 assert(elftype >
[all...]
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c49 static int elftype(const char *);
132 if ((type = elftype(optarg)) == -1) {
288 elftype(const char *elfstrtype) function

Completed in 111 milliseconds