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

/freebsd-11.0-release/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
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Delf_data.c42 int elfclass, elftype; local
95 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
96 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
103 (elftype, (size_t) 1, e->e_version)) == 0) {
120 msz = _libelf_msize(elftype, elfclass, e->e_version);
138 d->d_data.d_type = elftype;
154 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_LAST) {
151 sh_align = _libelf_falign(elftype, ec);
277 sh_offset % _libelf_falign(elftype, ec)) {
300 (sh_entsize = _libelf_fsize(elftype, ec, e->e_version,
718 int elftype; local
744 elftype = _libelf_xlate_shtype(sh_type);
745 assert(elftype >= ELF_T_FIRST && elftype <
[all...]
/freebsd-11.0-release/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 75 milliseconds