elfType 446 dmtcp_launch.cpp if (Util::elfType(argv[0], &isElf, &is32bitElf) == -1) { elfType 338 dmtcp_restart.cpp is32bitElf = (_pInfo.elfType() == ProcessInfo::Elf_32); elfType 377 execwrappers.cpp Util::elfType(filename, &isElf, &is32bitElf) != -1 && elfType 102 processinfo.h int elfType() const { return _elfType; } elfType 201 util_exec.cpp elfType(pathname, &isElf, &is32bitElf); elfType 338 util_exec.cpp elfType(cmdBuf, &isElf, &is32bitElf);