Searched refs:elfclass (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/lib/libelf/ |
| D | libelf_xlate.c | 49 int elfclass, int direction) in _libelf_xlate() argument 64 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64); in _libelf_xlate() 82 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize) in _libelf_xlate() 86 msz = _libelf_msize(src->d_type, elfclass, src->d_version); in _libelf_xlate() 128 _libelf_malign(src->d_type, elfclass)) { in _libelf_xlate() 142 if (!(_libelf_get_translator(src->d_type, direction, elfclass)) in _libelf_xlate()
|
| D | elf_data.c | 43 int elfclass, elftype; in elf_getdata() local 65 elfclass = e->e_class; in elf_getdata() 67 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64); in elf_getdata() 69 if (elfclass == ELFCLASS32) { in elf_getdata() 93 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize) in elf_getdata() 106 msz = _libelf_msize(elftype, elfclass, e->e_version); in elf_getdata() 133 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass); in elf_getdata()
|
| D | libelf_align.c | 106 _libelf_malign(Elf_Type t, int elfclass) in _libelf_malign() argument 111 return (elfclass == ELFCLASS32 ? malign[t].a32 : in _libelf_malign() 157 _libelf_falign(Elf_Type t, int elfclass) in _libelf_falign() argument 162 return (elfclass == ELFCLASS32 ? falign[t].a32 : in _libelf_falign()
|
| D | libelf_msize.m4 | 93 _libelf_msize(Elf_Type t, int elfclass, unsigned int version) 97 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64); 105 sz = (elfclass == ELFCLASS32) ? msize[t].msz32 : msize[t].msz64;
|
| D | libelf_checksum.c | 47 _libelf_checksum(Elf *e, int elfclass) in _libelf_checksum() argument 61 if (e->e_class != elfclass) { in _libelf_checksum()
|
| D | libelf_convert.m4 | 896 int (*_libelf_get_translator(Elf_Type t, int direction, int elfclass)) 899 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64); 903 (elfclass != ELFCLASS32 && elfclass != ELFCLASS64) || 907 return ((elfclass == ELFCLASS32) ?
|
| /freebsd-10-stable/contrib/file/src/ |
| D | Makefile.am | 13 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
|
| D | Makefile.in | 348 file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
|
| /freebsd-10-stable/contrib/file/ |
| D | README | 105 src/elfclass.h - common code for elf 32/64.
|
| D | ChangeLog | 1059 * src/elfclass.h:
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf-bfd.h | 445 unsigned char elfclass, ev_current; member
|
| D | elf.c | 4988 i_ehdrp->e_ident[EI_CLASS] = bed->s->elfclass; in prep_headers() 8315 if (bed->s->elfclass == ELFCLASS32) in elfcore_write_prpsinfo() 8374 if (bed->s->elfclass == ELFCLASS32) in elfcore_write_prstatus() 8444 if (bed->s->elfclass == ELFCLASS32) in elfcore_write_pstatus()
|
| D | elfxx-sparc.c | 37 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
|
| D | elflink.c | 9258 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass in elf_fixup_link_order() 9839 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass) in bfd_elf_final_link()
|
| D | elfxx-mips.c | 518 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
|