Searched refs:elfclass (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c48 int elfclass, int elfmachine, int direction)
64 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64);
82 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
86 if ((msz = _libelf_msize(src->d_type, elfclass, src->d_version)) == 0)
127 _libelf_malign(src->d_type, elfclass)) {
141 xlator = _libelf_get_translator(src->d_type, direction, elfclass,
47 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, int elfclass, int elfmachine, int direction) argument
H A Dlibelf_align.c89 _libelf_malign(Elf_Type t, int elfclass) argument
94 return (elfclass == ELFCLASS32 ? malign[t].a32 :
128 _libelf_falign(Elf_Type t, int elfclass) argument
133 return (elfclass == ELFCLASS32 ? falign[t].a32 :
H A Dlibelf_checksum.c46 _libelf_checksum(Elf *e, int elfclass) argument
60 if (e->e_class != elfclass) {
H A Delf_data.c42 int elfclass, elftype; local
74 elfclass = e->e_class;
76 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64);
78 if (elfclass == ELFCLASS32) {
103 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
121 if ((msz = _libelf_msize(elftype, elfclass, e->e_version)) == 0)
156 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass,
/freebsd-13-stable/contrib/file/src/
H A DMakefile.am13 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
H A DMakefile.in367 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h

Completed in 221 milliseconds