Searched refs:ELFCLASS32 (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-13-stable/lib/libkvm/
H A Dkvm_minidump_arm.c72 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_ARM) &&
H A Dkvm_i386.c111 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) &&
H A Dkvm_minidump_i386.c77 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) &&
/freebsd-13-stable/lib/libproc/
H A Dproc_create.c113 case ELFCLASS32:
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c295 "ELFCLASSNONE", "ELFCLASS32", "ELFCLASS64"
1104 case ELFCLASS32:
1124 case ELFCLASS32:
1165 case ELFCLASS32:
1206 case ELFCLASS32:
1246 case ELFCLASS32:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp165 case ELFCLASS32:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h153 #define ELFCLASS32 1 macro
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c427 if (gelf_getclass(elf) == ELFCLASS32) {
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c603 case ELFCLASS32: return "ELF32";
2469 if (re->ec == ELFCLASS32)
2482 if (re->ec == ELFCLASS32)
2548 nb = re->ec == ELFCLASS32 ? 8 : 16;
2605 if (re->ec == ELFCLASS32) {
2629 if (re->ec == ELFCLASS32) {
2741 if (re->ec == ELFCLASS32)
2750 if (re->ec == ELFCLASS32)
3036 if (re->ec == ELFCLASS32)
3054 if (re->ec == ELFCLASS32) {
[all...]
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c379 image_type = eh.e_ident[EI_CLASS] == ELFCLASS32 ?
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp81 if (Ident.first == ELF::ELFCLASS32) {
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c277 if (elfhdr->e_ident[EI_CLASS] == ELFCLASS32) { \
340 if (elfhdr->e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp85 if (size != ELFCLASS32 && size != ELFCLASS64)
89 if ((size == ELFCLASS32 && bufSize < sizeof(Elf32_Ehdr)) ||
93 if (size == ELFCLASS32)
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c560 shtab->align = (ecp->oec == ELFCLASS32 ? 4 : 8);
785 if (ecp->oec == ELFCLASS32) {
802 if (ecp->oec == ELFCLASS32) {
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c1659 if (nm_opts.t == RADIX_HEX && nm_elfclass == ELFCLASS32)
2049 if (nm_elfclass == ELFCLASS32)
2076 if (nm_elfclass == ELFCLASS32)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1088 case ELF::ELFCLASS32:
1173 case ELF::ELFCLASS32:
1188 case ELF::ELFCLASS32:
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c497 elf_file.ehdr.e_ident[EI_CLASS] = ELFCLASS32;
1184 eclass = ELFCLASS32;
H A Ddt_module.c1196 case ELFCLASS32:
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c730 if (map_start[EI_CLASS] == ELFCLASS32)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h320 ELFCLASS32 = 1, // 32-bit object file enumerator in enum:llvm::ELF::__anon3067
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c801 if (ec == ELFCLASS32) {
/freebsd-13-stable/sys/sys/
H A Delf_common.h155 #define ELFCLASS32 1 /* 32-bit architecture. */ macro
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1474 } else if (ehdr.e_ident[EI_CLASS] == ELFCLASS32) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp420 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] member in class:ELF
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c183 #if ELF_TARG_CLASS == ELFCLASS32

Completed in 521 milliseconds

1234