Searched refs:ELFCLASS32 (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_flag.c91 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
96 if (ec == ELFCLASS32)
153 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
158 if (ec == ELFCLASS32)
H A Dlibelf_ehdr.c73 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \
115 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
135 if (ec == ELFCLASS32)
159 if (ec == ELFCLASS32) {
178 if (ec == ELFCLASS32) {
H A Dlibelf_align.c94 return (elfclass == ELFCLASS32 ? malign[t].a32 :
133 return (elfclass == ELFCLASS32 ? falign[t].a32 :
H A Dlibelf_xlate.c64 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64);
82 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
H A Delf_scn.c90 if (ec == ELFCLASS32) {
127 if (ec == ELFCLASS32) {
152 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
201 if ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64) {
H A Dlibelf_chdr.c64 if (ec == ELFCLASS32) {
H A Dlibelf_memory.c74 ELFDATA2MSB) || (e_class != ELFCLASS32 && e_class !=
H A Delf_data.c76 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64);
78 if (elfclass == ELFCLASS32) {
103 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
240 assert(elf_class == ELFCLASS32 || elf_class == ELFCLASS64);
242 if (elf_class == ELFCLASS32) {
H A Delf_update.c128 if (ec == ELFCLASS32) {
322 if (ec == ELFCLASS32) {
462 if (ec == ELFCLASS32)
525 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
536 if (ec == ELFCLASS32) {
595 if (ec == ELFCLASS32)
702 if (ec == ELFCLASS32) {
736 if ((ec = e->e_class) == ELFCLASS32) {
912 if (ec == ELFCLASS32) {
974 if (ec == ELFCLASS32) {
[all...]
H A Dlibelf_allocate.c91 case ELFCLASS32:
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c95 if (gelf_getclass(e->eo_elf) == ELFCLASS32)
111 if (gelf_getclass(e->eo_elf) == ELFCLASS32)
/freebsd-13-stable/sys/arm/include/
H A Delf.h67 #define ELF_TARG_CLASS ELFCLASS32
/freebsd-13-stable/sys/powerpc/include/
H A Delf.h113 #define ELF_TARG_CLASS ELFCLASS32
/freebsd-13-stable/sys/mips/include/
H A Delf.h86 #define ELF_TARG_CLASS ELFCLASS32
/freebsd-13-stable/sys/arm64/include/
H A Delf.h82 #define ELF_TARG_CLASS ELFCLASS32
/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.c46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc.c61 if (eh->e_ident[EI_CLASS] != ELFCLASS32)
187 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_PPC) &&
H A Dkvm_minidump_mips.c67 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS32 &&
255 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS32)
H A Dkvm_arm.c101 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_ARM) &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h86 return e_ident[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS32;
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c107 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32)
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c648 if (ec == ELFCLASS32)
814 if (ecp->oec == ELFCLASS32)
958 if (ecp->oec == ELFCLASS32) {
972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym));
994 if (ecp->oec == ELFCLASS32) {
1037 if (ecp->oec == ELFCLASS32) {
1059 if (ecp->oec == ELFCLASS32) {
1109 shy.sh_addralign = (ecp->oec == ELFCLASS32 ? 4 : 8);
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c57 #if ELFTC_CLASS == ELFCLASS32
308 case ELFCLASS32: return "ELFCLASS32";
1525 if (ed->ec == ELFCLASS32)
1544 if (ed->ec == ELFCLASS32)
1549 if (ed->ec == ELFCLASS32)
1724 if (ed->ec == ELFCLASS32)
1958 if (ed->ec == ELFCLASS32)
1978 if (ed->ec == ELFCLASS32) {
1987 if (ed->ec == ELFCLASS32) {
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c307 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
342 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp116 case llvm::ELF::ELFCLASS32:

Completed in 390 milliseconds

1234